Forum Replies Created

Viewing 30 posts - 17,281 through 17,310 (of 35,026 total)
  • Author
    Posts
  • in reply to: Same height column does not work #1206516

    Hi,
    I’m not sure if this is expected behavior, I have asked for the dev team to check.
    So I assume we can close this then?

    Best regards,
    Mike

    in reply to: Can't import a Demo #1206504

    Hi,
    Thanks for the ftp access, I reset your site and they did a manual import, please clear your browser cache and check.
    Since I had reset your site, please check the settings of each plugin to ensure they are as desired.

    Best regards,
    Mike

    in reply to: masonry portfolio layout #1206201

    Hi,
    Thanks, what I meant by adding the dates was to arrange the images so a better mix of categories would show. Another option is to show all items. Please check the test page.
    The lightbox loads all images on the page, so even when you filter by “fireplace” and only two items show, the other items are loaded on the page, they are just not visible, so the lightbox still loads the images. We don’t have a way to change this.
    We can hide the lightbox arrows and not allow the image to change on click so you only see the one image in the lightbox, would you like to try this?

    Best regards,
    Mike

    in reply to: Firefox (desktop) shows outdated pages #1206185

    Hi,
    Thank you, are the urls in the Private Content area the correct ones to see the difference between Firefox and Chrome, or does this error only last for a little while and today they are showing the same content?
    Are you saying that the Firefox browser must be left opened on the page while the site is updated to see the error?
    I see that your logo address is http but my browser always loads https.

    Best regards,
    Mike

    in reply to: Error after update #1206176

    Hi,
    Thank you for the feedback, I also tested the WordPress > Customize option and see it’s the same error, which you said came from the “sendinblue” plugin, strange.
    Thanks for testing with your plugins disabled, do you mind if we also try disabling the plugins for testing?
    I’m not sure if any of your plugin settings are re-set when disabling, so I wanted to ask first.

    Best regards,
    Mike

    in reply to: Same height column does not work #1206141

    Hi,
    I don’t think that the rows are losing any padding, I don’t believe there is added padding to the rows when they are stacked like this, the padding option under “styling” is for the “inner padding”, this is for the cells:
    2020-04-22_051530.png
    Try looking at the margin option and add the margin you would like there, I added 50px to each row.
    2020-04-22_050716.png
    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: H1 Tag on Pages #1206125

    Hi,
    I thought so too, anyways thanks for the logins, but they are not working for me, please check.

    Best regards,
    Mike

    in reply to: H1 Tag on Pages #1205763

    Hi,
    It looks like you are using v4.2.6, v4.7.4 is available if you include your ftp login and an admin login we can update and take a look at your titles.

    Best regards,
    Mike

    Hi,
    For your “Free Concierge” page I think you are trying for this, please see first screenshot in Private Content area:

    @media only screen and (max-width: 767px) { 
    	#top.page-id-344 #av_section_1 {
    		background-size: contain !important; 
    	}
    	#top.page-id-344 #av_section_1 > .container {
    		height: 100px !important; 
    	}
    }
    

    For the mobile banner please see the screenshot in Private Content area, and try this css:

    @media only screen and (max-width: 767px) { 
    	#top.archive #wrap_all #av_product_description {
        background-image: url(https://londongreyatx.com/wp-content/uploads/2020/04/get_started_mobile_ver.jpg);
        background-attachment: scroll;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        min-height: 200px !important;
    	}
    	#top.archive #av_product_description .av-parallax-inner.av-parallax-woo {
    		opacity: 0;
    	}
    }

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

    Best regards,
    Mike

    in reply to: Same height column does not work #1205736

    Hi,
    To add some padding between the rows, please try this css:

    #top.page-id-12491 .flex_column_table.av-equal-height-column-flextable {
    	padding-top: 40px;
    }

    After applying the css, Please clear your browser cache and check.
    Expected results:
    2020-04-21_043724.png

    Best regards,
    Mike

    Hey Thomas,
    Do you mean the yellow banner “Get GTarted” as in the link in the Private Content area? You can have a different image for mobile with css, please include the image link you wish to use.
    For the yellow banner please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    @media only screen and (min-width: 766px) and (max-width: 950px) {
    	#top.archive #av_product_description .av-parallax-inner.av-parallax-woo {
    		background-position: 50% 98% !important; 
    	}
    }
    @media only screen and (max-width: 500px) {
    	#top.archive #av_product_description .av-parallax-inner.av-parallax-woo {
    		background-position: 50% 98% !important; 
    	}
    	#top.archive #av_product_description,#av_product_description .av-section-color-overlay-wrap {
    		max-height: 80px !important; 
    	}
    	#top.archive #header_main {
        border-bottom-width: 0 !important; 
    	}
    	#top.archive #main .container_wrap_first {
    		border-top-width: 0 !important; 
    	}
    }
    @media only screen and (min-width: 951px) and (max-width: 1439px) { 
        #top.archive #av_product_description .av-parallax-inner.av-parallax-woo {
    		background-position: 50% 97% !important; 
    	}
    	#top.archive #av_product_description {
    		height: 180px !important; 
    	}
    	#top.archive #header_main {
        border-bottom-width: 0 !important; 
    	}
    	#top.archive #main .container_wrap_first {
    		border-top-width: 0 !important; 
    	}
    }
    @media only screen and (min-width: 1440px) { 
        #top.archive #av_product_description .av-parallax-inner.av-parallax-woo {
    		background-position: 50% 10% !important; 
    	}
    	#top.archive #av_product_description {
    		height: 180px !important; 
    	}
    	#top.archive #header_main {
        border-bottom-width: 0 !important; 
    	}
    	#top.archive #main .container_wrap_first {
    		border-top-width: 0 !important; 
    	}
    }

    Best regards,
    Mike

    in reply to: Social Media Icons #1205480

    Hey NoraGTS,
    Thanks for the login, I was going to suggest using the Icon element to create your social icon buttons on your contact page, but I see you have already done this. Is there something you don’t like about this?

    Best regards,
    Mike

    in reply to: Tiktok in social media #1205474

    Hi,
    Thanks for the feedback, I found that your css called the font-family “entypo-fontello” for tictok, I changed it to “fontello” and now it’s working, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: upgrade from 4.6.1 to 4.7.3 with old settings #1205467

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    Hi,
    Very good, shall we close this then?

    Best regards,
    Mike

    Hi,
    Glad to hear updating solved this for you, I have not seen a version where the title was not shown, so I don’t have another solution for this another than updating.
    Unless there is anything else we can assist with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: hovering link with a big circle and arrow #1205461

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Column background of enfold not working #1205459

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: transparent header item color change #1205370

    Hi,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

      .phone-info a, .phone-info,.header_color .main_menu ul:first-child>li>a,.header_color .social_bookmarks a {
      color: #fff !important;
      }
      .html_av-overlay-side #top #wrap_all .av-burger-overlay-scroll #av-burger-menu-ul a {
      color: #fff !important;
      }
      .html_av-overlay-side-classic #top .av-burger-overlay li li .avia-bullet, .html_av-overlay-side.av-burger-overlay-active #top .av-hamburger-inner, .html_av-overlay-side.av-burger-overlay-active #top .av-hamburger-inner::before, .html_av-overlay-side.av-burger-overlay-active #top .av-hamburger-inner::after,.header_color .av-hamburger-inner, .header_color .av-hamburger-inner::before, .header_color .av-hamburger-inner::after {
      background-color: #fff !important; 
      }
    .header_color .container_wrap_meta {
    	background: transparent !important;
    }
    #header #header_meta,.header_color li {
        border: none !important;
        border-color: transparent;
    }
    .html_av-overlay-side #top .av-burger-overlay-scroll {
        background: rgba(255, 255, 255, .3) !important; 
    }

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

    Best regards,
    Mike

    in reply to: Toggle doesn't work after update #1205367

    Hi,
    Thanks for the login, it looks like you have a damaged file, please see the path in the Private Content area and re-upload that file again. Then clear any server cache and your browser cache a couple of times to see if it solved the issues.
    When you updated was it via FTP? Did you delete the old theme directory first and then create a new one or did you overwrite the directory with the new files?

    Best regards,
    Mike

    in reply to: Column background of enfold not working #1205365

    Hi,
    Thanks for the login and link to test page, but I’m not sure which column you can add a background color to.
    The “Volunteering” is a 1/2 column, which I was able to add a background color to using it’s options, but this doesn’t include all of the white area you see in the front end because the column was placed on the “body” and not inside a color section which would have a background color to have a full-width look.
    You could use this css to give that section background color, please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top.page-id-659 #after_section_1 {
    	background-color: #eee !important; 
    }

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

    Best regards,
    Mike

    in reply to: Image Alt Text #1205359

    Hey KeyshaunSmith,
    Is this for your woocommerce products? You should be able to go to your media library and add the alt text in the field.
    2020-04-19_200915.png

    Best regards,
    Mike

    Hey tobiasfries12,
    Do you mean this title?
    2020-04-19_200015.png

    Best regards,
    Mike

    in reply to: hovering link with a big circle and arrow #1205354

    Hey aledelpu,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .image-overlay.overlay-type-extern .image-overlay-inside:before {
    	display: none;
    }

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

    Best regards,
    Mike

    Hey harrysdk,
    Sorry for the late reply, I didn’t find any error codes to identify why this is occurring, I did find that you can add an item to the cart if you click the cart button in the grid without going to the product page.
    Have you tried deactivating your plugins to see if this helps?
    Does your webhost have server object caching such as Memcached or Litespeed?

    Best regards,
    Mike

    in reply to: masonry portfolio layout #1205347

    Hi,
    Sorry for the late reply, and thanks for the login, if I understand the question, on your test gallery you are not seeing all five of your portfolio categories, like this:
    2020-04-19_183442.png
    I was able to see all five after a few refreshes, because all five were shown in the images below, using the “random” order. It looks like all of your portfolio items were created on the same day and in category order, please try changing the published date on some of the posts mixing the categories better, for example try using 4 dates with 25% of the posts for each date with all categories for each date.
    Then you may want to order by date, but try ordering by random also.

    Best regards,
    Mike

    in reply to: Logo gone after plugin Autoptimize #1205340

    Hi,
    Sorry for the late reply, when I try to go to your /banksy/ page I get the error ERR_CONTENT_DECODING_FAILED here is an article that may help solve this.
    I also notice you have many errors on your homepage with this:
    2020-04-19_180000.png
    it looks like it’s part of a lazyload script, please check the options in your plugins for a “lazyload” option and try disabling.
    Perhaps these two errors are related.

    Best regards,
    Mike

    in reply to: Firefox (desktop) shows outdated pages #1205337

    Hey nine2ten,
    Sorry for the late reply and thanks for the link to your site, I took a look at your site with Firefox & Chrome and I couldn’t see any difference, before or after the cookies were set.
    Which content should we look for to see that Firefox is not showing it correctly?

    Best regards,
    Mike

    in reply to: Page / browser caching problem #1205335

    Hi,

    @nine2ten
    sorry for the late reply, I see that you also have your own thread with this same topic. Let’s continue there so we can use the Private Content area.

    Best regards,
    Mike

    in reply to: Sticky Posts in Post-Slider? #1205334

    Hi,
    Glad Guenni007 could help, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

Viewing 30 posts - 17,281 through 17,310 (of 35,026 total)