Forum Replies Created
-
AuthorPosts
-
Hi,
I can see the blurry images in your screenshot, but they look good on your site. Please see in Private Content area.Best regards,
MikeHi,
That would help, as I’m able to reproduce the error on my localhost.Best regards,
MikeHi,
Typically you would make the changes in Enfold Theme Options > Advanced Styling
but there are a few elements, such as the font color of the transparent header, that need to be targeted with css code. We are happy to help, I believe this code is what you wanted, Try this in the General Styling > Quick CSS field:#top #header.header_color.av_header_transparency .av-main-nav > li > a .avia-menu-text {color: red!important; )Feel free to change the color to suit :)
Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Glad to hear, we will close this now. Thank you for using Enfold.Best regards,
MikeHey DaveThomasCo,
Your site seems to be down right now. I’m not sure I understand what you mean by “depth” can you explain with a screenshot?Best regards,
MikeJune 21, 2017 at 3:11 am in reply to: Testimonials slider large – text jumping and move the whole page afterwards #810711Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHey Steffen,
Your site seems to be down, I will try again later. Can you provide a screenshot of a catalogue page image so I’m sure we are looking at the same thing?Best regards,
MikeHey borkent,
Open functions-enfold.php then find this code around line 415if($breadcrumb) $additions .= avia_breadcrumbs(array('separator' => '/'));Change that with
if($breadcrumb) $additions .= avia_breadcrumbs(array('separator' => '>'));You can save this as a copy to your child theme folder, I just tested on a new install and it works :)
Best regards,
MikeHi,
Glad to hear, we will close this now. Thank you for using Enfold.Best regards,
MikeHey C-LabMX,
Try this code in the General Styling > Quick CSS field:select option { background: #84796B!important; color: #fff!important; }Best regards,
MikeHey smorgan7777,
Can you please provide a screenshot with the colors you would like listed?Best regards,
MikeHey nicolechanphoto,
I was able to load the desktop version, please see the link in the Private Content area.Best regards,
MikeHey ronduring,
Sounds like the plugin has a conflict with the theme, have you checked the plugin support page for a possible fix? Making third-party plugins compatible with the theme is unfortunately beyond the support scope we offer. Sorry for that!Best regards,
MikeHey dvus4l,
I couldn’t find the blog section, can you please provide a direct link to it and perhaps a screenshot of the white space areas you would like to remove?Best regards,
MikeHey studioinktvis,
Each of these site seem to have custom coding to accomplish this effect. You may be able to find a plugin to do this, or you could hire a freelancer here, or on Upwork. But this kind of customization is beyond the scope of support we can provide here.Best regards,
MikeHey mleite1,
The child theme is used because we are editing the functions.php, to not use the child theme please try using a plugin such as: http://wordpress.org/plugins/wp-google-fonts/Best regards,
MikeHey j0schi,
Please include the url to the page in question so we can take a closer look.Best regards,
MikeHey jbinmn,
I checked each page on your site and could see your “Schedule Time with Jon” button in the top “extra elements” area. Which page was it not showing on?Best regards,
MikeHi,
If you only want it for mobile try:@media only screen and (max-width: 767px) { #header{ background:#ffffff!important; }}Best regards,
MikeHey Marcus,
I removed:.show_mobile_menu #mobile-advanced { display: block; }and added:
@media only screen and (min-width: 426px) and (max-width: 1023px) { #advanced_menu_toggle {right: 40px!important; }}Please clear your cache: [http://www.refreshyourcache.com/en/home/] :)
Best regards,
MikeHi,
Try going to Settings in your main WordPress menu, then Reading, and change the Blog pages show at most number.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHey Picante,
1. Add the below code to Enfold > General Styling > Quick CSS.push-right{ position:absolute; right:20px; top:50%; transform:translateY(-50%); } @media only screen and (max-width:767px) { .push-right{ position:relative; right:auto; transform:none; }}2. Add the below html in Enfold > Footer > Copyrights
<div class="push-right"> Text you like on the right side </div>Best regards,
MikeHey lancelot22,
The Tab Section has some issues with firefox and it has already been reported and our devs are hard at work on it.
Please try to avoid spaces in the tab names? For instance, if the tab is called Tab 1, then try renaming it to Tab_1.Best regards,
MikeHey aqin_fh,
I’m not sure what you mean. Can you explain a little more?Best regards,
MikeHey KyriK,
When you add your Color Section, make sure to go to the Section Background Overlay tab and Enable Overlay.

Then you can add your Gradient Overlay code in the General Styling > Quick CSS field:.av-section-color-overlay { background-image: -webkit-linear-gradient(90deg,#1769ac 10%,#3AA17E 90%)!important; background-image: linear-gradient(90deg,#1769ac 10%,#3AA17E 90%)!important; }Notice the class is “.av-section-color-overlay”, that is because you enabled it above :)

Best regards,
Mike -
AuthorPosts


