hamutalwz
Forum Replies Created
-
I have the same problem.
I am using Vimeo and the full screen button is not showing anymore although it used to and nothing changed on my Vimeo setting.
I am using a sharable link to the video and it should show the full screen button. Not sure what happened but it has a significant impact on the usability of my content.
Forum: Plugins
In reply to: [Totally Booked] Sell a copy of the bookThank you.
thanks!
Forum: Plugins
In reply to: [WordPress Simple Shopping Cart] Apparent Bug In Shipping Calculationno. I did not enter a value in the “Free Shipping for Orders Over” field.
Forum: Plugins
In reply to: [WordPress Simple Shopping Cart] Apparent Bug In Shipping CalculationI’m using WordPress version 3.9 and WP Simple Paypal Shopping cart v3.9.5.
I was using the [wp_cart_button name=”Test Product” price=”119″ shipping=”4.0″] shortcode but it did not add the shipping cost.
I changed it to [wp_cart:Test Product:price:119:shipping:4.0:end] and now it works.Forum: Plugins
In reply to: [WordPress Simple Shopping Cart] Apparent Bug In Shipping Calculationfor me the official shortcode syntax didn’t work and the one suggested here did.
thanks! I was unable to add shipping costs otherwise.Forum: Plugins
In reply to: [Email Before Download] Names in CSV file is in Gibrishfound the solution.
I needed to import it into Excel and not open it as a regular file.Forum: Plugins
In reply to: [Email Before Download] Why is email sender "WordPress" instead of me?you need to use a specific plugin to resolve this issue.
I am using this one: https://www.ads-software.com/plugins/wp-mail-smtp/I’m struggling with the same issue.
the form is not styled at all.Forum: Plugins
In reply to: [qTranslate] All language text appearing on listingsit seems it was a theme problem in my case.
the title of the page was echoingesc_attr( $post->post_title )
instead of<?php the_title(); ?>
.
maybe this is the cause in your case too.Forum: Plugins
In reply to: [qTranslate] menus name not working in modal windowsit seems it was a theme problem.
the title of the modal page was echoingesc_attr( $post->post_title )
instead of<?php the_title(); ?>
.Forum: Plugins
In reply to: [qTranslate] All language text appearing on listingsI have the same problem with page titles showing all the languages like in your case <!–:es–>Sí<!–:–><!–:en–>Yes<!–:–><!–:fr–>Oui<!–:–><!–:de–>Ja<!–:–> etc.)
Forum: Plugins
In reply to: [qTranslate] RTL Support not workingI said it was premature to mark this as resolved.
I’ve opened a new issue in this matter.
at the moment, I resolved the issue by enqueuing the rtl.css in my functions.php file but I’m not sure if this is the right way.
I would expect the plugin to do it.Forum: Plugins
In reply to: [qTranslate] RTL Support not workingit seems it was a bit premature to set this issue as resolved.
now the entire site is always RTL even when in English language.
what am I missing?
thanks!Forum: Plugins
In reply to: [qTranslate] RTL Support not workinggot it! sorry, I was missing the @import url(“rtl.css”) statement.
thanks!