Hey!
It seems like code is not being applied. Please try adding the code to bottom of Style.css file of your child theme in Appearance > Editor
Best regards,
Yigit
Got it all set though now! Thank you very much.
Hi!
You can add following code to Quick CSS to center the title above Google maps widget
.avia_google_maps .widgettitle { text-align: center; }
If this is not what you meant, please post a screenshot and show the changes you would like to make
Best regards,
Yigit
Hey Yigit –
Doesn’t seem that change did anything. I have implemented with/without !important. http://codelessme.com/casey/abstracts/
Hi
Is it possible to make a set of templates – each with different headers – that I can select for Enfold portfolio entries? I need to show different logos in the header for certain portfolio entries. The logo on each of the new templates will have the same dimensions as the main one in use throughout the rest of the site.
I would be able to do that fairly easily with pages however I am not sure how to approach this with the portfolio.
Many thanks in advance.
Chris
Hi!
Please do not use Font tag http://i.imgur.com/F1uyNsR.jpg as it is deprecated. Use following code in Quick CSS in Enfold theme options under Styling tab instead
.sub_menu>ul>li>a { font-size: 20px; }
This way we can provide you custom CSS code to decrease the font size on mobile so your secondary menu will be displayed in the same line
Best regards,
Yigit
Sorry I guess I wasn’t very specific at all. I wanted to center the actual text above that widget. The client I’m working for is a little picky when it comes to text being centered and what not.
Hi DaraEmerson!
You can use following class to style text in widget in Quick CSS section in Enfold theme options under Styling tab
.textwidget { color: red; }
You can switch to Default Editor and click on Magic Wand to see full list of shortcodes http://i.imgur.com/n4KXkdm.jpg
then you can create any of them and copy/paste shortcode into any other content element or into text widget
Regards,
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 480px) {
.responsive .logo img { max-width: 100%!important; }}
Cheers!
Yigit
Hi!
Try updating your theme files to the most recent version available from your downloads on themeforest or via the theme update option in the theme options.
For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750
Also make sure to go into your Theme Options>Styling and re-save the options there after making a small change to re-generate your theme styles.
Best regards,
Devin
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
.content { padding-top: 10px; }
@apartedenmark thanks!
Cheers!
Yigit
Hey!
Let us say your logo is 200px in height, you can add following code to Quick CSS in Enfold theme options under Styling tab to increase the height of header and display fullsized logo
.social_header #header_main .container { height: 200px; }
Regards,
Yigit
I’ve also tried increasing memory limit, and using WP_DEBUG and SCRIPT_DEBUG in wp-config.php
Debugging Info for Theme support:
Theme: Enfold
Version: 2.4.5
Installed: enfold
AviaFramework Version: 1.8.5
AviaBuilder Version: 0.4
ML:96m-PU:6-PLA:0
Hey rogersmedia!
They should be double of their default sizes. You can try this plugin http://wordpress.org/plugins/wp-retina-2x/
Regards,
Yigit
Hey!
Please add following code to Quick CSS as well
#top #wrap_all .avia-gallery-1 .avia-gallery-thumb a {
width: 32.3333%;
}
Regards,
Yigit
Hi Coronacom!
Which type of header are you using? Please check in Enfold theme options under Header tab
Regards,
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.avia-tooltip { width: auto; }
Best regards,
Yigit
Hey!
@Sergei sbasibo bolshoe :)
Cheers!
Yigit
Hey progenki!
Please go to Appearance > Editor and open Header.php file and find
do_action('ava_after_main_menu');
and add following code right below it
echo get_search_form();
then add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (min-width: 767px) {
#top #searchform>div { display: none; }}
Regards,
Yigit
Hi,
I have a problem on windows with my website using enfold.
You can see it at http://brd-com.fr
All the menu are depolyed, and the slider is messing.

Hey Isabelle!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#top .main_menu .menu li ul a { background-color: white; }
Cheers!
Yigit
Hi!
Please go to wp-content\themes\enfold\config-templatebuilder\avia-shortcodes folder and open logoslider.php file
Regards,
Yigit
Hi baeriswyl!
In WordPress dashboard, please go to Appearance > Widgets and add needed widgets to Footer columns. You can set how many columns to show in footer in Enfold theme options under Footer tab
Cheers!
Yigit
Hi Everyone
Anyone point me to the setting to have the titles fold up over the images on the masonry portfolio
as it is here
http://kriesi.at/themedemo/?theme=enfold
Cheers
Hi!
Lütfen ekran görüntüsüne göz atın http://i.imgur.com/QQJXL8T.jpg
Enfold > Styling sekmesine giderek sitede kullanılan fontları değiştirebilirsiniz http://i.imgur.com/qO8yLMS.jpg
Best regards,
Yigit
This reply has been marked as private.
Hey fraserrenton!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.alternate_color strong, .main_color strong { color: inherit; }
Cheers!
Yigit
Hi Sadullah!
Bildiğim kadarıyla avia_flush_rewrites fonksiyonuna gerek kalmadığı için kaldırıldı. WordPress 3.8 ve Enfold 2.4.5 kullanıyorsanız, portfolyo permalink’ini Settings > Permalinks bölümünden değiştirebilirsiniz http://i.imgur.com/UxdzeOv.jpg
Regards,
Yigit
Hey!
Please update Enfold to version 2.4.5. Comment element was added which you can find under Content Elements in Avia Layout Builder.
See http://kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
Yigit