Tagged: x
-
AuthorPosts
-
February 18, 2017 at 8:55 am #1376249
WildphotoParticipantToday the layout off our website http://www.wildphoto.com is really messed up (all shortcakes and mega-menu)! We have not updated or done anything with the site last days, so this is very surprising. I restoreed a backup from 12th February when everything worked well, but still the layout is messed up
We don’t use Cornerstone bot code directly in “Text” mode for all pages.
In the bottom of each pages there are a link to “Toggle the Widgetbar ” I’ve never seen before…
How can we fix this?
Wordpress: 4.7.2
X-Theme: 4.6.4
Child: Integrity LightBest regards
Ole JFebruary 18, 2017 at 9:07 am #1376257
ThaiModeratorHi Ole,
Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
– Link login to your site
– WordPress Admin username / password
– FTP credentialsDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Thanks.
February 18, 2017 at 12:11 pm #1376388
WildphotoParticipantThis reply has been marked as private.February 18, 2017 at 10:39 pm #1376730
Rue NelModeratorHello There,
Thanks for updating in! Have you resolve the issue? I no longer see any issue in your site. When I checked your themes section, I no longer see the Integrity Light child theme. You are already using the latest child theme. Please consider checking this thread to know the issues of using legacy child themes such as Integrity Light: https://community.theme.co/forums/topic/child-theme-updates/
I tried loading the customizer, and I was able to load it. You can see it here: http://prntscr.com/eako9r
You might be experiencing PHP memory limit exhaustion. We recommend that you increase your memory allocated to PHP. You can check this warning in WooCommerce > System Status > WordPress Environment > WP Memory Limit. To increase it, please edit your wp-config.php file and insert these lines:
define( 'WP_MEMORY_LIMIT', '256M' ); define( 'WP_MAX_MEMORY_LIMIT', '512M' );You can add it before the line
/*That's all, stop editing! Happy Blogging. */By the way, I noticed that you have added an invalid JS code in the customizer. You have added this:
<meta name='B-verify' content='7a9b48664cc78280ac00844aa998c84e7818334c' />Please keep in mind that meta tags should only be added in the head of the page. Please remove it from the customizer and add this code in your child theme’s functions.php file
// Add custom meta // ============================================================================= function add_meta(){ ?> <meta name='B-verify' content='7a9b48664cc78280ac00844aa998c84e7818334c' /> <?php } add_action('wp_head', 'add_meta'); // =============================================================================We would loved to know if this has work for you. Thank you.
February 19, 2017 at 12:25 pm #1377230
WildphotoParticipantThis reply has been marked as private.February 19, 2017 at 7:06 pm #1377526
Rue NelModeratorHello There,
You’re welcome! We’re happy to help you out.
If you need anything else we can help you with, don’t hesitate to open another thread.Best Regards.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1376249 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
