I used the exact same settings as per the demo content. However, the Brunei Menu is not shown as a mega menu.
https://www.dropbox.com/s/2kdmibpl332guca/05-Feb-19%208-33-26%20PM.jpg?dl=0
Hi,
I can not access your screenshot -> https://www.screencast.com/t/iOsXNydnkY0m
Please check again the mega menu settings -> https://forum.tagdiv.com/mega-menu/
Also you can check this topic:
-> https://forum.tagdiv.com/topic/megamenu-is-so-long/
Thank you!
Hi there, I followed the steps. See attached screenshots.
https://www.dropbox.com/s/15h064pfvorl79z/menu%20settings.jpg?dl=0
https://www.dropbox.com/s/83c16men6bqujq1/sub%20category.jpg?dl=0
Cambodia works perfectly fine though.
2. How do I change the the Category Color in Mega Menu?
https://www.dropbox.com/s/60wzp3v3ukyjihs/tags.jpg?dl=0
3. There is no green border at the bottom of the header menu. What is the header style below?
https://demo.tagdiv.com/newspaper_magazine/
Hi,
1. Please provide me a screenshots with the layout of the Brunei mega menu
2. Unfortunately for the moment that can be change only with custom css -> https://www.screencast.com/t/LzOCpbuKK here is the code
.td-mega-menu .td-post-category {
background-color: red;
}
feel free to change the color and add the code in Newspaper>Theme panel>Custom code>Custom css
3. Please note that all demos have custom styles that can be achieve with custom css, so if you do not have any demo install and you like the news magazine demo style you can import the settings from that demo -> https://www.screencast.com/t/pVKacTC8b
Thank you for your understanding!
I imported the newspaper demo. I think I must have changed something as it doesn’t work now. Can you please help? It was working after I set up the menu.
This is the error code.
[05-Feb-2019 16:25:12 UTC] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 2240707 bytes) in /public_html/wp-includes/Requests/Transport/cURL.php on line 413
It seems like it could be a code issue. Could you please check? I have only installed with wordpress default codes and installed Newspaper theme.
Hi,
Please make sure that the theme system status is configured as mentioned in the requirements guide. Please follow the guide carefully
– https://forum.tagdiv.com/requirements-for-newspaper/
and please increase all requirements that are lower, and follow all steps.
WP_MEMORY_LIMIT try to increase it at least to 256mb.
Let me know the results!
Thanks! Here is a screenshot of brunei’s menu. https://www.dropbox.com/s/m5e5plidnh3qiqt/Brunei.jpg?dl=0
Hi,
That is a mega menu with out sub-categories -> https://www.screencast.com/t/ccVKm0HJ7lUI
Please make sure that category have sub- categories, clear all cache and set a new mega menu with that category.
Thank you for your understanding!
Hi, as you can see in my screenshots below, they are already set up to be sub category. However, it just does not show on mega menu.
https://www.dropbox.com/s/gj28d1phqj4zccj/sub%20categories.jpg?dl=0
https://www.dropbox.com/s/15h064pfvorl79z/menu%20settings.jpg?dl=0
https://www.dropbox.com/s/hmsbob3wz5foj9x/Indonesia%20Menu.jpg?dl=0
Can you please help?
Also, how do I not show the logo in mobile?
https://www.dropbox.com/s/3yq7m8w60nbaiqq/Not%20show%20the%20logo%20in%20mobile.jpg?dl=0
Hi,
For mega menu please send us an email at contact@tagdiv.com and provide admin login. We will take a look. Include a link to this topic in the email.
For logo on mobile, you can use custom css
-> https://www.screencast.com/t/rGq7CyvpM
Set the code in Newspaper>Them panel>Custom code>Custom css
.td-logo-in-header .td-sticky-mobile.td-mobile-logo {
display: none;
}
or use the composer and header builder for mobile device
-> https://www.screencast.com/t/XiSLUcyqH
-> https://www.screencast.com/t/gjaYPeJzig9
and edit the logo how you want.
Here you’ll found some documentation ->https://tagdiv.com/whats-new-in-newspaper-theme-9-5-update/
Thank you for your understanding!