Forum Replies Created
-
AuthorPosts
-
May 17, 2021 at 9:16 pm in reply to: Refresh Price when quantity changes on Single Product Page to show discounts #1300812
Thanks for the response!
We use Woo Discount Rules (but other plugins behave the same, no price refresh on qty change) https://wordpress.org/plugins/woo-discount-rules/I also checked with the WordPress default themes, there also the price does not refresh immedieately. Will do as you suggested and contact the plugin developer.
Greetings
From my point of view I no checked again, and had the following situation.
My wordpress showed me available updates, i clicked on the list of available updates (plugins, themes, etc.)
There it showed me, that there is a new version of Enfold theme available, but that it is unable to perform the update.
Then I go to Enfold settings, there it again says that I am running latest version.
I click on button “Check manually”. That link brings you to the standard wordpress theme overview. There it suddenly let me update the theme through wordpress standard update process.Not feeling good about it, but for now my page is updated to the latest version.
See you again at the next update fail ;-)Hi Rikard,
I downloaded the theme from themeforest and did update via ftp upload as described here: https://kriesi.at/documentation/enfold/install-enfold-theme/
Now I am running on 4.7.3I am having the exact same problem. I thought, that the reason was, that my support period ended, so I bought a new license from Envato market (not even sure if that was necessary)
But still I am having the same problem. Running on 4.5.3 although there should be a newer version available.
June 11, 2018 at 9:01 am in reply to: Woocommerce product shortcode showing wrong in Layout Elements #971003yes, you can close this topic. thanks for your help!
June 10, 2018 at 7:46 pm in reply to: Woocommerce product shortcode showing wrong in Layout Elements #970862Thank you, that worked.
Sunny greetingsJune 8, 2018 at 8:31 am in reply to: Woocommerce product shortcode showing wrong in Layout Elements #970001See here:
https://base.energy/de/test/- This reply was modified 6 years, 5 months ago by baseenergy.
June 29, 2017 at 7:55 pm in reply to: Fullwidth Easy Slider – background image causes insecure mixed content warning #814650Hi Victoria,
The mentioned plugins did not work, but with another plugin called “SSL Insecure Content Fixer”
In the plugin settings I had to set the level of fixing to “Content” to make it work.
So the problem is fixed.
Anyhow, the issue only occurs with Fullwidth easy slider when setting a background image, maybe you can forward this to whoever programmed to probably make it work without an additional plugin.
Thanks for your time and all the best from Vienna, Austria!
Simon
May 20, 2017 at 5:49 pm in reply to: sharing social profiles with large buttons on multiple platforms #797064After some time I found out that this solution is ok, but not perfect. E.G. when looking at the site on tablets, it will open the browser instead of the installed app.
There is a javascript solution, that tries to load the app and opens the browser if it fails to load the app:
http://stackoverflow.com/questions/13675535/how-to-launch-apps-facebook-twitter-etc-from-mobile-browser-but-fall-back-to-hBut how to add such a javascript function to the icons?
March 30, 2017 at 8:28 pm in reply to: sharing social profiles with large buttons on multiple platforms #769604OK I got it to work.
Color section 1 got section id “mobile-only”, the other color section got “desktop-only”.
Here the css that works@media only screen and (min-width: 768px) { /* Add your Desktop Styles here */ #desktop-only { display: block !important; } #mobile-only { display: none !important; } } @media only screen and (max-width: 768px) { /* Add your Mobile Styles here */ #desktop-only { display: none !important; } #mobile-only { display: block !important; } }
March 30, 2017 at 7:19 pm in reply to: sharing social profiles with large buttons on multiple platforms #769574Hi Jordan,
thanks for the quick reply.
In the avia layout builder, for layout elements I can find Mobile -> Hide on mobile.
But there is nothing there that lets me hide the section on the desktop.Greetings
Simon
-
AuthorPosts