anonimesone
Forum Replies Created
-
Forum: Plugins
In reply to: [SI CAPTCHA Anti-Spam] ERROR: Unreadable CAPTCHA token fileworks now ??
got rid of other captcha plugins which werent activatedForum: Plugins
In reply to: [SI CAPTCHA Anti-Spam] ERROR: Unreadable CAPTCHA token fileit works on the registration page but on the login page it gives the error message that it cant read the captcha token file
Forum: Plugins
In reply to: [Background Manager] [Plugin: Background Manager] Custom Background Overlayi know this aint the right place but… i need to ask rep something as the post below is closed.
hi rep,
referring to this post https://www.ads-software.com/support/topic/wp-ecommerce-need-customer-to-upload-multiple-fileswith the ecommerce how did you go about setting up the section to upload files.
also if i can view the site you created. would be nice coz i need something for a printing biz.thanks.
Forum: Plugins
In reply to: Woocommerce bugsBCServices wats your website so i can see wat ur issue is
Forum: Plugins
In reply to: Woocommerce bugsyour sidebar is totally messed up. well i guess it is.
here is the fix.
go to your wordpress themes folder and open up ‘single.php’ or ‘page.php’ with your favorite editor. notepad works.
find out what the html code is around this line:
<?php get_sidebar(); ?>
yep you got it. there is a div around that line.
Similar to this maybe:<div id="sidebar"> <?php get_sidebar(); ?> </div><!-- End of sidebar --> <div class="clear"></div>
or something else. It’s what you need.
ok so you now you know what is required.
there is a file in the woocommerce plugin folder called ‘sidebar.php’.
The path to the file that needs to be edited can be found here ‘/plugins/woocommerce/templates/shop/sidebar.php’.all you need to do is to add the same code that you found in the single.php or page.php file around the line as above.
to make sure that the file you are about to change does not mess up when updating woocommerce you need to do the following.
make a folder in your themes folder called ‘woocommerce’.
in the ‘woocommerce’ folder make another folder called ‘shop’.
in the ‘shop’ folder copy the file called ‘sidebar.php’ into the ‘shop’ folder.
edit the copied file and save it.
so the file should be in the path:
‘/themes/<your theme folder>/woocommerce/shop/sidebar.php’Forum: Plugins
In reply to: WoocommerceUhm
ok … so u got a wordpress theme with a sidebar.
your sidebar is totally messed up. well i guess it is.here is the fix.
go to your wordpress themes folder and open up ‘single.php’ or ‘page.php’ with your favorite editor. notepad works.
find out what the html code is around this line:
<?php get_sidebar(); ?>
yep you got it. there is a div around that line.
Similar to this maybe:<div id="sidebar"> <?php get_sidebar(); ?> </div><!-- End of sidebar --> <div class="clear"></div>
or something else. It’s what you need.
ok so you now you know what is required.
there is a file in the woocommerce plugin folder called ‘sidebar.php’.
The path to the file that needs to be edited can be found here ‘/plugins/woocommerce/templates/shop/sidebar.php’.all you need to do is to add the same code that you found in the single.php or page.php file around the line as above.
to make sure that the file you are about to change does not mess up when updating woocommerce you need to do the following.
make a folder in your themes folder called ‘woocommerce‘.
in the ‘woocommerce‘ folder make another folder called ‘shop‘.
in the ‘shop‘ folder copy the file called ‘sidebar.php‘ into the ‘shop‘ folder.
edit the copied file and save it.
so the file should be in the path:
‘/themes/<your theme folder>/woocommerce/shop/sidebar.php’