piscinafacil
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Plugins
In reply to: [WooCommerce] Product Variations Tab Keeps LoadingI have the same problem, not resolved yet…. Helppp!!!
Forum: Plugins
In reply to: [WooCommerce] Product Variations – Never Ending LoadingI have the same problem. I’m waiting for an answer to the problem.
Forum: Fixing WordPress
In reply to: Adjust the width of the 'DISCUSSION'Thank you, but I managed to solve the problem by inserting the feedback component in the visual composer.
Adding this code in the functions.php:
// Cria um shortcode comum function my_custom_page_comments( $atts, $content = null ) { return comments_template(); } add_shortcode('my_custom_page_comments', 'my_custom_page_comments'); // Associa o shortcode acima com o visual composer, para que ele vire um componente selecionável na edição vc_map( array( "name" => "Comentários de página", "base" => "my_custom_page_comments", "content_element" => true, "icon" => "icon-wpb-toggle-small-expand", 'category' => 'Content', ) );Forum: Fixing WordPress
In reply to: Adjust the width of the 'DISCUSSION'Thanks for the support @jcastaneda.
If you still can help me , this is the page link: http://sitepf.esy.es/discussion-test/
at the end of the page you can see what the reviews are taking up the entire width of the screen.
Thank you again!
Viewing 4 replies - 1 through 4 (of 4 total)