Forum Replies Created
-
AuthorPosts
-
Hey Jonn!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
li#menu-item-3159 .avia-menu-text { color: white!important; background-color: blue; padding: 5px; border-radius: 10px; }Best regards,
YigitHey!
It does work fine on my local installation – http://i.imgur.com/N7apBIg.png
Can you try adding the code to Custom.css file inside Enfold/css folder.home .av_header_transparency .av-main-nav>li>a>span.avia-menu-text { color: white !important; }Regards,
YigitHi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 480px) { .home div#av_section_2 { height: 60px!important; } .logo a { float: left; }}Cheers!
YigitJuly 14, 2014 at 2:51 pm in reply to: New Glassy header do not work with custome header size #291070Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.html_header_transparency #top #wrap_all #main { padding-top: 0!important; }Best regards,
YigitHey!
Can you create a testing environment and test the new version there? Have you tried updating the theme via FTP? If now, please do so, see – http://vimeo.com/67209750
Regards,
YigitHey!
Please decrease the value of max-width: 90% to 85% and flush browser cache on your mobile device. If it still overlaps, you can try decreasing it even further
Best regards,
YigitHey!
Please try folllowing code instead
.page-id-1672 .av_header_transparency .av-main-nav>li>a>span.avia-menu-text { color: white !important; }Best regards,
YigitHi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.page-id-1672 .av_header_transparency span.avia-menu-text { color: white; }You can right click on Chrome or Firefox to inspect elements to find page ID’s http://i.imgur.com/HyPTCRg.jpg
Regards,
YigitHi!
Please add following code to Quick CSS instead
@media only screen and (max-width: 480px) { .responsive .logo a, .responsive .logo img { max-width: 90%; margin-top: 10px !important height: auto !important; }}Best regards,
YigitHey Richard!
Please add following code to Quick CSS
div .av_one_fourth { margin-left: 2%; width: 23.5%; }Cheers!
YigitHi silviouk!
Images in both pages appear fine on my end on all browsers. You can see screenshots from Firefox here – http://imgur.com/a/iE0mR
Please flush browser cache and refresh your page few timesRegards,
YigitHey Richard!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
div .av_one_third { margin-left: 2%; width: 32%; }Best regards,
YigitHi Thomas!
Sure, it is possible. Do you mind posting the link to your page where would you like to have a different colored menu items, so we can provide you custom CSS code?
Best regards,
YigitHey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.av-large-gap.av-flex-size .av-masonry-entry .av-inner-masonry { margin-right: 10px; }Best regards,
YigitJuly 14, 2014 at 1:19 pm in reply to: Standard Editor will not work with newest Enfold Theme #291019Hi AGC!
Do you mind creating a temporary admin login and posting it here privately so we can look into it?
Best regards,
YigitHey LukasE!
Please choose to display “Large gap” in “Gap between elements” – http://i.imgur.com/7QClC5p.png
Cheers!
YigitHey Tim!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 480px) { #advanced_menu_toggle, #advanced_menu_hide { right: -25px; }}Regards,
YigitHi lflask!
Please add following code to Functions.php file in Appearance > Editor
function category_specific_post_nav($settings){ $settings['same_category'] = true; return $settings; } add_filter('avia_post_nav_settings','category_specific_post_nav', 10);Best regards,
YigitHey!
This is how it looks on my end – http://i.imgur.com/ehobTvh.png
Can you please elaborate?Best regards,
YigitJuly 14, 2014 at 1:03 pm in reply to: Anchor scroll to color section, menu highlighting wrong section? #291004Hey!
You should update parent theme so the changes you made in Child theme are safe
Regards,
YigitHey!
Please flush browser cache and refresh your page a few times. Side nav is not visible on my end – http://i.imgur.com/e4I8lWX.png
You could also go to Enfold theme options > Sidebar Layout and uncheck “Page Sidebar navigation”Cheers!
YigitJuly 14, 2014 at 12:57 pm in reply to: Dropdown menu not showing in full on iPad, as too long, and not scrollable #291002Hi!
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 1024px) and (min-width: 768px) { .av-main-nav > li > ul { height: 200px; overflow: hidden; overflow-y: scroll; }}Best regards,
YigitHi!
Please go to Appearance > Editor and open Helper-main-menu.php file and find the first two lines here – http://pastebin.com/kJLCRjhW
and change it to bottom two linesBest regards,
YigitHey Paul!
Please refer to Peter’s post here – https://kriesi.at/support/topic/portfolio-link-arrows/#post-245040
Best regards,
YigitHi!
Please use the code i pasted here – http://pastebin.com/yHQucVNy
Make sure to change links inside HREF attributesCheers!
YigitHey!
Sorry, i used the wrong selector. I have updated the code i posted here – https://kriesi.at/support/topic/heading-being-cropped-and-dissapearing/#post-290937
Please try it nowRegards,
Yigit -
AuthorPosts
