MyBB Community Forums

Full Version: Emerald - Clean, Multicolor & Responsive Theme
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
On Emerald theme:


Quote:- You completely lose your navigator tab. Not even a drop down menu as navigator.

- Latest post aren't visible. So you have to go through all forums to see what the latest posts are.



With Emerald descriptions you wrote it Fully responsive, I use Premium focus responsive theme since 2017! and is Good and I like it.. I decides to migrate to Emerald theme because of the fixed on scroll Focus theme header!!!

Since Emerald descriptions says Fully responsive.. Why the mobile post not responsive?

When you try to post a thread you get to see half a page,  When you try to go to your profile you get half a page.

I will be glad if there's a simple way to fix this as because have did a lot of coding on the theme I cant afford using another theme again!
(2019-06-30, 02:06 AM)9jaROM Wrote: [ -> ]On Emerald theme:


Quote:- You completely lose your navigator tab. Not even a drop down menu as navigator.

- Latest post aren't visible. So you have to go through all forums to see what the latest posts are.



With Emerald descriptions you wrote it Fully responsive, I use Premium focus responsive theme since 2017! and is Good and I like it.. I decides to migrate to Emerald theme because of the fixed on scroll Focus theme header!!!

Since Emerald descriptions says Fully responsive.. Why the mobile post not responsive?

When you try to post a thread you get to see half a page,  When you try to go to your profile you get half a page.

I will be glad if there's a simple way to fix this as because have did a lot of coding on the theme I cant afford using another theme again!

Are you using the last version ? If yes, then you'll get the half page JUST for newthread & newreply pages. Also fully responsive doesn't mean you have ALL stuff you have in desktop because it'll be impossible or just complex to make & not worth to make it as free plugin (especially when most people delete copyright...), you're comparing "PREMIUM" (means you bought it) focus with Emerald theme on which i work sometimes to fix things & improve it, just for pleasure.
If you want the plugin of your dreams you can wait the release Emerald Extended & buy it, you can get a preview by registering on my forum -> User CP -> Edit theme to "Emerald Extended".
Cheers
Then please share since you have made some changes and lets buy it! Money is not an issue..
quite unfortunate MyBB doesn't have Premium Themes... I only believe in work of iAndrew

Share yours we well buy and check it out!!

I just checked now and its Good so tell me what to do now or give me the code for this fix!

newthread & newreply pages,
login & Registration page also... if you can give me this I will be appreciated or you tell me the mode of payment so i can make payment! So Please fast I, Just that I don't wanna change the theme I have modified the colors so it takes time!!
(2019-07-01, 08:31 AM)9jaROM Wrote: [ -> ]Then please share since you have made some changes and lets buy it! Money is not an issue..
quite unfortunate MyBB doesn't have Premium Themes... I only believe in work of iAndrew

Share yours we well buy and check it out!!

I just checked now and its Good so tell me what to do now or give me the code for this fix!

newthread & newreply pages,
login & Registration page also... if you can give me this I will be appreciated or you tell me the mode of payment so i can make payment! So Please fast I, Just that I don't wanna change the theme I have modified the colors so it takes time!!
I sent a PM an hour ago Wink
Emerald Extended is now available for 25$ Smile
https://community.mybb.com/thread-224006.html
hi, i want to know all the differences between free and paid (Extended) Emerald theme...
(2019-08-25, 02:31 PM)tempo Wrote: [ -> ]hi, i want to know all the differences between free and paid (Extended) Emerald theme...

Hello Smile
You can see the difference in the design by comparing the Emerald demo (https://developement.design/demo/emerald/) and the Extended theme (used in our forums https://developement.design/forum/).
More beautiful, more responsive and have 3 incorporated plugins (profile cover system, color changer, online staff in index sidebar). You can see the details here  : https://community.mybb.com/thread-224006.html
Dark version to be released very soon Wink
http://prntscr.com/p1fwfd - http://prntscr.com/p1fwvs - http://prntscr.com/p1fzuo

Emerald has been updated with the following changelog :

- "Authorization code mismatch" error fixed
- Invisibility of user links on mobile fixed

The dark version of the theme has also been released : https://community.mybb.com/mods.php?acti...w&pid=1301
(2019-05-09, 03:06 AM)stevella Wrote: [ -> ]OK, i got the same issue as well, but i find a solution and get the problem solved tho.  Cool Cool 

Here it is:

In 'header templates' > 'header_welcomeblock_member', it should have the following codes (add them to the bottom if not existed in yours):

<script>
var connected = 1;
</script>

In 'header templates' > 'header_welcomeblock_guest', add the following codes to the bottom if not existed:

<script>
var connected = 0;
</script>

then go to 'header templates' > 'header', add the following codes to the bottom:

<script>
    if (var connected = 0;)
    { jQuery("#mobile_member").html("<a href='member.php?action=login'>Login</a> - <a href='member.php?action=register'>Register</a>"); }
    if (var connected = 1;)
    { document.getElementById("mobile_member").innerHTML = '<a title="Inbox" href="private.php">Inbox</a> - <a title="User CP" href="usercp.php">User CP</a> - <a title="Log Out" href="{$mybb->settings['bburl']}/member.php?action=logout&amp;logoutkey={$mybb->user['logoutkey']}">Logout</a>'; }
</script>

Now we can see these on a phone:



Hope that helps.


i did everything correct but it's still the same. nothing happened, nothing changed  Sad

(2019-09-06, 03:57 PM)vnjdhd Wrote: [ -> ]
(2019-05-09, 03:06 AM)stevella Wrote: [ -> ]OK, i got the same issue as well, but i find a solution and get the problem solved tho.  Cool Cool 

Here it is:

In 'header templates' > 'header_welcomeblock_member', it should have the following codes (add them to the bottom if not existed in yours):

<script>
var connected = 1;
</script>

In 'header templates' > 'header_welcomeblock_guest', add the following codes to the bottom if not existed:

<script>
var connected = 0;
</script>

then go to 'header templates' > 'header', add the following codes to the bottom:

<script>
    if (var connected = 0;)
    { jQuery("#mobile_member").html("<a href='member.php?action=login'>Login</a> - <a href='member.php?action=register'>Register</a>"); }
    if (var connected = 1;)
    { document.getElementById("mobile_member").innerHTML = '<a title="Inbox" href="private.php">Inbox</a> - <a title="User CP" href="usercp.php">User CP</a> - <a title="Log Out" href="{$mybb->settings['bburl']}/member.php?action=logout&amp;logoutkey={$mybb->user['logoutkey']}">Logout</a>'; }
</script>

Now we can see these on a phone:



Hope that helps.


i did everything correct but it's still the same. nothing happened, nothing changed  Sad i can't see the menu in mobile version 
Can you give me your forum link to see ?
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21