chapeauvert
Forum Replies Created
-
Forum: Plugins
In reply to: [Polylang] Landing pages and Home pagesI’ve never posted an image. How do I do that?
Forum: Plugins
In reply to: [Polylang] Landing pages and Home pagesHi Chrystl,
The landing page is a page template of the Virtue Theme.
The static front page I chose through the Reading Settings.
Forum: Plugins
In reply to: [Polylang] Landing pages and Home pagesOops,
a class=”brand logofont” href=”<?php echo home_url(); ?>/”
Forum: Plugins
In reply to: [Polylang] Landing pages and Home pagesHi Chrystl,
Forum: Plugins
In reply to: [Polylang] Landing pages and Home pagesHello,
I tried writing a custom plugin without any prior plugin writing experience.
<?php
/*
Plugin name: Polylang – Home Page Redirect
*/// prevents home redirection
add_filter(‘pll_redirect_home’, ‘no_home_redirection’);
function no_home_redirection($redirect) {
return false;
}I have a landing page here:
http://chapeauvert.ca/arc/arm/
When users click on the site logo on the English side, I want them to go here:
http://chapeauvert.ca/arc/arm/home/
When users click on the site logo on the French side, I want them to go here:
http://chapeauvert.ca/arc/arm/accueil/
Is there an issue maybe with Polylang and Multisite?
Any help would be greatly appreciated.
Forum: Plugins
In reply to: [Polylang] Landing pages and Home pagesThanks Chrystl, how do I do that?
Forum: Plugins
In reply to: [WordPress MU Domain Mapping] Domain Mapping for subdirectoriesHi George,
How do I completely uninstall the plugin?
I’ve tried to do that previously, but some of my data is still there when I reinstall.
Forum: Plugins
In reply to: [WordPress MU Domain Mapping] Domain Mapping for subdirectoriesHi Alex,
So I have installed multisite at domain site1.com
I then created sites within that multiste installation at:
site1.com/site2
site1.com/site3
site1.com/site4
I managed to use the WordPress MU Domain Mapping plugin to have
site2.com point to site1.com/site2
However, when I tried to do the same with site 3 and site4 I started to get weird feedback loops or I arrived at the WordPress Login screen.
Did I maybe miss a step?
Should I just start from scratch?
Thank you.
Forum: Plugins
In reply to: [Styles] Twenty Fourteen inner area issueThank you Paul.
Forum: Plugins
In reply to: [WooCommerce] Expanding product pages to full width in Twenty FourteenThanks lorro!