Hi,
I am trying to figure out how to increase both my logo size and or remove it al together from the header section? I would also like to able to change font size easily in the header. How would I do this?
my website is: http://vermonttrophyguides.com/
Curious as to where I can find a list of all available short codes – and why only three ( Drop Caps and Font icon ) show up in the Avia builders WYSIWYG editor?
Hi,
Can you please tell me what’s the best way to insert Google Adsense code into Enfold in a way that gives you control over individual pages? I want to create distinct channels within adsense and then insert the code into specific pages.
I have tried using some plugins – like Adsense explosion – but I found it really difficult to use.
Thanks.
Hey!
You are welcome! As you know Enfold is one of the most flexible theme out there and if all possible formatting options would be added to theme options or shortcode options, it would probably be so complicated. As i mentioned earlier, feel free to ask if you have any questions or issues.
Best regards,
Yigit
Hello Kriesi + team,
First I would like to say that you’ve build a almost perfect WordPress Theme!
I’ve bought about 20 Enfold themes with two company’s I work for and it works really great.
Two questions for you:
1. Are you building on a new theme with the same editor as the Enfold theme?
2. Can I change the name of the theme folder with the name of the company I’m building the site for?
So if you look at the source code, you can’t see it’s a Kriesi theme? To make myself clear: It’s nothing personal to you or you’re company:) but it’s to give the customer the fealing it’s there ‘own’ template!
Gr. Jeen
Hi Ismael,
I am using Firefox Version 26.0 and Windows 8.
Here are two Screenshots:
http://imgur.com/hWTCMcP
http://imgur.com/2wZlsrh
And the Search Button doesn´t work on any browser!
Thanks.
Matthias
-
This reply was modified 12 years, 1 month ago by
globePIC.
Hey!
That is intended, however you can add following code to Quick CSS in Enfold theme options under Styling tab to make header fixed on mobile as well
@media only screen and (max-width: 989px) {
.responsive #top #header {
position: fixed;
}
.responsive #top #main {
padding-top: 197px;
}}
Cheers!
Yigit
-
This reply was modified 12 years, 1 month ago by
Yigit.
Hi Alex!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
.caption_framed .slideshow_caption .avia-caption-content p { color: #99cc00; font-size: 18px; }
Cheers!
Yigit
Hey!
1- Please refer to this post https://kriesi.at/support/topic/logo-and-main-header-menu/#post-212922
2- Currently it is not possible, however you can suggest such feature here https://kriesi.at/support/topic/enfold-feature-requests/
And if you really need it, you are going to need to hire a freelance developer for that kind of customization as it is beyond the scope of support we can provide. You can also request quote here.
Cheers!
Yigit
Hi riatech!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
div .avia-table { margin-bottom: 10px; }
body .column-top-margin { margin-top: 5px; }
Cheers!
Yigit
Hi Pedro!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
body .column-top-margin {
margin-top: 0;
}
Cheers!
Yigit
Hey BrendaSarg!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
.logo, .logo a { width: 100%; }
Cheers!
Yigit
Hey jkielty!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.page-id-3669 .iconbox_top {
margin-top: 50px; }
Regards,
Yigit
Hi Paul!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
.header_color .avia-menu-fx { background-color: red;
border-color: red; }
Best regards,
Yigit
Hi!
Animation does happen on my end and icons are not small. Please see screenshot here http://i.imgur.com/CoTVEeU.jpg
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
#text-6 .av_font_icon a:hover { color: blue!important; } /* for twitter icon */
#text-7 .av_font_icon a:hover { color: blue!important; } /* mail icon */
#text-8 .av_font_icon a:hover { color: blue!important; } /* instagram icon */
#text-10 .av_font_icon a:hover { color: blue!important; } /* life ring icon */
Regards,
Yigit
Hi fiachramccloskey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#header_meta { display: none; }
Cheers!
Yigit
Hi!
Ok,
1) Please try to update (or re-install) the theme files with ftp ( https://vimeo.com/channels/aviathemes/67209750 ) and make sure ALL files on the server are updated. If you didn’t modify the theme files the best solution is to delete the entire wp-content/themes/enfold/ folder and to upload the uncompressed enfold folder from your hard drive.
2) The ZipArchive is a standard php class: http://www.php.net/manual/en/class.ziparchive.php
If your server returns an error like “Class ‘ZipArchive’ not found” please contact your hoster and ask the server administrator to activate the ZipArchive class/support for you. Maybe they need to update the php version or change the php.ini config file for you.
Best regards,
Peter
In header areas where social icons can be added, the addition of an “enter custom text or HTML instead” option on your Theme Options panel.
This would allow users who like any of the header layout options—but want content other than social icons—to avoid having to hack the header.php file in order to substitute images or custom text where your layouts call for social icons.
Hey!
You can request such feature here https://kriesi.at/support/topic/enfold-feature-requests/
Please open Header.php file again and right under following line
if(strpos($headerS,'social_header') !== false && strpos($headerS,'bottom_nav_header') !== false) avia_social_media_icons($social_args);
add following line
echo "<div class='my-text'>here goes your text</div>";
And you can style your text using .my-text style in Quick CSS, for example
.my-text { float: right; margin-top: 30px; }
Cheers!
Yigit
Ignore this
I have just put the contact form into its own separate colour section on its own without any other elements and now the display label works correctly on Safari
The Enfold Love affair continues!
Pete
Hi
Still in one with Enfold!!
Just added a contact form element, full width, Enfold boxed
It looks great and I get the emails ok.
If I set it to show no Message Sent label then all is ok. If I set a label then it goes to the right of the web page and is cut off leaving just 2 letters showing i.e. Me instead of Message Sent
Please advise
Half way down web page. I am using a MAC/Safari
I have just tried it on a PC on IE 11 and it worked perfectly. The problem is with my MAC and safari
http://www.dpskiphire.com/wp/
Kindest regards
Peter
Hey Munford!
Please add following code to Quick CSS in Enfold theme options under Styling tab
1-
.hr { margin-left: 0; }
2-
#footer div .av_one_third {
margin-left: 14%;
width: 23.333333%;
}
Regards,
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.avia-content-slider .slide-meta, .news-time { display: none; }
This should remove all the remaining dates from your website
Regards,
Yigit
This reply has been marked as private.
Hey!
Please go to Enfold/css folder and see grid.css, layout.css and shortcodes.css files
Cheers!
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#header_main .container,.main_menu ul:first-child > li > a, .logo img, .logo a {
height: 88px !important;
line-height: 88px !important;
max-height: none !important;
}
Best regards,
Yigit
Hi!
I have added custom CSS code to bottom of Quick CSS section in Enfold theme options under Styling tab and it seems to be working now. Please review your website and confirm that it is working fine for you too so we can mark this thread as resolved.
Best regards,
Yigit
Ok Thanks I will give it a shot. When i look in my enfold folder, would I just grab the whole config-layerslider folder or do I go into there and grab the layerslider folder to install as a regular plugin?
Will it lose the sliders I have already created?
Thanks
Brenda