Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #1093001

    Hi!

    When a post is viewed on an iPhone part of the image is showing up above the post title.
    Here is a link for reference:

    The problem only exists when viewed on mobile, for desktop it works fine.

    Any thoughts?

    Thanks,

    GB

    #1093072

    Hey gb,

    Can you screenshot the issue.

    Best regards,
    Jordan Shannon

    #1093110
    #1093145

    Hi,

    Add this to quick css:

    .blog-meta .small-preview .iconfont{
    display:none!important;
    }
    
    article .big-preview.single-small{
    display:none!important;
    }

    Best regards,
    Jordan Shannon

    #1093200

    Hi,

    I tried adding the code but it did not change anything.

    Also I have a feeling it has something to do with adjustments found within the Enfold / blog layout / theme options?

    Bit I am not sure what the adjustments need to be, which is how it used to be originally but somehow changed after one of the major theme updates?

    #1093339

    Hi,

    Did you clear the cache a few times over? Also add the code to the very top of quick css so it runs first.

    Best regards,
    Jordan Shannon

    #1093373

    Hi,

    I did clear cache and I can try putting code at the top but is there not a setting for this?

    I have been trying to resolve this by going to Enfold theme options / Blog layout.

    I just can not seem to find the setting that removes the image above post title. Which by the way was how it was set for all the years I have been using this theme, I have no idea what changed.

    Thanks,

    GB

    #1093634

    Hi,

    Thanks for the update.

    That option has been moved in the posts’ Layout panel. Look for the “Featured Image” settings right below the “Header visibility and transparency” settings

    Best regards,
    Ismael

    #1093690

    Hi Ismael,

    Sorry, could you help me understand where you are referring to? I looked in Posts (with thumbtack image next to it) and also looked inside Enfold layout (with house icon next to it).

    Could not find what you describe in either spot, am I looking in the wrong place?

    PS – I am using the Gutenburg layout not the classic editor plugin.

    PSS – In my Enfold theme options / blog layout, here are the settings, as you can see it says small image preview but I do not see an option for none? And this small image used to not be there?
    https://www.dropbox.com/s/wv4lffxbg0r189r/post%20layout%20settings.png?dl=0

    • This reply was modified 5 years, 7 months ago by gb.
    #1094252

    Hi,

    I looked in Posts (with thumbtack image next to it)

    You have to actually go to or edit the post. In the post editor’s sidebar, you’ll see the Layout > Sidebar Settings. At the very bottom of that Layout panel, you should see the “Featured Image” settings. Set that to “Hide on single entry”. You have to repeat these steps for every single post.

    Best regards,
    Ismael

    #1094257

    Hi Ismael,

    Yes, I finally figured out where you were referring to. But the thing is I have been using Enfold for many years and never had this issue before. There must be close to 700 posts that never had this issue and having to go to every post again simply to return things to the way they were does not make sense.

    The only thing I can think of is that this issue happened during the Gutenberg transition and that I am currently not using the classic plugin.

    I am wondering, should I re install the classic editer?

    There must be a way to revert to the way it was for all posts without having to manually edit every post?

    GB

    #1094592

    Hi!

    Thanks for the updatee.

    You can use this css code to automatically remove the featured image for every post if you don’t to manually toggle the option.

    
    .small-preview {
        display: none !important;
    }

    Did you enable the “Lightbox Modal Window” option in the Enfold > Theme Options panel? That should bring back the lightbox option.

    Cheers!
    Ismael

    #1094643

    Hi Ismael,

    Yes, the Lightbox Model Window is checked. I noticed that al the old posts that were created before seem to have the Lightbox effect, however new posts do not?

    Also , I placed the code at the top and so far it did not seem to change anything. I flushed the cache and all? I noticed that there seems to be no effect on any of the blog posts except for the one where I tested the manual approach you suggested to go to Featured image and “hide on single entry” And for that post you will see that the image is gone but a symbol remains. Example:

    • This reply was modified 5 years, 7 months ago by gb.
    #1095160

    Hi,

    Please continue here: https://kriesi.at/support/topic/how-to-activate-lightbox-in-a-post/

    We’ll close this duplicate now.

    Best regards,
    Ismael

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Image shows up twice in post when viewed on iPhone.’ is closed to new replies.