silentfxx
Forum Replies Created
-
Forum: Plugins
In reply to: [Simply Instagram] Version 1.2.7 displays nothing after WP upgrade@evan Herman
Thanks for the tip it works now and I’m using WordPress.Forum: Plugins
In reply to: [Ajaxify Wordpress Site(AWS)] Need help adding Fullwidth Audio PlayerHello Manish,
I was wondering if you’d be able to help me out achieve the same Goal that InvitationFascination had.
I saw the site that they were trying to make this work and it works great!
Any help would be appreciated!
Thanks!
Forum: Plugins
In reply to: Woocommerce: Adding a tab in product pageHey I just figured this out my self. I do believe you’re talking about this Ben if I’m not mistaken.
http://www.benblanco.com/woocommerce-2-multiple-custom-product-tabs/Here’s the code
http://pastebin.com/PrPq6sSxI changed this function
unction custom_product_tabs_panel_content( $key, $custom_tab_options ) { echo ” . $custom_tab_options['title'] . ”; echo $custom_tab_options['content']; }To this
function custom_product_tabs_panel_content( $key, $custom_tab_options ) { // allow shortcodes to function $content = apply_filters( ‘the_content’, $custom_tab_options['content'] ); $content = str_replace( ‘]]>’, ‘]]>’, $content ); echo apply_filters( ‘woocommerce_custom_product_tabs_panel_heading’, ” . $custom_tab_options['title'] . ”, $custom_tab_options ); echo apply_filters( ‘woocommerce_custom_product_tabs_panel_content’, $content, $custom_tab_options ); }Cheers!
I would also like to see this function work other then COD.
Would like to see this feature work for variable products as well.
Forum: Fixing WordPress
In reply to: Woocommerce category and product displayThis might help you add this to your functions.php page.
add_filter( 'loop_shop_categories_columns', create_function( '', 'return 4;' ) );Also if you have Maya they have a great support system.
Forum: Fixing WordPress
In reply to: Change maximum upload size and find php.initrying to keep uo: The path was IE:165161netsolhost.com/htdocs/cgi-bin is where the php.ini file goes and the file that needed to be deleted was 165161netsolhost.com/htdocs/cgi-bin/.php/ DELETE (php.Coalesced)
I’m having trouble seeing / deleting the (php.Coalesced) I also have Network Solutions and I don’t see that file while in their File Manager.
I only see these files
error_log
fileman.cgi
global.dat
php.dathttp://s7.postimage.org/529cf6jih/photo.png
Can anyone help?
I’m trying to enable mod_expires does anyone know how to do that?Forum: Plugins
In reply to: [Plugin: WooCommerce] Cart broken/not adding productsI’m not sure if this just fixed my site but the cart is actually working now. I’ve put 20 items and it hasn’t cleared..
This is a long shot but idk..
Try clearning the Transients in WooCommerce > Settings > go all the way to the bottom and you’ll see “Clear Transients”
Forum: Plugins
In reply to: [Plugin: WooCommerce] Cart broken/not adding productsAhhh I also have this problem and the site was working just fine before.
Sometimes the cart works and sometimes it doesn’t this just recently happened. When I click on “ADD-TO-CART” it will say it’s added it to the cart and sometimes when I click on another Item and I click “ADD-TO-CART” it will make the other item disappear. Or when I click “ADD-TO-CART” and then I go on the right had corner and click on the cart image. It will take me to the cart but it will be an empty cart. And sometimes the cart will work.
What to do? What to do?
Forum: Plugins
In reply to: Woocommerce theme with TaxCloud.net or something similarI’m looking to support Local, Out of State and International. I’ve seen this plugin on woocommerce http://www.woothemes.com/products/table-rate-shipping-2/ I think I might go with it.
Per Product wouldn’t be ideal for me because I have 1600+ items and we’re going to be putting a lot more. What I would like to do with the shipping is by weight and dimension. I’m currently migrating a ecommerce store to woocommerce and that’s how my client currently does shipping is by weight and dimensions.
Let me know when you release the plugin as well!
Thank you for responding back as well! I appreciate your input!
Forum: Plugins
In reply to: Woocommerce theme with TaxCloud.net or something similarOh I don’t think I was explaining my self correctly but what I meant to say was is there any shipping plugins that you would recommend? or that you have used?
Forum: Plugins
In reply to: Woocommerce theme with TaxCloud.net or something similar@ksemel
Thanks!! I love you’re plugin!! worked with out any hesitations!May I ask what you used to calculate shipping cost?
Just try installing your theme and woocommerce on a sub directory don’t enter any data on it. just see if that problem occurs again. and moving websites is fairly easy. I just moved a big site from my server to another with out any problems following this guide.
I’m not sure what’s going but the css is there. What I would recommend doing is
1. if you have any plugins disable them all.
2. if that didn’t fix the problem try reinstalling a fresh copy of your theme and woocommerce on a different directory. and export your data and import it on wordpress and just link up your database to the new directory.what’s your url?