Rocco Tripaldi
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Getting started on a data driven websiteHello KimDW,
You could certainly achieve something like this right out of the box with WordPress. For example, if you set your site’s permalinks to use Post Name, every page you create in the page editor will be given a unique URL based on a string you set. You could have unique content for each page, and even display unique styles for each page by customizing your theme’s CSS.
If you needed something more complex, you could search for a plugin that does what you require, or even build your own custom plugin.
The Advanced Forums contain great discussion of people who want to go above and beyond WordPress’ default features.
Forum: Fixing WordPress
In reply to: How to keep state of custom menu in wordpress?Hello chimsetapdi,
By default, WordPress does not support menus that retain their state after a page load. The WordPress menu editor also does not support pagination.
The features you are requesting seem pretty neat, and could surely be achieved by customizing your theme, or creating a custom plugin.
For example, you could probably retain the state of the menu by fiddling with your theme’s CSS, or writing some custom javascript.
It’s a long shot, but maybe there is already a plugin that provides these features. You could try a search like so:
https://wordpress.org/plugins/search.php?q=menuFailing that, you might consider seeking professional support from: http://jobs.wordpress.net/
Forum: Fixing WordPress
In reply to: port forwardingCheckout this link:
https://codex.wordpress.org/Giving_WordPress_Its_Own_DirectoryThere are a few items in the first section that could be of use to: setting the URLs in your settings page, copying (not moving!) index.php and .htaccess from the /wordpress/ directory to your root directory, and setting pretty permalinks. However, I’ve never tried this with port forwarding, so it is hard for me to say for sure.
Give it a try and let me know if you get it working.
Forum: Plugins
In reply to: [BruteProtect] Fatal errorThis is being addressed here:
https://wordpress.org/support/topic/bruteprotect-upgrade-problem?replies=9#post-7290789Forum: Plugins
In reply to: [BruteProtect] v2.4.1 is brokenThat is true. You could enable Jetpack and you would not need to re-install BruteProtect.
Forum: Plugins
In reply to: [BruteProtect] v2.4.1 is brokenThis is being addressed here:
https://wordpress.org/support/topic/bruteprotect-upgrade-problem?replies=4#post-7290789Forum: Plugins
In reply to: [BruteProtect] BruteProtect upgrade problemThanks for the report. We’ve found the problem, and will be releasing fixes in version 2.4.2 within an hour.
For now, you can regain access to your dashboard if you manually delete the BruteProtect plugin folder via FTP. It is found in wp-content/plugins/bruteprotect
And you can re-install once 2.4.2 is released.
Forum: Plugins
In reply to: [BruteProtect] Site migrationYes your new site is still protected, however it is using the the API key from the old site.
You can delete the API key and get a new one if you want to update the URL in our records.Also, please consider switching to Jetpack. It now contains the most up-to-date version of BruteProtect in its Protect module.
Thanks!
Forum: Plugins
In reply to: [BruteProtect] has not stopped this bruteforce attackWould you mind sharing your logs with us?
You can share them privately via:
http://jetpack.me/contact-support/Please reference this thread in your question.
Also, you should consider switching to Jetpack. It has now contains a more up-to-date version of BruteProtect ( the Protect module ).
thanks!
Forum: Plugins
In reply to: [BruteProtect] -10520, Jetpack: [missing_token]Hello,
Can you post the URL of the site in question?
If you’d like to keep it private, you can reach directly via:
http://jetpack.me/contact-support/Please reference this thread in your question.
Thanks!
Forum: Plugins
In reply to: [BruteProtect] api key blankI received the report.
When your server tries to contact our server via cURL, we get
error:0D0890A1:asn1 encoding routines:ASN1_verify:unknown message digest algorithmThis usually is evidence that your server is running an older version of openSSL.
Please inform your server admin or hosting company of the error above, and to upgrade openSSL.
Thanks
Forum: Plugins
In reply to: [BruteProtect] How to report an ipThanks Vic,
We do not currently have a way for people to report IP addresses. It’s a good idea though, and we may consider it in a future release.
Forum: Plugins
In reply to: [BruteProtect] I can only whitelist a certain number of IPsUnfortunately, BruteProtect does not support CIDR notation in the IP Address Whitelist
CIDR notation is the slash character you see in some of the addresses. For example
64.125.76.96/27corresponds to the IP addresses from64.125.76.96to64.125.76.127.The newest version of BruteProtect is now in Jetpack. Give it a try. It also does not support CIDR notation, but it does allow you to specify ranges.
With Jetpack you could specify
64.125.76.96/27as64.125.76.96 - 64.125.76.127Ask maxCDN if they can specify ranges in that format: lowvalue – highvalue. Or use this tool to convert them manually: http://www.ipaddressguide.com/cidr
Thanks and sorry for any inconvenience.
Forum: Plugins
In reply to: [BruteProtect] api key blankHello,
It is possible that your site is having trouble talking to our API.
Try sending us a debug report by clicking the ‘Debug’ link at the bottom of your BruteProtect configuration page in your WordPress dashboard. Then click the ‘Send Report’ button.
Reply here with your site’s URL when you’ve sent it, and I’ll let you know what I find.
Thanks
Forum: Plugins
In reply to: [BruteProtect] Compared to HTTP Basic AuthHello Fuoco,
Protecting your WordPress via .htaccess is an excellent solution. If you are happy with that, then you do not need to use BruteProtect.
The cool thing about BruteProtect is that it uses data from the entire WordPress community to block known bad actors. The more people that use it, the stronger it gets!
If you do decide to use our product, you should know that the latest version was added to Jetpack version 3.4. Please use that version.
Thanks