Forum Replies Created

Viewing 30 posts - 241 through 270 (of 33,009 total)
  • Author
    Posts
  • in reply to: Site Health issue after recent update version 6.0.2 #1464818

    Hi,
    Glad to hear that you have sorted this out, I’m not seeing this on my install, but I have linked to a /themes/enfold/config-layerslider/LayerSlider/assets/static/layerslider/skins/noskin/shadow.png
    image for you. Unless there is anything else we can assist with on this issue, shall we close this thread then?

    Best regards,
    Mike

    in reply to: Change scroll down arrow for ONE color section only #1464814

    Hey goldengate415,
    If you have found a css solution that works to change color / size or the scroll down arrow the way you want, you can add a page ID to the beginning of the css so it only works on one page. You can also add the section ID so it works on only one section on that page.
    If you have trouble finding the page & section IDs, post the css that you found works and the link to your page and section, and we can review the page and tell you the page and section IDs

    Best regards,
    Mike

    in reply to: Content column cut off Mobile version #1464813

    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

    in reply to: header bg in a transparent header #1464812

    Hi,
    To change the color of the white border below the header on scroll with transparency try this css and adjust to suit:

    #header_main {
      border-color: rgba(85, 85, 85, .8);
    }

    Best regards,
    Mike

    in reply to: Footer Widgets disappeared #1464811

    Hi,
    Typically when elements are outside of the wrap_all div, this points to an unclosed HTML tag, either in your widget, of the element above the footer, or since you are using a custom footer.php to create this, you will need to rewrite this with the new footer.php, not copy & paste the custom code.
    Glad that you have contacted your developer, I recommend creating a solution that doesn’t use a custom footer.php or header.php so you won’t have this issue again in the future. Let us know if we shall close this for now, you can always open a new thread in the future if you need further help.

    Best regards,
    Mike

    in reply to: Different logo on different page Id’s #1464810

    Hi,
    You will want to change the page ID in the code above: if(is_page(206)
    so change “206” to your page ID

    Best regards,
    Mike

    in reply to: Register Process #1464788

    Hey gocmenmustafa,
    You will need to create a “Token” on your Envato Theme Forest account and add that to your Enfold theme panel at Enfold > Theme Update > Enter a valid Envato private token.
    Please see our documentation here.

    Best regards,
    Mike

    in reply to: Different logo on pages and posts (transparent header) #1464787

    Hey Richard,
    You will need to use two filters, one for the standard logo and one for the transparent logo, please see this post.

    Best regards,
    Mike

    in reply to: events calendar “previous events” text? #1464786

    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,
    This is only for items in the /avia-shortcodes/ directory and you must add the code to your child theme and add a /shortcodes/ directory to your child theme, please see our documentation here. If the page doesn’t scroll automatically, scroll to Add Elements to ALB

    Best regards,
    Mike

    Hi,
    Thanks, I have not seen this before, it looks like a plugin conflict, I see an error at the top of your page:

    It looks like there may be a problem with the dsIDXpress that’s installed on this blog. Please take a look at the dsIDXpress diagnostics area to find out more about any potential issues

    and an on “dsIDXpress diagnostics” page it says that the plugin is not active
    Screen Shot 2024 08 15 at 7.17.05 PM
    so try deactivating your plugins, them build your menu, and if that works activate your plugins again.

    Best regards,
    Mike

    in reply to: enfold fullwidth easy slider caption text move on mobile #1464733

    Hi,
    Sorry try this:

    @media only screen and (max-width: 990px) { 
    .logo.avia-standard-logo img {
    	max-height: 180px;
    }
    }

    Best regards,
    Mike

    in reply to: header bg in a transparent header #1464732

    Hi,
    Can you make the overall image smaller, your logo is in the center, but the image has a lot of empty space.
    Screen Shot 2024 08 15 at 6.27.40 PM
    perhaps removing the space and make the overall size smaller like the logo should be on your site will help.
    Have you tried a plain PNG image for your logo?

    Best regards,
    Mike

    in reply to: enfold fullwidth easy slider caption text move on mobile #1464730

    Hi,
    This css doubles it, try adjusting to suit:

    .av-hamburger-box {
    	width: 70px;
    	height: 16px;
    }

    Best regards,
    Mike

    in reply to: Icon and text style, with 2 columns #1464729

    Hi,
    You can use css to replace it, see this thread for examples

    Best regards,
    Mike

    in reply to: Developer has discovered errors in Enfold #1464727

    Hi,
    Thanks, but I can not reproduce, I add this:
    Screen Shot 2024 08 15 at 5.17.02 PM
    and see this:
    Screen Shot 2024 08 15 at 5.16.05 PM
    Have you tried to disable all of your plugins?

    Best regards,
    Mike

    Hi,
    The width of the burger menu is set at Enfold Theme Options ▸ Main Menu ▸ Burger/Mobile Menu Styling ▸ Flyout Width
    The default is 500px:
    Screen Shot 2024 08 14 at 4.36.41 PM
    which is like this at 768px:
    Screen Shot 2024 08 15 at 5.04.41 PM
    so you can change it to something else like a percentage, I test 90%:
    Screen Shot 2024 08 15 at 5.07.00 PM
    try to adjust to suit with a percentage that matches your content width percentage.

    Best regards,
    Mike

    in reply to: Site Health issue after recent update version 6.0.2 #1464724

    Hi,
    This looks like a caching problem with clouldflare or litespeed. clouldflare challenges me with every click, when I first view your site I saw a burger menu, but after the challenges I saw the error.
    I don’t know what “optimised DB” is but deleting the plugin would not cause this.
    Right now you can restore your site with your server backup and clear the clouldflare or litespeed caches, and then once your live site is back to normal create a staging clone to do these changes/tests.
    Or you can clear the clouldflare or litespeed caches and then disable both, and wait 12 hours for the site to catchup and check again. Like I said I don’t know what “optimised DB” is so I don’t know if caused the issue, I would restore my site and create a staging clone.

    Best regards,
    Mike

    in reply to: header bg in a transparent header #1464645

    Hi,
    Sorry I have not used Figma, and I don’t make SVG’s, hopefully @Guenni007 will have a solution.
    I tried to adjust your logo with css but each letter is a element, so it didn’t work.

    Best regards,
    Mike

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

    #top .inner-container {
      display: flex !important; 
      flex-wrap: wrap !important; 
      }
      #top .logo.avia-standard-logo {
          order: 1 !important; 
      }
      #top .av-sidebar-social-container {
          order: 2 !important; 
          border-bottom: 1px solid #e1e1e1;
          border-right: 1px solid #e1e1e1;
      }
      #top nav.main_menu {
          order: 3 !important; 
      }

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

    Best regards,
    Mike

    in reply to: logo on top menu sizing #1464643

    Hey MysticMimi,
    Thanks for the link to your page, but we could not login without a user name, nonetheless try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (min-width: 1024px) { 
    .logo.avia-standard-logo {
    	height: 200px;
      top: -49px;
    }
    }

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

    Best regards,
    Mike

    in reply to: WordPress Website mit Enfold #1464642

    Hey Kay Seemann,
    Thank you for your interest in Enfold, unfortunately Enfold is not compatible with Elementor, so you will need to build the site from scratch with Enfold.
    You probably should set a temp site to build on and leave your live site up while you work on it.
    Unfortunately we can not donate the theme to you, we have a strict contract with Theme Forest and it is the only place that a license can be created.
    Hopefully this helps and thank you.

    Best regards,
    Mike

    in reply to: Changes to right sidebar header #1464640

    Hi,
    To show the search icon on the desktop menu try enabling Enfold Theme Options ▸ Main Menu ▸ General ▸ Append search icon to main menu
    I can’t see your images as they require a login, to add a screenshot please try using an Screenshot service and pasting the image URL in your post.

    Best regards,
    Mike

    in reply to: Site Health issue after recent update version 6.0.2 #1464637

    Hi,
    Thank you for the login, I believe that this is due to one or many of your plugins, I have many plugins on my demo site and I don’t see this. But I don’t have the same plugins as you.
    I see that your 404 to 301 plugin has 394,577 items and your Core Web Vitals plugin is storing 284 URLs
    I also see that your Wordfence Firewall is storing a block list of 19,985
    So the message that you see could be from one, or all of these as they are stored in the database. The only way that I can think of checking is to uninstall the plugins, simply disabling will not clear the database.
    You could try a plugin like AAA Option Optimizer but I have not used it and it doesn’t have a lot of activations, so it might be risky. I recommend ignoring this message or try these suggestions on a staging site so your live site won’t crash.

    Best regards,
    Mike

    Hi,
    You can change the width of the burger menu at Enfold Theme Options ▸ Main Menu ▸ Burger/Mobile Menu Styling ▸ Flyout Width
    Screen Shot 2024 08 14 at 4.36.41 PM
    To align the button text to the left, try this css:

    #av-burger-menu-ul .button.cta.av-menu-button,
    #av-burger-menu-ul .button.cta.av-menu-button .avia-menu-text {
    	padding-left: 0;
    	padding-right: 0;
    }

    Best regards,
    Mike

    in reply to: Headline size issues #1464635

    Hi,
    Glad that you have sorted this out, 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: Developer has discovered errors in Enfold #1464634

    Hi,
    To add a screenshot please try using an Screenshot service and pasting the image URL in your post.

    Best regards,
    Mike

    in reply to: header bg in a transparent header #1464620

    Hi,
    I’m not sure what you mean by add some kind padding or margin around logotype to make it breath from the top and bottom limit in the header
    perhaps you want more space around the logo with a larger header? You can make the header larger in the theme settings: Enfold Theme Options ▸ Header ▸ Header Layout ▸ Header Custom Height
    please try this, or explain further.

    Best regards,
    Mike

    in reply to: Lightbox Modal Conflict With Essential Grid Plugin #1464421

    Hi,
    Thanks for the link to your site, it looks like you are using v5.7.1 this is quite old and may not be good with the current WordPress version.
    I recommend first creating a staging site to test on, most cPanel webhosts have a staging site option, some in the dashboard:
    staging-1.jpeg
    Others add the option in the Softaculous WordPress Management
    2022-12-11_001.jpeg
    There may be other staging site options in different cPanel servers, these are the two that I have seen.
    Then you can test the update on your new staging site and your live site will stay online.
    Then to update your version of Enfold you will need to 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
    If this staging site works fine then do the same for your live site, if you see errors on your staging site then post the admin login so we can check.
    I don’t think that you will have errors, but it is better to be safe.

    Best regards,
    Mike

    in reply to: need update and information #1464416

    Hi,
    themeSG I assume that you are also sybille gburek for us it looks like two different users.
    So assuming that germandirect.org is your site, if so it is v4.2.1 we are now at 6.0.2. so you must update.
    Does your site look correct now? I’m not sure. I assume that you have not modified any theme files as it looks like you are not using a child theme, if you know that some theme files were modified by a developer then these modifications will be lost. I doubt this, but must tell you.
    OK, so at your point I recommend first creating a staging site to test on, most cPanel webhosts have a staging site option, some in the dashboard:
    staging-1.jpeg
    Others add the option in the Softaculous WordPress Management
    2022-12-11_001.jpeg
    There may be other staging site options in different cPanel servers, these are the two that I have seen.
    Then you can test the update on your new staging site and your live site will stay online.
    Then to update your version of Enfold you will need to 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
    If this staging site works fine then do the same for your live site, if you see errors on your staging site then post the admin login so we can check.
    I don’t think that you will have errors, but it is better to be safe.

    Best regards,
    Mike

Viewing 30 posts - 241 through 270 (of 33,009 total)