Support » Plugin: Meteor Slides » [Plugin: Meteor Slides] search results

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter Benjamin

    (@punkerben)

    I may have found a work around I was trying to delete the slug but that did nothing so I used a slash like this
    ‘rewrite’ => array(‘slug’ => __( ‘/’ )),
    seems to work for now?

    Plugin Author Josh Leuze

    (@jleuze)

    The slide posts aren’t setup to be public, that option is only to hide them from search. You would have to change the public parameter and probably some other options as well.

    Thread Starter Benjamin

    (@punkerben)

    I do want the slides to be listed in the search.
    I am using your slider to display artwork for an artist and want them to display the titles and thumbs by searching for the titles.

    It seems to be working now but if the permalinks change or something I my need more help.

    Here is the working site michaelunderwoodfineart.com

    Plugin Author Josh Leuze

    (@jleuze)

    That turned out really cool!

    Thread Starter Benjamin

    (@punkerben)

    Thanks I couldn’t have don’t it without your code for cycle.js
    It’s the only one that works and I don’t know enough to write my own plug-in.

    Oh and I used media queries to resize instead of your 1.5 Responsive version since all my images are different sizes.
    I use a max-width/max-height and height:auto;width:auto; like this

    .meteor-slides .mslide,.meteor-slides .meteor-clip{width:604px;height:604px}
    .meteor-slides .mslide img{max-width:604px;max-height:604px;height:auto;width:auto;}

    and etc. for each query size

    Plugin Author Josh Leuze

    (@jleuze)

    That’s a neat trick. I’ll have to remember that.

    Thread Starter Benjamin

    (@punkerben)

    rewrite slug for the slides is not working smoothly
    permalink set to /%postname%/

    some slides are not coming up correct in the search they are linked correctly but I get a 404 page not found error.

    Do you have a clue why this would happen?

    Here my settings
    [Code moderated as per the Forum Rules. The maximum number of lines of code that you can post in these forums is ten lines. Please use the pastebin]

    Thread Starter Benjamin

    (@punkerben)

    I found out what happened i had slugs already because they were duplicates in the trash, when I emptied the trash i renamed the slides thinking I could, but it did not like the change in slug names.

    not sure why I cannot get the /slide/ out of the slug permalink though

    Plugin Author Josh Leuze

    (@jleuze)

    Slide is in there because they are a custom post type, this is setup when the custom post type is registered.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘[Plugin: Meteor Slides] search results’ is closed to new replies.