Anna Webdesign
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Changing the content of Sidebar for each pageHello,
I would use a plugin like: https://wordpress.org/plugins/display-widgets/
That is a easy way to show widgets in the sidebar on specific pages 🙂Thx for the quick response!
It worked! Thank you very much!
Have a great monday :)!I am struggling with the same problem!
I can’t seem to translate the product category description grr!Any help?
Forum: Plugins
In reply to: cart product name not translatedHello!
To remove the multiple titles on the checkout page I added this to functions.php:
add_filter(‘woocommerce_in_cart_product_title’, ‘qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage’, 0);
Forum: Fixing WordPress
In reply to: alignment issueshaha that is the important part! I am happy it is aligned again 🙂
Forum: Fixing WordPress
In reply to: alignment issueshmm that is weird! Did you check in the text-html editor?
Is the homepage 1 page? Maybe the problem is in the PHP files.But you did not do anything, no updates nothing, no changing of the text? En all of a sudden there was an extra paragraph?
Forum: Fixing WordPress
In reply to: alignment issuesI see a empty paragraph <p></p> between the to div’s that is causing one to go down.
Forum: Plugins
In reply to: [IM8 qTranslate WooCommerce] Short description does not store textThe solution: add_filter( ‘wp_default_editor’, create_function(”, ‘return “html”;’) ); did not work for me 🙁
I tried al sorts of things, but the qtranslate plugin is causing the problem that makes it unable to save the short description.
For the people that only need one description, you can use the general text area! For me it was adding <?php the_content(); ?> to the content-single-product.php!