dmcleod87
Forum Replies Created
-
Forum: Plugins
In reply to: [fullscreen Menu] close overlay when clicking menu item on one page theme?hi iseolivera,
it’s not elegant, but i hacked together a solution using jquery as i don’t know javascript.
jQuery(function($) { $("#smp_menu nav ul li a").click(function () { $("#smp_menu").toggleClass("close"); $("#smp_menu").removeClass("open"); $("#smp_menu").removeClass("close"); $(".menu-icon").removeClass("open"); }); });
hope this helps!
disregard the post, i solved the issue. i reinstalled the plugin and setup a new job and it appears to work fine now.
i think because i migrated the site from my local dev server to the live site there were some issues with directories changing.
forgot to mention i’m getting these errors in error_log –
[22-Mar-2015 02:05:27 UTC] PHP Warning: is_dir(): open_basedir restriction in effect. File(/) is not within the allowed path(s): (/home/discipli:/usr/lib/php:/usr/php4/lib/php:/usr/local/lib/php:/usr/local/php4/lib/php:/tmp) in /home/discipli/public_html/wp-includes/functions.php on line 1497
[22-Mar-2015 02:05:27 UTC] PHP Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 23068672 bytes) in /home/discipli/public_html/wp-includes/functions.php on line 1497
[22-Mar-2015 07:16:23 UTC] PHP Warning: opendir(/home/discipli/public_html/wp-content/uploads/backwpup-f64261/): failed to open dir: No such file or directory in /home/discipli/public_html/wp-content/plugins/backwpup/inc/class-job.php on line 2162
Forum: Plugins
In reply to: [WP Catalogue] thumbnail displays as full size on individual product pagethat did the trick! thanks so much for your help…much appreciated!
Forum: Plugins
In reply to: [WP Catalogue] thumbnail displays as full size on individual product pagethanks for your reply.
i deactivated all plugins except wp catalogue and still the issue appeared. then i switched to 2014 theme and it worked fine.
so i’m guessing the problem is with the genesis child theme/framework?
i see this error in the product data settings…
Fatal error: Call to undefined method WC_Product::get_variation_attributes() in /home/faceoffc/public_html/wp-content/plugins/woocommerce-variation-swatches-and-photos/classes/class-wc-swatches-product-data-tab.php on line 62
i should also mention the backend where you edit individual products isn’t displaying properly. i can’t see anything past the product data section and the other page settings aren’t visible, and nothing happens click screen options…