Forum Replies Created

Viewing 30 posts - 19,441 through 19,470 (of 25,536 total)
  • Author
    Posts
  • in reply to: Ajax Portfolio layout #880089

    Hey James,

    Can you post a link of the page mentioned? so we can take a closer look.

    Best regards,
    Nikko

    in reply to: Need Help with Layout of Fullwidth Easy Slider on Mobile #880087

    Hey Kim,

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

    @media only screen and (max-width:479px) {
      .page-id-3708 #full_slider_1 .slideshow_caption {
        padding-top: 20px !important;
      }
    }

    Let us know if it helps.

    Best regards,
    Nikko

    in reply to: Highlighted submenu item #880084

    Hi,

    Glad to hear that. Thanks for using Enfold :)

    Best regards,
    Nikko

    in reply to: Mobile menu showing above header on desktop #880082

    Hi,

    Glad to hear that. Thanks for using Enfold :)

    Best regards,
    Nikko

    in reply to: disable galleryq #880081

    Hey jelle,

    Unfortunately there’s no easy way to disable the enfold gallery, if it’s just css conflict I think we can help you with it, can you give us a link showing envira gallery site, so we can check if the conflict is just css or if its js.

    Best regards,
    Nikko

    in reply to: Social Icons Footer Column Shortcode #880076

    Hi,

    You can use text widget and paste this code https://pastebin.com/dbd0TWZm
    just replace the links/url. Hope this helps.

    Best regards,
    Nikko

    in reply to: Custom Plugin Request #880074

    Hey rastarava,

    I don’t think we can help you with that since it’s outside the scope of our support, you can however try to hire a developer or contact our partner Codeable: https://kriesi.at/contact/customization :)

    Best regards,
    Nikko

    in reply to: Toogle #880071

    Hey frosch178,

    How can I change the space between your toogle elements? I want this space between the steps smaller.
    You can change it via Quick CSS (located in Enfold > General Styling), just add this css code:

    .toggle_content {
        margin-bottom: 2px !important;
    }

    How can I change the color + and – react ? .toggle .vert_icon .hor_icon its not working.
    Still in Quick CSS, just add this:

    #top .toggle_icon .hor_icon, 
    #top .toggle_icon .vert_icon {
        border-color: blue !important;
    }


    Is it possible to close the border if the toggle is open? There is a little space.

    Can you post a screenshot on what you meant on this.

    Best regards,
    Nikko

    in reply to: Headline rotator timeout? #880050

    Hi,

    I have checked your site and waited for about 2mins and it was working fine. Can you try other browsers like chrome or firefox? and check if it still stuck on your end.

    Best regards,
    Nikko

    Hi,

    Glad we could help. Thanks for using Enfold :)

    Best regards,
    Nikko

    in reply to: Price table in responsive view : Repeat description column #880046

    Hi,

    Thanks for the admin access, I have added this css code in your QUick CSS:

    @media only screen and (max-width:767px) {
      #top.page-id-3392 .pricing-table>li,
      #top.page-id-3392 .pricing-table > li td {
        padding: 50px 0 30px !important;
        position: relative;
      }
    
      #top.page-id-3392 .pricing-table > li:nth-child(3),
      #top.page-id-3392 .pricing-table > li:nth-child(4) {
        padding: 0 !important;
      }
     
      #top.page-id-3392 .pricing-table > li:after,
      #top.page-id-3392 .pricing-table > li td:after {
        display: block;
        color: #000;
        font-weight: bold;
        position: absolute;
        top: 10px;
        width: 100%;
        text-align: center;
      }
    
      #top.page-id-3392 .pricing-table > li:nth-child(3) td:after {
        content: "Objectifs";
      }
    
      #top.page-id-3392 .pricing-table > li:nth-child(4) td:after {
        content: "Utilisateur habituel";
      }
    
      #top .pricing-table > li:nth-child(5):after {
        content: "Diagnostic via un RDV tél.";
      }
    
      #top .pricing-table > li:nth-child(6):after {
        content: "Accès aux Guides";
      }
    
      #top .pricing-table > li:nth-child(7):after {
        content: "Identification des cibles";
      }
    
      #top .pricing-table > li:nth-child(8):after {
        content: "Approche des cibles";
      }
    
      #top .pricing-table > li:nth-child(9):after {
        content: "Organisation des RDV";
      }
    
      #top .pricing-table > li:nth-child(10):after {
        content: "Interprétariat lors des RDV";
      }
    
      #top .pricing-table > li:nth-child(11):after {
        content: "Suivi des affaires";
      }
    
      #top .pricing-table > li:nth-child(12):after {
        content: "Garantie Parteneo";
      }
    }

    And it worked, you might need to change the content on other languages. Let us know if you need further assistance :)

    Best regards,
    Nikko

    in reply to: Enfold mobile search logo DE -> EN overlay with WPML #880033

    Hi Peter,

    I’ve checked both sites (the other one is the en), the original does have the code but the en doesn’t have it. Can you give us temporary admin access? so we can check further.

    Also these codes in your Quick CSS is redundant:

    @media only screen and (max-width: 479px) {
     .responsive .logo img {
       width: 45%!important;
     }}
    @media only screen and (max-width: 479px) {
    .en .responsive .logo img {
      width: 45%!important;
    }
    }
    
    @media only screen and (max-width: 479px) {
     .en .responsive .logo img {
       width: 45%!important;
     }
    }

    just remove it and replace it with:

    @media only screen and (max-width: 479px) {
     .responsive .logo img {
       width: 45% !important;
     }
    }

    Best regards,
    Nikko

    in reply to: Automatic newsletter #880032

    Hi sandra1307,

    I apologize but Enfold doesn’t have that feature that you mentioned above, so I don’t think we can help you with that, I think it would be better to ask the plugin support on how to turn off that feature (or just turn off the plugin that automatically sends newsletter).

    Best regards,
    Nikko

    in reply to: Media Attachment Display Settings limited #880030

    Hi Patricia,

    Glad to hear that. Just let us know if you need further assistance :)

    Best regards,
    Nikko

    in reply to: Responsive Tables #880027

    Hi,

    I would suggest adding an id for sections that have those columns, for example heading-col then go to Quick CSS (located in Enfold > General Styling) and add this css code:

    @media only screen and (max-width:959px) {
      .responsive #top #wrap_all #heading-col .flex_column {
        margin: 0 0 20px;
        width: 100% !important;
      }
    }

    Make sure to add that heading-col id since it will only affect sections that has that id. Also just to make your columns look better, add this css code in QUick CSS:

    #top .flex_column_table {
        border-collapse: collapse;
    }

    Please add at the top of the first code I gave. Hope this helps :)

    Best regards,
    Nikko

    in reply to: Bug in widjet #880024

    Hi,

    Thanks for providing admin and ftp access. I have added this php code at the bottom of functions.php:

    function avia_get_post_list( $avia_new_query , $excerpt = false) 
    {
    	global $avia_config;
    	$image_size = isset($avia_config['widget_image_size']) ? $avia_config['widget_image_size'] : 'widget';
    	$additional_loop = new WP_Query($avia_new_query);
    
    	if($additional_loop->have_posts()) :
    	echo '<ul class="news-wrap">';
    	while ($additional_loop->have_posts()) : $additional_loop->the_post();
    
    	$format = "";
    	if(get_post_type() != 'post') 		$format = get_post_type();
    	if(empty($format)) 					$format = get_post_format();
    		if(empty($format)) 					$format = 'standard';
    
    	echo '<li class="news-content post-format-'.$format.'">';
    
    	//check for preview images:
    	$image = "";
    
    	if(!current_theme_supports('force-post-thumbnails-in-widget'))
    		{
    		$slides = avia_post_meta(get_the_ID(), 'slideshow');
    
    		if( $slides != "" && !empty( $slides[0]['slideshow_image'] ) )
    		{
    			$image = avia_image_by_id($slides[0]['slideshow_image'], 'widget', 'image');
    		}
    	}
    
    	if(!$image && current_theme_supports( 'post-thumbnails' ))
    	{
    		$image = get_the_post_thumbnail( get_the_ID(), $image_size );
    	}
    
    	$time_format = apply_filters( 'avia_widget_time', get_option('date_format')." - ".get_option('time_format'), 'avia_get_post_list' );
    
    	$nothumb = (!$image) ? 'no-news-thumb' : '';
    
    	echo "<a class='news-link' title='".get_the_title()."' href='".get_permalink()."'>";
    	echo "<span class='news-thumb $nothumb'>";
    	echo $image;
    	echo "</span>";
    	echo "<strong class='news-headline'>".avia_backend_truncate(get_the_title(), 54," ");
    	echo "<span class='news-time'>".get_the_time($time_format)."</span>";
    	echo "</strong>";
    	echo "</a>";
    
    	if('display title and excerpt' == $excerpt)
    	{
    		echo "<div class='news-excerpt'>";
    		the_excerpt();
    		echo "</div>";
    	}
    
    	echo '</li>';
    
    
    	endwhile;
    	echo "</ul>";
    	wp_reset_postdata();
    	endif;
    }
    

    Let us know if you need further assistance :)

    Best regards,
    Nikko

    in reply to: Link on a galerie masonry #880012

    Hi,

    Glad we could help and thanks for using Enfold :)

    Best regards,
    Nikko

    in reply to: Maps API still will not work #880010

    Hi,

    Glad to hear that it’s working. Thanks for using Enfold :)

    Best regards,
    Nikko

    in reply to: Extend Logout Time Session #880007

    Hi George,

    Thanks, it would surely be helpful :)

    Best regards,
    Nikko

    in reply to: How to hide the scroll to top button? #880005

    Hi,

    Glad we could help. Thanks for using Enfold :)

    Best regards,
    Nikko

    in reply to: Website on mobile isnt responsive #880004

    Hi,

    Can you give us temporary admin access? so we can check further.

    Best regards,
    Nikko

    in reply to: Error after installation #880003

    Hi,

    Can you give us temporary admin access? so we can check further, I tried the link you gave above but it doesn’t give us admin access.

    Best regards,
    Nikko

    in reply to: Global replace of text/shortcode #880001

    Hi,

    Glad that Ismael helped you. Thanks for using Enfold :)

    Best regards,
    Nikko

    in reply to: Reducing space between headings #880000

    Hi,

    Glad to hear that. Thanks for using Enfold :)

    Best regards,
    Nikko

    in reply to: [SOLVED] Styling mega menu #879842

    Hi,

    Glad we could help. THanks for using Enfold :)

    Best regards,
    Nikko

    in reply to: How to hide the scroll to top button? #879809

    Hey DROR,

    Just add this css code in Quick CSS (located in Enfold > General Styling):

    #top #scroll-top-link {
        display: none !important;
    }

    Hope this helps :)

    Best regards,
    Nikko

    in reply to: manuel link not working #879803

    Hi,

    Thanks for using Enfold :)

    Best regards,
    Nikko

    in reply to: Change theme #879802

    Hi,

    Let us know if you need further assistance.

    Best regards,
    Nikko

    in reply to: Menu #879799

    Hi,

    Glad to hear that. Thanks for using Enfold :)

    Best regards,
    Nikko

    in reply to: Most popular products filter woocommerce Enfold #879798

    Hey Wolf,

    Glad that you figured it out. Let us know if you need further assistance. :)

    Best regards,
    Nikko

Viewing 30 posts - 19,441 through 19,470 (of 25,536 total)