Forum Replies Created
-
AuthorPosts
-
May 5, 2017 at 5:26 am in reply to: Height of text block in color section (no parallax on mobile) #788182
Hi!
To move the text block specifically for iPad landscape mode only, you can use this code
@media only screen and (min-width:767px) and (max-width: 1024px) and (orientation: landscape) { .page-id-804 #av_section_2 .avia-builder-el-12 { padding-top: 25px; } }
Then please adjust the value of the padding to fit your preference.
Best regards,
SarahHi,
We’re glad that the problem is fixed now!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you.
Thank you for using Enfold.
Cheers!
SarahHi!
page-id-70
is the unique ID assigned to the test page that you gave us. If you check the test page now, you’ll see that the featured images on that page are now hidden.For the CSS to work on the home page (which is
page-id-14
), please use this instead:.page-id-14 .slide-entry .slide-image { display:none !important; }
Best regards,
SarahGlad we could help!
Please take a moment to review our theme if you haven’t already https://themeforest.net/downloads
To know more about Enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)
Cheers!
SarahHi!
Can you try using the full URL for your Main Menu links? For example, for Products, instead of using #products, please use http://www.jefe.technology/#products.
Best regards,
SarahYou’re welcome!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you.
Thank you for using Enfold.
Cheers!
SarahHi Alexia!
We’re glad that Rikard was able to help you.
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you. :)
Cheers!
SarahHi vadikcoma,
You have two options to place the caption title in the center of your slider.
One option is to change the Slider minimum height in pixel to 500px.
Another option is to keep the Slider minimum height as 250px, and then lessen the padding above the caption. (The default is 100px.) To do that, please use this CSS:
@media only screen and (max-device-width: 767px) { .html_header_transparency #top .avia-builder-el-0 .slideshow_caption { padding-top:0px !important; } }
Please note that if you change the font size of the caption title, the value of the padding may need to be changed.
I hope that helps!
Best regards,
SarahHi,
In your magazine element, can you try setting the Offset option to prevent showing duplicates? http://screencast.com/t/FRA0HMqcIxsn
Best regards,
SarahHi Haiko,
The
main
div has padding on top to give space to the header. That’s the one we have to adjust now.Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.html_header_top.html_header_sticky #top #wrap_all #main {padding-top:50px !important;}
Sorry, but which is the other space that you would like to adjust?
Best regards,
SarahHey vadikcoma,
Can you give us temporary access into your website so we can take a closer look? Please put the login credentials in the Private Content section of your reply.
Thank you!
SarahHi @Shorty05,
Please also start a new thread and attach temporary admin logins in the private content field so we can take a closer look.
Thank you!
SarahHi Luigina,
Sorry, but I can’t see your screenshots.
You want the blog post titles in the Latest News sidebar widget to be in uppercase letters, right? Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.newsbox .news-headline { text-transform: uppercase; }
This way, even if the actual blog post is in lower case or title case, the titles inside the Latest News widget will still be in uppercase.
I hope that helps!
Best regards,
SarahHi viaggiareverde,
That’s strange. By default, related-posts.php should exclude the current post.
'post__not_in' => array($this_id))
Can you try this solution?If that doesn’t work, may we have temporary access into your Dashboard so we can take a closer look?
Best regards,
SarahMay 4, 2017 at 1:33 pm in reply to: Formatting of sub-menu-items different from other sub-menu-items #787801You’re welcome, Jörg! We’re happy to help.
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Best regards,
SarahHi christwars,
We’re glad the Import worked for you. Do you need any other help with this, or can we close this thread?
Best regards,
SarahHey viaggiareverde,
Let us edit your code so that it calls only the main-title.
Please use this instead:
.single-post .entry-title.main-title { font-size: 30px !important; font-weight: bold; text-transform: none !important; } /* COLORE */ .single-post .entry-title.main-title a { color: #036103 !important; text-transform: uppercase !important; }
Best regards,
SarahHey carmen,
Can we have a link to the website in question so we can take a closer look?
Best regards,
SarahYou’re welcome!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to start another thread here on the forum and we will gladly try to help you. :)
Best regards,
SarahHi!
Okay, we’ll close this thread, then. Please feel free to open another thread if you need help with anything.
Thanks for using Enfold!
Best regards,
SarahMay 4, 2017 at 12:36 pm in reply to: Formatting of sub-menu-items different from other sub-menu-items #787751Hey Jörg,
Please try going to Appearance > Menus, then for the menu item “Produkte”, make sure to remove the check before “Use as Mega Menu”.
For more information about Mega Menus, please see our tutorial here: http://kriesi.at/documentation/enfold/setting-up-your-mega-menu/
Best regards,
SarahHello!
I tried the login credentials, and the error message is that the username is invalid.
ERROR: Nombre de usuario no válido. ¿Has perdido tu contraseña?
Can you check again, please?
Best regards,
SarahHi!
You can remove this by going to Enfold > Header. Under Header Title and Breadcrumbs, please select “Hide Both”.
Best regards,
SarahHi Samuel,
The link I gave doesn’t require you to go into functions.php. Sorry if it was confusing!
Can you tell us how exactly you would like your table to look like so we can give you the correct instructions? If you can provide a screenshot, that would be even better.
Thank you!
SarahMay 4, 2017 at 11:31 am in reply to: How to set Border Colors of Columns to halftransparent? #787715Hi Marc,
We’re happy that things are fixed! Can we help you with anything else?
Cheers!
SarahHi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
footer.entry-footer { clear:both; padding: 10px 0px; }
I also added a padding, but you can remove that if you prefer.
Best regards,
SarahHi Samuel,
Do you mean that you want the logo on the left of the menu items, but they are centered?
If so, please try putting the Menu and Logo Position back to Logo Left, Menu Right, then putting this in Quick CSS:
.container.av-logo-container { width:75%; margin:0 auto; }
Best regards,
SarahHey Promediation,
If you’re talking about the Color Section, you can change the Background Image Position to one that fits your preference.
Or you can your try the solution here: https://kriesi.at/support/topic/adjust-color-section-background-position/#post-760163
Best regards,
SarahHi Tonicobertera,
Can you try the solution in this thread: https://kriesi.at/support/topic/social-icons-in-footer-socket/#post-118073
Let us know if it helps you. :)
Best regards,
Sarah -
AuthorPosts