Forum Replies Created
-
AuthorPosts
-
March 23, 2021 at 5:27 am in reply to: Tablet responsiveness issue for "Home" and "Company" page #1289764
Hi,
Thanks for the login details. I’ve added this to your Quick CSS:
@media only screen and (min-width: 768px) and (max-width: 1024px) { .iconbox_icon { float: none !important; } }Please review your site.
Best regards,
RikardHi Janneke,
I can see 1A, 2B and so on, on your actual site. Could you try to explain the problem you are having a bit further please?
Best regards,
RikardHi,
Thanks for that. I tried reproducing your results on GTMetrix, but I was unable to do so. Please see screenshot in private. How can we reproduce the problem which your screenshot shows?
Best regards,
RikardHi,
Thanks for the update. You had forgotten to add support for the meta boxes for your custom post types: https://kriesi.at/documentation/enfold/intro-to-layout-builder/#alb-for-any-post-type. I added that for you to functions.php, and the Layout meta box is now available for your custom post types.
Best regards,
RikardMarch 23, 2021 at 3:10 am in reply to: Custom Elements Group or Site for centralized editing? #1289746Hi,
Thanks for the screenshot. Please try to add your layout in a new page, then load it into the next page using the Page Content element. Doing it that way means that you only have to edit it in one place. You will find the Page Content element in the Content elements tab.
Best regards,
RikardMarch 22, 2021 at 11:58 am in reply to: Column spacing applied to specific columns via CSS class? #1289603Hi Peter,
Simply add the custom class to the element options, then adjust it with CSS like this:
.custom-class { width: 40%; background: red; }If you want the CSS to apply to all columns, then it needs to be added to all of them.
Best regards,
RikardHi,
Thanks for the update. I’ve modified the CSS for you, it’s working and applying to your site now. Please review it.
Best regards,
RikardHey soniavoice,
You are getting error messages from the file in private on that page. Could you try clearing the cache from the plugin, or disabling it, to see if that changes anything please?
Best regards,
RikardHi Arjan,
Sorry for the late reply. I’m not sure I understand the problem you are having. The picture in the left sidebar looks good on my end on all resolutions, and it disappears on mobile sizes. Is it the images in the content you need help with? If that is the case, then please try to explain the problem you are having a bit further. I’m guessing that you want them to break to 100% at an earlier point?
Best regards,
RikardHey yourcloudworks,
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,
RikardHi BlutVampir,
Great, I’m glad that you got it working, and thanks for sharing your solution :-)
Best regards,
RikardHi Osmar,
I’m not sure I understand what you would like to change, if you have Auto Rotation active under Advanced->Slider Animation, then it should not stop sliding.
Best regards,
RikardHi Sophie,
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 francescolietti,
Sorry for the late reply. 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,
RikardMarch 22, 2021 at 5:42 am in reply to: Remove the gaps between Layout Elements on all the pages #1289555Hey PhatJ,
I’m not sure I understand what you are referring to, could post a link to where we can see the elements in question please? If you have a screenshot highlighting your intentions, then please share that with us as well.
Best regards,
RikardMarch 22, 2021 at 5:41 am in reply to: Border (line) Color on "Heading Style Elegant (centered, optional icon) #1289554Hey Eleina_Shinn,
The lines are white on my end, did you manage to find a solution? If not, then please try loading the site in an incognito or private browser window.
Best regards,
RikardHi,
Thanks for the login details, and sorry for the late reply. First off, could you try updating the theme to the latest version (4.8.1) to see if that helps please? https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update.
Best regards,
RikardHey mirotck,
Please try the following in Quick CSS under Enfold->General Styling:
.html_av-overlay-side #top #wrap_all .av-burger-overlay-scroll #av-burger-menu-ul a { color: #fff; }Best regards,
RikardHi,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) { .responsive #top #main { margin-top: 112px !important; } }Best regards,
RikardHi,
It’s on line 17 in functions.php, we can do it for you if you give us permission to activate debug mode for you.
Best regards,
RikardHi,
Thanks for the clarification. Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) { .main_color .flex_column { padding: 0 !important; } }Best regards,
RikardHi Caroline,
The site you linked to is not working, please see private. If you want to make your header transparent, then you can select that in the Layout menu when editing the page in question. If that is not what you are looking to achieve, then please try to explain your intentions a bit further, or post a screenshot highlighting them.
Best regards,
RikardHi Siobhan,
Could you post a link to where we can see the element in question please?
Best regards,
RikardMarch 22, 2021 at 4:26 am in reply to: Benötige Hilfe bei der Anpassung für Mobile Geräte – Viewports? #1289544Hallo,
1. Bitte versuchen Sie stattdessen dieses CSS:
@media only screen and (max-width: 767px) { span.milestone_icon { opacity: 1 !important; -webkit-transform: scale(1) !important; -ms-transform: scale(1) !important; transform: scale(1) !important; } }2. Bitte versuchen Sie auch dieses CSS:
@media only screen and (max-width: 767px) { .av-hover-overlay-grayscale .av-masonry-entry .av-masonry-image-container { filter: none !important; } }3. Ich bin mir nicht sicher, ob ich verstehe, was Sie dort ändern möchten. Bitte versuchen Sie es etwas näher zu erläutern.
Bitte bleiben Sie in Zukunft bei einem Problem pro Thread.
——Text above is translated from the test below——
1. Please try this CSS instead:
@media only screen and (max-width: 767px) { span.milestone_icon { opacity: 1 !important; -webkit-transform: scale(1) !important; -ms-transform: scale(1) !important; transform: scale(1) !important; } }2. Please try this CSS as well:
@media only screen and (max-width: 767px) { .av-hover-overlay-grayscale .av-masonry-entry .av-masonry-image-container { filter: none !important; } }3. I’m not sure I understand what you are looking to change there, please try to explain a bit further.
In the future, please stick to one problem per thread.
LG,
RikardHi Simone,
I couldn’t see any error messages on the front end of your site, is this happening on the backend? If so then please post admin WordPress login details in private, and let us know how to reproduce the error.
Best regards,
RikardHey berndklare,
Sorry for the late reply. Could you share a screenshot of the problem you are seeing on iphone please?
Best regards,
RikardMarch 22, 2021 at 3:54 am in reply to: Why my partner/logo element does not show correctly? #1289541Hey watsonint,
Sorry for the late reply. It looks like you are running the SG Optimiser plugin on your site? If that is the case, then please try disabling file compression under Enfold->Performance. The plugin causes problems when that is active.
Best regards,
RikardHi,
Thanks for the update. That element is not part of the theme, so I’m not sure how this is theme related? I’m guessing that the images in question as set as background though. If that is the case, then there is no alt tag for images set as backgrounds.
Best regards,
Rikard -
AuthorPosts
