Forum Replies Created
-
AuthorPosts
-
Hi,
You can make the inner section full width with this css:.responsive .av-layout-tab-inner > .container { max-width: 100%; }
then you can add padding to the elements in the inner tab that you don’t want full width, like the text element.
Best regards,
MikeHi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
please compare this to the original:@media only screen and (max-width: 767px) { .responsive #top #wrap_all .av-flex-cells .no_margin { padding-left: 15px !important; padding-right: 15px !important; } .responsive #top .av-masonry { background-color: #f5f0eb !important; } }
Best regards,
MikeHi,
Glad Guenni007 could help, thank you Guenni007, I agree that this is a color profile issue with your images and not an issue with the theme.Best regards,
MikeHi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top .av-tab-no-icon.av-tab-no-image .av-inner-tab-title { margin-bottom: 0; }
After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
I’m not sure as I don’t have a iPhone and this is not a option on Android. There is not a specific setting for this in the theme, but it sounds like the css above is changing it some.
Perhaps the iPhone also adds opacity to the color, try this:html { background-color: blue !important; opacity: 1 !important; }
Please note that testing with iPhones can be hard to clear the cache, often you need to also clear the history to fully purge the cache, following these steps for Safari and note Step 4 where you will Clear the History.
Best regards,
MikeHey Richard,
I believe that you need to add the background-color to the html element which I believe shares the color with the Socket Background Color
But if you don’t want to also change this color, try this css:html { background-color: blue !important; }
and adjust the color to suit, after applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
I’m not sure what you mean by add my website to my Google profile, please explain further, perhaps a screenshot of the Google profile page that you add the url to would help.
Is the error code 400 shown on the Google profile page or is this in your webhost error logs?Best regards,
MikeJuly 28, 2024 at 9:15 pm in reply to: Animationen laden seltsam doppelt / Animations load strangely twice #1463188Hi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:.avia_transform .av-parallax-object.active-parallax.avia_start_delayed_animation.right-to-left { animation: avia-rtl 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); opacity: 1; } .js_active .av-parallax-object.active-parallax { opacity: 0; transition: none }
After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Try adding !important; after background-color: #f5f0eb; like this:@media only screen and (max-width: 767px) { .responsive #top.page-id-21 #wrap_all .av-flex-cells .no_margin { padding-left: 15px !important; padding-right: 15px !important; } .responsive #top.page-id-21 .av-masonry { background-color: #f5f0eb !important; } }
Best regards,
MikeHey Richard,
This is margin due to this css:p+h1, p+h2, p+h3, p+h4, p+h5, p+h6 { margin-top: 1.5em; }
the “p” means paragraph, so in your case please add this css:
h3+h4 { margin-top: 1.5em; }
Best regards,
MikeHey zdenkab,
Thank you for the link to your site, I see that you are using v5.7 and your Envato token is unverified.
You could try using the Envato Market Plugin and create a new Envato Token in your Theme Forest account.
Or you could manually update and then Envato Token in your Theme Forest account.
To manually update Enfold you will need to download the latest installable WP version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New
after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue
then you will see the Theme updated successfully message.
Best regards,
MikeHi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
When I test this on my site the only time I see and error is if I try to use a portfolio element.
So if you want to disable the portfolio CPT you should ensure to not use a portfolio element.Best regards,
MikeHi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
On mobile I see #f5f0eb;
try clear your browser cache.
If you mean desktop add this css:#top.page-id-21 .av-masonry { background-color: #f5f0eb; }
Best regards,
MikeHi,
Please use margin like this:#top .social_bookmarks li { margin-right: 10px; }
Best regards,
MikeHi,
To match the masonry on /photography/iraq/ width with homepage width on mobile please use this css instead:@media only screen and (max-width: 767px) { .responsive #top.page-id-21 #wrap_all .av-flex-cells .no_margin { padding-left: 15px !important; padding-right: 15px !important; } #top.page-id-21 .av-masonry { background-color: #f5f0eb; } }
This will also match the background color.
Best regards,
MikeHi,
To remove most of the padding for that masonry on that page on mobile, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:@media only screen and (max-width: 767px) { .responsive #top.page-id-21 #wrap_all .av-flex-cells .no_margin { padding-left: 0 !important; padding-right: 0 !important; } }
there will still be a little padding but this is needed for the element, please see the screenshots in the Private Content area of the expected results.
Best regards,
MikeHi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field instead to have larger round social icons in the socket, it also adds a white background color before mouse-over and on mouse-over the icon colors show, I have not sure what color you wanted as typically there is no color until mouse-over, feel free to adjust the color to suit.#socket .social_bookmarks li a { width: 50px!important; line-height: 50px!important; min-height: 50px!important; font-size: 30px; } #socket .social_bookmarks li { height: 50px!important; width: 50px!important; } #top #wrap_all .av-social-link-instagram a { color: var(--enfold-socket-color-meta); background-color: #fff; } #top #wrap_all .av-social-link-linkedin a { color: var(--enfold-socket-color-meta); background-color: #fff; }
After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top .av-masonry-entry .av-inner-masonry-content { padding: 20px 0; }
to remove the left and right padding of the excerpt, after applying the css, please clear your browser cache and check.
Best regards,
MikeJuly 28, 2024 at 3:21 pm in reply to: Change .html_header_top.html_header_sticky.html_large #main on spec. pages? #1463158Hey Jak73,
Add the page ID to the css like this:.html_header_top.html_header_sticky.html_large .page-id-1616 #main { padding-top: 66px; }
After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
Glad to hear that you have this sorted out, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeJuly 28, 2024 at 2:44 pm in reply to: Changing all heading tags to text-transform: capitalize; #1463153Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
Mike -
AuthorPosts