Maria Economides
Forum Replies Created
-
Hello!
I tried with a different e-mail and it works. I guess it’s not working when the sender’s e-mail (the one I insert in the relevant field) is the same as the recipient’s one.
Thank you!
Forum: Plugins
In reply to: [Multisite Language Switcher] Language Switch stopped workingHi Apostole.
Sure I can help you. I have pretty good experience. I have created https://www.serene-yachting.com/ and https://69.195.124.113/~villaghi/ (the second one is undergoing propagation in order to switch to its actual url and it is not fully displayed right now).
You actually create a website network and then you add as many sites as you like (two websites in your case, one in greek and one in english). Then you add a switch language plugin, a bit of code in your CSS folder and you are ready to go.
Before creating my first multilingual website, I tried 21 WP themes to end up with iFeature (https://www.ads-software.com/themes/ifeature). It was the only one among those 21 themes that could integrate the switch language plugin, so please use iFeature as your website theme.
The best resources are found in the following urls:
https://codex.www.ads-software.com/Create_A_Network
https://codex.www.ads-software.com/Multilingual_WordPress
https://www.ads-software.com/support/topic/multisite-in-subfolder?replies=13
https://www.ads-software.com/plugins/multisite-language-switcher/I use either Bluehost or Dreamhost for my sites webhosting, they both work fine.
I believe you are building a brand new website. If you are revamping an old one, you will need some additional info, which I will gladly provide.
I wouldn’t mind creating the network for you, for free of course.
Cheers!
Maria
Forum: Plugins
In reply to: [Multisite Language Switcher] Language Switch stopped workingI couldn’t switch to the Greek site. I changed the plugin’s code position in the header.php (I put it in a different div) and now it works again.
Cheers
Forum: Plugins
In reply to: [Multisite Language Switcher] Language Switch stopped workingSolved it.
Just to mention that I am running WordPress 3.5.2
Forum: Plugins
In reply to: [Multisite Language Switcher] Pages are not linkingI tried twenty eleven but nothing changed. Just to mention that for both sites I am using pages, not posts.
Forum: Plugins
In reply to: [Multisite Language Switcher] Pages are not linkingI deactivated both plugins but nothing changed.
Forum: Plugins
In reply to: [Multisite Language Switcher] Pages are not linkingHi Dennis.
Apart from the multisite language switcher, I have activated the “Theme Authenticity Checker (TAC)” and the “The Events Calendar” plugins.
Which logfile would you like. I looked for my php error logs and I got this message: “No php error_log files found.”
Thank you!
Forum: Themes and Templates
In reply to: [iFeature] Website pushed to the leftYeap, that was the problem.
This is the code for the correct position of the language switch (Multisite Language Switcher), just in case anyone is interested:
<div style="position:absolute; top:100px; right:82px;"><?php if ( function_exists( 'the_msls' ) ) the_msls(); ?></div>
Note that I’ve set the design’s max width to 1100 pixels.
Thank you dbeja!
Forum: Fixing WordPress
In reply to: Home page on Pilot FishHi guys.
I tried Danni’s way and it has worked.
Just another thing, what should the size (width x height) of the home-banner.jpg be?
Thank you!
Forum: Fixing WordPress
In reply to: Home page on Pilot FishHi Danni.
I am building a website on pilot fish (https://www.serene-yachting.com/) and I would like to change the trees image on the home page. How can I do it.
Thank you!