Hey aliquill!
Please go to Enfold/config-templatebuilder/avia-shortcodes folder and open iconbox.php file and find
<h3 class='iconbox_content_title' $markup>".$title."</h3>";
and change it to
<h1 class='iconbox_content_title' $markup>".$title."</h1>";
then you can change the font size by adding following code to Quick CSS in Enfold theme options under General Styling tab
.iconbox_content_title { font-size: 20px !important; }
Cheers!
Yigit
Hi Micheal0424!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.big-preview.single-big { pointer-events: none; }
Regards,
Yigit
How can i change the width of my enfold website. I want to make it smaller.
you’re running version Enfold 2.6. the newest should be 2.7.1
This video explains everything. It’s very simple. if you have any further questions please ask
Hello, how can I create the titles without links in the Mega Menu header, like when you hover “Pages” in the header on the Enfold page . Once I put the Mega Menu it automatically sets the page as a “Column” and I don’t know how to change it.
I know other s are having trouble with this, and I’ve tried many solutions.
I have my API key installed, and the site says I’m running the latest version of Enfold. WordPress is updated. I cleared the cache. I deactivated plugins. My tech person does not have this problem, and WPEngine has not been able to replicate it. Arrgh.
I’m still new to WP so am not truly comfortable with updating manually. I was hoping I could rely on you. (I will attend a Wordcamp this summer, so this will ease up.)
What gives?
http://uwsom.wpengine.com/ (hosted on WPengine)
Kathy
-> Enfold Theme Options
-> Generel Styling
there you can insert quick css.
here the code:
.avia_ajax_form input, .avia_ajax_form select{
color: #000000 !important;
}
Hey!
Could it be UberMenu by any chance? If so, please see – http://kriesi.at/documentation/enfold/ubermenu-integration/
Cheers!
Yigit
Hi,
I just learned you have conditional menu visibility (kudos for thinking of this natively by the way). I normally use a plugin for this along with S2member. I would like to know how to integrate the S2Member levels into you conditional formatting scheme. If this is not an easy fix, then I would like to know how to disable the conditional formatting in Enfold, so the code is not competing with a plugin. I am sure the latter is relatively simple. Can you please provide me some detailed instructions? Again, I would like to do the following:
1. Add the S2Member levels into the native Enfold menu of conditionals once this feature is enabled.
2. Disable native functionality of conditional menus and use a plugin as an alternative.
Thanks,
BigTime32
Ok, thanks, what I want to hide is complete header tab. I have a custom menu plugin, don´t want Enfold menu….
Hey!
Ich denke diesen Fehler wird (wie schon zuvor festgestellt) jeder reproduzieren können, der TwentyThirteen oder Enfold verwendet (vermutlich auch mit der Mehrzahl der übrigen Themes). Es wird aber nur wenigen Benützern aufgefallen sein…
Best regards,
Peter
I cannot find the option for submitting my rating on themeforest.net, despite being logged in.
Could you paste a link or direction?
For those you who already have used Enfold theme and experienced it’s next to none support team, I’d like to recommend submitting your own rating. This will increase the popularity of the theme and consequently allow the Kriesi team to invest more money and time in further development of the theme as well as maintaining the high level of support!
Question 2:
When Enfold parent theme indicates that there’s an update available, the child theme soon does the same – it suggests being updated, too. I did as requested and updated the child theme with the two last updates, and everything went well. The child theme seems to have a safety measure built-in, which prevented my quick css field from being erased. My child theme’s functions.php files had been populated with add_theme_support(‘avia_template_builder_custom_css’); but this didn’t get erased either.
The question is: should I update child theme at all when it prompts so ?
Thanks again!
Best regards,
nerkasa
Hi!
Tbh I’ve no idea why the page title doesn’t work but I guess this problem is more complex. We officially only support WooCommerce and we are not familiar with the MarketPress code. Your best bet is to contact the plugin author for help and if necessary hire someone (i.e. here: http://studio.envato.com/ or here: http://kriesi.at/contact/customization ) to integrate MarketPress into the Enfold theme.
Cheers!
Peter
Where exactly can I insert a shortcode from another video player plugin that does not get conflicting errors with the theme layout builder. I have now tried a bunch of plugins with shortcodes and they all work with the default page editor in wordpress but as soon as I insert the shortcode in a text block or code block (in the Enfold Layout Builder) and view the published page the plugin stops working.
For example flowplayer
https://wordpress.org/plugins/flowplayer5/
But I have tried a lot more and this is just eating up my days now…
-
This reply was modified 11 years, 8 months ago by
Peter.
Hi!
You can find Enfold documentation here – http://kriesi.at/documentation/enfold/
If you could elaborate and maybe post a screenshot point out the elements, we can provide you more accurate custom CSS code.
Cheers!
Yigit
Thanks for your support, but I mean hidding everything related to menu, picture also…
I there any topic where I can learn some basic Enfold css codes to customize theme?
Thanks again..
Hey AnthillMarketing!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.content { padding-top: 10px; }
Cheers!
Yigit
Hey Martin!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.main_menu { display: none; }
Cheers!
Yigit
Hi, since I can’t modify “page attributes” when editing a post, I need help please for custom css to completely remove/hide Enfold Menu in desktop style in my web page
Thanks a lot!
I have some videos there and I have set them to be full width of the page, around 1030px. The preview image is 800×450 but when I reload Safari a couple of times it does very often load up the preview image as 480 x 270. I have no Idea why it does that. There is no image in the upload folder that is of that size. This happens on the Enfold layout builder with your “video button / media module”. It is not the wordpress one.
Can you give one example of a clean video player that can be inserted via short code inside the layout builder without conflicting with the theme?
The native wordpress video player only works when I use the default editor.
-
This reply was modified 11 years, 8 months ago by
Peter.
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.main_color strong, .alternate_color strong { color: inherit !important; }
and flush browser cache after applying the code
Regards,
Yigit
Hi duttonstuart!
I just put up another child theme version on my personal github to use as a reference that might help: https://github.com/DevinVinson/enfold-child-starter
Sounds like there is a missing ; or something like that in your custom code but it would be hard to check without looking through all of the code.
Best regards,
Devin
Hi!
Code is not being applied. Please try adding it to the custom.css file inside Enfold/Css folder and make sure to disable CSS minifying feature of any plugin
Cheers!
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top div .widget_shopping_cart .button { text-align: center; }
Cheers!
Yigit
Hey MeryVi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
div.ppt { display: none !important; }
Regards,
Yigit
Hi Team Kriesi,
Enfold is a really great theme. The site is up and everyone is happy. I am just trying to figure out a few things that don’t seem to be working.
One of them I need to resolve is the Facebook Preview Thumbnail.
I searched for similar support threads, and your overall recommendation was to install SEO by Yoast to manage the preview images.
We installed the plugin but it does not work. We also assigned the Facebook admin in the social settings. It might be something we did wrong on our end but we can’t figure out how to assign a featured thumbnail.
When we post the Homepage on Facebook, its pulling the three images from the Easy Slider. Ideally we would like it to grab the image we assigned as the “Featured Image”.
Please let us know if you can think of a solution. Again, your theme is awesome and the support has been tremendously great.
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .aviaccordion-title { -webkit-transform:rotate(90deg); -moz-transform:rotate(90deg); -o-transform:rotate(90deg); transform:rotate(90deg); vertical-align: bottom; }
Best regards,
Yigit
Hi Devin,
Sometimes the theme’s control panel tells me that I need to upgrade, but other times it tells me that the theme is current. I did just upgrade the Enfold parent theme to 2.7.1. The color sections still aren’t full width. (I’m using Enfold Child for custom CSS, but the problem persists even without my custom styles.)
Thanks,
David
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#header_main_alternate {
-webkit-transform: translateZ(0);
}
Regards,
Yigit