Forum Replies Created
-
AuthorPosts
-
Yes, I am linking my temp login and the page in question. Please help! I tried looking in dev tools and cannot find out why the headings are doing this.
December 20, 2020 at 3:23 am in reply to: How can I center-align this social bookmarks widget? #1268705Great thanks, this worked :)
Hi Nikko, I think Victoria removed or did something in my CSS that made this issue fixed. Thanks for your help. I do need help on another issue in this thread though if you can take a look :) https://kriesi.at/support/topic/masonry-grid-issues/
December 20, 2020 at 3:13 am in reply to: Can I delete all these random pages the theme comes with #1268703@guenni007 thank you so much! :)
I am linking a screenshot of what I mean by the shadow JUST being on the bottom to make the title stand out.
Documentation is here under “full width featured image” https://kriesi.at/documentation/enfold/blog-post/
I also need assistance on this thread if you can help: https://kriesi.at/support/topic/how-can-i-center-align-this-social-bookmarks-widget/
Thank yiou- I’ll keep that in mind!
December 19, 2020 at 4:29 am in reply to: How can I center-align this social bookmarks widget? #1268568Can someone please help me with this
Awesome thank you so so much! Both the font size and the caption are fixed now :)
Wonderful thank you so much it looks great now! :D You can close this thread :)
Hi Victoria, I’m trying to have this moved on the page linked below. My site is in staging so I also provided you with a temp login. Can you please try to fix this? I was also given this code by another mod and it still did not work:
.postid-3540 .slideshow_align_caption { vertical-align: top; }
I also tried this (which worked in developer tools) and it still did not work:
.page-id-3540 h2 { margin-bottom: 300px !important; }
I have disabled my cache plugin. I don’t understand why this won’t work. As you can see when you go to this page, the caption is not very visible as it’s overlayed on a key part of the image. It looks perfect when moved with the margin-bottom: 300px
December 17, 2020 at 10:40 pm in reply to: How can I center-align this social bookmarks widget? #1268236Also, I tried adding the Pinterest icon by just copying this code. Unfortunately it just added a second Instagram icon. Why is that? This is the full code. All show up correctly except Pinterest:
<ul class="noLightbox social_bookmarks icon_count_2"><li class="social_bookmarks_twitter av-social-link-twitter social_icon_1"><a target="_blank" href="http://twitter.com" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="Twitter"><span class="avia_hidden_link_text">Twitter</span></a></li><li class="social_bookmarks_facebook av-social-link-facebook social_icon_2"><a target="_blank" href="http://facebook.com" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="Facebook"><span class="avia_hidden_link_text">Facebook</span></a></li> <li class="social_bookmarks_instagram av-social-link-instagram social_icon_2"><a target="_blank" href="http://instagram.com" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="Instagram"><span class="avia_hidden_link_text">Instagram</span></a></li> <li class="social_bookmarks_pinterest av-social-link-pinterest social_icon_2"><a target="_blank" href="http://pinterest.com" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="Pinterest"><span class="avia_hidden_link_text">Pinterest</span></a></li> </ul>
I was actually able to figure out this problem by cropping the image more then uploading. You can close this topic.
I’ve linked to what it looks like on my “blog” page vs. what it looks like in Lightroom. The featured image slider that it is using is 1500×430 which is the size I want. I exported/ uploaded the image to my media library at 1500 px weidth but it seems to have been compressed. What should I upload as to get the same sharpness as Lightroom?
Unfortunately nothing happened. I genuinely don’t get what the problem is. I’m able to move it easily in dev tools but the code won;t work. I have disabled cache plugins.
I was actually able to do this via the blog post documentation to make the featured image full width. It worked well but now the images are very long. This was the code I used:
} #top.single .container { padding: 0 !important; width: 100% !important; max-width: 100% !important; } #top.single .content { padding-top: 0 !important; }
December 17, 2020 at 9:05 pm in reply to: How can I center-align this social bookmarks widget? #1268194Thank you everything worked perfectly. Sorry I should have asked this before but how can I change the color of this to #798eb3 ? I tried adding “color” beneath what you gave me but nothing happened. After this is fixed we can close this topic.
I’ve now disabled the cache and the images still won’t enlarge. Can you please help me with this further? The main places where I want the images to be larger are on the homepage and in the “blog” page. Both of those use the “blog post slider” element.
I just disabled the cache plugin on my site ( Stack Cache) and this code still does not work :( Can you please try to look into it further?
Also the H1 will still not change. The cache plugin is inactive.
This page linked below: I like the size of the featured image, but it’s not crystal clear like how it is in lightroom. What should I size it and upload it as so it stays this size and looks good?
Thank you for the reply! Unfortunately this still didn’t work. I genuinely don’t get what the problem is, I haven’t altered any other code for this class.
December 16, 2020 at 8:47 pm in reply to: How can I center-align this social bookmarks widget? #1267938Thank you this worked for centering.
Now Can you please help me increase the icon size and make it half way in between “Follow Me” and “Countries”
screen shot provided of what it looks like now.
Thank you!
- This reply was modified 3 years, 11 months ago by samanthashea.
Also in developer tools this works. Yet I don’t want to make this change to ALL H2s. Yet when I tried to add this code, nothing happened. Can you please explain why? It just doesn’t make any sense to me. I have no other code about H2s in the quick css so what is overriding this for this page?
Screen shot shows me making the bottom margin 300px in dev tools and the caption moving exactly where I want it.
Can you explain to me why nothing is happening so I know for my CSS knowledge as well please?
.page-id-3540 .h2 { margin-bottom: 300px !important; }
1.Thank you, the 13 famous places post looks good.
2. As for the H1, I’m hoping you can look into this further. I used the “advanced styling” tab, edited the H1 element to 48 px. This shows up in mobile view, but not in desktop. Is there something overriding this code?
The first Screen shots attached shows how first it looks in mobile and the second in desktop. I would prefer for it to be larger than 30px actually. There is nothing I’m aware of in Quick CSS that would override this so I’m very confused. I also added the screen shot of where I changed the font in advanced styling.
3. The code I used to make the header images full width above the comment was found in the blog post documentation, “make featured image cull width”. I used this:
#top.single .container { padding: 0 !important; width: 100% !important; max-width: 100% !important; } #top.single .content { padding-top: 0 !important; }
The width is great, but I’d prefer the height to be a bit shorter.
4. Also I just added the code for moving the caption and nothing changed. I even added the important tag and nothing. I was having a lot of success with quick css but now I feel that nothing changes. Is there something wrong or is there a line of code in there that is causing problems? I disabled Autoptimize.
I’m going to post the access link again so you can check into it.
- This reply was modified 3 years, 11 months ago by samanthashea.
I changed the content width to 1200 px and the images did not enlarge like the example site. How can they enlarge? I’m using the blog post slider for these.
Also on this page can you please help me move up the caption so it is above the structure in the slider image. I just want this done for this page. Page is here:
Now it only changes for mobile, not desktop.
i deleted the code and tried to change H1 in Advanced editing and nothing changed. This doesn’t make any sense whatsoever
Yes I will add it here.
While you look can you please help me with these issues:
1. change my H1 size to 30? I tried a code used in another forum question yet nothing changes which is very frustrating.
2. Also, I am having a major problem with the post “13 Famous Places of Peshawar.” I switched it to the Avia layout and now it will not revert back and looks horribly stretched out. I want it reverted back to normal editor
3. I used code in the documentation to make my featured images full width. However the the length is too long of the imageshonestly.
4. I posted here about the size of the blog post element on the “blog” page. https://kriesi.at/support/topic/blog-post-slider-images-wont-enlarge/
5. How can I CENTER and ENLARGE the widget on the homepage with the social book marks?
Thank you. I really am having some issues with these things. I’d also like to know why the H1 code didn’t work when I know I inputted correctly.
Also please please can you help me with
I managed to use the documentation to adjust the featured image in blog posts to be full screen. However the length is a bit long for me. How can I make it smaller?
-
AuthorPosts