Reece Butler
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Popups] Display rule on all pages except specific onesI would also like to know if there is currently a way of doing this.
I have a site with hundreds of pages and posts which I want to display a popup on, but 4 or 5 where I don’t want it displayed. Exclusion rules would make it so much easier to work with.
Currently, the only options are;
1. Display the popup sitewide, which also shows on the few pages where I don’t want it.
2. Add every single page and post I want it displayed on individually. Obviously on a site like mine with so many pages and posts that would be too much work to keep that list maintained when pages are added and removed.
Neither of those is a workable option really.
Thanks.
Have the same issue.
Can confirm that the file af-render-content-field.php is missing from the latest version when updating the plugin.
Adding the file manually from GitHub, as per the above post fixed the errors.
Forum: Plugins
In reply to: [Meteor Slides] Issue displaying the correct captions and titlesThanks for the response Josh.
The theme I am using is a custom built theme from a former developer our studio uses.
I believe I have added everything as required, and I have uploaded the files in question to Dropbox. They are the function.php, the custom slideshow template and the page template with a sample of how it has been implemented.
functions.php – https://www.dropbox.com/s/xlboctrnc4s5f5f/functions.php
Slideshow Template – https://www.dropbox.com/s/mkdlgr2kaydvnhh/meteor-slideshow.php
Page template – https://www.dropbox.com/s/dqjbc5uz3jp9aqy/template-folio-creativeservices.php
I have played around a bit with it over the weekend, however I still can’t seem to crack it.
I have also tried adding the below outside of .mslide aswell to see what that produced, but it’s still just the pages content.
<!-- Caption --> <p><?php the_title(); ?></p> <p><?php // Get the slide post's excerpt the_excerpt();?> </p>