Kat
Forum Replies Created
-
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] CDN with 2 themesThank you for your answer. i fixed the problem some other way.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] CDN with 2 themesUpdate:
apparently, its not using CDN only with header pictures.Forum: Plugins
In reply to: [Favorites] Not Saving For Unauthenticated Users.i have exactly same problem with latest update cannot deselect (Select this option to prevent the creation of favorite lists by anonymous visitors.), but it actually crashes wp-admin. Help from dev will be appreciated
@mbrsolution maybe you can add this feature to plugin in xmlrpc options .htaccess file
<Files xmlrpc.php> Order Deny,Allow Deny from all Allow from 192.0.64.0/18 Satisfy All ErrorDocument 403 https://127.0.0.1/ </Files>
what it does is block every traffic except from jetpack servers.
Forum: Plugins
In reply to: [WP Cerber Security, Anti-spam & Malware Scan] auto blacklistthat’s true, however as i see on my website, this attacks come from websites and servers, all of which have static ip address. At the moment im blocking them manually. Its getting boring really but if i don’t do it they just keep returning.
wp cerber is doing an awesome job preventing access, but still…Forum: Plugins
In reply to: [WP Cerber Security, Anti-spam & Malware Scan] Blacklist buttonawesome job. Many Thanks.
Forum: Plugins
In reply to: [Recipe Cards For Your Food Blog from Zip Recipes] Nutrition factsThank you for your help.
Unfortunately the code didn’t work or was changing wrong titles. Maybe theme is overriding it, don’t know. Making changes using inspect, works but not using wp customiser
At the end i decided to change directly in CSS file. Just need to remember it in further updates.
In any case, appreciate the help.Forum: Plugins
In reply to: [Recipe Cards For Your Food Blog from Zip Recipes] Nutrition factsThank you for your reply.
I finished and imported full translation for you to check and approve.Thanks for the CSS but i think you miss understand my request.
Your CSS changes the all background in label but i only need the dividers between facts and maybe border.
Also is it possible to reduce title “Nutricional fact” Font?Check page with label.
/salada-de-alface-com-laranja/Regards
Forum: Reviews
In reply to: [Comments - wpDiscuz] Stopped workingversion 4.0.9 works fine now
Forum: Plugins
In reply to: [WordPoints] table colorsyour’re right. i was able to change the text colors in my theme css.
Thank you for your help.Forum: Plugins
In reply to: [The GDPR Framework By Data443] Lot of work to be doneVery true. Well done.
Forum: Plugins
In reply to: [The GDPR Framework By Data443] Lot of work to be donehi email was sent to [ Redacted, support is not offered via email, Skype, instant messenger, etc. ]
i can forward to another if you want.i don’t use plugin for language. i created a pot file and translated the plugin.
i didn’t update plugin because i made a lot of changes to make it work with my website.
- This reply was modified 6 years, 7 months ago by Jan Dembowski.
i fixed the problem by replacing code in Forms.php
its not the best way but it does the job well.<p class="wc-must-login"> You must <a data-ajax="false" href="<?php echo wp_login_url( get_permalink() ); ?>" title="Login">login </a>to post a comment! </p>
Any ideia how this could be done?
I’ve done it before but i had to downgrade wpdiscuz version and its gone, and cant see to remember how.thx for replying.
i have another problem, need to disable ajax in login button.
i done this before but cant figure out how.login box “you must login to comment”
- This reply was modified 6 years, 10 months ago by Kat.