Forum Replies Created

Viewing 30 posts - 5,341 through 5,370 (of 35,289 total)
  • Author
    Posts
  • in reply to: Styling the Header Secondary Menu #1426567

    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: Styling the Header Secondary Menu #1426548

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

    #top #header_meta .sub_menu * {
    	line-height: 20px;
    	height: 17px;
    	width: auto;
    	vertical-align: top;
    }
    #top #header_meta .sub_menu a:hover {
    	color: red;
    }

    adjust the color to suit.
    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: Sidebar Settings are ignored #1426547

    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: Menu Display Issue #1426545

    Hey vantagepointmg,
    I recommend having your menu chang into a burger menu for 1366px and below. To do this try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 1366px) {
      #top #header .av-main-nav > li.menu-item  {
          display: none!important;
      }
      #top #header .av-burger-menu-main {
          cursor: pointer;
          display: block!important;
      }
    }

    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: Sidebar Settings are ignored #1426543

    Hey Bettina,
    I tested on my site using Enfold v5.6.8 and set the options at Enfold Theme Options ▸ Sidebar Settings to no sidebar:
    Enfold_Support_3987.jpeg
    and I created new pages & posts, using both the Block Editor & the ALB editor, and I ensured that the sidebar settings was set to “default”, this was the default setting so I didn’t need to make any changes:
    Enfold_Support_3989.jpeg
    and all of the pages & posts had no sidebar, so I was not able to reproduce your issue.
    If you are also using Enfold v5.6.8 and your settings are like my two screenshots, and you still have this issue with all of your plugins disabled, then please include an admin login in the Private Content area so we can investigate.

    Best regards,
    Mike

    in reply to: Easy Slider effects animation to the elements below #1426538

    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: Underline links only in the body – not the menu or footer #1426517

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

    #top a {
      text-decoration: underline;
    }
    #top #header a,
    #top #footer a,
    #top #socket a,
    #top a.avia-button,
    #top a.more-link {
      text-decoration: none;
    }
    

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

    Best regards,
    Mike

    in reply to: How to format in the webshop #1426516

    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: I give up #1426501

    Hi,
    So for example /village-walk/ is a page and not a post, nonetheless you can add a top padding with this css:

    #top.page-template-default .container_wrap_first {
    	padding-top: 50px;
    }

    please adjust the 50px to suit.

    Best regards,
    Mike

    in reply to: I give up #1426499

    Hi,
    The Classic Editor will not get new features, so in that term it will not be “updated” but it’s not going away, so you can always use it in the future.
    Please see this article: How to Add or Remove Blank Space Between WordPress Blocks (4 Ways)
    If you need space at the top of your posts that you created with the Classic Editor then please link to one, I didn’t find one. If you need space at the top of a post that was created with the ALB, then use the space element, like the post linked below.
    But please remember to not “switch” posts or pages from one editor to another, the editors are not switchable.

    Best regards,
    Mike

    in reply to: Easy Slider effects animation to the elements below #1426496

    Hi,
    Thanks for the link to your page, I found that this is because typically li’s get a 10px margin-bottom:
    Enfold_Support_3985.jpeg
    but the slides, which are li do not, so on you page load this appeared to be an animation, to correct try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .entry-content-wrapper .avia-slideshow li.avia-slideshow-slide {
    	margin: 0;
    }

    and then clear your browser cache and check. If you still see it then move the css to WordPress ▸ Customize ▸ Additional CSS since it has the highest priority.

    Best regards,
    Mike

    in reply to: Breaking Point #1426495

    Hi,
    The posts and pages that I checked seemed to be full width, but your blog page /nos-references/ was not so I adjusted the css above to this:

    @media only screen and (min-width: 989px) {
    #footer .container,
    .container.template-blog  {
    max-width: 1560px;
    }
    }

    and now I believe it is what you wanted, I found no screenshots above so I’m not sure. Please clear your browser cache and check and if you still see any issues please link directly to the page and include a mockup screenshot of what you expect to see.

    Best regards,
    Mike

    in reply to: I give up #1426494

    Hey daves1997,
    It sounds like you first created a page using the Enfold Advanced Layout Builder (ALB) and then “switched” to the Gutenberg builder, please note that this will cause trouble, they don’t work together like that. So if you want to use the Gutenberg please only use it and then add your own spacing and blocks in the Gutenberg editor, and note that the Enfold ALB spcacing will not be applied. If you want to use Gutenberg try searching on YouTube for how to add spacing and adjust the layout the way you want. I tried using Gutenberg on my test site but found it so difficult that I won’t use it, I disabled it at Enfold Theme Options ▸ Select Your Editor ▸ Use WP Classic Editor, the Classic Editor is much easier to use.

    Best regards,
    Mike

    in reply to: I have to use a certain font #1426487

    Hey Michael,
    The Enfold Theme Options ▸ Import/Export ▸ Custom Font Manager only works with Google Webkit Fonts, if you are not using a Google Webkit Font you will need to use the @font-face rule in your css or try the Use Any Font plugin and add css rules to apply your font.
    Perhaps these threads will also help you:

    Best regards,
    Mike

    in reply to: Problem with licenses #1426486

    Hi,
    Glad we could help, if you need further help please log into the support forum and open a new thread using the contact form is not appropriate for support questions.
    If you are unable to login to the support forum because you don’t have a activate support contract, please try going to your Theme Forest account and renew your support and then log in to the support forum and open a new thread.

    Best regards,
    Mike

    in reply to: Problem with licenses #1426483

    Hi,
    Yes woocommerce is fully compatible with Enfold, this is not a compatible issue this is by design.
    The cart & checkout are special pages created by the woocommerce plugin, you can not use the Enfold elements to build these pages.

    Best regards,
    Mike

    in reply to: How to set this popular header mobile layout? #1426482

    Hey osi666,
    There is not a specific setting for this layout, were you able to achieve the desktop layout that you wanted?
    Please set the theme options so your desktop header is the way that you wish, and then link to your site so we can examine your mobile header to help.
    What is the maximum width that you consider “mobile” 767px, 1024px, or 1366px ofr this layout?
    Do you want the header to be sticky on mobile? The theme doesn’t offer this because the header would take too much room for small devices.
    Please link to your site and try to explain fully, perhaps a screenshot of your expected results would help.

    Best regards,
    Mike

    Hi,
    I disabled your PopupAlly Pro plugin and that seems to have solved the issue.
    I don’t have any experience with this plugin and we are limited to supporting third party plugins, so I recommend asking the plugin author to assist to with this issue.

    Best regards,
    Mike

    in reply to: Problem with licenses #1426479

    Hey Eva ,
    Thanks for the login, when I check your site the token seems to be working correctly and it says there is an update available.
    So I’m not sure what issue you are experiencing, but Envato reported that some tokens may experience problems that were created at a certain time, so if you are try to create a new token or use the official Envato Market Plugin, this was a issue with Envato.
    Envato recommends using the official Envato Market Plugin.
    As for your question, the cart & checkout pages are built with the woocommerce plugin, you can not use the Enfold elements to build these pages.

    Best regards,
    Mike

    Hi,
    Glad that this helped, your footer and socket look fine, but you have a popup plugin showing at the bottom of your page, try disabling all of your plugins, then reactivate each one individually until you find the cause.

    Best regards,
    Mike

    Hey ballindigital,
    Thanks for the login to your site, but it didn’t work for me. Nonetheless try going to Enfold Theme Options ▸ Import/Export ▸ Iconfont Manager and delete the custom icon font and then save your theme settings, and then check again.

    Best regards,
    Mike

    Hi,
    Unfortunately I don’t have a solution for that, there is no way that I can say there won’t be an issue if the nav menu configuration is changed in the future.
    You would be better off not using the last snippet and allow the background color to be behind the text. Our menu is not designed for your customization and it seems like we are trying to recreate it from scratch.

    Best regards,
    Mike

    in reply to: Change element order on mobile view. #1426464

    Hi,
    To achieve this it would be best to use the ALB elements and columns to create this on your page and then set these elements to only display on mobile, while your other item only display on desktop. If you were only changing the order of the items it may be possible with some simple css, but also changing the page layout with new columns widths would be a big job with a lot of css. So it would be best to use the ALB elements and columns to create this on your page.

    Best regards,
    Mike

    in reply to: Menu with different columns #1426463

    Hey ibgestionprivee,
    This seems to be a duplicate of one of your other posts that has already been answered:
    Unfortunately we don’t have a way that you can just import the menu, try reviewing our Maga Menu documentation, then choose your mega menu “pages” and then where you want the columns:
    Enfold_Support_3985.jpeg
    and drag the menu items in to stagger them.

    Best regards,
    Mike

    in reply to: Menu with different columns #1426462

    Hey ibgestionprivee,
    Thank for your question, but unfortunately we don’t have a way that you can just import the menu, try reviewing our Maga Menu documentation, then choose your mega menu “pages” and then where you want the columns:
    Enfold_Support_3985.jpeg
    and drag the menu items in to stagger them.

    Best regards,
    Mike

    in reply to: Page won’t to stretch to full width #1426457

    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: licence key #1426455

    Hey zweifelmedia,
    Please try to register your Purchase Code here create a new support account.

    Best regards,
    Mike

    in reply to: Page won’t to stretch to full width #1426454

    Hi,
    When I check the image of the ship is 300px by 137px, or the medium size. When you choose the image please select a larger size in the display settings:
    Enfold_Support_3934.jpeg
    if you still have trouble please include a admin login in the Private Content area.

    Best regards,
    Mike

    in reply to: Portfolio Grid Questions #1426451

    Hey zweifelmedia,
    For the arrow try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top .avia-arrow {
    	display: none;
    }

    and try using the “no scaling” image size if you want them to be different sizes.

    Best regards,
    Mike

    in reply to: Change element order on mobile view. #1426450

    Hi,
    Perhaps we can adjust it with some css, please link to your page so we can examine and explain how you want to see it on what size device, perhaps a screenshot would help us fully understand.

    Best regards,
    Mike

Viewing 30 posts - 5,341 through 5,370 (of 35,289 total)