Forum Replies Created
-
AuthorPosts
-
January 5, 2023 at 8:26 pm in reply to: Update Probleme bei Enfold Version 5.3.1.1 im Bereich Darstellung aller Seiten #1377736
Hi,
Thanks for the update. We don’t really have anything to recommend when it comes to optimisation plugins, I would recommend that you do some research and check which plugins you think would be a good fit, then try them out on your actual site.
Best regards,
RikardHey kenshejoe,
Did you try setting smaller font sizes for smaller screens under Styling->Font Sizes for each slide?
Best regards,
RikardHi,
Thanks for that. I renamed your old footer.php and header.php files, then uploaded new copies of those files, and your footer is showing fine after that. Please review your site.
Best regards,
RikardJanuary 5, 2023 at 7:56 pm in reply to: Changing the font of the drop-down box in the contact form #1377730Hi,
Could you try to be a bit more specific as to what you are looking to achieve? The CSS I posted is working when I try it out.
Best regards,
RikardJanuary 5, 2023 at 7:55 pm in reply to: Custom Blog Page does not show comment options and date #1377729Hey agentur2c,
You have to add all content yourself when creating posts using the Layout Builder. You can use the Post Metadata element for the content that you want to add.
Best regards,
RikardJanuary 5, 2023 at 4:45 pm in reply to: Move caption on photo media element towards bottom of photo #1377716Hey tonyiatridis,
Please try this in Quick CSS:
.av-image-caption-overlay-center { vertical-align: bottom; } .av-image-caption-overlay-center p:last-child { margin-bottom: 40px; }Please stick to one question at a time.
Best regards,
RikardHi,
You had this in both Quick CSS and in the WordPress customiser:
.flex_column_table.av-b89tuv-2ea65aa8eb05e705e15b4e8def83cf9b{ display:flex!important; justify-content:center!important; }I removed that for you, and it’s working now.
Best regards,
RikardHi,
Great, I’m glad to hear that it’s working as it should. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
RikardHi David,
Thanks for that. I’m seeing the same behaviour when comparing between Chrome and Firefox, could you try loading the site in a private/incognito browser window to see if that helps?
Best regards,
RikardHi,
You are still using the wrong media query, and it’s missing an ending curly bracket. Please try this instead:
@media only screen and (min-width: 768px) { .flex_column_table.av-b89tuv-2ea65aa8eb05e705e15b4e8def83cf9b { display: flex!important; justify-content: center!important; } }Best regards,
RikardHi,
That media query will apply to mobile only. Did you try the media query I posted earlier?
Best regards,
RikardHi,
I’ll close this thread for you. Please open a new thread if you should have any further questions or problems.
Best regards,
RikardHi,
Thanks for letting us know, I’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.
Best regards,
RikardHi,
Great, I’m glad that you got it working. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
RikardHi Alex,
Could you try updating the theme to the latest version (5.3.1.1) to see if that helps please? https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update. If not, then please post admin WordPress login details in private.
Best regards,
RikardJanuary 3, 2023 at 5:53 pm in reply to: Neuen privaten Envato Schlüssel generiert- Forbidden: – reason: invalid-token #1377493Hi,
We don’t have any further instructions unfortunately. Did you try reaching out to Envato support?
Best regards,
RikardHi,
Enfold is fully compatible with PHP 8, maybe you are running an old version of the theme? If you should need any further help, then please post admin WordPress login details in private.
Best regards,
RikardHey greenbeen,
Please send us a temporary WordPress admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.
Best regards,
RikardHey Alex,
I can’t see anything like that on the page you linked to, where can we see the actual problem?
Best regards,
RikardJanuary 3, 2023 at 5:43 pm in reply to: Changing the font of the drop-down box in the contact form #1377487Hey amitshemesh96,
Please try the following in Quick CSS under Enfold->General Styling:
select { font-family: sans-serif; }Best regards,
RikardHi,
Thanks for the update, I have now updated your user name :-)
Best regards,
RikardHi,
Thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
RikardHey amitshemesh96,
We can’t access preview links unfortunately. Please post the regular URL, or post admin WordPress login details in private.
Best regards,
RikardHi,
If you don’t want that code to apply on mobile, then you need to place it in a media query:
@media only screen and (min-width: 768px) { Your code goes here }Best regards,
Rikard-
This reply was modified 3 years, 3 months ago by
Rikard.
January 2, 2023 at 7:35 pm in reply to: Enfold and Woocommerce Product Addons – Format Problem #1377392Hey frawer,
Please try the following in Quick CSS under Enfold->General Styling:
.wc-pao-addon-wrap label { display: inline; }Best regards,
RikardHi mikehuber,
The login details you posted are not working. Please open a new thread and include working WordPress admin login details in private, so that we can have a closer look at your site.
Best regards,
RikardHi Martin,
Could you post a screenshot highlighting what you would like to achieve please?
Best regards,
RikardHi,
Great, I’m glad that Ismael could help you out. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
RikardHey rixi,
This CSS is applying flex to those columns at all screen widths:
.flex_column_table.av-b89tuv-2ea65aa8eb05e705e15b4e8def83cf9b { display: flex!important; justify-content: center!important; }It doesn’t seem to be coming from a theme file, maybe you know where it’s added? If you find it, then you wrap it in a media query in order for it not to apply to mobile devices.
Best regards,
Rikard -
This reply was modified 3 years, 3 months ago by
-
AuthorPosts
