Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #253551

    hi,
    i have some formatting/display issues with the posts created by other plugins like:

    All In One Calendar (see: http://oshonow.net/ai1ec_event/love-life-laughter-2/?instance_id=63)

    WP CourseWare (see: http://oshonow.net/module-1/meditation/}
    for the courseware post you will need username (prem) password (abcd1234)

    the text is aligned too much on the left side and the dotted line below the author’s image runs on top of the text and pics.

    please help…

    #253774

    Hi akhilz!

    Thank you for using the theme!

    Regretfully, we cannot provide support for third party plugins or scripts as stated on our support policy due to the fact that there is simply no way to account for all of the potential variables at play when using another developer’s plugin or script. Because of this, any questions you have regarding setup, integration, or troubleshooting any piece of functionality that is not included on the theme package will need to be directed to the plugin author.

    Please try to add this on Quick CSS or custom.css to fix the content alignment on the blog page:

    .template-blog div.entry-content {
    padding-left: 110px;
    }

    Thank you for understanding.

    Regards,
    Ismael

    #253907
    This reply has been marked as private.
    #254756

    received a reply from WP Courseware and they suggested:

    Sorry to hear you’re having some formatting issues with the posts.
    It sounds like this is an issue that’s going to be handled by your theme. You might want to take a look at the theme’s documentation for “custom post types.
    Also, this CSS should help fix the issue:

    .template-blog .units div.entry-content { 
    padding-left: 110px; 
    }

    AND that css broke something and even after removing that code from Quick CSS the Sidebar Content is at the bottom of the page just above footer. tried disabling WP Courseware and the problem persists.
    sorry that was being caused by another plugin Simple Share Buttons Adder and now fixed.

    The CSS provided by them works on the posts created by their plugin but then moves the normal posts also to the right and it looks bad.
    PLEASE have a look at these posts:
    All In One Calendar (see: http://oshonow.net/ai1ec_event/love-life-laughter-2/?instance_id=63)
    WP CourseWare (see: http://oshonow.net/module-1/meditation/}
    for the courseware post you will need username (prem) password (abcd1234)
    and help me to:

    1. fix the Sidebar Content back!

    2. fix (if possible) CSS for the post (Course Unit created by WP Courseware) to display within the confines of the designated area just like the normal posts in the theme.

    your help is much appreciated…

    • This reply was modified 9 years, 11 months ago by akhilz.
    #254967

    Hi!

    Thank you for the update.

    Please use this for the WP Courseware posts:

    .single-course_unit div.entry-content {
    padding-left: 130px;
    }

    And this one for the All In One Calendar posts:

    .single-ai1ec_event div.entry-content {
    padding-left: 90px;
    }

    Cheers!
    Ismael

    #254978

    thanks Ismael, that worked like a charm…

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘formatting issues with posts created by other plugins’ is closed to new replies.