karyyyn
Forum Replies Created
-
How to setup configure settings?
How to setup this plugin?
Do I need to set API to the plugin integration?
Yes, also getting the same! I think better to use another plugin for the Sitemaps!
Forum: Plugins
In reply to: [DBC Backup 2] Automatic backups fail but can do a manual backupWe would also like to hear the feedback from the plugin author.
Forum: Plugins
In reply to: [BulletProof Security] BPS blocking auto updates of Backup BuddyGreat thanks.
It worked when we removed the wget from .htaccess.
Appreciate the fast reply!
Forum: Plugins
In reply to: [BulletProof Security] BPS blocking auto updates of Backup BuddyThanks for the fast reply.
Can you give more clear steps about the change you suggested?
Are the Rewrite rules something we should add? …or replace? Do they go in .htaccess in the root?
Forum: Plugins
In reply to: [BulletProof Security] BPS blocking auto updates of Backup BuddyYes, we have the same problem and would like to know the answer as well.
Any updates on this? All we would like to do is be able scroll down the page (the touch swipe from left to right is not so important at the moment).
We might have to switch sliders if this doesn’t work. (After all, what good is a responsive slider (for mobiles) if the scrolling up and down doesn’t work?
We really like the plugin overall!
Yes, I have the same problem… No albums. Anyone have a solution?
Forum: Plugins
In reply to: [Theme My Login] [Plugin: Theme My Login] Settings Tabs not showingOne offending plugin is, “WP Survey And Quiz Tool”. It breaks the options page of Theme My Login.
Forum: Plugins
In reply to: share and follow – where did it go???You might find this interesting:
http://share-and-follow.com/wordpress-plugin/
(Maybe they are not going to offer it for free anymore… Sounds like they don’t want to support it for free anyway.)
Forum: Plugins
In reply to: [Share and Follow] [Plugin: Share and Follow] url points to malware siteI ran their site through AVG threat labs, but found it (currently) clean:
http://www.avgthreatlabs.com/sitereports/domain/nujij.nl
I also Googled the URL you list above, but found no warnings.
Other plugins use a similar URL in their code:
http://nujij.nl/jij.lynkx?t=TITLE&u=PERMALINKForum: Themes and Templates
In reply to: Add a class to every 2nd postWhat about the reverse? To assign a class to every Odd post?
Would it look like this?
function alternating_post_class($classes) {
if( is_home() ) {
global $wp_query;
$classes[] = ( $wp_query->current_post%2 === 0 ? ‘ ‘ : ‘odd’ );
}
return $classes;
}
add_filter(‘post_class’, ‘alternating_post_class’);Forum: Plugins
In reply to: [Network Publisher] [Plugin: Network Publisher] What about Custom Post Types?Yes, it’s Jigoshop.