Tagged: social media
- This topic has 8 replies, 3 voices, and was last updated 7 years, 4 months ago by Theme Horse Support Team.
-
AuthorPosts
-
June 14, 2017 at 12:10 pm #51766TamaraParticipant
Hello,
I have a question about the blog page and the social media icons.
– I set up a blog page (Blog Image Large) and I wrote my first blog post. But when I go to my blog page, the title of my post and the image is missing. And when I click on ‘Read more’, the title of my blog post shows up twice, even in the light grey bar under the menu (instead of ‘Blog’).
– I’m trying to change the old Instagram logo into the new Instagram logo (in the header/footer). I found the original images in the theme/images folder (instagram@2x, instagram@2x-hover) and I replaced them. I didn’t changed the file names and I kept the same sizes. I uploaded them via ftp a few days ago but nothing changed (only on the mobile version I can see the new file: instagram@2x-hover).
The URL is: http://tamarawitjes.com/testwebsite/blog/
Your help would be greatly appreciated.
Thanks and regards,
Tamara
June 15, 2017 at 5:30 am #51778Theme Horse Support TeamKeymasterHi Tamara,
You are not getting blog title on your post because you have added below code in your child theme style.css file. Please remove below css code from attitude pro child theme.
.page .entry-title { display: none; }
To hide one title from single page
Go to Appearance -> Theme Options/ customize -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:.single .entry-title { display: none; }
Yes the featured image will not be displayed in single page. We have designed our theme this way. If you want image than you can add image from your media.
Thank you!
June 16, 2017 at 2:12 pm #51794TamaraParticipantHello,
Thanks for your quick reply. I removed the first code and I added the second code, but after that all my titles shows up twice on every page (on the light grey bar (under the menu) and also under the grey bar).
Now I downloaded a plugin for my blog page. It looks fine now. But can I add a code to reduce the white space above the title? I would like to have the same margin as my other pages.I also have a question about the white space in the left and right side on the homepage. My Instagram Feed has more white space then the featured images. Can I change this (same as the featured images)?
Thanks and regards,
Tamara
June 22, 2017 at 9:19 am #51877TamaraParticipantHello,
I’m not sure if you’ve read my last comment. I would really appreciate your help.
Thanks and regards,
Tamara
June 22, 2017 at 10:55 am #51881Theme Horse Support TeamKeymasterHi Tamara,
To reduce the white space in the left and right side on the homepage go to Appearance > Customize/Theme Options > Design Options Tab > Custom CSS paste the following CSS code and Click on save button:
.home #main.container { max-width: 100%; }
Thank you!
June 22, 2017 at 12:27 pm #51885TamaraParticipantThank you very much.
Is there also a code I could use on my blog page to reduce the white space above the title? I used the plug-in: Blog Designer, that’s why the margin changed. I would like to have the same margin as my other pages.June 30, 2017 at 12:11 pm #51955Theme Horse Support TeamKeymasterHo Tamara,
Yes the extra margin comes from the Blog Designer plugin. To reduce the margin go to Appearance > Customize/Theme Options > Design Options Tab > Custom CSS paste the following CSS code and Click on save button:
.bdp_blog_template .blog_header { margin: 0; } #main { padding-top: 10px; }
Thank you!
July 3, 2017 at 12:20 pm #51976TamaraParticipantHello,
Thank you very much for your help 🙂
Kind regards,
Tamara
July 4, 2017 at 4:50 am #51979Theme Horse Support TeamKeymasterYou welcome Tamara
Could you also please help us rating this theme in WordPress Repository.
We really appreciate your rating.
Thank you! -
AuthorPosts
- You must be logged in to reply to this topic.