kate3686
Forum Replies Created
-
Forum: Plugins
In reply to: [Lucky Wheel for WooCommerce - Spin a Sale] Check SecurityThank you so much! When I try to install it gives the error
“Destination folder already exists. […..] Plugin installation failed.”
Is there a way to install without losing my settings? (I’m concerned that uninstalling the previous version will loose my work)
Thank you!
Forum: Plugins
In reply to: [Lucky Wheel for WooCommerce - Spin a Sale] Check SecurityThe site is https://www.sciaessentials.com/
Yes, the error occurs on iPhone. Thank you so much for your help!
Forum: Plugins
In reply to: [Mailchimp for WooCommerce] Abandoned Cart Email Always SendsKyle, Thank you for your help! I think that perhaps these issues are due our setup where customers are sent to PayPal for payments. Would this then (1) trigger an abandoned cart and (2) not properly record each sale?
To answer your questions:
– Version 2.1.9
– Self hosted (with GoDaddy)
– Yes, we use the “Hummingbird” plugin for cache
– Yes, we’ve uninstalled/reinstalledThanks again!!
Forum: Themes and Templates
In reply to: [Virtue] Portfolio Item – Add Image Captionhannah – thanks for offering to help! Link to the portfolio is:
http://newleafgardendesign.com/landscape/portfolio/california-native-garden/
I’m showing before & after photos so really important to have the caption included!
Best,
KateForum: Plugins
In reply to: [HookPress] Can't get plugin to work with ZapierI had the same issue, Plippers… just now realized that I had to go in and register a new user in order to have the hook actually send to Zapier. I have let them know that the instructions may not be clear to everyone.
Now it’s working (yay!) but doesn’t send all the form data (boo). At least I can send the username and email address to Infusionsoft and start a sequence via tags. Better then nothing!
Forum: Plugins
In reply to: [Slideshow] [Plugin: Slideshow] First Slide has "double label"Worked perfectly! THANK YOU!
Forum: Plugins
In reply to: [Slideshow] [Plugin: Slideshow] First Slide has "double label"Thank you so much!
Quick question: if I delete the plugin, will I have to recreate my slideshow after I reinstall?
Thanks!
Forum: Themes and Templates
In reply to: Adding Multiple Sidebars to Studio ThemeStill not working :o/ I guess I’m going to give up working within the template_posts file and put that code within the page template files.
Thanks again for working with me on this!
Forum: Themes and Templates
In reply to: Adding Multiple Sidebars to Studio ThemeThank you for your willingness to help. If you can help tomorrow, I would appreciate it! So here’s where I am… I’ve declared the page templates at the top of the template_posts.php file to be more consistent with the rest of the code and am no longer getting the T_STRING error (whew). But, when I test different templates on pages, well, they all just display the main sidebar and the only the main sidebar :o/ So I’m definitely doing something wrong.
Here’s the complete template_posts code (in pastebin, as requested):
http://pastebin.com/u/kate3686I also put in there the sidebar_config file just in case there’s some issue there. As I said already, the different page templates all have this code (and just have been given different names):
<?php get_header(); get_template_part('library/template_posts'); get_footer(); ?>I am currently using the default, fullwidth, sidebar1, and sidebar2 templates in the site. The other templates mentioned in the template_posts code just came with the theme.
I hope this info helps. Thank you, thank you, thank you for your help! :o)
Forum: Themes and Templates
In reply to: Adding Multiple Sidebars to Studio ThemeThank you for continuing to help. I’ve put in this code:
<?php if is_page( 'page-sidebar1.php' ) { get_sidebar( 'secondary_sidebar1' ); } elseif is_page( 'page-sidebar2.php' ) { get_sidebar( 'secondary_sidebar2' ); } else { get_sidebar( 'main_sidebar' ); } ?>And get this error: “Parse error: syntax error, unexpected T_STRING…”
Are you suggesting that I list different pages here instead of the template? My goal is to be able to change templates on the page and have the sidebar change. So, I’d like this code to be contingent on the template, not the specific page. (On another site, I’ve used a theme that works this way and know it’s possible.) I just don’t know the right PHP :o(
Forum: Themes and Templates
In reply to: Adding Multiple Sidebars to Studio ThemeUnfortunately, this theme’s page templates all just have this code:
<?php get_header(); get_template_part('library/template_posts'); get_footer(); ?>So, I am putting the code I pasted above in the template_posts.php file. I would like to keep it that way so I’m keeping with the way the theme was created. I suppose I could just change each page template’s php file. But I’m sure there’s a way to make it work in the template_posts.php file.
Does that make sense? Thanks for responding, I appreciate the help!
Forum: Themes and Templates
In reply to: Adding Multiple Sidebars to Studio Theme**Double posted – sorry… closing this post.