Magazine Pro Theme Home Page

Home Forums All Other Themes Magazine Pro Theme Home Page

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #125561
    Muhammad FarhadMuhammad Farhad
    Participant
    • Topics: 1
    • Replies: 7
    • Total: 8
    Member since: June 22, 2019

    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.

    #125615
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    Hi,

    Kindly show us your website URL?

    Regards,
    Dave

    #126224
    Muhammad FarhadMuhammad Farhad
    Participant
    • Topics: 1
    • Replies: 7
    • Total: 8
    Member since: June 22, 2019

    I 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.

    #126225
    Muhammad FarhadMuhammad Farhad
    Participant
    • Topics: 1
    • Replies: 7
    • Total: 8
    Member since: June 22, 2019

    In 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?

    #126262
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    Hi,

    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,
    Dave

    #126383
    Muhammad FarhadMuhammad Farhad
    Participant
    • Topics: 1
    • Replies: 7
    • Total: 8
    Member since: June 22, 2019

    Thanks, 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/ZiXpbju

    Here’s the actual post for reference: https://siesport.com/ti9-first-open-qualifiers-results-for-all-regions/

    #126401
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    Hi,

    Kindly use this one

    .entry-content ul {
        list-style: inherit;
    }

    Regards,
    Dave

    #126566
    Muhammad FarhadMuhammad Farhad
    Participant
    • Topics: 1
    • Replies: 7
    • Total: 8
    Member since: June 22, 2019

    Thank 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/

    #126583
    Muhammad FarhadMuhammad Farhad
    Participant
    • Topics: 1
    • Replies: 7
    • Total: 8
    Member since: June 22, 2019

    Also 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

    #126596
    Muhammad FarhadMuhammad Farhad
    Participant
    • Topics: 1
    • Replies: 7
    • Total: 8
    Member since: June 22, 2019

    The 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.

    #126602
    Muhammad FarhadMuhammad Farhad
    Participant
    • Topics: 1
    • Replies: 7
    • Total: 8
    Member since: June 22, 2019

    Need to hide these excerpts everywhere from my site. How can I do that?

    Screenshot: https://imgur.com/WUpUKnZ

    Website: https://siesport.com/

    #126619
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    Hi,

    Kindly use this CSS code

    .Rightcols-1 .postlist { min-height:60px;}
    .postlist p { display:none;}
    .postlayouts { margin-bottom: 40px;}

    Regards,
    Dave

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.