Forum Replies Created

Viewing 8 replies - 16 through 23 (of 23 total)
  • Thread Starter designgr82

    (@designgr82)

    Update:

    I have since, by process of deactivating and re-activating the plugins followed by the theme, this is in fact an issue with the theme.

    Error log no longer returns Woocommerce errors, so the issue no longer lies with this plugin. I will get in touch with the theme developers for support on this.

    No problem – with pleasure.

    In header.php, I removed the header_image php and inserted a straight forward link to the logo, inside a div:

    <div class="logo"><img src="https://www.markondigital.co.za/wp-content/uploads/2013/02/logo-red.png" alt="Markon Digital" /></div>
    <nav id="site-navigation" class="main-navigation" role="navigation">
    			<h3 class="menu-toggle"><?php _e( 'Menu', 'twentytwelve' ); ?></h3>
    			<a class="assistive-text" href="#content" title="<?php esc_attr_e( 'Skip to content', 'twentytwelve' ); ?>"><?php _e( 'Skip to content', 'twentytwelve' ); ?></a>
    			<?php wp_nav_menu( array( 'theme_location' => 'primary', 'menu_class' => 'nav-menu' ) ); ?>
    		</nav><!-- #site-navigation -->

    And in the CSS I added the following:

    .logo img {
    	float:left;
    	width:40%;
    }

    To .main-navigation added:
    float:right;

    Under .main-navigation li ul li a I adjusted width (suppose this is up to you if you want to do this or not). I changed it to:

    width: 250px;
    width: 15.625rem;

    Site is not live yet, will post link to example when it is.

    And that’s all I did. Not sure if it’s the right way about it but it works ??

    Hi there,
    Do you still need help with this?

    I have managed to restore the plugin to the version before the update. Site is working without any error so far. I won’t update the plugin now until I know the current issue in V1.1 has been fixed. I can send you the V1.0 plugin files if that will help. How would you like me to get them to you?

    Thread Starter designgr82

    (@designgr82)

    Gosh thank you! I don’t know how I didn’t see that ??
    Removed the extra tag and it worked perfectly.

    I have a backup of my site from Friday. I may just have to revert to my backup in order to get the site up and running for now. Will be doing so tonight if a solution to the updated version isn’t found in the next couple of hours. Would it help you to share the plugin files from the backup?

    Here is a full list of errors I am getting:

    Warning: include(metaboxes.php) [function.include]: failed to open stream: No such file or directory in /home/morganix/public_html/wp-content/plugins/grid-products/grid-products.php on line 24

    Warning: include(metaboxes.php) [function.include]: failed to open stream: No such file or directory in /home/morganix/public_html/wp-content/plugins/grid-products/grid-products.php on line 24

    Warning: include() [function.include]: Failed opening ‘metaboxes.php’ for inclusion (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/morganix/public_html/wp-content/plugins/grid-products/grid-products.php on line 24

    Warning: Cannot modify header information – headers already sent by (output started at /home/morganix/public_html/wp-content/plugins/grid-products/grid-products.php:24) in /home/morganix/public_html/wp-login.php on line 368

    Warning: Cannot modify header information – headers already sent by (output started at /home/morganix/public_html/wp-content/plugins/grid-products/grid-products.php:24) in /home/morganix/public_html/wp-login.php on line 380

    Warning: Cannot modify header information – headers already sent by (output started at /home/morganix/public_html/wp-content/plugins/grid-products/grid-products.php:24) in /home/morganix/public_html/wp-includes/pluggable.php on line 680

    Warning: Cannot modify header information – headers already sent by (output started at /home/morganix/public_html/wp-content/plugins/grid-products/grid-products.php:24) in /home/morganix/public_html/wp-includes/pluggable.php on line 681

    Warning: Cannot modify header information – headers already sent by (output started at /home/morganix/public_html/wp-content/plugins/grid-products/grid-products.php:24) in /home/morganix/public_html/wp-includes/pluggable.php on line 682

    Warning: Cannot modify header information – headers already sent by (output started at /home/morganix/public_html/wp-content/plugins/grid-products/grid-products.php:24) in /home/morganix/public_html/wp-includes/pluggable.php on line 876

    Love this plugin – hope this problem gets some attention quickly ??

    Same thing has happened to me. Site is supposed to go live today… Need to get this fixed ASAP.

Viewing 8 replies - 16 through 23 (of 23 total)