Viewing 30 results - 88,261 through 88,290 (of 142,852 total)
  • Author
    Search Results
  • #710733

    In reply to: Büyük Harf Sorunu

    Merhabalar!

    Enfold/css/shortcodes.css dosyasindaki degisikleri lutfen geri alin ve assagidaki kodu Enfold theme options > General Styling > Quick CSS alanina ekleyin

    #top .aviaccordion-title {
        text-transform: none;
    } 

    Kategori basligi olan sayfanin linkinide gonderebilir misiniz?


    @turgutmustafa
    yardim icin tesekkurler! :)

    Best regards,
    Yigit

    #710719
    sambo258
    Participant

    On the PC/Desktop version it’s the right way, but on mobile,/iPhone it it sideways. Please help.

    Warm regards, Sam.

    #710712

    In reply to: Büyük Harf Sorunu

    Kardeşim Merhaba,
    wp-content/themes/enfold/css/shortcodes.css dosyasını editleyerek şu kodu bul,ardından text-transform: uppercase; satırını sil.

    #top .aviaccordion-title {
        text-transform: uppercase;
        font-size: 14px;
    #710702
    tamerax
    Participant

    Hi
    I’m trying to add an anchor around a div box (which is valid html5) and works until I have to go back into the editor and correct something and when I go to the text editor, it strips out the anchor link around the div.
    I tried a couple of plugins to disable this but none work.
    Is there a specific way for this to stop doing in the Avia Layout Builder?

    Thank you

    #710695

    In reply to: Lost Password Link

    Hi,

    Glad we could help. Let us know if you need anything that’s related on this topic :)

    Best regards,
    Nikko

    #710641
    romano2
    Participant

    Hello
    I’ve got a price’s table.
    In desktop view, there is no problem:
    desktop table

    In mobile view, the description column disappears :
    mobile table

    I really want to use price’s table, not normal table. Because the layout is more seductive.
    I there a way to find this column again in mobile view ?

    Thanks

    #710638
    jo-engageinnovate
    Participant

    I’ve tried the codes you provided on other suggestions but it didnt work to fix it. cleared cache multiple times as well.

    Have used this code:
    @media only screen and (max-width: 767px) {
    #who {
    background-size: 277% 85% !important;
    background-position: -337px 85px !important;
    }}

    Didn’t work.

    1. is there an option for me to upload a portrait image for mobile and then keep the current image for desktop and tablets?

    2. my contact form from enfold isn’t working and isnt sending out any emails. have tried another form which worked: POWr contact form, but that’s a paid option and we’d like to use the contact form that came with the theme. Could you please look into this?

    Admin access granted in private content below:

    thanks a lot for your help!

    #710629

    In reply to: maximum content width

    hm i got this issue the first time of many installs now to.
    I defintly found the grid.css line but in former times this container rule is overwritten by enfold options dialog ! entry.
    I got now one installation where the grid.css rule seem to work like an important rule ??? what could it be.

    i can see the entries in my enfold-child.css at the bottom of it :

        .container {
            width: 100%;
        }
        .container .av-content-small.units {
            width: 70%;
        }
        .responsive .boxed#top,
        .responsive.html_boxed.html_header_sticky #header,
        .responsive.html_boxed.html_header_transparency #header {
            width: 1510px;
            max-width: 90%;
        }
        .responsive .container {
            max-width: 1510px;
        }
        #top #wrap_all .all_colors h1,
        #top #wrap_all .all_colors h2,
        #top #wrap_all .all_colors h3,
        #top #wrap_all .all_colors h4,
        #top #wrap_all .all_colors h5,
        #top #wrap_all .all_colors h6 {
            color: #425719;
            font-weight: normal;
        }

    but it has no influence on it.

    Edit: :lol a noob error. i didn’t close a media querrie rule at the end ! :yoo the missing second closing brace

    • This reply was modified 9 years, 4 months ago by Guenni007.
    #710622

    Hi

    1.
    – i did tried to move the CSS from child theme to Quick CSS it didnt made any change.

    – i opened an empty page. and checked his load time with pingdom.
    the load time was 4 sec and the grade is 90!! out of 100. so the speed is realy good.
    but….. the mobile menu still jumps.

    cache plugin is not an option because im making sites that need to recieve utm variables from campaigns and change the content inside.
    so cache plugin kills the dinamic changes. so this is not an option.

    im sure if you will fix the function of the theme settings “Logo left, Menu right” to actualy work on RTL websites then it will be the answer to all problems.

    this option work well in LTR site – look at your demo. when loaded in mobile the places are as requested.
    but in RTL you have A bug and CSS fix not working there.

    i need you to undersand this because this is the bug.
    i realy want to be able to the option “Logo left, Menu right” and rally get it and not only on desktop.

    trying to understand if you agree with me and really understand the bug.

    this thing is really not tollarable. i cant stay with jumping menu. it LTR version you dont have this bug.
    if i will have to fix the parent theme it to make this option work by myself. i will not be able to update the theme.

    usualy i see you guys giving CSS or changes to function with function php that actualy work.
    realy hope you can give reply that will solve the issue as you always do.

    i can not give up and having the menu and logo order different then i asked on the theme settings.
    and defenetly can not have the lag.

    how can you help resolving this issue?

    #710621
    Amigs
    Participant

    Hi

    I try to use Magic Zoom for WooCommerce, but if i install the free trial plugin, it does not work:

    and found a old posting https://kriesi.at/support/topic/woocommerce-zoom-image/

    Here is the test product: https://www.atcarolines.ch/wp/produkt/kranz-aus-goldenen-glasperlen/

    What did i wrong?

    All the best,
    Pascal

    • This topic was modified 9 years, 4 months ago by Amigs. Reason: update
    #710615

    Wow! Very quick support. That worked! Thank you!
    (BTW, another thing I’m looking for: Where to chance the color green into orange on hover for E-Mail-Icon on top right corner?)
    Thanks, Marscui

    #710611

    Hey marscui,

    Try adding this code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:1024px) {
      #top #advanced_menu_toggle {
        display: block;
      }
    
      #top .main_menu {
        display: none;
      }
    }

    Hope this helps :)

    Best regards,
    Nikko

    #710604

    In reply to: Lost Password Link

    Thanks but i dont know where i have to place this code, on whiche place.

    Parse error: syntax error, unexpected ‘&’ in /www/htdocs/xxxx/xxxx/wp-content/themes/enfold/functions-enfold.php on line 176

    please can you tell me where on top or end of the functions.phpo ?

    Thanks

    #710600
    Siracher
    Participant

    Hi

    I’ve installed Woocommerce Appoointments on this website:
    timeout-naturkosmetik.ch

    there should be a loading animation if you select a date to book a treatment.
    The animation doesn’t show up. According the Support from appointments this is because enfold is blocking the animation.

    Do you have an idea, how to solve this?
    thanks

    This happens because your theme is blocking the animation and is displaying something else. This SCSS works for the loading icon by default and icons is located inside WooCommerce plugin's folder:
    
    .blockUI.blockOverlay:before {
    	height: 1em;
    	width: 1em;
    	display: block;
    	position: absolute;
    	top: 50%;
    	left: 50%;
    	margin-left: -.5em;
    	margin-top: -.5em;
    	display: block;
    	content: "";
    	@include animation( spin 1s ease-in-out infinite );
    	background: url(../images/icons/loader.svg) center center;
    	background-size: cover;
    	line-height: 1;
    	text-align: center;
    	font-size: 2em;
    	color: rgba(#000,0.75);
    }
    
    #710594

    In reply to: Full width header

    Hi,

    Yes, just keep the layout in Stretched, and try to add this code in Quick CSS (located in Enfold > General Styling):

    #top #main {
        width: 80%;
        max-width: 1310px;
        margin: 0 auto;
    }

    Just adjust the width value. Hope this helps :)

    Best regards,
    Nikko

    #710577

    Hey Monique!

    Thank you for using Enfold.

    I’m sorry but I’m not sure if I understand your inquiry clearly. Do you want the navigation to filter posts by category? The navigation will filter through every posts as long as they are part of the same category, regardless if it’s a main or sub category. The function is based on the following native functions.

    // https://codex.wordpress.org/Function_Reference/get_previous_post
    // https://codex.wordpress.org/Function_Reference/get_next_post

    Related thread:

    // https://kriesi.at/support/topic/arrow-navigation-with-full-slider/#post-664607

    Regards,
    Ismael

    #710572

    Hi Elena,

    I checked the code you used and I replaced it with this one:

    add_action('woocommerce_before_main_content', 'ava_woocommerce_before_main_content', 5);
    function ava_woocommerce_before_main_content() {
    	if(!is_tax('product_cat')) return;
    	$resources = "<link rel='stylesheet' id='layerslider-css'  href='" . get_template_directory_uri() . "/config-layerslider/LayerSlider/static/css/layerslider.css?ver=5.6.2' type='text/css' media='all' />
    	<script type='text/javascript' src='" . get_template_directory_uri() . "/config-layerslider/LayerSlider/static/js/greensock.js?ver=1.11.8'></script>
    	<script type='text/javascript' src='" . get_template_directory_uri() . "/config-layerslider/LayerSlider/static/js/layerslider.kreaturamedia.jquery.js?ver=5.6.2'></script>
    	<script type='text/javascript' src='" . get_template_directory_uri() . "/config-layerslider/LayerSlider/static/js/layerslider.transitions.js?ver=5.6.2'></script>";
    
    	$script = "<script data-cfasync=\"false\" type=\"text/javascript\">var lsjQuery = jQuery;</script><script data-cfasync=\"false\" type=\"text/javascript\"> lsjQuery(document).ready(function() { if(typeof lsjQuery.fn.layerSlider == \"undefined\") { lsShowNotice('layerslider_6','jquery'); } else { lsjQuery(\"#layerslider_6\").layerSlider({responsiveUnder: 1140, layersContainer: 1140, autoStart: false, startInViewport: false, pauseOnHover: false, twoWaySlideshow: true, loops: 1, keybNav: false, touchNav: false, skin: 'fullwidth', globalBGColor: 'rgba(255, 255, 255, 0.45)', navPrevNext: false, hoverPrevNext: false, navStartStop: false, navButtons: false, showCircleTimer: false, thumbnailNavigation: 'disabled', lazyLoad: false, yourLogoStyle: 'left: 10px; top: 10px;', cbInit: function(element) { }, cbStart: function(data) { }, cbStop: function(data) { }, cbPause: function(data) { }, cbAnimStart: function(data) { }, cbAnimStop: function(data) { }, cbPrev: function(data) { }, cbNext: function(data) { }, skinsPath: 'http://www.saldaturacontrollo.it/wp/wp-content/themes/enfold/config-layerslider/LayerSlider/static/skins/'}) } }); </script>";
    
    	$output = $resources . $script;
    
    	echo $output;
    
    	echo do_shortcode("[ av_layerslider id='6']");
    
    ?>
    	<div id="av_section_1" class="avia-section main_color avia-section-default avia-no-shadow avia-bg-style-scroll  avia-section av-minimum-height av-minimum-height-25 container_wrap sidebar_left" style="background-color: #ec9b84; background-color: #ec9b84; ">
    		<div class="container">
    			<div class="template-page content  av-content-small units">
    				<div class="post-entry post-entry-type-page post-entry-417">
    					<div class="entry-content-wrapper clearfix">
    						<?php
    							echo do_shortcode("[ av_one_fifth first min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_display=''][ av_font_icon icon='ue806' font='entypo-fontello' style='border' caption='Lista dei desideri <br/> WISHLIST' link='manually,http://' linktarget='' size='40px' position='center' color='#b02b2c' custom_class=''][/av_font_icon][/av_one_fifth]
    [ av_one_fifth min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_display=''][ av_font_icon icon='ue859' font='entypo-fontello' style='border' caption='ACQUISTO <br/> facile e veloce' link='manually,http://' linktarget='' size='40px' position='center' color='#b02b2c' custom_class=''][/av_font_icon][/av_one_fifth]
    [ av_one_fifth min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_display=''][ av_font_icon icon='ue802' font='fontello' style='border' caption='PAGAMENTO SICURO <br/> con Bonifico e PAYPAL' link='manually,http://' linktarget='' size='40px' position='center' color='#b02b2c' custom_class=''][/av_font_icon][/av_one_fifth]
    [ av_one_fifth min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_display=''][ av_font_icon icon='ue804' font='fontello' style='border' caption='SPEDIZIONE <br/>24/48 ore' link='manually,http://' linktarget='' size='40px' position='center' color='#b02b2c' custom_class=''][/av_font_icon][/av_one_fifth]
    [ av_one_fifth min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_display=''][ av_font_icon icon='ue803' font='fontello' style='border' caption='Rimborso di denaro ad ogni acquisto' link='manually,http://' linktarget='' size='40px' position='center' color='#b02b2c' custom_class=''][/av_font_icon][/av_one_fifth]");
    						?>
    					</div>
    				</div>
    			</div>
    		</div>
    	</div>
    <?php 
    }

    Color Section shortcode causes it to break, so I created the
    <div>s, as for the layerslider, it doesn’t seem to work, I even fixed the script code and changed localhost which causes 404 error, for the layerslider part, can you use image instead? as I really tried to make the layerslider work but unfortunately I already spent a lot of time. Hope this helps :)

    Best regards,
    Nikko

    #710568

    Hi!

    We modified the code in the functions.php file and then added a few css in the Quick CSS field.

    @media only screen and (max-width: 767px) {
        #advanced_menu_toggle, #advanced_menu_hide {
            right: 20px;
            display: block;
        }
    
        .responsive #top #wrap_all #header {
            height: 80px;
        }
    }

    Best regards,
    Ismael

    Hi!

    Please set the Header > Header Layout > Menu and Logo Position settings to Logo left, Menu right and then add this css code.

    .html_header_top #top .main_menu {
        right: auto;
        left: 120px;
    }

    Adjust the value of the left property to correspond with the width of the logo.

    Cheers!
    Ismael

    #710560

    Hey!

    We added a “dirty” solution in the functions.php file:

    add_action('woocommerce_before_main_content', 'ava_woocommerce_before_main_content');
    function ava_woocommerce_before_main_content() {
    	if(!is_tax('product_cat')) return;
    	$resources = '<link rel="stylesheet" id="layerslider-css" href="http://www.vincenzaboutique.it/wp-content/themes/enfold/config-layerslider/LayerSlider/static/css/layerslider.css?ver=5.6.8" type="text/css" media="all">
    	<script type="text/javascript" src="http://www.vincenzaboutique.it/wp-content/themes/enfold/config-layerslider/LayerSlider/static/js/greensock.js?ver=1.11.8"></script>
    	<script type="text/javascript" src="http://www.vincenzaboutique.it/wp-content/themes/enfold/config-layerslider/LayerSlider/static/js/layerslider.transitions.js"></script>
    	<script type="text/javascript" src="http://www.vincenzaboutique.it/wp-content/themes/enfold/config-layerslider/LayerSlider/static/js/layerslider.kreaturamedia.jquery.js?ver=5.6.8"></script>';
    
    	$script = "<script data-cfasync=\"false\" type=\"text/javascript\">
    	lsjQuery(document).ready(function() {
    	if(typeof lsjQuery.fn.layerSlider == \"undefined\") { lsShowNotice('layerslider_6','jquery'); }
    	else {
    	lsjQuery(\"#layerslider_6\").layerSlider({responsiveUnder: 1140, layersContainer: 1140, autoStart: false, startInViewport: false, pauseOnHover: false, firstSlide: 'random', twoWaySlideshow: true, loops: 1, keybNav: false, touchNav: false, skin: 'fullwidth', navPrevNext: false, hoverPrevNext: false, navStartStop: false, navButtons: false, showCircleTimer: false, thumbnailNavigation: 'disabled', lazyLoad: false, yourLogoStyle: 'left: 10px; top: 10px;', cbInit: function(element) { }, cbStart: function(data) { }, cbStop: function(data) { }, cbPause: function(data) { }, cbAnimStart: function(data) { }, cbAnimStop: function(data) { }, cbPrev: function(data) { }, cbNext: function(data) { }, skinsPath: 'http://www.vincenzaboutique.it/wp-content/themes/enfold/config-layerslider/LayerSlider/static/skins/'})
    	}
    	});
    	</script>";
    	$output = $resources . '<div id="layer_slider_1" class="avia-layerslider main_color avia-shadow  avia-builder-el-0  el_before_av_section  avia-builder-el-first  container_wrap sidebar_left" style="height: auto;">'.$script.'<div class="ls-wp-fullwidth-container" style="height: 282px;"><div class="ls-wp-fullwidth-helper" style="width: 919px; height: 282px; left: 0px;"><div id="layerslider_6" class="ls-wp-container ls-container ls-fullwidth" style="width: 919px; height: 282.149px; margin: 0px auto; visibility: visible;"><div class="ls-inner" style="background-color: transparent; width: 919px; height: 282px;"><div class="ls-slide ls-slide-1" data-ls=" transition2d: all;" style="width: 919px; height: 282px;"><img src="http://www.vincenzaboutique.it/wp-content/uploads/2016/11/slider-vincenza-boutique-wishlist.jpg" class="ls-bg" alt="slider-vincenza-boutique-wishlist"><div class="ls-gpuhack"></div></div><div class="ls-slide ls-slide-2" data-ls=" transition2d: all;" style="width: 919px; height: 282px;"><img src="http://www.vincenzaboutique.it/wp-content/uploads/2016/11/slider-vincenza-boutique-shop.jpg" class="ls-bg" alt="slider-vincenza-boutique-shop"><div class="ls-gpuhack"></div></div><div class="ls-slide ls-slide-3" data-ls=" transition2d: all;" style="width: 919px; height: 282px;"><img src="http://www.vincenzaboutique.it/wp-content/uploads/2016/11/slider-vincenza-boutique-3.jpg" class="ls-bg" alt="slider-vincenza-boutique-3"><div class="ls-gpuhack"></div></div><div class="ls-slide ls-slide-4" data-ls=" transition2d: all;" style="width: 919px; height: 282px; left: 0px; right: auto; top: 0px; bottom: auto;"><img src="http://www.vincenzaboutique.it/wp-content/uploads/2016/11/slider-vincenza-boutique-4.jpg" class="ls-bg" alt="slider-vincenza-boutique-4"><div class="ls-gpuhack"></div></div><div class="ls-slide ls-slide-5 ls-active" data-ls=" transition2d: all;" style="width: 919px; height: 282px; visibility: visible; display: none; left: auto; right: 0px; top: 0px; bottom: auto;"><img src="http://www.vincenzaboutique.it/wp-content/uploads/2016/11/slider-vincenza-boutique-5.jpg" class="ls-bg ls-preloaded" alt="slider-vincenza-boutique-5" style="padding: 0px; border-width: 0px; width: 806.14px; height: 174.932px; margin-left: 56.4298px; margin-top: 53.5338px;"><div class="ls-gpuhack" style="width: auto; height: auto; padding: 0px; border-width: 0px; left: 0px; top: 0px;"></div></div><div class="ls-slide ls-slide-6" data-ls=" transition2d: all;" style="width: 919px; height: 282px;"><img src="http://www.vincenzaboutique.it/wp-content/uploads/2016/11/slider-vincenza-boutique-6.jpg" class="ls-bg" alt="slider-vincenza-boutique-6"><div class="ls-gpuhack"></div></div></div><div class="ls-loading-container" style="z-index: -1; display: none;"><div class="ls-loading-indicator"></div></div><div class="ls-shadow"></div></div></div></div></div>';
    
    	echo $output;
    	$columns = do_shortcode("[av_one_fifth first min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_display='']
    
    [av_font_icon icon='ue806' font='entypo-fontello' style='border' caption='Lista dei desideri <br/> WISHLIST' link='manually,http://' linktarget='' size='40px' position='center' color='#b02b2c' custom_class=''][/av_font_icon]
    
    [/av_one_fifth][av_one_fifth min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_display='']
    
    [av_font_icon icon='ue859' font='entypo-fontello' style='border' caption='ACQUISTO <br/> facile e veloce' link='manually,http://' linktarget='' size='40px' position='center' color='#b02b2c' custom_class=''][/av_font_icon]
    
    [/av_one_fifth][av_one_fifth min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_display='']
    
    [av_font_icon icon='ue802' font='fontello' style='border' caption='PAGAMENTO SICURO <br/> con Bonifico e PAYPAL' link='manually,http://' linktarget='' size='40px' position='center' color='#b02b2c' custom_class=''][/av_font_icon]
    
    [/av_one_fifth][av_one_fifth min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_display='']
    
    [av_font_icon icon='ue804' font='fontello' style='border' caption='SPEDIZIONE <br/>24/48 ore' link='manually,http://' linktarget='' size='40px' position='center' color='#b02b2c' custom_class=''][/av_font_icon]
    
    [/av_one_fifth][av_one_fifth min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_display='']
    
    [av_font_icon icon='ue803' font='fontello' style='border' caption='Rimborso di denaro ad ogni acquisto' link='manually,http://' linktarget='' size='40px' position='center' color='#b02b2c' custom_class=''][/av_font_icon]
    
    [/av_one_fifth]");
    
    	echo '<div id="av_section_1" class="avia-section main_color avia-section-default avia-no-shadow avia-bg-style-scroll  avia-builder-el-1  el_after_av_layerslider  el_before_av_productgrid   av-minimum-height av-minimum-height-25 container_wrap sidebar_left" style="background-color: #ec9b84; background-color: #ec9b84; "><div class="container"><div class="template-page content  av-content-small units"><div class="post-entry post-entry-type-page post-entry-16"><div class="entry-content-wrapper clearfix">'.$columns.'</div><!-- close content main div --></div></div></div></div>';
    }

    // http://www.vincenzaboutique.it/categoria-prodotto/abbigliamento/collezione/

    Cheers!
    Ismael

    #710557
    esemisanx
    Participant

    I followed the thread called Swapping out logos when scrolling (https://kriesi.at/support/topic/swapping-out-logos-when-scrolling/) and it worked well. However I had already added a Quick CSS like this: .logo {padding-top: 20px; } so that the logo
    appeared in the middle of the header (link 1).
    When it scrolls, it appears like that (link 2).
    What I want to achieve is this (link 3).
    Can you advice please?

    #710545

    Hi!

    We already removed those codes in the functions.php file but you still need to update the theme. And don’t forget to purge the cache afterwards.Could you please provide a screencast of the issue? We can’t reproduce it on firefox. Another thing that can cause this issue is the cdn. Did you subscribe to any cdn provider?

    // https://kriesi.at/support/topic/contact-form-bugs/
    // https://kriesi.at/support/topic/contact-form-resetting-to-defaults/#post-391712

    Best regards,
    Ismael

    #710544

    Hi,

    Great, glad it’s working. It was most likely due to Facebook caching, I’m not expert on the topic but once you have shared the link Facebook will probably cache the image for a while so they don’t have to fetch it again when the next user shares it.

    Best regards,
    Rikard

    #710538

    Hi,

    Great, glad you worked it out and thanks for the feedback :-)

    Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    #710535

    In reply to: Changing color


    To change color when mouse is over it
    themes/enfold/css/
    layout.css Edit/Find this code

    #top #wrap_all .av-social-link-facebook:hover a {
        color: #fff;
        background-color: #37589b;
    }

    Just change color code

    #710526

    In reply to: Font Slider on Mobile

    Hi,

    I think the problem is that you have the font installed on your desktop computer so it will display there, but not on phones. I’m still not sure how you imported the font though? Please post admin login details in private so that we can have a closer look.

    Best regards,
    Rikard

    #710520

    Hi,

    I added the CSS to the top of your Quick CSS and the sidebar is not showing anymore on search and 404 pages. If you still see it then please try clearing the cache from the caching plugin and your browser again or try opening the page in an icognito window in your browser.

    Best regards,
    Rikard

    #710513

    In reply to: Portfolio Grid

    Hey carmycurly,

    Try adding this code in Quick CSS (located in Enfold > General Styling):

    #top .grid-sort-container .grid-content {
        position: absolute;
        top: 10%;
        left: 10%;
        background: transparent !important;
        border: 1px solid #fff !important;
        display: flex;
        align-items: center;
        height: 80%;
        width: 80%;
    }
    
    #top .grid-sort-container .grid-content .avia-arrow {
        display: none;
    }
    
    #top .grid-sort-container .grid-content h3.grid-entry-title {
        background: transparent;
        color: #fff !important;
        text-align: center;
    }

    Hope this helps :)

    Best regards,
    Nikko

    #710501

    Hi,

    Try adding this code in Quick CSS:

    #top .avia-content-slider .thumbnail_container img {
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    
    #top .avia-content-slider a:hover .thumbnail_container img {
        -webkit-transform: scaleX(1.2,1.2);
        -ms-transform: scaleX(1.2,1.2);
        -o-transform: scaleX(1.2,1.2);
        transform: scaleX(1.2,1.2);
    }
    

    Let us know if it works :)

    Best regards,
    Nikko

    #710488

    We are having the same issue here:
    http://unlikelyheroine.com/

    Same errors at the top of the page, I’ve already reinstalled twice and disabled plugins, nothing is helping. What can we do?

Viewing 30 results - 88,261 through 88,290 (of 142,852 total)