Benjamin
Forum Replies Created
-
Forum: Plugins
In reply to: [Meteor Slides] [Plugin: Meteor Slides] search resultsI 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
Forum: Plugins
In reply to: [Meteor Slides] [Plugin: Meteor Slides] search resultsrewrite 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]Forum: Plugins
In reply to: [Meteor Slides] [Plugin: Meteor Slides] search resultsThanks 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
Forum: Plugins
In reply to: [Meteor Slides] [Plugin: Meteor Slides] search resultsI 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
Forum: Plugins
In reply to: [Meteor Slides] [Plugin: Meteor Slides] search resultsI 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?Forum: Plugins
In reply to: [Meteor Slides] [Plugin: Meteor Slides] How to update permalink for slidesI have the same question