wjmediadesign
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Move Product Descripton Div To Allow For Full WidthI was able to figure this out and it got me close enough I was able to make due with some slight css customization.
//Remove all tabs remove_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_product_data_tabs', 10 ); //Add product description back to page after removing tabs function woocommerce_template_product_description() { if( is_product() ){ echo '<div class="product-description-container"><div class="wrap">'; woocommerce_get_template( 'single-product/tabs/description.php' ); echo '</div></div>'; } } add_action( 'woocommerce_after_main_content', 'woocommerce_template_product_description', 20 );
Hope this helps anyone else.
William
Hi mbrsolution,
I was able to solve by disabling one of the options. At this point I cant remember what one I disabled but thank you for following up.
William
Forum: Reviews
In reply to: [Membership 2] Great potential but way to many bugsHi Jorge,
I have created multiple threads on the WPMUDEV forums. The only reason I came here was to rate the plugin (I saw a pop up in the back of one of my sites and you guys asked for a review). Here is a link to my WPMUDEV profile.
I have personally found 5+ major bugs/flaws in the membership 2 release. I feel the development and testing team completely dropped the ball for the paid version of this plugin and I have even had to pull the plugin on a site we where building because the user experience was so poor. We could not get basic functions to work in all browsers (including the functions that worked with membership 1 plugin).
Again I am very disappointed in this plugin and have stopped implementing it into new projects until you guys can figure it out..
Please let me know if need anything else from me.
William
Not sure whats happening but all the sudden it seems to be working…
I just ran a Console test within chrome and got the following errors on the page.
Uncaught SyntaxError: Unexpected token ILLEGAL
render.js?ver=1.4.2.3:15 Uncaught TypeError: gv.DataTable is not a function
render.js?ver=1.4.2.3:15 Uncaught TypeError: gv.DataTable is not a functionv.renderChart @ render.js?ver=1.4.2.3:15v.render @ render.js?ver=1.4.2.3:138Forum: Fixing WordPress
In reply to: Can you add a blogstream to a pagePlease Help
Forum: Fixing WordPress
In reply to: having trouble centering footerWhy is my footer floating to the left?
and
How do i fix the validation errors?
Thanks
Forum: Fixing WordPress
In reply to: having trouble centering footerI see the validation errors but how to i make changes to them?
Forum: Fixing WordPress
In reply to: need help centering header barThanks John
That worked perfectly!
William
Forum: Fixing WordPress
In reply to: need help centering header barcan anyone help me with this?