apexdigitalro
Forum Replies Created
-
Forum: Plugins
In reply to: [LiteSpeed Cache] FOUC regardless of settingsI have disabled most features once again. The website appears to load twice
Forum: Plugins
In reply to: [LiteSpeed Cache] FOUC regardless of settingsHello!
Domain key has been approved and re-approved after each reset.
JWWDTEDM is the report numer.
Guest optimization is currently OFF in order to prevent issues.
TIA!
Forum: Plugins
In reply to: [LiteSpeed Cache] FOUC regardless of settingsHello, I am back again. So the main issue seems to be the Guest Mode Optimization setting. If I activate it, the large FOUC flashes for any visitor.
Any idea how to fix this?
Forum: Plugins
In reply to: [LiteSpeed Cache] FOUC regardless of settingsAlright, after resetting the plugin on both sites, things appear to act normally. What would be the next step? Should I re-enable settings one by one and figure out which one causes any issue?
Forum: Plugins
In reply to: [LiteSpeed Cache] FOUC regardless of settingsHello!
I tried your suggestion and it seems to be working. So far the following websites are affected, both are on the same server:
https://dacu.ro
https://etinute.roShared hosting, PHP 7.4.
Issues seems to go away TEMPORARILY if I clear UCSS cache, but UCSS is NOT enabled.
Forum: Plugins
In reply to: [Plugin for Google Reviews] Styling Mobile Version?Alright, thank you very much! I will follow your advice! ??
Forum: Plugins
In reply to: [Plugin for Google Reviews] Styling Mobile Version?Hello! Alright, I am taking it out of maintenance mode:
Forum: Plugins
In reply to: [Plugin for Google Reviews] Styling Mobile Version?Hello, the issue is as follows:
I’ve created a widget that has a max-width of 1500px, is a slider, has pagination set to ‘4’, max of 5 reviews, and so on. It works perfectly any desktop view, but it maintains its 1200px width on mobile, thus overflowing.
I am probably misconfiguring something…
- This reply was modified 2 years, 11 months ago by apexdigitalro.
Again, found it!
For anyone else looking, the variable is {{post.post_title}}
Never mind, the value is passed even if the field is set to hidden.
However, I cannot figure out how to output the Post Title. ID seems to be working fine. URL param also does not seem to output any values, and I failed to find other params that I could pass.
I really appreciate your help!
Thank you. I’ve already tested it, but I cannot seem to figure out one thing:
If the field is set to “hidden”, the data won’t be passed through email for some reason.
The second thing I’m unsure about is how to get post.title, since it doesn’t seem to be working.
Thank you!
Awesome! Thank you so much for the awesome support.
I am now creating a hidden field – what kind of input should this be, however? Would “hidden” work? Something like:
<input type=”hidden” name =”hiddenfield” value =”{{url_params.utm_source}}” />
?
Forum: Plugins
In reply to: [HTML Forms - Simple WordPress Forms Plugin] Honeypot + Styling QuestionHello,
thank you very much for suggesting WPBruiser!
Regarding the form fields, I solved it! Turns out I was using the ‘apply basic stylesheet’ switch.
Hello, thank you for your reply!
I have used a plugin to regenrate thumbnails, and this fixed the issue for some images. However, the watermarks are not not applied to other products, and I am not sure why.
Almost of the watermarks work on mobile either. Can you help me troubleshoot this?
tahagov.ro
Here is some of the bits of code that I am using to resize images on the website. Could these interfere with some of the images?
TIA
FOR MOBILE:
.attachment-shop_single { max-height: 550px; max-width: 225px; } div .content-product{ min-height: 191px; } .content-product .product-content-image img{ min-height: 163px; min-width: 163px; }
FOR DESKTOP
.attachment-shop_single { max-height: 550px; max-width: 550px; } .content-product .product-content-image img { max-height: 250px; max-width: 250px; width: auto; height:auto; }
Is anyone here still active?