• Resolved confused

    (@nicole2010)


    I have just updated to the latest version and I am wondering if the class names have been changed because the plugin looks very messy as if the CSS does not work anymore.
    I did a search for the class names that I used before and I can’t find them:
    .subpages-cell
    .subpages-table
    .subpages-cell img

    How do I know what they were changed to?

Viewing 8 replies - 1 through 8 (of 8 total)
  • wlindley

    (@wlindley)

    On the Autonav options page, you will see a setting for: Default class for tables … which by default should be subpages … Or … what is your website?

    Thread Starter confused

    (@nicole2010)

    Thank you for your reply.
    The page is: https://www.yetzira.com/hanuka.html
    I use the plugin on lots of pages and it used to be aligned to the right and I had taken the border off but it came back.
    I have the following in my CSS but for some reason it stopped working after I upgraded:

    .subpages-cell {
    text-align: right; direction: rtl;
    
    }
    
    .subpages-table {
    	text-align: left;
    	margin-left: auto;
    	margin-right: 0px;
    	font-family: Verdana, Arial, Helvetica, Sans-Serif;
    
    }
    
    .subpages-cell img {
    border: 0px; 
    
    }
    Thread Starter confused

    (@nicole2010)

    Could somebody please help me with this? Any help would be much appreciated…

    Your page uses a list, not a table; so the classes you want are subpages-list and subpages-item … the -cell and -table classes are only used for tables. What do you have as the display="___" ?

    Also, you might want to use the Firebug plugin for Firefox. With it, you can see what CSS styles are in your document, and even edit the styles on-the-fly without changing files… so you can experiment.

    Thanks for your reply.
    Where do I see what I have as the display=”___” ?

    I can’t find display= anywhere. Where should it be?

    OK, you have something like this in your post or page somewhere, right?

    [autonav display="images"]

    You might have more or less, but you must have the display part, or autonav won’t run. So: What exactly do you have between the square brackets, including the [autonav and everything else?

    Thanks! Now I see what you were referring to:

    [autonav display=”posts, table, thumb” postid=”category:28″ count=50]

    It used to say list but I changed it to table (I had used the shortcode over 150 times so I had to make a lot of changes….)

    Anything further here? Please set issue to “resolved” if this helped, thanks!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘[Plugin: AutoNav Graphical Navigation and Gallery Plugin]’ is closed to new replies.