-
AuthorPosts
-
December 19, 2020 at 5:26 am #1268579
1. I want to move my masonry grid titles to the bottom center. Right now they are center middle. Please help with this. Also, can I add a shadow overlay JUST in the bottom area where the image title is?
2. Also I’m noticing the image resolution is notably decreased when in the masonry grid. These images do not look like this in lightroom. Please help. I’ve attached screen shots.
December 19, 2020 at 5:28 am #1268580I am linking a screenshot of what I mean by the shadow JUST being on the bottom to make the title stand out.
December 20, 2020 at 9:13 pm #1268859Hi samanthashea,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
VictoriaDecember 21, 2020 at 3:14 am #1268915Yes. I am providing a temp login for you. I want the caption title on these masonry images to be at the bottom of the image, as is shown in the example site I provided in the IMGUR link to what I want it to look like. Will link again.
December 23, 2020 at 8:51 pm #1269613Hi samanthashea,
Thank you. On which page can I find this masonry? I did not see the one that you have on the screenshot.
Best regards,
VictoriaDecember 23, 2020 at 8:56 pm #1269617PLEASE HELP! My entire theme is gone and its just showing the HTML of the homepage. I don’t know what happened. Please help me I’m freaking out. Everything is ok in the pages but it is not showing. What is going on here??! I tried to add a header.php file and its all gone. Please help.
December 23, 2020 at 8:58 pm #1269619What is this????
December 23, 2020 at 9:22 pm #1269629Hi, I’m sorry I really freaked out for a minute but it was because when I transferred the header.php file it was blank. Once I copied the parent header settings it went back to normal.
I am having issues again with my H1 heading not being the selected size on desktop view. It’s set to 47, but only shows this on mobile not desktop.
Also, the images on my blog sliders in my homepage and in my “blog” page have reverted to small sizes again. The images are set to display at 495×400 yet they’re not. I have my content width set to 1300px. Please can you help with this? I’ve attached an example of another enfold site that has this working correctly.
December 30, 2020 at 1:45 pm #1269983Hi,
Sorry for the very late reply, and thanks for the link to your site. I took a look but I couldn’t find the masonry grid as shown in your screenshots, if you could link to the page I sure we could help with the background shadow.
I also checked one of your blog posts H1 title and it seems to be set to a font size of 30px for both desktop and mobile, this is the H1 you meant correct? The login token doesn’t seem to allow me into the backend to check your settings, please check.
As for the image size of the blog page, the page container width is set to 1010px, which is consistent with your “boxed” layout for your site, but your blog gird is set to 3 posts per row, so to achieve this the images must be smaller, if your grid was set to 2 posts per row the images would be larger, or we can change the width of just the blog page so the images are larger, 1310px for example.
Please try changing the number of posts per row, or try changing the width of your pages in the theme settings to see if this would help.Best regards,
MikeJanuary 4, 2021 at 4:58 am #1270087Hi Mike,
I wasnt able to reply earlier as the forums were closed. I just changed the H1 in advanced styling and it still doesn’t change. The width does not change either. Please help, I really want my slider image previews to be larger like this site that I have linked and my H1s to be 40. Why are they not changing?
I also need to remove the slash after the date in my blog posts. This works on mobile but not on desktop. I just changed the H1 to 40 yet it still shows 30 px on desktop but shows the correct value on mobile. Why is this happening?
January 4, 2021 at 2:51 pm #1270158Hi,
Thank you for the screenshot, from this I see your max-width is set to 1250px, but your blog page is still 1010px, this css would correct:#top.page-id-248 #main > .container_wrap.fullsize > .container { max-width: 1250px !important; }
I used the page ID after “#top” in the css above because it looks like this page is not set as the site “blog” page, if it were we could use the “blog” class after the “#top”.
To set the post H1 to 40px please try this css:
#top .fullsize .template-blog .post-title { font-size: 40px !important; }
After applying the css, please clear your browser cache and check.
Best regards,
MikeJanuary 4, 2021 at 11:38 pm #1270257Hi, I cleared the cache to make sure but the 40px code does not change, unfortunately.
I am also trying to remove the “/” that is next to the date but it only removes on mobile. I am using this code for that and it doesn’t work:
span.text-sep.text-sep-date { display: none !important; }
the other one did not work either. I’m not sure what’s wrong?
January 4, 2021 at 11:53 pm #1270258This reply has been marked as private.January 5, 2021 at 12:40 am #1270264@ellephilips I had this problem too you need to click on support then “enfold” (in the top gray box you’ll see with amount of questions) then it will say start a new topic
January 5, 2021 at 12:41 am #1270265I have attached a temp login so you can look into the H1 issue and width for the blog post slider images.
January 5, 2021 at 3:14 pm #1270413Hi,
Thank you for the login, I checked your Quick CSS and found that you had two errors with media queries missing brackets, I corrected these and now the lower half the css in the Quick CSS will work correctly.
I changed the “max-width” css to this:@media only screen and (min-width: 1250px) { #top #main > .container_wrap.fullsize > .container { max-width: 1250px !important; } }
This seems to be working correctly. I also noticed that you disabled the jQuery Migrate & enabled Load jQuery in your footer, I recommend disabling these two settings if you notice any issues, at least as a test.
Correcting the Quick CSS seems to have fixed your “text-sep-date” & H1 font size issue.
Please clear your browser cache and check.Best regards,
MikeJanuary 7, 2021 at 4:36 am #1270756Awesome, thank you so much. The photos are a great size now and the text and separator looks good! Just two things:
1. How do I enable/disable these JQuery settings? Is it within the enfold settings area of my dashboard or somewhere else?
2. While everything else looks great, I’m noticing my featured images on my blog posts no longer stretch full screen. I used a code in the enfold documentation to make the featured images appear full screen. This is what I used. What should I change it to to make it full width with the new content size?
This is what I’m currently using, as taken from the enfold documentation. Attached is an image of what the featured image looks like now, where it is not fully extended to the edges of the screen:
} #top.single .container { padding: 0 !important; width: 100% !important; max-width: 100% !important; } #top.single .content { padding-top: 0 !important; } .responsive .single .container { max-width: 875px !important; }
The 875px is being used to make sure the text/ blog post photos are at 875px. But i’d like the featured image to be full width (1250px). This is only a desktop issue as everything looks good on mobile.
The first image is currently, and the second image is what it looked like before
January 8, 2021 at 1:59 am #1270979January 8, 2021 at 3:45 pm #1271092Hi,
Thank you for the feedback, #1: yes in the theme options: Enfold Theme Options > Performance > JS & CSS file merging and compression & Enfold Theme Options > Performance > Load jQuery in your footer.
For #2 for desktop, & for your second post: mobile homepage and blog post cover photos
I removed the css:#top.single .container { padding: 0 !important; width: 100% !important; max-width: 100% !important; } #top.single .content { padding-top: 0 !important; } .responsive .single .container { max-width: 875px !important; }
I also found an extra bracket in your Quick CSS that could have thrown things off, I’m not sure that it did.
I then cleared your 3 caches: Autoptimize, Asset CleanUp Pro, & WP Rocket, and this seems to correct by allowing the theme settings to set the widths. Please try clearing the “caches” and your browser cache and check.
I feel that using the classes .container & .content is too general as they typically occur several times on a page, thus your last two screenshots. We can make this more specific, but I don’t see the need for it, please check.Best regards,
MikeJanuary 9, 2021 at 9:02 pm #1271243Hi Mike,
Thank you that issue seems to have been fixed. But the featured images are still very thin compared to what they used to be. How can I get them to be a bit longer in length?Screen shot is attached. It used to look a bit longer length wise. Width is good.
January 10, 2021 at 4:22 pm #1271376Hi,
Glad to hear this helped, the reason your featured images were smaller was due to the JetPack
plugin:
when this setting is set the images are stored on WP servers and height and width is added to the image URL, which is not the correct size. I disabled this setting and now your featured images height is correct. I also had to clear your autoptimize & rocket plugins a few times, while you are trying to adjust your site you may find it easier to see your changes by disabling all of your caching, just a tip 🙂
Anyways, please clear your browser cache and check.Best regards,
MikeJanuary 20, 2021 at 8:09 am #1273941Hi Mike,
Sorry for the delay I noticed everything looked good and I forgot to come back and reply. You’ve been super helpful so thank you! I just published a new article for the first time since changing to enfold and I’m noticing the same problem where the featured image is short again. Can you check it out for me and see if its the same problem?Also on the homepage it’s larger than the other featured images in the “Latest Blog Posts” section
Thanks,
SamanthaJanuary 21, 2021 at 2:43 pm #1274376Hi,
Thank you for the feedback, I checked your new post and found that it doesn’t include the different images sizes that it should, as your older post does. Please see the screenshots in the Private Content area.
I believe that a plugin is preventing the media upload from creating all of the “thumbnail” [image] sizes, I tried disabling some options in some of your plugins and tried uploading the featured image again but the new sizes don’t seem to have been created.
I restored all of my changes from today’s test, please try disabling your plugins and reupload a test image until the images sizes are created.
I suspect these plugins, based on their image settings:
Autoptimize
JetPack
Compress JPEG & PNG images
Lazy Load – Optimize Images
Smash Balloon
WP Rocket
WPGeared Speed Optimization*If this setting is your intention and you would like to force the single post featured image to full view on desktop you could use this css:
@media only screen and (min-width: 1440px) { #top.single-post .fullsize .template-blog .big-preview img { height: 95vh !important; } }
Then clear your browser cache and any cache plugin, and check.
Best regards,
MikeJanuary 22, 2021 at 10:44 pm #1274865Awesome, that worked. But on the homepage the image is still a weird size under “latest blog posts” also this has been a problem. I’ve been trying to talk to the speed person about and he said to ask you guys. For these two blog posts, the featured images are blurry when other ones are not. Can you please try to help and play around with the css and settings?
January 24, 2021 at 3:46 am #1275008The image is still large too on mobile when you see the homepage.
January 24, 2021 at 7:25 pm #1275121Hi,
Unfortunately, I believe the underlining issue is that your new posts don’t include the different images sizes that it should, as I pointed out above.
This affects the different featured image heights and the “blurry” look of them, which is due to a small image is stretched to a larger size, because the larger size is not available.
Did you get a chance to try disabling your plugins to find the one blocking the different image sizes from being included?
You will need to upload a new featured image with each test to see which plugin is causing this issue, simply reloading the post won’t show the correction when it occurs. I hope that makes sense.Best regards,
MikeJanuary 24, 2021 at 11:35 pm #1275134Thanks Mike, I asked the speed team to look into this as I also am not familiar with the plugins besides WP Rocket. I understand why the post I recently published might not be adhering to the sizes, but do you have any idea why these two posts (published over a year ago) are blurry while no other ones are?
I just don’t understand why these two are blurry while no other ones are, even the new one isn’t blurry.
January 25, 2021 at 2:08 pm #1275266Hi,
Thank you, as I understand the blurry issue, this only occurs on the two posts you linked to above? I compared these to /best-restaurants-in-lahore/ and I’m not sure that I see the blurry, /backpacking-pakistan/ looks like it has an overlay so it looks darker than /best-restaurants-in-lahore/, but I would not say blurry.
/what-to-wear-in-pakistan/ does look grainy, but it’s a smaller image stretched to fit, which would be sorted out once the different images sizes are restored.Best regards,
MikeJanuary 28, 2021 at 7:30 am #1275990Thanks, that is true. I’m frustrated because the person who did my speed optimization is not helping and keeps saying to ask you guys. I do not want these images to be so small. This is 100% the result of one of the plugins. I do not think it is Autooptimize or WP Rocket as I’ve used those even before enfold and that never happened to my images. Can you please try to look into this for me and see which one is causing it? Should I make a staging environment so you can check to see which one is doing this? I also do not receive much traffic between 10-1 AM EST.
January 28, 2021 at 1:27 pm #1276046 -
AuthorPosts
- You must be logged in to reply to this topic.