Thanks Nico. Deleted my visual composer plugin and uploaded the latest version. It works now.
Hello Andrei. You are right. I switched off rocketloader in Cloudflare and it works now. Thanks.
And I noticed that all the post featured images are not loading due to some script issues. It loads ok on IE11 though. Seems to be a bug somewhere.
I tried deactivating all the other plugins and cleared all caches but the search box still didn’t work.
Hello Andrei.
Here is the development url.
http://dev2.foodnewsinternational.com/
The search doesn’t work.
This was the error in the Chrome console.
Uncaught TypeError: Cannot read property ‘init’ of undefinedjQuery_ready @ tagdiv_theme.js?ver=2.2.1:58j @ jquery.js?ver=1.11.3:1k.add @ jquery.js?ver=1.11.3:1m.fn.ready @ jquery.js?ver=1.11.3:1(anonymous function) @ tagdiv_theme.js?ver=2.2.1:58
Yes. How do we upgrade our version 2.0? Can’t find the upgrade instructions.
Thanks.
Thanks. It works.
Here is the Custom CSS Code for others to use:
.white-menu #td-header-menu .td-normal-menu .sub-menu {
-webkit-box-shadow: -6px 10px 6px -6px rgba(0, 0, 0, 0.4);
-moz-box-shadow: -6px 10px 6px -6px rgba(0, 0, 0, 0.4);
box-shadow: -6px 10px 6px -6px rgba(0, 0, 0, 0.4);
background-color:#F2F2F2;
}
.td-header-sp-top-menu .top-header-menu .sub-menu {
-webkit-box-shadow: -6px 10px 6px -6px rgba(0, 0, 0, 0.4);
-moz-box-shadow: -6px 10px 6px -6px rgba(0, 0, 0, 0.4);
box-shadow: -6px 10px 6px -6px rgba(0, 0, 0, 0.4);
background-color:#F2F2F2;
}
Thanks. I managed to fix the Main Menu drop down. How about the top menu drop down?
When I click “About Food News International”, the dropdown menu showing “Editor: Sheila Wan” appears. Which classes do I edit?
I found out the reason why the images didn’t appear. On the older template, the images are associated with the posts using the post_parent column in the wp_posts table.
If I use the set featured image function, the association is done using the wp_postmeta table which will work on the Newmag template.
Is there any tools to change the association from using the post_parent method to using the wp_postmeta linking way?
Thanks.
-
This reply was modified 11 years by
psalm91.