Thulani Matshoba
Forum Replies Created
-
Thanks Dan
Forum: Plugins
In reply to: [W3 Total Cache] Missed Cron Schedule and issues with W3TC Object CacheThanks for the prompt response… i’ve attached the 3 screenshots you asked for below:
PG Cache
Minify
Fragment
Forum: Plugins
In reply to: [Multiple Domain] 302 RedirectHey @gustavostraube seems to be working fine now… after i removed the base path on the settings, i had to clear my cache… so this snippet below is working fine
function force_section_redirect() { if (MULTIPLE_DOMAIN_DOMAIN === 'dailymaverick.co.uk' && (is_home() || is_front_page())) { wp_redirect(home_url('/section/declassified-uk/')); exit; } } add_action('init', 'force_section_redirect', 1);
Thanks a million for all your help
Forum: Plugins
In reply to: [Multiple Domain] 302 RedirectHey @gustavostraube this is my settings currently https://imgur.com/FMCWYa7 but i see now its going through to the articles but its going to .co.za instead of .co.uk
Forum: Plugins
In reply to: [Multiple Domain] 302 Redirectwhen i
ping https://dailymaverick.co.uk/section/declassified-uk/
i get the results ofunknown host
, could the issue be host related maybe?- This reply was modified 4 years, 9 months ago by Thulani Matshoba.
Forum: Plugins
In reply to: [Multiple Domain] 302 RedirectI removed that base path, it’s still just reloading the page…
Forum: Plugins
In reply to: [Multiple Domain] 302 RedirectNo, i still have the old settings i sent you earlier… should i remove the base path?
Forum: Plugins
In reply to: [Multiple Domain] 302 RedirectNo its ok man i understand, i appreciate all your help… i’m afraid that didn’t work also though
function force_section_redirect() { if (MULTIPLE_DOMAIN_DOMAIN === 'dailymaverick.co.uk' && (is_home() || is_front_page())) { wp_redirect(home_url('/section/declassified-uk/')); exit; } } add_action('init', 'force_section_redirect', 1);
Forum: Plugins
In reply to: [Multiple Domain] 302 RedirectHey @gustavostraube i’m afraid that didn’t work… it’s still redirecting to the same page ??
Forum: Plugins
In reply to: [Multiple Domain] 302 RedirectI don’t think that’s gonna work cause… the main site is
https://dailymaverick.co.za/
and we using the plugin to go tohttps://dailymaverick.co.uk/sections/declassified-uk/
we using both sites, wont the above snippet redirecthttps://dailymaverick.co.za/
to/section/declassified-uk/
? keep in mind the.co.za
and.co.uk
- This reply was modified 4 years, 9 months ago by Thulani Matshoba.
Forum: Plugins
In reply to: [Multiple Domain] 302 RedirectYes, these are my settings https://imgur.com/IrrsFoT please advice, how else can i can i do this?!
Thanks
Forum: Plugins
In reply to: [Multiple Domain] 302 RedirectHey @gustavostraube, thanks for a prompt reply… the issue is when you click any article on that url, it just reloads the page instead of going to that particular article
Please let me know if this makes sense. Thanks
Hi,
Thanks for the prompt response but i already saw that option on the Admin > Manage Form fields. I was asking about about the main search form, the one that displays on a page when you put this code [ businessdirectory ] that’s the the one i want to edit
Forum: Plugins
In reply to: [ZM Ajax Login & Register] textlink at registrationformHey Zane, I inserted a check box on the form which links to the terms & conditions in my website but now I’m struggling with the code to validate it because i want it to be a requirement to check when you registering… Can you please point me to the right php or js file to do this
Thanks