Forum Replies Created

Viewing 30 posts - 811 through 840 (of 25,536 total)
  • Author
    Posts
  • in reply to: Mini cart not showing anything – WooCommerce #1412164

    Hi Alex,

    To assist you further, please provide us with your login credentials by following these steps:

    1. Install and activate the “Temporary Login Without Password” plugin. You can find it here.
    2. Once activated, navigate to “Users > Temporary Logins” in the left-side menu.
    3. Click on “Create New” to generate a temporary login.
    4. Enter the email address for the account (you can use (Email address hidden if logged out) ) and select the highest possible role. Set the expiry date to around four days to ensure enough time for debugging.
    5. Click “Submit” to create the temporary account.
    6. In the private section, provide us with the URL that allows us to access the temporary login and assist you.

    Please note that once your issue is resolved, you can remove the plugin. Alternatively, if you prefer not to use the plugin, you can manually create an admin user and share the login credentials in the “private data” field.

    If you have any further questions or concerns, please let us know.

    Best regards,
    Nikko

    in reply to: Navigation menu below path guide modification #1412163

    Hey 952402034,

    The element that you want to change is breadcrumbs and we don’t have any options to change it except to hide or show it.
    Here’s our documentation regarding the element: https://kriesi.at/documentation/enfold/breadcrumbs/

    Best regards,
    Nikko

    in reply to: Formular element Checkbox #1412162

    Hi Beat,

    I’m glad that Rikard could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Enfold update #1412161

    Hi alexgorg,

    We are glad that you were able to resolve the issue.
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Remove link underline from specific texts #1412160

    Hi tcampaner,

    You can set the links not to have a line and then add this CSS code in Enfold > General Styling > Quick CSS to add underline to telephone links:

    #top #wrap_all a[href^="tel:"] {
        text-decoration: underline;
    }

    Hope it helps.

    Best regards,
    Nikko

    Hi Oana,

    I’m glad that Ismael could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Attach Third Button to Fullwidth Easy Slider #1412158

    Hi NCATIT,

    I see, just so we use the same thing, please use the following codes:
    – enfold\config-templatebuilder\avia-template-builder\php\class-popup-templates.php -> https://pastebin.com/zKJPDgQA
    – enfold\config-templatebuilder\avia-shortcode-helpers\class-avia-slideshow.php -> https://pastebin.com/v3VT5BnJ

    And finally, add this CSS code in Quick CSS:

    .avia-multi-slideshow-button.avia-slideshow-button-2 {
        margin-right: 20px;
    }

    Hope it helps.

    Note for other Enfold users: the changes is not recommended since both files are core, do it at your own risk.

    Best regards,
    Nikko

    in reply to: E_ERROR type error was caused on line 17 #1412080

    Hi sitecloudpl,

    We’re happy to hear that :)
    Just let us know how it goes and just post here if there’s any errors that might appear.

    Best regards,
    Nikko

    Hi tomcat,

    I’m glad that Ismael could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Accordion slider that is centrally updated #1412078

    Hi Guenni007,

    Thanks for helping out :)
    I forgot about Page Content element as well :)

    Best regards,
    Nikko

    in reply to: Problem editing backend front page #1412077

    Hi Blatze,

    Thanks for giving us FTP access.
    I was able to copy the content of the homepage and tried to paste the content on two test pages (link in private content) and it seems to be working without any issue on those pages.
    I think for some reason the homepage is bugged but I could not see the cause since there’s no js errors on it, no error_logs as well on the root folder.
    I think the workaround is to totally delete the homepage (I have saved a template called Home, so you can re-add the content) and then change the permalink/slug of the test page.
    Hope this helps.

    Best regards,
    Nikko

    in reply to: Attach Third Button to Fullwidth Easy Slider #1412076

    Hi NCATIT,

    That’s nice, the file you need to edit is enfold\config-templatebuilder\avia-template-builder\php\class-popup-templates.php and find this function slideshow_button_links (line 759 in Enfold 5.6.3), just copy those arrays from Button 2 Label to Button 2 Link Target (line 844 – 895), add a comma after the closing parenthesis in line 895 and paste the whole button 2 arrays, then replace the labels with Button 3 and then replace the id as well.
    I hope it helps.

    Best regards,
    Nikko

    in reply to: distance and mouseover off #1412075

    Hi Franz,

    I tweaked the code a little bit, from min-width to max-width:

    @media only screen and (max-width: 767px) {
    
      /* Add your Mobile Styles here */
      .single-product #main .container_wrap.container_wrap_first {
        padding-top: 0;
      }
    
      .responsive .single-product .avia-post-nav {
        display: none !important;
      }
    }

    which seems to work, please review your website.

    As for “Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings in order to ensure that the changes take effect.”, it means, you’ll go to Enfold > Performance and disable CSS file merging and compression and Javascript file merging and compression, which I think you don’t need to do since the CSS change is taking effect properly.
    Hope this helps.

    Best regards,
    Nikko

    in reply to: Attach Third Button to Fullwidth Easy Slider #1412073

    Hi NCATIT,

    I didn’t find a way to do it via a child theme since you’ll need to tweak some core files to do this tweak, if you know some PHP programming then I can point you to it, but it will be too risky and I don’t suggest it since it might affect some areas of the website and you will need to do the tweak after every theme update.

    Best regards,
    Nikko

    in reply to: Bug in breadcrumbs structure #1412072

    Hi Marcos Q.,

    I think you can try to create a staging site to test it.
    Then on the staging site, delete the child theme and add new child theme and see if it helps.
    If the same problem still persists then I think there are some settings that needs to be tinkered around.

    Best regards,
    Nikko

    in reply to: Add a link to a Subheading? #1412071

    Hi Guenni007,

    I apologize for that, here’s the link: https://pastebin.com/63DHYCMT

    Best regards,
    Nikko

    in reply to: How to dequeue enfold css and js files #1411930

    Hi Rustum,

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

    Best regards,
    Nikko

    in reply to: Bug in breadcrumbs structure #1411929

    Hi Marcos Q,

    Thanks for giving us admin access.
    I have checked it and noticed that when the parent theme is used (via Health Check & Troubleshooting) it seems to fix the issue, but when the child theme is used the issue shows up again, however, I don’t really see anything in the child theme that should cause the issue. So I add this CSS code in Quick CSS, to hide the extra breadcrumb link:

    #top.single-post .avia-breadcrumbs .breadcrumb-trail span:nth-child(3), 
    #top.single-post .avia-breadcrumbs .breadcrumb-trail span:nth-child(4) {
        display: none;
    }

    Please review your site.

    Best regards,
    Nikko

    in reply to: Problem editing backend front page #1411927

    Hi Blatze,

    Can you give us FTP access as well? so we can check on the issue further.
    Just post the credentials in private content.

    Best regards,
    Nikko

    in reply to: portfolio category #1411926

    Hi Wang,

    I have checked in Settings > Permalinks > Portfolio Entry Settings and it seems the default values are changed to products.
    – Portfolio Items Base -> portfolio-item (default value)
    – Portfolio Categories Base -> portfolio_entries (default value)
    Just change the values and that should fix it.

    As for the square please try to add this CSS code in Enfold > General Styling > Quick CSS:

    #top.tax-portfolio_entries .grid-entry .grid-content {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }

    Hope it helps.

    Best regards,
    Nikko

    in reply to: Attach Third Button to Fullwidth Easy Slider #1411925

    Hi NCATIT,

    Unfortunately, there’s no easy way to add a third button on the Easy Slider, since you will need to modify core files in Enfold to be able to change it which might break parts of the site in the process.

    Best regards,
    Nikko

    in reply to: Upgrade Crashes Site: PHP Fatal Error #1411924

    Hi infoglemser,

    Please create a temporary admin account and put the credentials in private content, so we can try to check on the issue further.

    Best regards,
    Nikko

    in reply to: Add a link to a Subheading? #1411923

    Hi zimbo,

    There’s another option but would require you to use a child theme: https://kriesi.at/documentation/enfold/child-theme/
    If you are already use the child theme then please proceed with the instructions below, otherwise, please follow the instructions on the documentation link.

    Step 1
    – Add this code in the child theme’s functions.php file (do not add if this code is already in functions.php):

    /**
     *	Add filter to add or replace Enfold ALB shortcodes with new folder contents
     *	
     *	Note that the shortcodes must be in the same format as those in 
     *	enfold/config-templatebuilder/avia-shortcodes
     *
     *	@link http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/
     * 
     * @param array $paths
     * @return array
     */
    function avia_include_shortcode_template( $paths )
    {
    	if( ! is_array( $paths ) )
    	{
    		$paths = array();
    	}
    	
    	$template_url = get_stylesheet_directory();
    	array_unshift( $paths, $template_url . '/shortcodes/' );
    
    	return $paths;
    }
    
    add_filter( 'avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1 );

    Step 2
    – create a folder called shortcodes inside the child theme, and inside the shortcodes folder, create another folder called heading

    Step 3
    – create a file inside heading’s folder called heading.php and paste the code in private content.

    Step 4
    – Edit Special Heading > Advanced, then open the second Link Settings, and add a link

    Hope this helps.
    If you need further assistance, just let us know.

    Best regards,
    Nikko

    in reply to: distance and mouseover off #1411910

    Hi schweg33,

    Please don’t forget this part of Ismael’s code:

    @media only screen and (min-width: 767px) {

    Best regards,
    Nikko

    Hi rixi,

    I’m glad that Rikard could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    Hi serinlan,

    Can you try to change it to PHP 8.0?

    Best regards,
    Nikko

    in reply to: Setting padding for a cell has a bug #1411907

    Hi Jed,

    Thanks for pointing it out to us.
    We’ll forward this issue to our devs.

    Best regards,
    Nikko

    in reply to: Width problem with posts #1411905

    Hi zimbo,

    Thanks for the detailed information and links.
    The only difference between both sites is the size of fonts which affects the width of the blog container.
    You can change the font size but since it will affect other parts of the website, please try to add this CSS code in Enfold > General Styling > Quick CSS instead:

    #top .fullsize .template-blog .post .entry-content-wrapper {
        font-size: 18.4px;
    }

    Hope it helps.

    Best regards,
    Nikko

    in reply to: Coding character “<" genrate errors #1411904

    Hi xeovision,

    We’re happy to hear that you were able to find a working solution. :)
    Also, you can try to look up in our documentation: https://kriesi.at/documentation/enfold/intro-to-layout-builder/#using-special-characters and use the Special Character Translation plugin

    If you need further assistance, don’t hesitate to create a new thread.
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Accordion slider that is centrally updated #1411903

    Hi elsmore01,

    Unfortunately, we don’t have that feature yet on the theme.
    The only workaround for now is to save the element as a template and use that template to add to other pages so there’s no need to recreate it.

    Best regards,
    Nikko

Viewing 30 posts - 811 through 840 (of 25,536 total)