Forum Replies Created
-
AuthorPosts
-
Hey!
Glad you figured it out! If you would like to use Custom header height, you can try adding following code to Quick CSS in Enfold theme options under General Styling tab
.html_header_transparency #top #wrap_all #main { padding-top: 0!important; }Regards,
YigitHi!
1- You just need to simply adjust HTML. Please see – http://www.w3schools.com/html/tryit.asp?filename=tryhtml_mailto
2- Please add following code to Quick CSS in Enfold theme options under General Styling tab@media only screen and (max-width: 480px) { #header_meta .container { width: 100%; }}3-
.phone-info span { margin-left: 0; padding-left: 0; }4- Please add your text to the end of “Phone Number or small info text” field in Enfold theme options > Header Layout > Extra Elements inside a div as following
<div class="my-custom-text">License 123-1234-51-23</div>Then add following code to Quick CSS
.phone-info { width: 100%; } .my-custom-text { float: right; }Regards,
YigitHey royaltask!
Please add following code to Quick CSS
#mobile-advanced a:before { color: orange; } #mobile-advanced li:hover > a:before { color: blue; }Regards,
YigitHey MattiaParla!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
span.related-format-icon { background-color: red !important; }Cheers!
YigitHi!
It seems like you have set to display your submenus as mega menu. Please go to Appearance > Menus and uncheck “use as MegaMenu” option – http://i.imgur.com/dl3lWkp.png
Please add following code to Quick CSS in Enfold theme options under General Styling tab@media only screen and (max-width: 480px) { .responsive .logo a, .responsive .logo img { max-width: 84%; height: auto !important; margin-top: 7px!important; }}Best regards,
YigitAugust 4, 2014 at 4:53 pm in reply to: Background image in color section not working in IPHONE and IPAD #299752Hey!
Please try adding following code to Quick CSS as well
@media only screen and (max-width: 990px) { .avia-section { background-position: center center!important; }}Best regards,
YigitHey!
Do you mind creating a temporary admin login and posting it here privately so we can take a look at the code to turn on custom CSS field for ALB elements?
Best regards,
YigitHey!
Please try as following instead
.vuzz_promobox-concretement.av_promobox { background:rgb(197,17,29); color:white; }I wanted to check your page once again but currently it cannot be found
Regards,
YigitHey!
You can go to Enfold theme options > Header Layout > Header Size = Custom pixel value and decrease the height of your header.
Then you can create gradient here – http://www.colorzilla.com/gradient-editor/
and add following code to Quick CSS in Enfold theme options > General Styling tab and change the code as needed#header_main { background: #1e5799; background: -moz-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(50%,#2989d8), color-stop(51%,#207cca), color-stop(100%,#7db9e8)); background: -webkit-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); background: -o-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); background: -ms-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); background: linear-gradient(to bottom, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); }Regards,
YigitHey!
Your links are not matching. It seems like you have linked your images to – http://www.schoolbordportaal.nl/digibord-verjaardagstaart.html
Please fix the links :)Regards,
YigitHey!
Awesome! Let us know if you have any other questions or issues Barb! :)
Best regards,
YigitHey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.ls-l { background: transparent!important; } img.ls-l.ls-preloaded { margin-top: 100px!important; }If that does not help, please create a temporary admin login and post it here privately so i can look into it
Regards,
YigitHey Ron!
I have checked your website and LayerSlider is working fine on my end- http://i.imgur.com/fyG1yGJ.jpg
Have you already solved the issue you were having?Best regards,
YigitHey!
You are welcome Barb, we are always glad to help! :)
Please add following code to Quick CSS as wellli#menu-item-search>a { font-size: 24px!important; }Cheers!
YigitHi!
I mean there are BR tags in the source code in front of your images – http://i.imgur.com/RWfPPlq.png :)
Regards,
YigitHey!
Please change the code Ismael posted to following one
function remove_woo_rel(){ ?> <script type="text/javascript"> jQuery(window).load(function(){ jQuery('a.woocommerce-main-image').removeAttr('rel'); }); </script> <?php } add_action('wp_footer', 'remove_woo_rel');Best regards,
YigitHey!
You have line breaks after each image. Please remove them. Alternatively, you can add following code to Quick CSS in Enfold theme options under General Styling tab
.entry-content>br { display: none; }Cheers!
YigitAugust 4, 2014 at 3:30 pm in reply to: How to not display "Home" menu item on home page but display on all other pages? #299697Hi!
Please refer to Peter’s post here – https://kriesi.at/support/topic/header-images-for-every-page/#post-279282
Cheers!
YigitHey!
1- Please change the code i posted here – https://kriesi.at/support/topic/search-box-in-mobile-responsive-menu/#post-299638 to following one
@media only screen and (max-width: 990px) { li#menu-item-search>a { font-size: 24px!important; } nav.main_menu { float: right; margin-right: 15%; }}2-
@media only screen and (max-width: 990px) and (min-width: 500px) { nav.main_menu { margin-right: 12% !important; }}You can simply adjust the value to place it perfectly :)
Cheers!
YigitAugust 4, 2014 at 2:57 pm in reply to: Header Transparency issue with distinct add ons like WooCommerce #299688Hey Manu!
Please add following code to Quick CSS as well
@media only screen and (max-width: 767px) { .responsive #main { margin-top: -82px; }}Regards,
YigitHi avanzamas!
You can use following code in your function
if(is_single() && get_post_type() == "post") { YOUR CODE GOES HERE }If we see the code you have, we may help you better
Regards,
YigitHi Finlando!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av-main-nav > li > ul { border-color: #dadada; }Best regards,
YigitHey!
Custom CSS field was empty and i re-entered it and that did it :)
You are welcome Erdogan, glad we could help!
Tekrardan iyi tatiller :)Cheers!
YigitHi!
Can you please post a screenshot and show the image you would like to remove?
Cheers!
YigitHey!
Simdi bir goz atabilir misiniz? Please flush browser cache and refresh your page a few times
Regards,
YigitHi!
1- Please change the code to following one
@media only screen and (max-width: 990px) { li#menu-item-search>a { font-size: 24px!important; }}Please add following code to Quick CSS as well
@media only screen and (max-width: 989px) and (min-width: 768px) { .responsive .av_mobile_menu_tablet .main_menu { display: block; }}Best regards,
YigitHi!
Please try adding the code now. I realized that i made a mistake in the code and it should work fine now.
Regards,
YigitHey!
You are welcome, glad we could help! :)
Let us know if you have any other questions or issuesCheers!
YigitElementin nerede oldugunu bulamadim tam olarak CSS class eklediginiz element nerede? :)
(Email address hidden if logged out) adresi uzerinden iletisime gecebilirizBest regards,
Yigit -
AuthorPosts
