Forum Replies Created
-
AuthorPosts
-
Hi!
Please add following code to Quick CSS as well
li#menu-item-3159:hover .avia-menu-text { color: red !important; background-color: orange; }Cheers!
YigitHi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.header_color .main_menu .menu ul li a:hover { background-color: transparent!important; }Regards,
YigitHi!
1- Can you try deactivating all active plugins and check if that helps?
2- It does seem to work fine on my end – http://i.imgur.com/QfJ20vA.jpg I guess it was something temporary and was fixed?Best regards,
YigitHey!
I just checked your website and spacing seems fine on my end as well. We can provide you a fix if you undo css changes and if we can see the issue
Cheers!
YigitHi!
Please add following code to Quick CSS as well
#header div.av-masonry-image-container { width: 128px; }Best regards,
YigitJuly 14, 2014 at 4:39 pm in reply to: The transparent header problem when set to custom pixel value #291135Hi!
You are welcome, glad we could help :) Let us know if you have any other questions or issues
Best regards,
YigitHey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top #header .avia_mega_div > .sub-menu { padding: 10px 30px 15px; } #top #header .avia_mega_div > .sub-menu.avia_mega_hr { padding-top: 15px; }Regards,
YigitHey akmhou!
Please add following code to Functions.php file inside Appearance > Editor
add_action( 'wp_enqueue_scripts', 'add_font_awesome' ); function add_font_awesome() { wp_enqueue_style( 'font-awesome', '//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css', array(), '4.1.0' ); }It will add FontAwesome to your theme. Then add following code to Fuctions.php as well
function add_custom_script(){ ?> <script> jQuery(window).load(function(){ jQuery("i.fa-arrow-right").prependTo(".nested_nav li"); }); </script> <?php } add_action('wp_footer', 'add_custom_script');If that does not work, please hire a freelancer
Cheers!
YigitHi!
Weird. Can you try deactivating all active plugins and check if that helps?
Regards,
YigitHi xyzb!
Can you post the link to your page and point out the section where we can see the issue?
Cheers!
YigitHey!
They work fine on these buttons as well – http://i.imgur.com/REhL1hU.png
As far as i know @ismael is using Win8. I will ask him to check your website on his computer. Let us wait to hear from himRegards,
YigitJuly 14, 2014 at 3:56 pm in reply to: The transparent header problem when set to custom pixel value #291116Hi croatives!
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; }If that does not work, please post the link to your website
Best regards,
YigitHey Frederic!
Please edit slider image and apply link to it as shown in screenshot here – http://i.imgur.com/l7ifu6W.png
Best regards,
YigitHi miketica!
You can use Code Block element under Content elements in Advanced Layout Builder to use your code on your page
Regards,
YigitHi alvinhy!
It seems like you have already figured it out. Please add following code to Quick CSS as well to center the timeline
.multi-big .post_author_timeline, .single-small .post_author_timeline { left: 75px; }Cheers!
YigitHey!
Please go to Appearance > Menus and add a new link with PayPal donation link then you can adjust the button using menu item ID.
I cannot see any issue with your text at the moment. If it re-occurs, please try deactivating all active plugins and check if that helpsBest regards,
YigitHey Michael!
Please try deactivating all active plugins and check if that helps
Cheers!
YigitJuly 14, 2014 at 3:20 pm in reply to: New Glassy header do not work with custome header size #291098Hey!
You are welcome! I have reported the issue. Let us know if you have any other questions or issues :)
Best regards,
YigitHi!
Which icons are not displayed? I have checked your website on Chrome 35.0.1916.153 on OS X 10.9.4 and they appear fine on my end – http://i.imgur.com/O3xPFZg.png
Please flush browser cache and refresh your page a few timesRegards,
YigitHi Richard!
Please place image with hotspots element to top of your page and then choose to display “Transparent & Glassy Header” in Layout section of your page – http://i.imgur.com/ZY8ufsH.png
Best regards,
YigitHi!
@denisrowe Please add following code to Quick CSS in Enfold theme options under General Styling tab.search .widget_pages { display: none; }If that does not work, please post the link to your website
Best regards,
YigitHi!
Sure, we will be waiting to hear from you. I will keep this thread open. It will be on hold, when you reply back to this thread it is going to be re-opened.
Cheers!
YigitHey 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 #291070 -
AuthorPosts
