Forum Replies Created

Viewing 30 posts - 151 through 180 (of 494 total)
  • Author
    Posts
  • in reply to: Responsive Design Issues Enfold 4.5.7 #1121982

    No, the problem is that you offer a choice of viewport css – that I already used on the design and was extremely happy with – and for some reason stopped being responsive. So, as it worked before, it should work now, Something must be off.

    If you do not support this css option anymore, you shouldn’t allow it to be selected. And all of us who have used it, need to know so we don’t have strange looking websites.

    And that’s what I want taken care of.

    Best regards,

    Havi

    in reply to: Responsive Design Issues Enfold 4.5.7 #1120280

    Hi Rikard,

    Both Custom CSS matches. You can see, that code is default to the theme. Here it is:

    /* page sidebar navigation on mobile */
    @media only screen and (max-width: 767px) {
    .responsive #top .avia-post-nav {
    display: block !important;
    }}

    /*breadcrumbs*/
    .title_container { background-color: #dc0012;!important; }

    /* Sticky header on Mobile */
    @media only screen and (max-width: 767px) {
    #header {
    position:fixed !important;
    top: 0;
    }

    .responsive #top #main {
    padding-top:80px !important;
    }
    }

    /*stop flickering on load more */
    .avia_loading_icon {
    display: none !important;
    }

    As you can see, that code is not mine, it’s the theme’s. The size 3vw comes as an option by default on Enfold for sizing. Therefore, it is default to the theme.

    Manually overriding with pixels every single instance where this happens (besides having to investigate what the value should be for every image size) should not be what I have to do when I use a premium theme that offers responsive design. It could be several pages and on the home page, this happens at least, 4 times. This is the reason I put the ticket. It worked before, now it doesn’t.

    Manually adding CSS code (that bloats the page) and that will not look as good as it does now is not the option I am looking for. I could have done that myself. Again, this worked before, and on Enfold 4.5.7, it doesn’t.

    Quoting ne of the many articles on the topic:

    What’s the Advantage of Using Viewport Units?

    Simply put, by implementing viewport units correctly, you can create a fluid responsive effect that is quite different from a simple adaptive website. A responsive design will automatically adjust its size as your viewport changes, whereas an adaptive design will correct itself once your viewport reaches a specific size, thanks to the use of media queries.

    The advantage is obvious from an aesthetic standpoint – a fluid design simply looks better. Additionally, using viewports over fixed units poses the additional advantage of being easier to implement and maintain. Implementing an adaptive design will, in most cases, require the addition of multiple media queries, with specific values that must be pixel perfect.

    What’s more, using viewport units enables you to easily design your text to always remain at a comfortable line length, then have that experience scale upwards or downwards as your resolution adjusts.

    Best,

    Havi

    in reply to: Responsive Design Issues Enfold 4.5.7 #1119927

    I edited the value to 3em and it changes all of the headings throughout the whole site and not in a good way.

    But the CSS code on the Live site does not use em but:

    @media only screen and (max-width: 767px) and (min-width: 480px)
    .responsive #top #wrap_all .av-small-font-size-27 {
    font-size: 27px !important;
    }

    Maybe the custom CSS you mark as !important lost that and does not get to override the .8em code.

    Hope this helps fins the solution.

    Havi

    in reply to: Responsive Design Issues Enfold 4.5.7 #1119923

    Hi Rikard,

    I don’t have that code as custom CSS. That’s Enfold’s standard code. I believe it must not be recognizing that the original size is 3vw and probably should not be reduced as it’s already defined by the viewport width.

    Personally, I think that’s a better move for responsive than setting up fixed numbers of pixels. There are too many screen sizes out there.

    It worked perfectly before as you can see on the Live site. Can you check what changed on those lines of code? I am afraid that changing that CSS may badly affect other parts of the website.

    I can also give you access to the staging site. Just let me know.

    I’ll be happy to help.

    Best,

    Havi

    in reply to: Responsive Design Issues Enfold 4.5.7 #1119745

    Hi Rikard!

    Yes. That’s the one. Adding the images right here.

    ligadejusticia Live Site

    Staging site with Enfold 4.5.7

    in reply to: Category Pages Title to H1 #1119281

    Hi Nikko,

    I will try (for some reason I was not notified of your reply) and see how it fares…

    Thank you!

    Havi

    in reply to: Update jquery version in Enfold #1116742

    Adding a note to this conversation as I get the security risk message on the Chrome Lighthouse report as well – so hoping to get updated on this topic.

    Cheers,

    Havi

    in reply to: Custom Error 404 Page #1109259

    Hi Ismael!

    I created the token and it works!! (At least on one of the sites…) Does this work for all my plugins as well? Or is it an Enfold token-only?

    Thank you!!!

    Havi :)

    in reply to: CSS behavior not working as before #1103447

    Hi Mike!!

    I was not able to see the changes so I reached out to Kinsta. They could not se them either but they suggested disabling and re-enabling the CSS compression. Ta da! That did it!!

    The CSS works!!! :)

    Warm regards,

    Havi

    in reply to: CSS behavior not working as before #1103069

    Hi Mike!

    I’ll have to check from another computer as I tried Safari, Chrome and Firefox (never accessed that page on Firefox or site for that matter) and I still see the line. :( I see yours does not show the line… this is so weird!

    I’ll keep you posted!!!

    Warmly,

    Havi

    in reply to: CSS behavior not working as before #1102564

    Hi Mike!

    I followed your instructions – cleared Kinsta’s cache, browser’s cache, went to an old post that I haven’t visited ever. And did not get any positive results. I will wait 24 hours (it’s Nginx) to make sure all caching clears 100% and if the underline is still there I will send you the credentials to access the staging site.

    Crossing my fingers!! :)

    Warmly,

    Havi

    in reply to: FB debug tool cached on 4.5.6 Enfold update #1102560

    Hi Ismael!

    The related thread is not exactly what’s happening here. This is not related to the thumbnail image. A blank page (no content – no FB debugging tool) is rendered when accessing the FB debugging tool. FB is unable to reach the page itself for about 2 hours after any modification to the text in the page is made (or posted for the first time)

    This is how you can actually pull the shared count from FB:
    https://graph.facebook.com/?id=https://ligadejusticia.com/nassau-county-taller-pequenos-negocios/&fields=og_object{engagement}
    and it should not show as it does:
    {
    “id”: “https://ligadejusticia.com/nassau-county-taller-pequenos-negocios/”
    }
    This is indicative of FB not being able to reach the post. I am working with the ESSB plugin guys as well to see what may be blocking this or if it’s a FB API issue. If the latter, I am sure they will reach out to FB developers.

    They don’t think based on what they read on the latest Enfold changelog that anything there could have affected this but I want to hear it from you. Do you think any of the Enfold caching mechanisms or speed mechanisms could have affected this?

    When I look at the Chrome developer console I see there’s a 400 error from https://graph.facebook.com/

    Thank you for your continued support!!

    Warmly,

    Havi

    in reply to: Custom Error 404 Page #1102547

    Hey Gunther!

    I have tried many times but I always find a link to create an API token for developers, not users. Also, nothing indicates which theme or plugin to pick or anything so I still have most of the old access on my client’s sites.

    I also don’t know how to do this when I have purchased licenses on behalf of my clients (then I have two licenses for Enfold) – how do I split these?

    in reply to: CSS behavior not working as before #1102068

    Hi Mike!!

    Sorry… I should have given you more visuals…

    Here’s the underline that should not be there:
    image
    Image with underline green that should not be there
    underlined image
    And one more on the same page: underlined image - no caption

    And this is an image with caption where the underline does not appear (exactly as it should be):

    Image with caption and no underline shows

    This is the URL: https://staging-conversionsciencesdev.kinsta.cloud/how-to-pick-a-conversion-optimization-consultant-for-your-online-business/

    For some reason, the underline has begun showing if no caption is provided. Let me know if you want access to the staging site. You can play around on it if you’d like. Or if there’s any other information I can get for you.

    Happy to help!!

    Warmly,

    Havi

    • This reply was modified 5 years, 6 months ago by havi. Reason: images not being displayed - added links to imgur
    in reply to: FB debug tool cached on 4.5.6 Enfold update #1101950

    Hi Ismael,

    The caching clears in a couple of hours. You checked much later than that. I can give you access to the staging site and all you have to do is modify any post from the blog and update it and immediately check the FB debugging tool and you’ll see it in action.

    You won’t get a response code at all. The FB debugging tool is unable to retrieve the page.

    Let me know and I’ll be more than happy to provide you with access!

    Warmly,

    Havi
    PS: I was hoping it would be fixed on 4.5.7 (I have another client where I already updated the theme) but no luck (actually there is some CSS that is not working as it did before that has to do with hyperlinks – I’ll add another ticket for that one) I am withholding from updating the theme for other clients and I’d rather not! Help! Thank you!

    in reply to: Custom Error 404 Page #1101949

    Thank you Gunther!

    So basically you guys fixed the 302 that would be generated by using a custom 404 page and are able to return the actual 404 with the first option.

    That is brilliant!

    BTW, for some reason I am not getting any more notifications from Enfold (not on spam folder either) or when there’s a new release. Any suggestions?

    Warmly,

    Havi

    in reply to: Custom Error 404 Page #1098231

    Hi Gunter,

    I am not quite following you. Even though sending more than one HTTP status code is allowed, each browser may have a different reaction to it.

    A 404 page must return an HTTP 404 status code. Which Enfold option is that? Could you please match it to the text I see on Enfold? The text is not very descriptive.

    Also, is this trying to fix the HTTP 302 that a custom 404 page generates? That would be a great move. I don’t usually leverage custom 404 pages because of the incorrect

    Regarding the caching, I still don’t see the point in saving some cache action from my host. The point is lost on me.

    Best regards,

    Havi

    in reply to: Enfold Replaces Single-Event.php and removes JSON markup #1081082

    Thank you for adding it to the new release!! :)

    in reply to: Matching Local Fonts to Proper Font Weight Displayed #1080483

    Hi Ismael,

    I inspected the code on the live site and it uses 300 and 600, so I now uploaded Open Sans 300 and 600 and it still looks different.

    The Font Selection does look different than before. Under General Setting > Fonts > Open Sans (300,600) (it used to be Open Sans)

    Do they have to be uploaded separately on two different zip files?

    I’m grasping at straws…. :(

    Thank you!!

    Havi

    in reply to: Matching Local Fonts to Proper Font Weight Displayed #1080465

    Hi Ismael,

    No, there is no Light but there’s this:

    Font: Open Sans ( font-family: open-sans )
    italic: 300, 400, 600
    normal: 300, 400, 600

    and this:

    Font: Roboto ( font-family: roboto )
    normal: 100, 300, 400, 500, 700, 900
    italic: 100, 300, 400, 500, 700, 900

    Should I get rid of some?

    Thank you!!

    Havi

    in reply to: Non-SSL compliant Enfold gif preloader image #1079313

    Hi Mike!

    You are right!

    It works!!

    I’ll test the rest of the functions… so this is the new version of Enfold? I was thinking that maybe something happened on the automatic update.

    I just enabled the Cookie consent message and the SSL warning has disappeared – checked with Firefox because when I access the site on Chrome or Safari (even after clearing cache and cookies) I cannot see the GDPR message. This is playing tricks on me! (I also had to change the background to white and the font to black because the CSS to make the link text white was not working – and it’s the same you see on the staging site)

    Maybe I should wait until the new release comes out. What do you think?

    Thank you!

    Havi

    in reply to: Non-SSL compliant Enfold gif preloader image #1079214

    Hi Mike,

    Certainly. I am sharing the SFTP access for the Staging site in the Private Content Area. But later, you will have to provide me with the changes as I need to manually apply them to the Live environment. This site cannot be pushed to Production.

    Also, what would you like me to do regarding the Cookie Consent calling an http file and breaking the SSL? Would you like me to enable it on the Live site so you can see? It may have something to do with the update from ThemeForest as this makes no sense that it would happen on the Live environment and not the Staging site, right?

    Thank you,

    Havi

    in reply to: Matching Local Fonts to Proper Font Weight Displayed #1078864

    Hi Ismael,

    Yes, all of the Titles are Heading Style Modern Centered – that’s the look on both the Staging and Live site.

    Do we have to add a special CSS?

    Thank you!

    Havi

    in reply to: Non-SSL compliant Enfold gif preloader image #1078863

    Hi Mike!!

    Let’s split this into both issues:
    1- Cookie Consent Message: It works on Staging, calling the image as https but not on the Live site (which is why i Had to disable to cookie consent message) We can coordinate and I can re-enable it so you can see it happening.

    2- The easiest way to visualize the block to jQuery (no matter which Calendar plugin is enabled) is by looking at the footer. The social media icons and links do not display on the calendar pages’ footer. Hope this helps!

    Thank you!!

    Havi

    in reply to: Matching Local Fonts to Proper Font Weight Displayed #1076079

    Hi Ismael,

    I just switched Staging to pull the Google Fonts (Open Sans) and cleared the cache, it all displays properly. It must be that line that appears when using the Local Fonts.

    Feel free to switch it back to Local Fonts and see. It’s staging site, You won’t break anything. Just let me know what I should do to be able to implement it on the Live site and on other client sites.

    Thank you!!

    Havi

    in reply to: Matching Local Fonts to Proper Font Weight Displayed #1076071

    Hi Ismael,

    No. I am the only one who could have changed anything and if it’s on one, it should be on the other and I only modify the Child theme. Which site has that? Is that the staging site? Would you like me to delete the Enfold folder and upload a fresh new copy? Maybe something was left behind on one of the SFTP updates. (But that would have made it look different even without local fonts and it wasn’t)

    Also, I noticed a new piece of CSS on the staging site that I don’t recognize (my CSS always has titles/notes so I remember their function):

    span.av_font_icon {
    float: left;
    line-height: 17px;
    }

    Thank you!

    Havi

    What does it do?

    in reply to: Non-SSL compliant Enfold gif preloader image #1074558

    Of course, Victoria!

    Adding them below!

    Please, let me know if there is anything I can help with.

    I did change the Calendar Plugin to make sure that wasn’t it, and it wasn’t. The issue happens with both plugins. You can disable the calendar plugin and re-enable The Events Calendar plugin to test what we have on the Live site, if you want. I have also disabled and enabled the rest of the plugins (feel free to do the same – it’s staging and I never move it to production) to no avail.

    Thank you!!!

    Havi

    in reply to: Wrong Category showing up on Menus #1074556

    Hi Mike!!

    I appreciate this but I think I’m good just being able to remove a single page/category from being highlighted on the menu for all posts.

    Maybe we can try it down the road but it won’t move the needle as far as increasing pageviews (all a publisher wants) ;) and rankings!

    If you ever want to create multipage sliders to help more publishers use Enfold, count on me to help out!! (If you want to see a few samples, check out brides.com) They do a fab job of increasing engagement (and you always click to see more photos – and it’s all a single post with a variable after the page slug so it only counts as a single page for Google, you can add more Adsense ads and there’s lot of interaction with the visitor)

    Best regards,

    Havi

    in reply to: Matching Local Fonts to Proper Font Weight Displayed #1074554

    Hi Rikard!

    Yes, it is a direct copy. The only difference is the staging has the local fonts and less content (I have used it to update plugins, wordpress and the enfold theme there first to make sure it all went well but that’s it)

    Would you like me to give you access to staging?

    Best regards,

    Havi

    in reply to: Re: Issue with Ticket #1051026 (already closed) #1073301

    Nevermind, guys. I found the solution:

    replace background with:

    background-color: rgba(128, 183, 179, 0.6) !important;

    and it worked like a charm!!! :)

Viewing 30 posts - 151 through 180 (of 494 total)