markmck
Forum Replies Created
-
Forum: Plugins
In reply to: [Service Area Postcode Checker] Hiding search query from end of results@bethgee For me, I edited the ‘postcode_class.php’ file within the plugin, and went to around line 35 (I’m looking at an old screenshot, so maybe line number has changed), and I amended where it says;
array_push( $details , $postcode_details[‘suburb’] . ‘ – ‘ . $postcode_details[‘Postcode’] );
And changed it to this
array_push( $details , $postcode_details[‘suburb’]
This then stopped the original query from showing.
Hope that helps.
Forum: Plugins
In reply to: [Cool Flipbox - Shortcode & Gutenberg Block] Content widthPerfect, this worked great, thank you.
The broken navigation is on the same page – https://cubist.badwolfproductions.co.uk/collection/ – If you look at any other page you will see the nav bar above the logo, but on this Collection page it has disappeared.
As I mentioned before, disabling your plugin brings the nav bar back, so there is definitely a conflict.
Thanks
MarkForum: Plugins
In reply to: [Yoast SEO] Meta title/description on a ‘Latest Posts’ homepageHi Rumejan,
Sorry, to clarify, in WordPress, Settings – > Reading, I have ‘Your homepage displays’ set to ‘Your latests posts’, as opposed to setting a static home page.
Because of this, I have no set post or page where by I can amend the meta title or description.
I hope this is clearer now – can you advise?
Thanks
MarkForum: Plugins
In reply to: [Cool Flipbox - Shortcode & Gutenberg Block] Content widthHi,
i’ve noticed a secondary issue whereby your plugin is breaking my navigation on that Collections page (disabling it fixes it).
It seems when it’s enabled, the navigation bar disappears. Can you assist/
Thanks
Forum: Plugins
In reply to: [Cool Flipbox - Shortcode & Gutenberg Block] Content widthHi,
Thanks for your reply.
I’d like to keep it at Four columns for now.
I tried your CSS code but it has not made a difference. I changed it to 0px as a test, and again no difference.
Can you confirm if the CSS has worked?
Thanks
MarkForum: Plugins
In reply to: [WP Fastest Cache] WPFC-Minified 4 hour expiryI’m not sure. I have ‘Browser Cache Expiration’ set to ‘Respect Existing Headers’, but I don’t know if this is right?
What should it be?
ThanksForum: Plugins
In reply to: [WP Fastest Cache] WPFC-Minified 4 hour expiryHi,
No I don’t think my problem is resolved.
I use your plugin on a lot of websites, but this is the only one that has WPFC listed under ‘Leverage Browser Caching’ – Why is this?
The cache sits locally, so why are the expire headers not applying?
Please help,
ThanksForum: Plugins
In reply to: [WP Fastest Cache] WPFC-Minified 4 hour expiryUpdate – i told Cloudflare to “respect existing headers”, but now the 4hrs has just changed to “expiration not specified”.
Any help is greatly appreciated,
MarkForum: Plugins
In reply to: [Show-Hide / Collapse-Expand] Change active colorHi,
This worked perfectly. I was using :active, not :focus.
Many thanks!
MarkI believe the same thing. I’ve installed plugins to only accept traffic from my country, so if they still get in, then…
Plus the big thing I’ve noticed is one client opted to keep their site on a pre-existing hosting package, with a different provider, and that site has remained untouched throughout all of this… no defacing and no username change.
Any scan I run is clean, and perhaps my sites are, it’s their server that is in trouble.
I have a paid-for forensics test being performed tomorrow or Tuesday so I’ll post what they find in case you find it of interest.
I’m having this exact same problem, 3 days in a row – 24 char passwords of letters, numbers and symbols, 2 factor authentication on all sites, and even on my hosting.. yet they can still change my username.
Like you all plugins and themes are patched and any disabled ones have been removed… sometimes they deface my sites, but for the most part they don’t. Have even reset SALTS.
Forum: Fixing WordPress
In reply to: View new content without changing pagesThanks Sterndata, I’ll take a look, thankyou!
Forum: Themes and Templates
In reply to: [Hueman] No sidebars on mobile versionGreat thankyou!
Forum: Themes and Templates
In reply to: [Hueman] No sidebars on mobile versionDude it works now…. I have absolutely no explanation because nothing has changed. I must apologise but thanks so much for your help!!
Forum: Themes and Templates
In reply to: [Hueman] No sidebars on mobile version<?php /* ------------------------------------------------------------------------- * * Custom functions /* ------------------------------------------------------------------------- */ // Add your custom functions here, or overwrite existing ones. Read more how to use: // https://codex.www.ads-software.com/Child_Themes /* load responsive.css from child theme */ function alx_styles() { wp_enqueue_style( 'style', get_stylesheet_uri() ); if ( ot_get_option('responsive') != 'off' ) { wp_enqueue_style( 'responsive', get_stylesheet_directory_uri().'/responsive.css' ); } wp_enqueue_style( 'font-awesome', get_template_directory_uri().'/fonts/font-awesome.min.css' ); }
One thing I should check is your step 6 and 7 from earlier. When you say to delete the section, do you mean just those 2 lines or the entire block relating to that, because I deleted the whole thing!
Thanks again.