Forum Replies Created

Viewing 30 posts - 5,791 through 5,820 (of 25,536 total)
  • Author
    Posts
  • in reply to: Problem with my Enfold #1290280

    Hi Sergio,

    We appreciate that you’ve been using Enfold for a long time :)
    Please 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
      ( to 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 an admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    in reply to: Top header as design element #1290279

    Hi Pete,

    We’re glad to hear that you were able to find a workaround :)

    Best regards,
    Nikko

    in reply to: Preloader animation: line from left to right #1290278

    Hey donillo,

    Please try to do the following:
    1. (skip this step if you have a child theme) Download and use a child theme. You can download and find instructions on how to use it here: https://kriesi.at/documentation/enfold/child-theme/
    2. Add this at the bottom of your child theme’s functions.php:

    function avia_preload_screen()
    {
    	$class = avia_get_option('preloader_transitions') != "disabled" ? 'av-transition-enabled' : "";
    	$label = __('Loading','avia_framework');
    	$logo  = avia_get_option('preloader_logo');
    	if( is_numeric( $logo ) )
    	{ 
    		$logo = wp_get_attachment_image_src( $logo, 'full' ); 
    		$logo = is_array( $logo ) ? $logo[0] : ''; 
    	}
    	
    	if( $logo ) 
    	{
    		$class .= " av-transition-with-logo";
    		$logo = "<img class='av-preloading-logo' src='{$logo}' alt='{$label}' title='{$label}' />";
    	}
    	
    	$output  = "";
    	$output .= 	"<div class='av-siteloader-wrap {$class}'>";
    	$output .= 		"<div class='av-siteloader-inner'>";
    	$output .= 			"<div class='av-siteloader-cell'>";
    	$output .= 			"<div class='yellow-line'></div>";
    	$output .= 			$logo;
    	$output .= 			"<div class='av-siteloader'><div class='av-siteloader-extra'></div>";
    	$output .= 			"</div>";
    	$output .= 		"</div>";
    	$output .= 	"</div>";
    	$output .= "</div>";
    	
    	return $output;
    }

    3. Add this CSS code in Enfold > General Styling > Quick CSS:

    .yellow-line {  
        border-top: 3px solid #fcea1a !important;
        width: 100%;
        left: 0;
        position: absolute;
        animation: 1.5s ease-out 0s 1 yellowLine;
    }
    
    @keyframes yellowLine {
    	0% {
    		width: 0%;
    		opacity: 0;
    	}
    	100% {
    		width: 100%;
    		opacity: 1;
    	}
    }
    

    Hope this helps.

    Best regards,
    Nikko

    in reply to: General Styling links not working #1290277

    Hi RubenHD,

    Thanks for giving us access, unfortunately, the access is pretty limited and we can’t check the Theme Options were General Styling appears.
    Please upgrade the account to an administrator.

    Best regards,
    Nikko

    Hi marcobe,

    Please 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
      ( to 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 an admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    in reply to: Enhance Grid System to 12 #1290272

    Hey Sebastian,

    Can you try the instruction posted in the documentation: https://kriesi.at/documentation/enfold/columns/#six-columns-or-more
    I think with CSS it’s possible to make it twelve columns.
    Hope this helps.

    Best regards,
    Nikko

    in reply to: Sliders, background images and padding missing #1290271

    Hi mteverley,

    Can you try to disable Javascript file merging and compression in Enfold > Performance?
    If that doesn’t help, Please 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
      ( to 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 an admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    in reply to: Add tracking code to body #1290269

    Hi bigideasonline,

    Did it work? with the code you posted above it should be placed on the head tag.
    If you want to place it in the body then you can replace wp_head with ava_after_body_opening_tag
    Hope this helps.

    Best regards,
    Nikko

    in reply to: Slider accordion not showing post images #1290268

    Hi Rubén,

    Please 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
      ( to 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 an admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    in reply to: related post in h4 #1290267

    Hi Carmen,

    Please do the following steps:
    1. (skip this step if you have a child theme) Download and use a child theme. You can download and find instructions on how to use it here: https://kriesi.at/documentation/enfold/child-theme/
    2. In the child theme create a new folder called includes
    3. Copy related-posts.php in enfold > includes and paste it inside the includes folder of the child theme.
    4. Edit line 98:

    $output .= "<h5 class='related_title'>".__('You might also like', 'avia_framework')."</h5>";

    replace h5 with h4.
    As for everything else, it’s just below this line of code.
    Hope this helps.

    Best regards,
    Nikko

    in reply to: Imported Adobe Webfont without effect #1290266

    Hi Frank,

    Thanks for giving us admin access.
    We have updated your site, please review it.
    The changes I made did not reflect on my end until I forced to clear my browser cache.

    Best regards,
    Nikko

    in reply to: anchor links smooth scroll offset for sticky nav/header #1290262

    Hi sky19er,

    We apologize for the delayed response.
    The thread is already almost six years ago and I believe this is already the default behavior without any tweaks, you can see it in the demo: https://kriesi.at/themes/enfold-wedding/
    Please 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
      ( to 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 an admin user and post the login credentials in the “private data” field.

    If you’re not comfortable with giving us access to the live site, we would appreciate if you could setup a staging site for us.
    Here’s a simple tutorial you can follow: https://themeisle.com/blog/wordpress-staging-site/

    Best regards,
    Nikko

    in reply to: Masonry gallery judders when paginitating #1290261

    Hi Silvio,

    We apologize for the delayed response.
    Can you setup a staging site for us? so we can safely investigate on the issue without risking your live site.
    Here’s a simple tutorial you can follow: https://themeisle.com/blog/wordpress-staging-site/
    Then give us admin credential only for the stage site.

    Best regards,
    Nikko

    in reply to: How to add a slider to my header #1290260

    Hi LW_1953,

    We apologize for the delayed response.
    I checked on your site and it seems you have already added the slider on top.
    Also, you may want it to have a setup with a transparent header just like this: https://kriesi.at/themes/enfold-2017/
    You can check Header visibility and transparency in the Sidebar settings in the page.

    Best regards,
    Nikko

    in reply to: Blog Element – Move Date above Post Title #1290258

    Hi Dependable,

    It may just be due to cache.
    I checked it just now and it seems to be working properly (please check the screenshot in private content).

    Best regards,
    Nikko

    Hi jacobs64,

    You’re welcome and we’re happy that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Update to Enfold Caused Critical Error #1290255

    Hi jonrouse,

    We’re glad to hear that :)
    And yes, those are the two things we have changed/added to your site.
    Also thanks for using Enfold!

    Best regards,
    Nikko

    in reply to: How to add Author name to blog posts #1290254

    Hi cobaltsapphire,

    You’re welcome :)
    You can easily change the Author, you may need to click on the Screen Options on the upper right portion of the page first, then check Author.
    It should show an option to replace the Author of the post.
    You can check on this article: https://www.wpbeginner.com/beginners-guide/how-to-change-the-author-of-a-post-in-wordpress/
    Hope this helps.

    Best regards,
    Nikko

    Hi griddler,

    We’re glad that we could help :)
    Thanks for using Enfold and have a great week as well :D

    Best regards,
    Nikko

    in reply to: Event date in Postslider sometimes not showing #1290252

    Hi lle-it,

    I understand, would it be possible with a staging site? (same to your other thread).
    Also, tribe_get_start_date is a function from The Events Calendar, it should atleast require for the plugin to be installed and activated.

    Best regards,
    Nikko

    in reply to: Add Aria Label to Post Slider #1290250

    Hi lle-it,

    I have actually tested the code on my local server (with WP debug turned on) before posting it and didn’t have issues, I checked just now with a layerslider but it does not show as well.
    For the meantime, can you tell us what PHP version you’re using? also Enfold and WordPress version? so we can try to reproduce the issue.
    As for giving us access, would it be possible if it on a staging site? if yes, then please setup a staging site for us.
    Here’s a simple tutorial you can follow: https://themeisle.com/blog/wordpress-staging-site/

    Best regards,
    Nikko

    in reply to: color section shadow #1290248

    Hi mostafa0401,

    We’re glad to hear that :)
    If there are cases where you don’t need a margin I believe you can set its position to relative and give it a higher z-index value than the default one.

    Best regards,
    Nikko

    in reply to: Update to Enfold Caused Critical Error #1290175

    Hi jonrouse,

    I see, please replace it with this code (basically 2 and 3 in nth-child is swapped):

    .avia-slide-wrap > img:nth-child(3) {
        display: none;
    }
    
    @media only screen and (min-width: 1500px) {
        .avia-slide-wrap > img:nth-child(3) {
            display: block;
        }
    
        .avia-slide-wrap > img:nth-child(2){
            display: none;
        }
    }

    Best regards,
    Nikko

    in reply to: color section shadow #1290172

    Hey mostafa0401,

    What are the steps you made to add a shadow below your Color Section? can you give us a link where you applied it? so we can take a closer look.

    Best regards,
    Nikko

    in reply to: Enfold Version 3.6.1 update to 4.8.1 #1290171

    Hi ADLER66,

    Please follow the steps below:

    Make a backup:
    – Site Backup: https://kriesi.at/documentation/enfold/backup-wordpress-site/
    – Theme Settings Backup: https://kriesi.at/documentation/enfold/backup-theme-settings/

    Option 1: Use Envato Market to update your site
    – link: https://envato.com/market-plugin/

    Option 2: Update manually
    1. Login to ThemeForest and download the Enfold theme, right-click over the downloaded zip file and extract/unzip it.
    2. It should generate a new folder, open it and look for the enfold folder
    3. Right-click the enfold folder then zip it, here’s a tutorial on how to create a zip file in windows: https://www.howtogeek.com/668409/how-to-zip-and-unzip-files-on-windows-10/ (this should create enfold.zip
    4. Log in to WordPress as and Admin.
    5. Install and activate a maintenance plugin and put your site in Maintenance mode.
    6. Go to Appearance > Themes, switch to a default WordPress theme like TwentyTwenty then delete Enfold.
    7. Click on the ADD NEW button.
    8. Click on the UPLOAD THEME button.
    9. Click BROWSE and choose enfold.zip file
    10. Click the INSTALL NOW button and switch to Enfold or your child theme.
    11. Remove the maintenance mode then deactivate and remove the maintenance plugin.

    Register the theme by following the instructions in https://kriesi.at/documentation/enfold/theme-registration/
    Once this is done, the next time you update, you’ll only need to go to Enfold > Theme Updates and click on the Update button.

    Best regards,
    Nikko

    in reply to: Permalink portfolio entries #1290170

    Hey Carsten,

    Please 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
      ( to 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 an admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    in reply to: Theme registration for Client #1290169

    Hi Monika,

    Please refer to the instructions in the documentation: https://kriesi.at/documentation/enfold/theme-registration/
    Hope it helps.

    Best regards,
    Nikko

    in reply to: Child Theme changes are not showing on site #1290167

    Hi design-goerlich,

    I checked on the structured and the required codes and it’s all good.
    I modified magazine.php in the child theme, I just added this class in it:

    custom-magazine

    And it does add to the magazine class attribute when I inspected the element.
    The only thing I see is that there’s nothing showing in it visually because there’s no posts yet.

    Best regards,
    Nikko

    in reply to: jQuery/JS Errors – Firefox Only #1290163

    Hi Lord_Sandwich,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    Hi Rhoody,

    The behavior is only for desktop, laptops and other larger screens but not on phones.
    It is not actually recommended to have sticky headers on mobile devices since the space is too little.
    Also, this behavior is not done via CSS but through javascript.

    Best regards,
    Nikko

Viewing 30 posts - 5,791 through 5,820 (of 25,536 total)