Home › Forums › All Other Themes › Magazine Pro Theme Home Page
- This topic has 11 replies, 2 voices, and was last updated 5 years, 7 months ago by
Sonl Sinha.
-
AuthorPosts
-
June 22, 2019 at 8:55 pm #125561
Hi guys
Kinda very new to editing themes and stuff, so bear with me. For the Magazine Pro Theme n ‘Appearance>Theme Options>Sections’ there is this option to select categories which will then show posts specific to these categories on the homepage.
However, if you don’t select any category, the theme just replaces them with the default pictures (from the demo) instead of removing the sections altogether. Is there any way to remove those default pictures? And to selection just some of the categories but not all of them, while the others remain hidden.
June 24, 2019 at 1:02 pm #125615Hi,
Kindly show us your website URL?
Regards,
DaveJuly 6, 2019 at 11:17 am #126224I am logged in at this website (sktthemes.org) but when I try to create a new topic, it tell me I need to be logged in. When I log in and come back to the forums, I begin appearing logged out again. So while I can reply to posts, I can’t create new topics.
July 6, 2019 at 11:29 am #126225In any case, my old problem has been resolved.
I need help with these new issues on my website:
https://siesport.com/
https://siesport.com/ti9-first-open-qualifiers-results-for-all-regions/ (this is the post page)1. What is the appropriate photo size for the theme? I mean something that will fit in well with the slider on the home page and the content on the posts pages
2. The bullet points are not appearing in the post. What do I do about that?
3. Also I would want the lists to appear indented. Instead, it begins from behind the normal text (check the decimal list on the second link shared above). What can I do about that?
July 8, 2019 at 6:34 am #126262Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.entry-content { list-style: disc inside !important; }
For question 1 and 2?
Can you send us the screenshot of your issues? Upload your screenshot on http://imgur.com/ and paste the share url here.
Regards,
DaveJuly 9, 2019 at 6:27 pm #126383Thanks, the issue 3 has been resolved!
The issue 1 we have resolved ourselves. Just need help with issue 2 now.
I need this style of lists to appear on my post: https://imgur.com/OiJujOB
However it appears like this: https://imgur.com/ZiXpbjuHere’s the actual post for reference: https://siesport.com/ti9-first-open-qualifiers-results-for-all-regions/
July 10, 2019 at 6:38 am #126401Hi,
Kindly use this one
.entry-content ul { list-style: inherit; }
Regards,
DaveJuly 12, 2019 at 12:21 pm #126566Thank you so much guys, this worked. Could you help with one more thing as well:
I want the entry title and image to be centred in the content area, and the text to begin below the image on posts page:
https://imgur.com/CB4tnML
Here’s the actual post page for reference: https://siesport.com/ti9-first-open-qualifiers-results-for-all-regions/
July 12, 2019 at 11:22 pm #126583Also on the category posts page, I need space/line break between two posts because second post seems attached with the first one.
Actual post page: https://siesport.com/category/all-posts/pro-dota/
Screenshot: https://imgur.com/iuR0Kj1
July 13, 2019 at 5:54 pm #126596The second last problem has been resolved (Found another post for a similar issue, that helped). Just need help with the last one now. Don’t hesitate to suggest html code changes, using child theme, so can always roll back any mistakes.
July 13, 2019 at 11:25 pm #126602Need to hide these excerpts everywhere from my site. How can I do that?
Screenshot: https://imgur.com/WUpUKnZ
Website: https://siesport.com/
July 15, 2019 at 6:47 am #126619Hi,
Kindly use this CSS code
.Rightcols-1 .postlist { min-height:60px;} .postlist p { display:none;} .postlayouts { margin-bottom: 40px;}
Regards,
Dave -
AuthorPosts
- You must be logged in to reply to this topic.