Archived
This topic is now archived and is closed to further replies.

Single Bits What version number is Filtering up to now?
By
evscicats, in DMS & Legacy Products
Recommended Posts
-
Similar Content
-
By stijnxo+
The Filtering of categories in the Masonic Gallery refreshes back to ALL categories when the DMS Revslider loads a new image?
Anybody any idea? See Artists Category refreshes back to ALL when the DMS Revslider with images on the top loads a news image on http://www.18hrsfestival.nl/
-
By JudithKlinger+
Help! I urgently need to remove the "This post was last edited..." that is now appearing anywhere that I've used Single Bits for a post.
James Giroux kindly provided this reply...but it does nothing. HELP!
This is from the Single Bits section by Ellen. The code to add to the functions.php to remove this is:
if(class_exists('elsueSingleBitsPlugin')) { $instance = elsueSingleBitsPlugin::this(); remove_filter('the_content', array($instance , 'add_mod_hatom_data'), 5 ); } -
By JudithKlinger+
I'm stuck in a loop. We're developing a magazine type format and having been using Single Bits Single Post as the template..fine, no problem. Looks great!
But, some of the articles now have either a lot of media, or multi media, so we wanted to set up another template for these posts. But, if I change the media content on one post, it
changes it on the others. I've tried setting up Custom Posts, but that removes the post from the wp post "categories" and then deletes the post from something like HoverNews that pulls by category.
So how do I have the media change for each post? I've tried setting up a separate template for each of these particular, media specific posts...but that doesn't help either because they are posts, not pages.
Can PM you the link as the site is not live yet. Thanks!!
-
By Josiah Jones
Hi,
I'm currently using the Filtering plugin on a website that is not yet live (http://www.RetroLeaders.com/ - currently hidden by a "Coming Soon" plugin) however after updating to the most recent version of Wordpress and DMS the Filtering plugin has stopped working and is causing DMS to display the never ending load icon.
Inspecting the code for errors I see the following problems:
. jquery.isotope.min.js?ver=1.7.4:11 Uncaught TypeError: Cannot read property 'opera' of undefined (anonymous function) @ jquery.isotope.min.js?ver=1.7.4:11 (anonymous function) @ jquery.isotope.min.js?ver=1.7.4:11 (index):66 Uncaught TypeError: mycontainer.isotope is not a function (anonymous function) @ (index):66 jQuery.Callbacks.fire @ jquery.js?ver=1.11.2:3143 jQuery.Callbacks.self.fireWith @ jquery.js?ver=1.11.2:3255 jQuery.extend.ready @ jquery.js?ver=1.11.2:3467 completed @ jquery.js?ver=1.11.2:3498
Can you please check if everything is working properly and provide an update if necessary? The filtering function is a crucial part of my web design and we cannot go live without it!
Please let me know what you find.
Best,
- Josiah
-
By stoltz+
I want to change the text color of the post title in a specific post - How do I do that through CSS?
I've downloaded a plugin which allows me to add custom CSS in specific posts, but I do not seem to get the selectors right.
I am using the light-bg class on the single-bit container as well, which then includes a single-bit with the post title.
-