Forum Replies Created

Viewing 30 posts - 19,411 through 19,440 (of 25,536 total)
  • Author
    Posts
  • in reply to: bacgkround video issue #880275

    Hey Simplify,

    This bug has been reported and should be fixed on the next release of Enfold. For temporary fix you can follow the solution posted here: https://kriesi.at/support/topic/video-problem-after-wordpress-update-4-9/#post-879536

    Best regards,
    Nikko

    in reply to: Page Preloading for only one page #880273

    Hi,

    Glad to hear that. Thanks for using Enfold :)

    Best regards,
    Nikko

    in reply to: Backend really slow !!! Help Help Help !!! #880258

    Hi Pascal,

    Can you try to downgrade your php version to 5.6? there are few people who also complained that it’s slow and the solution that worked for them is to downgrade it. Just make sure to do a backup first.

    Best regards,
    Nikko

    in reply to: Pricing table with the responsive problem #880246

    Hi,

    Hmmm, that should work. Can you post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    in reply to: Masonry Gap #880244

    Hi,

    You’re welcome and glad that it’s good :)

    Best regards,
    Nikko

    in reply to: Scroll up functionality. #880242

    Hi,

    Glad we could help and thanks for using Enfold :)

    Best regards,
    Nikko

    in reply to: Problems after updating #880241

    Hi,

    I can’t locate the php version in the list you gave, can you give us ftp access? so we can try to check.

    Best regards,
    Nikko

    in reply to: Top Menu / Wpml Language Switcher right to Search Icon #880240

    Hi,

    Thanks for providing the ftp credentials, I have added this code at the bottom of functions.php

    function avia_custom_script(){
    ?>
    <script>
    (function($){
    	function moveFlag() {
    		var flag = $('#header').find('#menu-item-wpml-ls-26-en');
    		$(flag).prependTo('#header .social_bookmarks');
    	}
    
    	moveFlag();
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'avia_custom_script');

    and added this css code in style.css (in your child theme):

    #header_main nav .social_bookmarks {
    	overflow: visible !important;
    }
    
    #header #menu-item-wpml-ls-26-en,
    #header #menu-item-wpml-ls-26-en > a {
        width: auto;
    }
    
    #header #menu-item-wpml-ls-26-en ul { 
    	display: block;
    	opacity: 0;
    	visibility: hidden;
    	margin-left:0; 
    	left:0; 
    	position: absolute; 
    	top: 100%; 
    	width: 208px; 
    	z-index: 2; 
    	padding:0; 
    	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1); 
    	margin-top:-1px; 
    	-webkit-transition: all 0.4s ease-in-out;
    	transition: 		all 0.4s ease-in-out;
    }
    
    #header #menu-item-wpml-ls-26-en:hover ul {
    	opacity: 1;
    	visibility: visible;
    }
    
    #header #menu-item-wpml-ls-26-en ul li { 
    	margin:0; 
    	padding:0; 
    	width:100%; 
    }
    
    #header #menu-item-wpml-ls-26-en ul li a { 
    	border-right-style: solid; 
    	border-right-width:1px; 
    	border-left-style: solid; 
    	border-left-width:1px; 
    	border-radius: 0 !important;
    }
    
    #header #menu-item-wpml-ls-26-en ul li:last-child > a { 
    	border-bottom-style: solid; 
    	border-bottom-width: 1px; 
    }
    
    #header #menu-item-wpml-ls-26-en ul li a {
    	width: 100% !important;
    }
    

    Hope it’s good :)

    Best regards,
    Nikko

    in reply to: Pricing table with the responsive problem #880186

    Hi,

    Try using this css code instead:

    @media only screen and (min-width:768px) and (max-width:959px) {
      .page-id-8 #main ul.pricing-table.avia-desc-col li:nth-child(2), 
      .page-id-8 #main ul.pricing-table.avia-desc-col li:nth-child(4) {
        min-height: 65px;
      }
    
      .page-id-8 #main ul.pricing-table.avia-desc-col li:nth-child(5) {
        min-height: 88px;
      }
    
      .page-id-8 #main ul.pricing-table li.avia-pricing-row font {
        font-size: 40px !important;
      }
    
      .page-id-8 #main ul.pricing-table li.avia-pricing-row span.currency-symbol {
        top: -4px !important;
      }
    
      .page-id-8 #main ul.pricing-table li.avia-pricing-row span font {
        font-size: 30px !important;
      }
    }

    Best regards,
    Nikko

    in reply to: Automatic newsletter #880181

    Hi,

    You’re welcome and thanks for using Enfold :)

    Best regards,
    Nikko

    in reply to: Bug in widjet #880175

    Hi,

    You’re welcome :) Yes, it will be lost during the theme update, I would suggest using a child theme: https://kriesi.at/documentation/enfold/using-a-child-theme/

    Best regards,
    Nikko

    in reply to: 2 or 3 columns on mobile #880172

    Hey hankisaac,

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

    @media only screen and (max-width:767px) {
      .page-id-49 #management .av_one_fifth {
        width: 48% !important;
        clear: none !important;
      }
    
      .page-id-49 #management .av_one_fifth:nth-child(2n+1) {
        clear: both !important;
        margin-right: 4% !important;
      }
    }

    Hope this helps :)

    Best regards,
    Nikko

    in reply to: Problems after updating #880167

    Hey innature,

    Can you let us know the version of php you are using? upgrading your php version might help. Here is a similar topic: https://kriesi.at/support/topic/fatal-error-on-updating-enfold/

    Best regards,
    Nikko

    in reply to: Pricing table with the responsive problem #880163

    Hi,

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

    @media only screen and (min-width:768px) and (max-width:959px) {
      .page-id-8 #main ul.pricing-table.avia-desc-col li:nth-child(2), 
      .page-id-8 #main ul.pricing-table.avia-desc-col li:nth-child(4) {
        min-height: 65px;
      }
    
      .page-id-8 #main ul.pricing-table.avia-desc-col li:nth-child(5) {
        min-height: 88px;
      }
    }

    Hope this helps :)

    Best regards,
    Nikko

    in reply to: Masonry Gap #880158

    Hey tweetgeeb,

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

    #top .av-large-gap.av-flex-size .av-masonry-entry .av-inner-masonry {
        margin-left: 30px;
        margin-bottom: 30px;
    }

    Hope this helps :)

    Best regards,
    Nikko

    in reply to: question #880156

    Hi,

    I have tested it on my end and it’s working fine. Can you give us temporary admin access? so we can check further.

    Best regards,
    Nikko

    in reply to: Scroll up functionality. #880153

    Hey tweetgeeb,

    Can you try using this css code instead:

    #hero-content .container .content {
        position: fixed;
        left: 50%;
        max-width: 90em;
        top: 15%;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
        color: #fff;
    }

    Let us know if it helps.

    Best regards,
    Nikko

    in reply to: Pingdom test – redirect to a test.kriesi.at #880150

    Hey xfacta,

    Can you try installing a search and replace plugin and replace all instances of http://test.kriesi.at/construction/ to your site’s url. Make sure to do a backup first.

    Best regards,
    Nikko

    in reply to: Simple text in popup when clicking a button #880144

    Hi,

    Glad to hear that. Thanks for using Enfold :)

    Best regards,
    Nikko

    in reply to: Header border and menu icons #880142

    Hi,

    Glad to hear that. Thanks for using Enfold :)

    Best regards,
    Nikko

    in reply to: Spacing Issue with Diagonal Sections #880141

    Hey jbenes,

    Glad that you figured it out. Thanks for using Enfold :)

    Best regards,
    Nikko

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

    Hi,

    There’s this Authentication Required popup window which I can’t go through, I tried the login details you posted but it’s not working on my end.

    Best regards,
    Nikko

    in reply to: Website on mobile isnt responsive #880139

    Hi,

    Thanks for giving us admin access, I’m not really sure why it’s going inside color section but I have inserted the masonry gallery to a gridrow and remove the paddings and it should look like the demo. Let us know if you need further assistance :)

    Best regards,
    Nikko

    in reply to: Post slider carousel one by one #880136

    Hi Riccardo,

    Here are the files involved:
    php file in enfold > config-templatebuilder > avia-shortcodes > postslider.php
    js file is in enfold > js > shortcodes.js

    I think you would need to find a slider first that does what you need and rebuild the postslider structure/template based on the slider’s format.

    Best regards,
    Nikko

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

    Hi,

    Try to replace the code I gave to this one:

    @media only screen and (max-width:479px) {
      .page-id-3708 #full_slider_1 .slideshow_caption {
        padding-top: 20px !important;
      }
    
      .page-id-3708 #full_slider_1 .slideshow_caption h2 {
        text-shadow: 0 0 10px #fff;
        margin-bottom: 0 !important;
      }
    
      .page-id-3708 #full_slider_1 .slideshow_caption .avia-caption-content p {
        text-shadow: 0 0 10px #fff;
        margin: 4px 0 0 !important;
      }
    
      .page-id-3708 #full_slider_1 .slideshow_caption a.avia-slideshow-button {
        padding: 12px 0 !important;
        margin: 0 2% !important;
        display: block;
        float: left;
        width: 46%;
        margin-top: 10px !important;
      }
    }

    Let us know if it’s good.

    Best regards,
    Nikko

    in reply to: Private video #880127

    Hey sandra1307,

    I have checked the video and it returns:

    This video is unavailable.

    That’s why it shows the link instead of a video. I have added a code block after the public video, I couldn’t verify if it works since it private. Hopefully it does on your end.

    Best regards,
    Nikko

    in reply to: Adding a new line after (or before) the copyright #880117

    Hey 2eminds,

    Can you give us ftp access? so we can add it on the footer of your child theme. :)

    Best regards,
    Nikko

    in reply to: enfold theme colour bug #880105

    Hi,

    I checked the General Settings and it seems to be using same green color, you can change this in Enfold > General Settings > Footer (tab). Is it just the background footer that was affected?

    Best regards,
    Nikko

    in reply to: Installation errors and timeouts #880101

    Hi VP-LDA,

    Based on what you mentioned, I think there was an interruption (like connection issues) when you tried before that make it unsuccessful, this happens sometimes and what you did was good by using another workstation to install which was successful.

    Best regards,
    Nikko

    in reply to: Menu item without link just to open submenu #880096

    Hey Ingo,

    Go to Appearance > Menus, then use a Custom link, for the url you can use # and add the menu item, then modify the added menu item and remove the link and save. Hope this helps :)

    Best regards,
    Nikko

Viewing 30 posts - 19,411 through 19,440 (of 25,536 total)