geomouchet
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Woo Search] Getting message “Widgets not in any sidebar”I’m using the amr shortcode any widget plugin. Could that be causing a conflict. Anyway, I put your widget in a non-displayed sidebar and then used a shortcode and it seems to work know.
Forum: Plugins
In reply to: Allow editor access to content before and after calendarPlease disregard this duplicate post. In this first attempt I didn’t get it posted in the plug-in’s forum.
Forum: Themes and Templates
In reply to: [First] WooCommerce compatibilityFive days and no answer. I guess this theme is not popular enough to be well supported. Too bad, I really like the simplicity of it.
Forum: Plugins
In reply to: Adding a custom sidebarApparently the instructions at that link are outdated or otherwise incorrect. I found another forum question that showed this as the correct way to add a custom sidebar:
add_action( 'widgets_init', 'theme_agua_dulce_first_child_widgets_init' ); function theme_agua_dulce_first_child_widgets_init() { register_sidebar( array( 'name' => __( 'Custom', 'theme-agua_dulce-first-child' ), 'id' => 'sidebar-custom', 'description' => __( 'Custom sidebar.', 'theme-slug' ), 'before_widget' => '<li id="%1$s" class="widget %2$s">', 'after_widget' => '</li>', 'before_title' => '<h2 class="widgettitle">', 'after_title' => '</h2>', ) ); }
After making that change it now works.
Forum: Plugins
In reply to: [Import and export users and customers] RolesI’m interested in this too. I want to add two roles to the users being imported. (I’m using the members plug-in that allows editing multiple roles.) I’ll email you.
Forum: Plugins
In reply to: [Popups - WordPress Popup] Button to close popupAnother issue – I don’t want Google and other search engines to see the popup.
Forum: Plugins
In reply to: [Slideshow] Slideshow not workingOK – now it’s working. I had refreshed the page once and it didn’t work, but I refreshed again and now it’s good. Thanks for your help!
Forum: Plugins
In reply to: [Slideshow] Slideshow not workingOK, I guess I should have read the options more carefully. I was assuming a height of 0 would be like height: auto.
I made the change, but the slideshow is still not showing.