robingurl
Forum Replies Created
-
Forum: Plugins
In reply to: [PayPal Shopping Cart] Unable to view productsThank you! ?? The temporary fix is working perfectly! I’ll await the fix!
Forum: Plugins
In reply to: [PayPal Shopping Cart] Unable to view productsOk thank you. I understand it’s a free plugin but when do you think it will be fixed? ?? Your plugin was so far the best on the backend for easy peasy cart set up with a gateway!
Forum: Plugins
In reply to: [FAQ Manager] FAQ's Appearing in Sidebar when Widget isn't ActivatedI inherited this site from two developers before me. I have reactivated a plugin called “Contextual Widget” and it got rid of it. But what I’m not sure how in the world its working, because there wasn’t a physical (still isn’t) widget that it’s calling on the side bar. We are only calling Custom Menus and I went through them each to make sure someone hadn’t put some funky code in it.
My supervisor wants to just move on but if someone deactivates that plugin the problem will reappear again..
Where do I find this do_action?
Thanks,
MeganForum: Plugins
In reply to: [FAQ Manager] FAQ's Appearing in Sidebar when Widget isn't Activated<?php /** * The Sidebar containing the main widget areas. * * @package Toolbox * @since Toolbox 0.1 */ ?> <div class = "span3 page-sidebar"> <div class = "well"> <?php do_action( 'before_sidebar' ); ?> <?php if ( ! dynamic_sidebar( 'sidebar-1' ) ) : ?> <div class = "sidebar-box widget widget_search"> <?php get_search_form(); ?> </div> <div class = "sidebar-box widget"> <h3 class="widget-title"><?php _e( 'Archives', 'toolbox' ); ?></h3> <ul> <?php wp_get_archives( array( 'type' => 'monthly' ) ); ?> </ul> </div> <div class = "sidebar-box widget"> <h3 class="widget-title"><?php _e( 'Meta', 'toolbox' ); ?></h1> <ul> <?php wp_register(); ?> <aside><?php wp_loginout(); ?></aside> <?php wp_meta(); ?> </ul> </div> <?php endif; ?> <!-- // end sidebar widget area --> </div><!-- #secondary .widget-area --> </div>
This is all the code for the sidebar says… and it doesn’t look out of order at all.
Forum: Plugins
In reply to: [FAQ Manager] FAQ's Appearing in Sidebar when Widget isn't ActivatedOk I will look into this more… thank you.
What query do I need to look for?
Forum: Fixing WordPress
In reply to: Adding Tables with ColspanThanks I figured it out! ?? And next time I will try divs! ??
Forum: Fixing WordPress
In reply to: Adding Tables with ColspanHere is a live page of the problem:
https://www.theshawlshop.com/videos/
Please help!
Thank You
Megan