Forum Replies Created

Viewing 30 posts - 91 through 120 (of 33,300 total)
  • Author
    Posts
  • in reply to: Hamberger menu trigger #1470964

    Hi,
    I see the search icon at all screen sizes, try clearing your browser cache. Are you testing on a real device or Dev Tools?

    Best regards,
    Mike

    in reply to: Unable to update Enfold or remove WPML Plugin #1470961

    Hi,
    I’m not able to login to your staging site as it is htaccess password protected:
    Screen Shot 2024 11 09 at 9.06.28 AM
    Your PHP code from WPMUdev is to “remove” the flags, but it is not working, but you write that you don’t want to remove the flags, so it is best to remove the code.
    As for updating the theme, your live site says:
    Updates: enabled - token has changed and not verified
    try re-verifing the token at Enfold Theme Options ▸ Theme Update ▸ Enter a valid Envato private token
    Screen Shot 2024 11 09 at 9.25.27 AM
    If this doesn’t help then manually update using the following steps, as I recall v5.3.1.1 had an issue with the token, so you may have to manually update.
    Please test this on your staging site, or make a full server backup of your live site.
    To update your version of Enfold, download the latest installable WP version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New
    WordPress_Appearance_Themes_Add-Themes_Add-New.jpg
    after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue
    Installing_theme_from_uploaded_file_This_theme_is_already_installed.jpg
    then you will see the Theme updated successfully message.
    Theme_updated_successfully.jpg

    Best regards,
    Mike

    in reply to: Enfold Builder and AIOSEO #1470960

    Hey Tom Gertsen,
    Typically many plugins can not “read” the content in the ALB (Advanced Layout Builder) elements because it is a shortcode, we have a setting to help at Enfold Theme Options ▸ SEO Support ▸ Preprocessing Shortcodes In Header ▸ allow to preprocess shortcodes
    Screen Shot 2024 11 09 at 8.58.59 AM
    Please try this.

    Best regards,
    Mike

    in reply to: Place a row in middle of table #1470959

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: line height for title font #1470958

    Hey Gianluca,
    Your audiowide font doesn’t have a thinner font size, so you can not change, I recommend choosing a different font.

    Best regards,
    Mike

    in reply to: Theme not Working properly #1470956

    Hey taubate13,
    Thanks for the login, I don’t have experience with Microsoft Azure, but it looks like when your plugin W3 Total Cache is enabled all of your css, js, and images have the error: ERR_TUNNEL_CONNECTION_FAILED due to W3 Total Cache using Azure CDN and Redis server caching, when the plugin is disabled the site works correctly.
    I disabled it now, please clear your browser cache and check.
    I recommend reviewing the plugin settings and your server cache and CDN settings to find the setting that is causing this.
    Typically, it is not advised to use a cache while you are building your site, since your site is only the demo, I recommend to finish creating it and then tackle your caching issue.

    Best regards,
    Mike

    in reply to: Hamberger menu trigger #1470955

    Hi,
    It looks like Guenni007 was able to help, thanks Guenni007.
    When I check your dev site, the menu doesn’t overlap the logo above 1024px, and below it is the burger menu.
    see the screenshots below

    Best regards,
    Mike

    in reply to: Place a row in middle of table #1470954

    Hey rixi,
    To move the new rows up, use the arrows:
    Screen Shot 2024 11 09 at 7.15.58 AM
    Screen Shot 2024 11 09 at 7.18.29 AM
    The table format is different on mobile, so the content can be shown on the small devices, the screenshot that you are using is the best approach if you don’t want to use the mobile table.

    Best regards,
    Mike

    in reply to: Z-Index does not work properly #1470953

    Hi,
    When I check your page I get a “502 Bad Gateway” error, it seems to redirect to a strange URL, in the private content area, please check, it could be a server error.

    Best regards,
    Mike

    in reply to: line height into specific block text #1470949

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Change text color to white: Events Calendar plugin posts #1470920

    Hey Aurora,
    Do you want to change the white text to black, so it is black text on a black background?
    Enfold Support 6532
    Enfold Support 6534
    I’m not sure what you want.

    Best regards,
    Mike

    in reply to: line height into specific block text #1470919

    Hey Gianluca,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #home_main_text p {
    	line-height: 3em;
    }

    adjust to suit. After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    Hi,
    You have added this css to your child theme css:

    /* bullet points */
    .entry-content-wrapper li {
        margin-left: 2em !important;
    }

    that is the cause of the error, and that is why disabling the theme css compression (avia-style.min.css) will not help you, as I posted above.
    You can remove the css in your child theme css, or use the new css that I posted for your slider. Have you looked at your child theme css?
    This is a screenshot of your child theme css causing the error
    Enfold Support 6529

    Best regards,
    Mike

    Hey zimbo,
    The avia-style.min.css is created by the theme minification at Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression which combines the css from the other theme css files. In your case, disabling this will not solve for you, because it is added in your child theme css:

    /* bullet points */
    .entry-content-wrapper li {
        margin-left: 2em !important;
    }

    so you could remove this from your child theme css, or you could override it with this:

    #main .entry-content-wrapper .metaslider-flex li {
        margin-left: 0em !important;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Changes to the header #1470849

    Hi,
    To move the menu to the right and the widget area to the left please try the css in our documentation for Widget Left, Logo center, Menu right

    Best regards,
    Mike

    Hey Peter,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top #main a:hover:where(:not(.wp-element-button,.avia-button)) {
        text-decoration: underline;
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Changes to the header #1470673

    Hi,
    Thanks for your patience, the needed function code was not in your child theme functions.php, I added it for you:

    //--------------------------------
    
    // Header widget area
    
    //--------------------------------
    
    add_action( 'ava_after_main_menu', 'enfold_customization_header_widget_area' );
    function enfold_customization_header_widget_area() {
    dynamic_sidebar( 'header' );
    }

    this was in the documentation here. Now it looks like this:
    Enfold Support 6525
    Please check.

    Best regards,
    Mike

    in reply to: Make Div Stick to Browser After Scroll #1470588

    Hi,
    Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: how to change font in formular- looks very thin #1470522

    Hey rixi,
    Do you mean the form under “Nehmen Sie gerne Kontakt mit uns auf” if so try this css:

    #top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select {
    font-family: 'open-sans';
    font-weight: 700;
    color: #000;
    }

    Best regards,
    Mike

    in reply to: transparent header #1470520

    Hi,
    We can help with this, but currently you are not using the transparent header, please adjust so we can offer some css.

    Best regards,
    Mike

    Hey Peter,
    We can help make your sub-menu links underlined on hover for desktop, but when I check your site it is not loading correctly, this is what I see:
    Screen Shot 2024 11 03 at 4.14.50 PM
    please check and once it is loading we can help.
    Please note that mobile devices don’t have a “hover” event.

    Best regards,
    Mike

    in reply to: Custom ID Attribute CSS help #1470518

    Hi,
    Glad Rikard could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    Hi,
    This is correct, in the past I have used Laragon on Windows it was easy and works out-of-the-box, I tried Xampp & MAMP but they didn’t work as well, you will need to set more options in the backend. But you should test what is best for you. After you import to a localhost you should export the theme settings at Enfold Theme Options ▸ Import/Export ▸ Export Theme Settings File to import into your live site.
    Another way is to build on the local host and use the Duplicator by Snap Creek to build your whole site from the local host. Careful, there was a fake clone on WP Plugins for a while, I have not checked lately, I think this is the right link.
    Shall we close this thread now?

    Best regards,
    Mike

    Hi,
    The import did not work as I planned, so I manually created your pages, please check.
    As you add your products and posts you can also add your images for them, as I know you will be changes these, but all of the other image placeholders have been added.
    Please note that I added the Avia Special Character Converter Plugin for the strong tags in the title elements:
    Screen Shot 2024 11 03 at 12.46.02 PM
    it is important to not use HTML in titles, but code like this:
    ###lt###strong###gt###Enfold Restaurant###lt###/strong###gt###
    Screen Shot 2024 11 03 at 12.49.00 PM
    otherwise you will see an error, read more about this here: Using special characters you may need to scroll down on the documentation page.
    In the future it would be best to use a webhost that doesn’t block our IP, or install the demo on a local host and then move the images via FTP to your site and manually edit the demo xml file with a search and replace for the image url’s with your own domain, the one othe host that I know of that blocks our IP is OVH, but they will not un-block us, so don’t use them. All others should work fine.

    Best regards,
    Mike

    in reply to: PHP Calculator in WordPress #1470496

    Hey whdsolutions,
    We will need to see the php code, and how it is added to the page, is it a “shortcode” or added directly to the page files?
    It would be better to add it as a “shortcode”, if not perhaps it can be adopted as a shortcode.
    If it is more than one php file that doesn’t use a “shortcode” to display you may need to hire someone on upwork.com to modify, you might be able to do this for $20 or so.
    Our support for something like this is limited.

    Best regards,
    Mike

    in reply to: Show a default search field instead of search icon #1470495

    Hi,
    It looks like you did not add the css above, or you have an error before the css above so it is not working correctly, nonetheless I tested it and found that some extra css is needed to line up the search in the header before and after scroll, this is the css I tested:

    #top .header_color input[type='search'],
    .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit {
    	margin-top: -10px;
    }
    #top .header_color.header-scrolled input[type='search'],
    #top .header_color.header-scrolled .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit {
    	margin-top: -49px;
    	padding: 0;
    }
    /* Fra Fibiosearch  support 9 nov 2023. */
    /* Overriding default Enfold code. */
    .menu-item .dgwt-wcas-search-wrapp {
      opacity: 1 !important;
      display: block !important;
    }
    
    .dgwt-wcas-search-input {
      margin-bottom: 0 !important;
    }
    
    .menu-item .dgwt-wcas-search-form {
      margin-bottom: 0 !important;
    }
    
    /* Search field. */
    #menu-item-3327 {
      height: 90px;
      display: flex;
      align-items: center;
    }
    
    /* Search field. 6 nov Joachim. */
    #top .header_color .input-text, #top .header_color input[type='text'], #top .header_color input[type='input'], #top .header_color input[type='password'], #top .header_color input[type='email'], #top .header_color input[type='number'], #top .header_color input[type='url'], #top .header_color input[type='tel'], #top .header_color input[type='search'], #top .header_color textarea, #top .header_color select {
        border: 1px solid lightgrey;
        background: white;
    }
    
    /* Search button. 6 Nov Joachim. */
    .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit, .dgwt-wcas-om-bar .dgwt-wcas-om-return {
        background-color: #f7f7f7;
        color: #0f0f0f;
        border-top: 1px solid lightgrey;
        border-right: 1px solid lightgrey;
        border-bottom: 1px solid lightgrey;
    }

    and this is the result before scroll:
    Screen Shot 2024 11 03 at 6.47.28 AM
    this is after scroll:
    Screen Shot 2024 11 03 at 6.48.50 AM

    Best regards,
    Mike

    Hey kennethls,
    Typically this occurs when the webhost blocks our IP our address, the images for the demo is only about 4mb.
    In this case typically uploading the images via FTP and then manually changing the import file to point to your site to import the images from your domain into your WP database and manually import the theme settings file, etc, should solve this.
    But to do this you will need to reset your site and your content will be lost, please install the plugin wp-reset and reset the site, then we can help with these steps.

    Best regards,
    Mike

Viewing 30 posts - 91 through 120 (of 33,300 total)