Forum Replies Created
-
AuthorPosts
-
Great!
If you have any other questions, feel free to post them on the forum and we will gladly try to help you.
Thank you for using Enfold.
Cheers!
SarahHi!
We can test it using our browser’s Developer Tools. :)
If you have a caching plugin in your WordPress plugins or in your server, please flush that as well. Clearing the browser’s cache isn’t always enough.
If that doesn’t work, may we have temporary admin access so we can take a look and figure out why this is happening?
Best regards,
SarahHi reumbent,
Thank you for the screenshot. As Mike said, giving us a link to your website in question would be best so we can take the rest of your code into consideration. You may put it in the Private Content section of your reply.
Best regards,
SarahHi,
Please check your website now. I also updated the code here.
It should work for all pages, as you can see in Breach of Fiduciary Duty. It works a little differently for Auto Accidents and other subpages of Personal Injury, since their parent page is Practice Areas, not Personal Injury.
I hope that’s clear, and please do let us know if we missed anything.
Best regards,
SarahHey Oby4455,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.header_color .main_menu ul:first-child > li > a { font-size: 15px !important; }
For more information on customizing your main menu, please see: http://kriesi.at/documentation/enfold/change-the-main-menu-color/
Please remember to clear your cache to make sure that changes take effect.
Best regards,
SarahHey spidercreations,
1) Please try adding this inside your CSS for screens above 1100px:#after_layer_slider_1 .template-page.content.av-content-full.alpha.units { padding-top: 0 !important; }
2) Please try adding this to your Quick CSS:
@media screen and (max-width: 740px) { #after_layer_slider_1 .show-mobile:nth-child(2), #after_layer_slider_1 .show-mobile:nth-child(3), #after_layer_slider_1 .show-mobile:nth-child(4), #after_layer_slider_1 .show-mobile:nth-child(5) { display:none !important; } } @media screen and (min-width: 740px) and (max-width: 1100px){ #after_layer_slider_1 .show-mobile:nth-child(2), #after_layer_slider_1 .show-mobile:nth-child(3), #after_layer_slider_1 .show-mobile:nth-child(4), #after_layer_slider_1 .show-mobile:nth-child(5) { display:table-cell !important; } }
Best regards, Sarah
-
This reply was modified 7 years, 11 months ago by
Sarah. Reason: added missing closing bracket in #2
Hi,
That’s because the CSS I’ve given you wasn’t in Quick CSS yet. I’ve put it in, and it works now. :)
By the way, I noticed you’re still on Enfold 3.6.1. We recommend you update to the latest version of Enfold soon. :)
Best regards,
SarahHi Krissie,
It’s in the settings of your fullwidth easy slider. Here’s a screenshot:
Best regards,
SarahYou’re welcome! We’re glad to help.
For other questions or issues, feel free to post them here on the forum and we will gladly try to help you.
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And we would appreciate it if you can take a moment to review our theme if you haven’t already. https://themeforest.net/downloads Thank you!
Thank you for using Enfold.
Cheers!
SarahHi,
Sorry if my previous answer was unclear! I edited it a little. Yes, my answer was to restrict the white font color for the megamenu submenu links only. Those links have a reddish background, so a white color for the links is good.
Best regards,
SarahHi Krissie,
You can actually set the slider minimum height for your Fullwidth Easy Slider. No need for Custom CSS. :)
Let us know if you need further help.
Best regards,
SarahHey helderluis,
Have you tried the instructions in our documentation here: http://kriesi.at/documentation/enfold/how-to-add-an-orderorderby-option-to-the-blogpost-sliderportfoliomasonry-grid-element/
Best regards,
SarahHey lenalavendel,
Yes, this is possible with media queries. Here’s a reference for the next time you need it: https://css-tricks.com/snippets/css/media-queries-for-standard-devices/
To hide the scrollbar only for desktops (screens bigger than 990px) please try this code in your code block instead of the one you have now:
@media only screen and (min-width: 990px) { html, body { height: 100% !important; overflow: hidden !important; } }
To remove the Layerslider and music player from mobile, please add this code in your codeblock:
/* mobile only */ @media only screen and (max-width: 990px) { div#layer_slider_1 {display: none;} div#mp3jWrap_0 {display:none;} }
Best regards,
SarahMay 18, 2017 at 2:27 pm in reply to: Is it possible to remove the main header image in woo commerce categories? #795895Hi,
Oh! Sorry about that. Then please use this code instead:
.tax-product_cat .page-thumb {display:none;}
Please let us know if you need help with anything else.
Best regards,
SarahWonderful! We’re glad that solution worked for you.
Do you need further assistance about this topic, or can we close this thread for now?
Sarah
Hi @doboon,
Can you try the solution presented in this thread: https://kriesi.at/support/topic/enfold-social-media-icons-in-footer/
Or this one: https://kriesi.at/support/topic/social-buttons-in-footer/#post-367432If you need further help, please open a new thread so that you can send private data that is only visible to the staff. If you add private data to this thread, the creator of the thread can also see it.
Best regards,
SarahHey irina,
Please try this in Quick CSS:
.image-overlay{ display: none !important; }
Best regards,
SarahHey Gailson,
It’s caused by this piece of code in your CSS:
#mobile-advanced .sub-menu a { color: #ffffff !important }
I advice changing that so that it only works for the megamenu submenu, which you gave a background color. Please try to change it into this, instead:
#mobile-advanced .avia_mega_div .sub-menu a { color: #ffffff !important }
Best regards,
SarahHey Stefan,
Can you check if this thread helps you? https://kriesi.at/support/topic/replace-bullets-with-icon-font/
Best regards,
SarahGern geschehen! We’re glad to help.
Please feel free to open another thread if you have other questions.
Thank you for using Enfold.
Sarah
Please take a moment to review our theme if you haven’t already. https://themeforest.net/downloads Thank you!
Hi!
Thank you for the link. I understand now.
In that case, can you try opening the comments.php file in your child theme’s folder? Please look for this line:
echo "<h3 class='miniheading'>".__('Leave a Reply','avia_framework')."</h3>";
And replace Leave a Reply with the text you want.
Please try it and let us know.
Best regards,
SarahHi,
To adjust the spacing between them, please use this code as basis, and just adjust the values:
#top .social_bookmarks li {margin: 0 5px;}
Also, since you made the icons 30px high, please use this code as well so that the instagram icon isn’t cut off:
#top .social_bookmarks {height:35px;}
Best regards,
SarahHi,
We’re glad to help!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
We’d also appreciate it if you can take a moment to review our theme if you haven’t already. https://themeforest.net/downloads
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!
SarahHey onurkurtic,
Since your menu is 53px, we can nudge your next-arrow higher by that amount, too. Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
#top .scroll-down-link {bottom:53px !important}
Best regards,
SarahHey Fred Oliver,
Thank you for contacting us! The theme that Visual Wilderness is using is the Enfold Theme.
You can see the demos here: http://kriesi.at/themedemo/?theme=enfold-overview
You can purchase it here: https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990?ref=KriesiWe hope you get our multi-purpose theme for your photo-restoration business!
Best regards,
SarahMay 18, 2017 at 9:44 am in reply to: Is it possible to remove the main header image in woo commerce categories? #795728Hey Lol5tar,
You’re trying to hide the logo, right?
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.tax-product_cat .logo {display:none;}
If you need to hide the space taken up by the logo as well, please use this instead:
.tax-product_cat .av-logo-container {display:none;}
Best regards,
SarahHey Briana,
This may be doable, if we tell the CSS to hide, say, the 3rd cell in that grid row. For example:
@media only screen and (min-width: 768px) and (max-width: 1024px) { #av-layout-grid-1 div.flex_cell:nth-child(3) {display:none !important;} }
Just replace the child number with the right number for the cell you’re hiding.
Here’s a reference on media queries: https://css-tricks.com/snippets/css/media-queries-for-standard-devices/
Best regards,
SarahHi,
We have trashed the threads that you have linked. We’ll see about your username as usernames cannot be changed. Have you considered just creating a new account?
Best regards,
SarahHi,
That’s strange. By default, related-posts.php should exclude the current post.
'post__not_in' => array($this_id))<br>
Can you try the solutions presented in this thread: https://kriesi.at/support/topic/post-title-and-related-posts-titles/Best regards,
SarahHi,
Please try setting Practice Areas as the Parent of Business Fraud, the same way you did it for Auto Accidents.
Best regards,
Sarah -
This reply was modified 7 years, 11 months ago by
-
AuthorPosts