sguk
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] Page jumps on load moreI’m getting this too, never had it before, I’m going to try an older version of the plugin. There’s a jump when clicking load more instead of just loading the posts.
Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] Change number of posts on mobileor if you wanted to target screen widths you could do a display:block / none on two divs containing the shortcode
this same issue happens on 4.9 with a live site, no sub folders. On randoms ites deleting or cloning a page redirects to the home page
EDIT: resolved by quitting safari and opening/logging in again!
- This reply was modified 5 years, 8 months ago by sguk.
It works ok and also stops spam which is great.
However, it Refreshes the page.Eg press send, validates “please enter…” in a fornfield
The page then refreshes afterwards, refresh not necessary.
I’ll try v2 with I’m a human or another plugin, thanks for your reply thought ??
Mod Security is not blocking the attacks, it’s a warning. The block rule is turned off as it causes too many issues with WordPress editor.
If 949 is off, it’s just a warning, so on this basis, Wordfence would see it.
From cpanel knowledgebase
REQUEST-949-BLOCKING-EVALUATION
The configuration file path:
modsec_vendor_configs/OWASP/rules/REQUEST-949-BLOCKING-EVALUATION.conf
The rules in this configuration file blocks traffic that various other configuration files request.
Warning:
Other rules in the rule set depend on this configuration file to block incoming attacks. If you disable this configuration file, other rules will detect, but not block, incoming attacks.I haven’t looked any further into this myself as we re too busy on other work, it may not be as we thought, just something we thought we noticed.
Emailed.
Note
I used incorrect wording in the post above, I am new to OWASP so I did not realise when posting that when rule 949 is turned off, it does not block, I found out later from the creator of OWASP.I should have said
Modsecurity – picked up on injection attack / script file upload etc and showed a warning.I even tried https://www.example.com/wp-content/cache/* which works in some cases with folder names but it didn’t in this case.
Off thing is that /wp-content/cache is added as default with the plugin install!
Ah, ok will try that.
I assumed “file/folder whitelist” would be that wp-content/cache would whitelist the cache folder.From what you suggest it sounds like we need to whitelist the folders which have the specific files in.
Thanks!ah, that’s the restrictions you get without full access. Best thing to do would be to use contact form 7 plugin and this plugin, set up your form and then insert the shortcode into a wysiwyg composer field.
add date-format:dd/mm/yy to the shortcode
- This reply was modified 7 years, 1 month ago by sguk.
Forum: Plugins
In reply to: [Photoswipe Masonry Gallery] Thumbs showing up small on small screenBrilliant! Glad it helped and you’re welcome. I know how frustration things can be when you sit for hours trying to get stuff to work!
Ps
I must have set 0 0 to give me more control over the thumbnail cropping, hence the other entries into functions.php (which you didn’t need)Forum: Plugins
In reply to: [WP Title Case] Well, another abandoned pluginAh I see! Of course, and, of, it etc are not caps.
https://www.ads-software.com/plugins/friendlycase/
Ignores certain words. It’s old though, but like any free plugin, someone has to use their time.Forum: Plugins
In reply to: [Maps Builder - Google Maps Plugin] shortcode generator issueJust from experience with this kind of thing, I’d double check you don’t have two plugins installed which are both doing the same thing. Sometimes this can cause both to conflict and neither work!
Forum: Plugins
In reply to: [Photoswipe Masonry Gallery] Any trick to using multiple thumb sizes?I maybe have a way, put your gallery within a div ID.
If you are only using the admin with a theme, use code view to add <div id=”gallery-one”>xxxxgallerycodeherexxxx</div>
Then in your css use the code I gave you here https://www.ads-software.com/support/topic/thumbs-showing-up-small-on-small-screen/
but change to:`
#gallery-one .psgal figure { xxxxx }
#gallery-two .psgal figure { xxxxx }`
You can then change it per gallery just the same as you can per screen with media queries.
I haven’t tested this but I’m pretty sure it’ll workForum: Plugins
In reply to: [WP Title Case] Well, another abandoned pluginJust use capitalise in your css ??
https://www.w3schools.com/cssref/pr_text_text-transform.asp