elames
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Woo Commerce Side bar on product pageOk…I FINALLY found the solution!!
Create a sidebar-shop.php
Put in this code then ftp to the theme folder.
Hope this will help someone!!
<div id=”sidebar”>
<?php
wp_reset_query();
if(is_product()) {
generated_dynamic_sidebar();
} else {
$shop_page_id = get_option(‘woocommerce_shop_page_id’);
$name = get_post_meta($shop_page_id, ‘sbg_selected_sidebar_replacement’, true);
if($name) {
generated_dynamic_sidebar($name[0]);
}
}
?>
</div>Forum: Plugins
In reply to: [WooCommerce] Woo Commerce Side bar on product pageI don’t see a sidebar-shop.php Where would I find it? I only find a side-navigation.php
I asked a fellow at woo themes, but he couldn’t get it to work either.
help please!
Thank youForum: Plugins
In reply to: [WooCommerce] Tax not showingAny help please? I have adjusted and readjusted the settings on the tax page and I still cannot get the tax amount to show up in my shopping cart or at checkout.
Thanks I am desperate here!
Forum: Plugins
In reply to: [WooCommerce] Newbie Advice and Help with the WooCommerce PluginIf this is the first one you have done, I suggest you view these videos
http://www.woothemes.com/videos/I haven’t found a way to easily edit or change woo commerce.
Forum: Plugins
In reply to: [WooCommerce] Woo Commerce Side bar on product pageAnyone have a simple solution to this sidebar issue. I am not a coder and if I have to leave it I will but prefer to have my own sidebar showing.
thanks anyone !
Forum: Plugins
In reply to: [WooCommerce] Getting rid of "related Products"I found an easier way
Just go to the settings/catalog and set it to show categories and sub categories
It worked.Forum: Plugins
In reply to: [WooCommerce] Changing Product page Title sizeSolved able to edit custom css
Forum: Your WordPress
In reply to: Recently Launch WordPress Site – VersaSocial.comI see it. Nice site, but have to say the colors don’t do anything for me. The gray is so blah. Would like to see a brighter color scheme.
Forum: Plugins
In reply to: [Spiffy Calendar] Changing header of the monthly calendarthank you that worked! Appreciate your time and assistance!
Forum: Fixing WordPress
In reply to: Putting Floodlight Code into home pageOH yes…I have backups 🙂
thank youForum: Fixing WordPress
In reply to: Putting Floodlight Code into home pageSo Does this look correct? THANK YOU!
<body id="<?php echo $sBody; ?>"> <?php if( is_front_page() ) : ?> <!-- Start of DoubleClick Floodlight Tag: Please do not remove Activity name of this tag: Luray-Page Homepage URL of the webpage where the tag is expected to be placed: http://www.luraypage.com This tag must be placed between the <body> and </body> tags, as close as possible to the opening tag. Creation Date: 04/10/2013 --> <script type="text/javascript"> var axel = Math.random() + ""; var a = axel * 10000000000000; document.write('<iframe src="http://3734884.fls.doubleclick.net/activityi;src=3734884;type=Homep-;cat=Puray-;ord=1;num=' + a + '?" width="1" height="1" frameborder="0" style="display:none"></iframe>'); </script> <noscript> <iframe src="http://3734884.fls.doubleclick.net/activityi;src=3734884;type=Homep-;cat=Puray-;ord=1;num=1?" width="1" height="1" frameborder="0" style="display:none"></iframe> </noscript> <!-- End of DoubleClick Floodlight Tag: Please do not remove --> <?php endif; ?>[Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
Forum: Fixing WordPress
In reply to: Putting Floodlight Code into home pageSorry I have never used pastebin before.
here is the header.php code:
http://pastebin.com/rz1pWFtNHere is the home_template.php in case this might be the one I need.
http://pastebin.com/g37WrKJTThank you!
Forum: Fixing WordPress
In reply to: Putting Floodlight Code into home pageHere is the header.php. So can you see why I am so confused? Any ideas here? THank you all!
[Please use the pastebin – see alchymyth’s link above]Forum: Fixing WordPress
In reply to: Putting Floodlight Code into home pageOk, thanks I will keep this in mind. Where in the header.php would this be placed?
As I said, I don’t know a thing about php
Thank you!
Forum: Fixing WordPress
In reply to: Putting Floodlight Code into home pagecan’t put it in the header.php because the code will then show up on every page.
I actually just went to the home page and put the code after this:<body id=”home”>
in a separate <div>
It shows up now when I do a view page source, so I am thinking that it should be ok there. If not..too bad. They will let me know.thanks for all your assistance!