Hey pako69!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.avia-slideshow-arrows a:before { background: transparent; color: red; }
Best regards,
Yigit
Hi,
I’m trying to a build a website using your enfold theme and for some reason no matter what option I chose for the menu, the drop down menu is not looking right. There’s a ton of extra space in between the pages – see “Fundraisers”. Also, is there a way to show when there’s a drop down option? Like a small arrow or something?
I’m using the latest theme
My website is
http://www.baishachinuch.org/
To view it:
username: (Email address hidden if logged out)
password: P@ssword613
Thank you
Hi!
That is probably the best solution. I’m not familiar with how their specific caching works but if its only the one page then optimizing it is probably best and then turn of caching.
Image size would be the largest acceptable size you want but generally 900×900 is a good standard size.
Regards,
Devin
Hi shaxuk!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.main_color table caption, .main_color tr:nth-child(even), .main_color .pricing-table>li:nth-child(even) {
color: inherit;
}
Cheers!
Yigit
Hey Dominik!
Please see Ismael’s post here to add the Google font you would like to use https://kriesi.at/support/topic/add-new-font/#post-234710
then you can go to Enfold theme options > Styling > “Defines the Font for your body text” and choose it
Regards,
Yigit
Hey newmesis!
It was in maintainance mode for few minutes. You can check it here http://kriesi.at/themes/enfold/
Regards,
Yigit
Hi whitstablesunsets!
Nothing in the theme would have any impact on a drop in traffic like that. Switching themes in general definitely can have an impact depending on how much changes with the site map, images etc.
Regards,
Devin
Hey!
The theme automatically detects media links and then attaches them to the lightbox script. By adding the nolightbox to a link it tells the theme/script not to do that.
See: http://kriesi.at/documentation/enfold/prevent-image-or-link-from-opening-in-a-lightbox/
Best regards,
Devin
Hello
I am using your Enfold theme.
I have used the default page layout rather than the advanced ones for my portfolio pages as I wanted to use the advanced custom fields plugin to give my client really specific data entry fields and them not to have to think about layout at all.
Using the default editor is it possible still to use your image gallery within the page.
In WordPress I still see the Additional portfolio settings dropdown section with the ability to add images etc but I cannot get this to display on the front end of the site.
Is this possible or do I have to use an image gallery plugin such to be able to give a gallery for each portfolio item.
Hope that makes sense.
Thanks
Joel
AnonymousInactive
Hello dear team,
on the side http://www.medienvirus.de I have found a few things that I would like neinbauen on my page.
1 How can I adjust the row above the header of the same color.
So that you will not settle in gray.
2 If you hover the mouse over the navigation here is the line appears above and not below. How can I build this with me?
3 About the header is a login button that opens a login window can they tell me how I can install the well?
4 In the footer are in contact tab icons how do I get there?
as an example for Briebumschlag e-mail address.
How do I get an image (logo) in the footer? Per widget?
Thank you very much
Greetings from Germany
Dom
I did as you said but nothing is showing.
Might be that the inmofactory_helper.html file is not in root?
And furthermore, how can I edit the basecode of a page I created in enfold (I mean a page wich is listed on the top bar, so when you click it, the “property search” shows up as a hole page.
Thanks alot for your help.
Hey!
You can choose to display Header with social icons and bottom navigation in Enfold theme options > Header tab and and move secondary menu to bottom of the header with following code
.sub_menu { margin-top: 8%; }
For further customization, you are going to need to hire a freelance developer on Microlancer or Codeable for that kind of customization as it is beyond the scope of support we can provide. You can also request quote here.
Regards,
Yigit
Hi!
Glad css code solved the issue! :)
Do you manually change the code or copy paste it from here http://kriesi.at/documentation/enfold/change-when-mobile-menu-appears/ ? Please try copy pasting
Regards,
Yigit
Hi!
You can add the code to Quick CSS in Enfold theme options under Styling tab or inside Custom.css file in Enfold/Css folder.
Copy&pasting the code Peter posted and changing the ID will do it
Regards,
Yigit
Hi guys
is there a possibility to have one kind of font and colour in all the rows in enfold. as currently first row will show the font bright and in the next row it will show a bit lighter.
is it possible to change that so every row remains the same.
shax
Hi,
I used the http://kriesi.at/documentation/enfold/change-when-mobile-menu-appears/ tutorial and was able to fix my mobile menu issue. I also changed the code to be triggered by 6 or more menu items, rather than 7, because a few of our menu titles are long.
Thanks,
Shawn
Hi!
If you would like to use Background color please do not use background image and it should work fine. Color section with ID of av_section_2 currently has both background image and background color. Once background image is disabled, background color ( which is #ffaa00 ) displays fine
Cheers!
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 989px) and (min-width: 768px) {
.responsive .mobile_menu_tablet .main_menu {
display: block;
}}
There should not be a horizontal scroll bar when theme is responsive, if you meant vertical, it does show up fine on my end http://i.imgur.com/rjlBIKn.jpg
Best regards,
Yigit
Hey dpilling!
Please add following code to Quick CSS in Enfold theme options under Styling tab
img { border: 2px solid black; }
Cheers!
Yigit
Hi David!
You can use this plugin to add tags to your pages https://wordpress.org/plugins/wordpress-seo/
Regards,
Yigit
Hi guys!
Is it possible to add Tags to pages in Enfold?
If so, what do I need to do?
Talk soon.
David
there is a check for custom link url in the masonry-entries.php on line 727
if(!post_password_required($id)){
$custom_link = get_post_meta( $id ,'_portfolio_custom_link', true) != "" ? get_post_meta( $id ,'_portfolio_custom_link_url', true) : false;
if($custom_link) $this->loop[$key]['url'] = $custom_link;
}
break;
is it possible to insert here a target=_blank
because that will be ok – if there is an external link than open a new window – if not open normal
Hi tonyiatridis!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.entry-content-header h3 a {
text-transform: uppercase;
}
Best regards,
Yigit
Hi Yigit,
We’re getting closer. This is what I have in my Quick CSS right now
#header_main .container, .logo img, .logo a {
height: 88px !important;
line-height: 88px !important;
max-height: none !important;
}
.header_color .main_menu ul:first-child > li > a {
height: 88px !important;
line-height: 88px !important;
}
I have a logo which is 88 px high. It has a perfect size an every responsive device, but there is no padding at the bottom. There is a slider directly below the logo and there is no space in between.
When I enter this into the Quick CSS
.fixed_header #main {
padding-top: 135px;
}
the header is getting taller, but not in the responsive views.
Your can have a look here: http://www.save-your-life.net. I’m still developing so there is a password required: abitur97
Regards
Mark
Hi There.
Was wondering if you can help resolve this error log:
PHP Catchable fatal error: Object of class WP_Error could not be converted to string in /home/comprarmagazine/public_html/comprarmag.com/wp-content/themes/enfold/functions-enfold.php on line 300
Or if you can tell me it’s a plugin that’s helping create this on theme.
I received the error both today and yesterday. Nothing new was placed on theme.
Thanks in advance.
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.header_color .avia-tt { background-color: white; }
.header_color .ajax_search_image { color: white; }
Cheers!
Yigit
Hey Ismael, I’m great!
Perhaps it is in the av_icon_string method? This link being generated:
http://biostacker.com/buy/epiq-mind-aniracetam-complex/%22%20%3E%3Cspan%20aria-hidden=
There are many plugins involved, and the lastest update might just be the first time I noticed it. Not sure what would be messing with the Enfold theme though!
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.gravatar img { max-height: 60px; }
Cheers!
Yigit
Hey!
Please add following code to Quick CSS as well
.fixed_header #main {
padding-top: 135px;
}
If that does not work, please post the link to your website
Best regards,
Yigit