Cohesive Web Design
Forum Replies Created
-
I am trying to display the file manger in the dashboard for a client. I have a custom menu plugin where I can link to a page (i.e. admin.php?page=sp-client-document-manager-fileview) Do you know what page I need to link to to see the Fileview?
Also, are the files restricted per user so no one else can see them?
Forum: Plugins
In reply to: [WePay Wordpress Plugin] Fatal Error accessing Wepay managerYou’re a freaking genius. Thank you so much. You just saved a church from not being able to take donations. Consider yourself a saint.
Forum: Plugins
In reply to: [WooCommerce] Trying to remove sidebar from all Woo commerce PagesYou can take the sidebar out simply by commenting out the information in the woocommerce/templates/shop/sidebar.php file like splashing suggested. Simply put a /* and */ around everything there and it will take it out. We just used it for one of our web design customers. That should fix it and it should work after the Woocommerce 2.0 update.
Forum: Plugins
In reply to: [WooCommerce] Trying to remove sidebar from all Woo commerce PagesI don’t think our theme is WooCommerce ready but another client of our has a WooCOmmerce ready theme. You might want to dig through the theme folder and see if there is a ProductPage.php file or something that is controlling the footer. Sometimes WooCommerce ready themes do that. So even if you made the change in WooCOmmerce, the theme would override it.
We aim to produce the most cohesive websites that we can when we build them.
Forum: Plugins
In reply to: [WooCommerce] Trying to remove sidebar from all Woo commerce PagesMake sure that your theme is not showing a sidebar on that page for some reason. The commenting out on the WooCommerce worked 100% for me even after the 2.0 updates. Go back and make sure that everything is 100% as stated above and not one single character is misplaced.
Forum: Plugins
In reply to: [WooCommerce] Trying to remove sidebar from all Woo commerce PagesYou are very welcome! To say thanks, you should add our website link to your resources page ??
Forum: Plugins
In reply to: [WooCommerce] Trying to remove sidebar from all Woo commerce PagesI just fixed this on our website. You can take the sidebar out simply by commenting out the information in the woocommerce/templates/shop/sidebar.php file like splashing suggested. Simply put a /* and */ around everything there and it will take it out. If you need more help, drop me a line at https://www.cohesivewebdesigns.com and I’ll be glad to help. But that should fix it.
Forum: Plugins
In reply to: [Plugin: Woocommerce] – CustomizeWoocommerce just updated to 2.0.1 and started adding a duplicate dropdown sorting option on the Shop page. I simple commented out a line in the woocommerce_hooks.php file. This is the line that I commented out:
add_action( ‘woocommerce_before_shop_loop’, ‘woocommerce_catalog_ordering’, 30 );
After I commented it out…woocommerce was only generating one dropdown. They must have this in two different places in the code.
If you need any help, you can contact us at https://www.cohesivewebdesigns.com