Forum Replies Created
-
AuthorPosts
-
Hey rubieandersson!
Please go to Enfold theme options > General Styling tab and adjust element colors
Regards,
YigitHey jeffreyvanoostrom!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.avia-desc-col li.avia-pricing-row { font-size: inherit; font-weight: inherit; }Cheers!
YigitHey solarmediapro!
You can enable debugging mode to see shortcodes you have created in pages using Advanced Layout Builder – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
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.
There are so many shortcodes with so many options so we do not have a list of shortcodes. Also all pages on demo site created using Advanced Layout BuilderCheers!
YigitHey!
Glad you figured it out!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Regards,
YigitHi!
Do you mind creating a temporary admin login and posting it here privately so we can look into it?
Cheers!
YigitSeptember 2, 2014 at 7:16 pm in reply to: Shrink the distance between Main Menu and bottom of header #312468Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.main_menu ul:first-child > li a .avia-menu-text { top: 20px; position: relative; }Regards,
YigitSeptember 2, 2014 at 6:11 pm in reply to: Shrink the distance between Main Menu and bottom of header #312450Hi Michael!
thank you for choosing Enfold and welcome to our forum!
Can you please post the link to your website so we can provide you an accurate custom CSS code? :)Best regards,
YigitHi!
Please add following code to Quick CSS and adjust as needed
.my-custom-content { position: relative; left: 50px; color: red; font-size: 18px; }Cheers!
YigitHey!
Please add following code to Quick CSS as well
#top #header .avia_mega_div > .sub-menu { padding: 0; }and change following line
#top #header .avia_mega_div > .sub-menu > li { padding: 0; border: none; width: auto!important; }to
#top #header .avia_mega_div > .sub-menu > li { padding: 0; border: none; width: 100%; }Cheers!
YigitHey!
You should go to Appearance > Editor and open functions.php file and add the code Ismael posted and change “ADD ANY CONTENT HERE!” with HTML code of your content as following
function ava_extra_header_element() { ?> <div class='my-custom-content'>Here goes my text!</div> <?php } add_action('ava_main_header', 'ava_extra_header_element');Regards,
YigitHey!
Please add following code to Quick CSS
.avia-mozilla .entry-content { width: 100%; word-break: break-all }Best regards,
YigitHi!
Please add captions, they will be animated automatically. There is currently no option to choose from
Best regards,
YigitHi!
Please add following code to Quick CSS as well
#top #header .avia_mega_div > .sub-menu > li { padding: 0; border: none; width: auto!important; } #header .avia_mega_div { width: auto; }Best regards,
YigitHey!
Please go to Appearance > Editor and you will find functions.php file on the right hand side
Regards,
YigitHi Franck!
After adding your images to slider, please click on them to add captions – http://i.imgur.com/PcGHtzJ.png
Best regards,
YigitSeptember 2, 2014 at 4:10 pm in reply to: Iconbox – is it possible to add our own image to the icons? #312359Hey!
@netzie Re-opened it. When users confirm that is working fine, we assume that you have checked the solution and it is fully functioning. Please try the solution before confirming next time :)Cheers!
YigitHey rodpascoe!
Please add Icon element to your page under Content Elements in Advanced Layout Builder and choose “Standalone Icon with border and optional caption” as icon style. Make sure that your icon is linked
Cheers!
YigitHi!
Please try updating Enfold to the latest version 2.9.2 via FTP and make sure to overwrite all files – http://vimeo.com/67209750
Best regards,
YigitHi!
You can simply order your menu items in Appearance > Menus and please make sure to check “Enfold main menu” under Menu Settings to display your menu correctly :)
Best regards,
YigitHey!
Feel free to request such feature and vote requested features here – https://kriesi.at/support/enfold-feature-requests/ :)
Regards,
YigitHi!
Please try and let us know so we can mark this thread as resolved or assist you further
Cheers!
YigitHi mazerti!
That is because you have wrapper your code inside media queries as following.
@media only screen and (max-width: 990px) { #top #header_meta, #top #header_meta nav ul ul li, #top #header_meta nav ul ul a, #top #header_meta nav ul ul { background-color: #000000; }} @media only screen and (max-width: 990px) { #top #header_meta a, #top #header_meta ul, #top #header_meta li, #top #header_meta .phone-info { color: #ffffff; border-color: #888888; }}Please change it to following
#top #header_meta a, #top #header_meta ul, #top #header_meta li, #top #header_meta .phone-info { color: #ffffff; border-color: #888888; } #top #header_meta, #top #header_meta nav ul ul li, #top #header_meta nav ul ul a, #top #header_meta nav ul ul { background-color: #000000; }Regards,
YigitHi dyo87!
1- Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia-content-slider .slide-entry-title { color: #004d95; }2- Can you please post a screenshot and show the element you would like to edit?
Regards,
YigitHi jivehealth!
Can you please post the link to your website? We may need temporary admin login as well, if you do not mind, please post them too
Regards,
YigitHi!
After activating WooCommerce, it asks if you would like to install WooCommerce pages. You can use shortcodes i posted in my previous post to create any page you like
Best regards,
Yigit -
AuthorPosts
