Sandor Kovacs
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Sticky Footer] Short codeHi,
The solution is to put the shortcode in category / single or whatever template and it will be shown there.
Of course if you add into the index template it will be visible on all of the page.
Solution #2 is to add a condition in the template file before the shortcode like: is_home(), is_single(), is_category(), etc…
Good luck,
Sandor.Forum: Plugins
In reply to: [Simple Sticky Footer] Sticky footer inactivates footer menuI am closing this topic, didn’t get feedback.
Forum: Plugins
In reply to: [Regenerate post permalink] exceeded timeHi,
Be sure that you allow enough memory for script and the timeout limit is -1 ( infinite ).
The plugin is not prepared for 100k+ posts, maybe in the near future I will add some filters or limits for the regeneration.
Best Regards.
Forum: Plugins
In reply to: [Simple Post Meta Manager] WooCommerce ProductsHi,
At this moment only the posts meta can be managed.
Best Regards,
Forum: Plugins
In reply to: [Ajax Search] Needs spacing removing and results emptiedHi,
Thanks for your suggestion. I’ve added your code and new things to version 1.2.0 .
Best Regards,
SandorForum: Plugins
In reply to: [Simple Sticky Footer] Can I get Sticky Footer to Float at bottom of screen?Hi Cliff,
You have to remove the padding-bottom for the <p> in the sticky footer element, for example add this line into the css :
#simple-sticky-footer p { padding-bottom: 0; }
Best Regards,
SandorForum: Plugins
In reply to: [IP Ban] Banning Web crawler botsHi,
If you add an ip address to your list, the user / bot can’t access your website from browser and neither from cli.
Best Regards.
Forum: Plugins
In reply to: [IP Ban] RedirectsHi,
I made a lot of tests related to the redirects, the only case when an user is redirected when the ip address is on your list.
You may check the user’s ip address with your ip address list and update it.
Best Regards,
SandorForum: Plugins
In reply to: [Simple Sticky Footer] Sticky Footer staticHi,
When you change the pages all the contents are reloaded, this is a default WP behavior.
You have to ajaxify your site and then you can obtain what you want.
Other idea, maybe not the best, is to use frames, one frame for your player and other frame for the website / blog ) . When you navigate inside a frame only it’s content will be reloaded.
Best Regards,
SandorForum: Plugins
In reply to: [Simple Sticky Footer] Not showingHi,
The first link is not working and the second one does not contain stick footer plugin.
If you give me the right link I can check it.
Best Regards,
Forum: Plugins
In reply to: [Simple Sticky Footer] Use menu inside of sticky footerHi,
You have to insert the menu or whatever content inside a page. Select that page in the sticky footer settings page.
Maybe it’s a better idea to create several hyperlinks in your page and stylize with css.
Best Regards,
SandorForum: Plugins
In reply to: [Ajax Search] works on latest?Yes. It was tested with the latest 3.9.1.
Best Regards,
SandorForum: Plugins
In reply to: [IP Ban] Banning Web crawler botsHi,
Off course you can put any User Agent in the ban list. I have to test if the ban it works from command line, because most of the robots are using cli.
Best Regards.
Forum: Plugins
In reply to: [IP Ban] I banned myselfHi,
If you have mysql access, you can search in the WordPress options table ( mostly: wp_options ) and remove your ip from the s_ip_list option value. So, search “s_ip_list” in your WP option table and edit the record. Or you can do by modifying the files like in previous comment.
BTW, If you are logged in as admin and you added your ip to the blacklist, the script would not ban you just in case that you log out.
Best Regards.
Forum: Plugins
In reply to: [Simple Sticky Footer] Content not showing on iPad / IEHi,
I will check it on IE and if I find something I will let you know. I didn’t use this plugin with Visual Composer before. In my opinion it might be a CSS conflict problem, so you may debug it deeply.
Best Regards.
Sandor