Forum Replies Created

Viewing 30 posts - 6,391 through 6,420 (of 34,916 total)
  • Author
    Posts
  • in reply to: Blog Post Masonry Sort Order is Incorrect #1414920

    Hi,
    Thanks for the feedback, I’m not sure what might cause this so I have asked the rest of the team for advice, thank you for your patience.

    Best regards,
    Mike

    in reply to: Saved table keeps disappearing! URGENT #1414914

    Hi,
    I understand that the table you are working on is on /miromar-lakes/
    but is my test table /table-test/ what you are trying to do?
    if so why not copy it to your /miromar-lakes/ page by making a template of it:
    Enfold_Support_2730.jpeg

    when I highlight link to remove, I am taken to main page and all is lost. Only happens sporadically, but, when it does all my work is lost.

    this is true, if you try to edit the link in the table and you click it you will go to a new page and lose your work, so you just need to be careful.
    Why are you adding these div’s to the links in your table?
    On 55+ page I fixed your missing div in the Avia Layout Builder Debugger
    Enfold_Support_2728.jpeg
    once you forget to add a closing tag it is hard to fix.

    Best regards,
    Mike

    Hi,
    Sorry I didn’t look down further, try adding this css:

    @media only screen and (max-width: 767px) { 
    	#top.page-id-30 .av-catalogue-container.avia-builder-el-19 .av-catalogue-list {
    		 border-top: none;
    	} 
    	.responsive #top.page-id-30 #wrap_all .flex_column.avia-builder-el-16 {
    		margin-bottom: 0;
    	}
    	.responsive #top.page-id-30 #wrap_all .av-catalogue-container.avia-builder-el-17 {
    		padding-bottom: 0;
    	}
    	#top.page-id-30 .av-catalogue-container.avia-builder-el-28 .av-catalogue-list {
    		 border-top: none;
    	} 
    	.responsive #top.page-id-30 #wrap_all .flex_column.avia-builder-el-25 {
    		margin-bottom: 0;
    	}
    	.responsive #top.page-id-30 #wrap_all .av-catalogue-container.avia-builder-el-26 {
    		padding-bottom: 0;
    	}	
    }

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

    Best regards,
    Mike

    in reply to: social media icons in mobile menu #1414894

    Hi,
    sky19er I believe that you are mistaking, Guenni007 script is getting the social icons from the socket, your editing isHeading = “”, doesn’t change the location, check out the line below that:
    social = $(‘#socket .social_bookmarks’).clone(true).addClass(‘sub-menu’).css(‘display’,’block’),
    see #socket in the line, try disabling Enfold Theme Options ▸ Footer ▸ Social Icons
    Enfold_Support_2724.jpeg
    I’m only pointing this out for future readers so they understand where the icons are coming from and why this won’t work if Enfold Theme Options ▸ Footer ▸ Social Icons is disabled.
    Thank you for sharing Guenni007
    the css I had to use was different from above, I got it from your example site, perhaps it will help someone in the future.

    #av-burger-menu-ul .social_bookmarks.sub-menu li {
        display: block;
        margin: 3px 10px;
        float: left;
    }
    #av-burger-menu-ul .social_bookmarks.sub-menu li a {
        padding: 10px !important;
        border-radius: 0 !important;
    }
    .html_av-overlay-side-classic #top .av-burger-overlay li.menu-item-social a {
        border: none !important;
    }
    .responsive #top #av-burger-menu-ul .social_bookmarks.sub-menu {
        margin-left: 30px;
        margin-top: 0;
        overflow: visible;
        height: auto;
    }
    #top #av-burger-menu-ul .menu-item-social .avia-menu-text {
      display: block;
      width: 100% !important;
      padding: 15px 50px 5px;
      text-align: left !important;
      font-style: italic;
    }

    Enfold_Support_2726.jpeg

    Best regards,
    Mike

    in reply to: Saved table keeps disappearing! URGENT #1414893

    Hi,
    As I understand on your /fort-myers-55-plus/ page you are trying to change these table links
    Enfold_Support_2720a.jpeg
    to be wrapped in a div <div class="neighborhood-link"> ... </div> like this
    Enfold_Support_2722.jpeg
    am I understanding correctly?
    I created a test page linked below, and used the template a new 2023 Miromar and made this adjustment for you.
    I saved the page and checked the frontend and then checked the backend again twice and the <div class="neighborhood-link"> ... </div> is still there for each one in the table. Please check and if this is what you wanted try saving it as the template.

    Best regards,
    Mike

    Hey jamesbarrell,
    I checked your page and the burger menu works correctly for me, Please see the screenshot in the Private Content area.

    Best regards,
    Mike

    in reply to: Saved table keeps disappearing! URGENT #1414875

    Hi,
    Yes I already fixed it above:
    Your /fort-myers-55-plus/ page was missing closing div tags, I fixed for you.

    Best regards,
    Mike

    Hey jamesbarrell,
    Thank you for the link to your site, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 767px) { 
    	#top.page-id-30 .av-catalogue-container.avia-builder-el-10 .av-catalogue-list {
    		 border-top: none;
    	} 
    	.responsive #top.page-id-30 #wrap_all .flex_column.avia-builder-el-7 {
    		margin-bottom: 0;
    	}
    	.responsive #top.page-id-30 #wrap_all .av-catalogue-container.avia-builder-el-8 {
    		padding-bottom: 0;
    	}
    }

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

    Best regards,
    Mike

    in reply to: Wp Rocket broke my hamburger menu, tags and accordion #1414872

    Hi,
    When I check the option “removed unused css” is enabled and the burger menu seems to work correctly when I check logged out.

    Best regards,
    Mike

    Hi,
    Thanks for the feedback, I see that you have added pagination to your code, so I’m not sure why it’s not working. Perhaps it is something else, but I’m not familiar with Custom Post Type Maker so I don’t know.

    Best regards,
    Mike

    in reply to: Saved table keeps disappearing! URGENT #1414870

    Hi,
    I only see one table on your /miromar-lakes/ page so I don’t know what you mean by “bottom table” Please explain in more detail.
    If you are changing all of your links to be wrapped in a div like you wrote above, then ensure that you have no unclosed div tags like your other page.
    Instead of add div’s why not just add your class ”neighborhood-link” to the link?

    Best regards,
    Mike

    in reply to: Blog Post Using External Links #1414867

    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: social media icons in mobile menu #1414866

    Hi,
    Please try this solution instead and ensure that your Header Social Icons are set to Display in main header area
    Enfold_Support_2714.jpeg

    Best regards,
    Mike

    in reply to: About menu font #1414864

    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: Blog Post Using External Links #1414863

    Hi,
    You can not have a link inside of a link, so if the column is a link you can’t add a link in the text element because the whole element is already a link. You can use one or the other.

    Best regards,
    Mike

    in reply to: Blog Post Using External Links #1414861

    Hi,
    Yes that is an option
    Enfold_Support_2712.jpeg

    Best regards,
    Mike

    in reply to: Mike , Cannot get my home page to resolve properly #1414860

    Hi,
    Glad to hear this one is sorted out, we will close it then.

    Best regards,
    Mike

    in reply to: Saved table keeps disappearing! URGENT #1414859

    Hi,
    Are you referring to the template item a new 2023 Miromar? When I check it works correctly and the tabe looks just like your /miromar-lakes/ page.
    Your /fort-myers-55-plus/ page was missing closing dvi tags, I fixed for you.

    Best regards,
    Mike

    in reply to: Blog Post Using External Links #1414855

    Hey steveorrmedia,
    Try using the a column element with a image element and text element under it for your excerpt,
    Enfold_Support_2708.jpeg
    then use the column link option to link to your other sites:
    Enfold_Support_2710.jpeg

    Best regards,
    Mike

    in reply to: Pagination with products problem #1414851

    Hey Antrikos,
    Thanks for the link to your page. The product grid and the blog posts both use the same pagination function, so using the pagination in one or the other effects both.
    The best solution is to not use these two on the same page.

    Best regards,
    Mike

    in reply to: Parallax Overlay #1414848

    Hey amanda-mdllc,
    The slider is a Revolution Slider, so you could install that slider, or create a similar one using the LayerSlider that is included with Enfold.

    Best regards,
    Mike

    in reply to: Too many 301 forwards to privacy page #1414845

    Hey Sebastian,
    Why do you think that the 301 redirects are caused by this cookie banner? The pages seem to product pages, is this correct?

    Best regards,
    Mike

    in reply to: Mike , Cannot get my home page to resolve properly #1414844

    Hey daves1997,
    Your page seems to be loading for me, please explain in further detail the issue you are experiencing.

    Best regards,
    Mike

    in reply to: alphabetical sorting of posts #1414843

    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

    in reply to: Table of contents disabled #1414842

    Hey alfredni,
    Unfortunately the AIOSEO Table of Content seems to available only as a WordPress Block Editor element, these elements are not the same as ALB elements and will not show in the Advanced Layout Builder (ALB).
    I looked at the AIOSEO Table of Content documentation to see if there is a shortcode for it, but I didn’t find one, you could try asking AIOSEO if there is one.

    Best regards,
    Mike

    Hi,
    I deleted the message, shall we close this then?

    Best regards,
    Mike

    in reply to: About social icon #1414832

    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: Image in top right corner of color block #1414831

    Hi,
    Glad Guenni007 could help, thank you Guenni007, shall we close this thread then?

    Best regards,
    Mike

    Hi,
    Please try to register for the support forum here, then after login and then create a new thread for any further questions.

    Best regards,
    Mike

    in reply to: About social icon #1414815

    Hey tulin88,
    To show the social icons in their colors always please remove the css above and add this css in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top #wrap_all .social_bookmarks .social_bookmarks_facebook  a{color:#fff; background-color:#37589b; }
    #top #wrap_all .social_bookmarks .social_bookmarks_twitter   a{color:#fff; background-color:#46d4fe; }
    #top #wrap_all .social_bookmarks .social_bookmarks_linkedin  a{color:#fff; background-color:#419cca; }
    #top #wrap_all .social_bookmarks .social_bookmarks_youtube   a{color:#fff; background-color:#a72b1d; }
    #top #wrap_all .social_bookmarks .social_bookmarks_instagram a{color:#fff; background-color:#a67658; }

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

    Best regards,
    Mike

Viewing 30 posts - 6,391 through 6,420 (of 34,916 total)