John
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Modal] After upgarde Not workingHi,
After some testing I found that some of the conditions work correctly and some do not. I was able to get it to work for my needs using the ones that functioned properly.
I will be upgrading to the pro version.
Thanks!
Forum: Plugins
In reply to: [Clone] cant perform a backupI found that there was a giant .zip file inside one of the folders. Once I removed that the backup worked fine.
Forum: Plugins
In reply to: [Clone] cant perform a backupHi – I am having the same problem on 1 website I am working on. I cannot make a backup, even when I exclude all the uploads folders to reduce the size.
I have many other sites that work with no issues, all on the same Hostgator hosting account.
Thanks for any help!
Forum: Plugins
In reply to: [DUB Facebook Albums] can you not include certain albumsI would also like to exclude specific albums.
Great plugin, by the way!Forum: Plugins
In reply to: [WP Modal Login] Redirect on Logout?That would be great.
Adding both a login redirect and logout redirect field in the settings would make your plugin perfect!
Forum: Plugins
In reply to: [WooCommerce] share this integrationI am also having this issue after the latest update.
Forum: Plugins
In reply to: [Recent Posts Widget Extended] Thumbnail Not Displaying on New PostsThank you – I was able to get it to function but it took going back to 0.8.0.
Great plugin!!
Forum: Plugins
In reply to: [WP-Filebase Download Manager] Add description to file treeviewI fenda,
I am looking for the similar function, did you ever get this resolved?
Thanks,
JohnForum: Plugins
In reply to: [Recent Posts Widget Extended] Different styles per widget areaFIXED !
Forum: Plugins
In reply to: [Widget Logic] Restricting Widgetssame quesiton
I somewhat new to WordPress (been using Joomla for 3 years and can do almost anything with it) but I seem to have a mental block when it comes to adding new widget positions to WordPress.
My theme does not have, by default, a position in the header area for the cart. I have tried adding
register_sidebar(array( 'name' => 'MiniCart', 'id' => 'minicart', 'before_widget' => '', 'after_widget' => '', 'before_title' => '<h3>', 'after_title' => '</h3>' ));
to my functions.php file and adding
<?php dynamic_sidebar('minicart'); ?>
to my header.php file.
Is the code from nsunberg above a better solution for me? If there is a post somewhere else that will give me some better guidance please post it for me!
Thanks,
JohnForum: Plugins
In reply to: [WooCommerce] Display Product Catagories On Page Other Than Shop HomeI would like to do the same.