• Throws out the display, columns etc when used with many themes. Wouldn’t work with 3 of 5 themes I tried. Ie “Suffusion” theme.

    A pity because on the home page it does just what I want but once an item is selected it misbehaves.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Anoop Ranawat

    (@anoopranawat)

    Hello ian,

    many themes in wordpress use their own style and layout..so you should have some small knowledge of CSS..Bcz i have also provided the css file for customization

    Plugin Author Anoop Ranawat

    (@anoopranawat)

    Hello ian,

    I have tested this plugin with SUFFUSION Theme and its working fine..
    If you need any help then you can ask here.

    Thanks

    Plugin Author Anoop Ranawat

    (@anoopranawat)

    One more things…if you can see please go to

    \plugins\sp-news-and-widget\views

    and open both templates
    1) all-news.php
    2) single-news.php

    and remove the <?php get_sidebar(); ?> code from both the templates..

    and replace <div id="primary" class="site-content"> with
    <div id="main-col"> in the starting of both the template files

    You will get the solutions

    Thanks

    Plugin Author Anoop Ranawat

    (@anoopranawat)

    Also remove in your theme css

    background-position: 0 1px; from

    .suf-mag-category ul li, .sidebar-tab-content ul li, .suf-widget ul li, .suf-flat-widget ul li, .suf-panel-widget ul li{background-position: 0 1px;
        background-repeat: no-repeat;
        padding-bottom: 3px;
        padding-left: 22px;
    }
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Doesn't work with many themes.’ is closed to new replies.