Shapely's front pag (with widgets) and multilingual site

Hi,

(it seems my previous thread is did not go through so here I go again)
I am building a child theme of Shapely. The frontpage is making use of the Shapely widgets (parallax section, clients section, and soon probably portfolio section).
This website needs to be in at least 2 languages, which visitor can toggle with a drop down menu/buttons somewhere in the header for example. I think there are different ways to have a multilingual wordpress website (an easy way is probably using a plugin), but I am looking for a way that will allow me also to have the frontpage (made of widgets) available in different languages. What ways are available to me ? And which one(s) do you recommend?

I look forward to hear your expertise,
menm

Hi Menm,

I hope you are well today and thank you for your question.

You can try achieving this by using the following solutions.

https://codex.wordpress.org/Multilingual_WordPress

Best Regards,
Movin

Ah thanks movin, I am going to look into it, and get back to you if I have further questions.
(Sorry for reposting the thread again, I did not get an email notification of your reply…)

You are always welcome here :slight_smile:

Hi,

Allright so I’ve got my multisite install up and running, and use Multilingual Press plugin to make administration easier. The plugin has a widget to choose languages. I’d like to have it in the header…BUT: shapely does not have a header spot in which I can add widgets…

  • Is there a way I can produce that so that I can drag and drop the widget ? something to do/add in function.php maybe?
    And if that is possible, how will it deal with my menu (also place in header) ??

Thanks in advance for your expertise!

Hi,
(I am struggling in adding answers to the thread…any idea ?)
I am using Multilingual press, works good. They also provide a widget to swap languages. I’d like to have it in the header, but Shapely does’nt come with a header area in which I can drag and dorp the widgets… Any idea I could create that easily ?

Thanks!

(I am struggling in adding answers to the thread…any idea ?)

I am not sure what you meant by this as you could reply on this thread.

Please advise.

I am using Multilingual press, works good. They also provide a widget to swap languages. I’d like to have it in the header, but Shapely does’nt come with a header area in which I can drag and dorp the widgets… Any idea I could create that easily ?

You can use any of the following plugins and add that widget in the site navigation menu in the header.

(I am struggling in adding answers to the thread…any idea ?)

Sometimes when I add a reply, it is actually not added. I have to try several times, and sometimes the reply/post will actually be added. (And next to that, I can’t login in Firefox…I am hitting your firewall every time on Firefox… strange)

You can use any of the following plugins and add that widget in the site navigation menu in the header.

I try to minimize the amount of plugin used on the website (to have it futureproof as much as possible), so I was hoping there is a way to do that by adding a bit of code here and there to just create ‘header’ as widget area… Any suggestion ?

Looking forward reading you. Thanks

Sometimes when I add a reply, it is actually not added. I have to try several times, and sometimes the reply/post will actually be added. (And next to that, I can’t login in Firefox…I am hitting your firewall every time on Firefox… strange)

I have notified this to our server admin so that it will be resolved but for now try using different browser, clearing browser cache and logging out & in again.

I try to minimize the amount of plugin used on the website (to have it futureproof as much as possible), so I was hoping there is a way to do that by adding a bit of code here and there to just create ‘header’ as widget area… Any suggestion ?

Then you have to create child theme of Shapely theme and overwrite theme header.php file in it and add code in to display that widget.

You can use the following functions to develop this code.

https://codex.wordpress.org/Function_Reference/register_sidebar
https://codex.wordpress.org/Function_Reference/dynamic_sidebar

Hi, I am using WPGlobus as plugging for different languages, it works everywhere but at the Home, somehow is not working with the widgets even when it shows the possibility to change the text. It overwrites all the time. I tried to use Polylang but destroyed the website instead. I would appreciate some help here is the last step for going public. Thanks.

@natasuu To help us keep support thread separates could you please create your own thread for your question here https://colorlibsupport.com/c/other/ instead of replying on others thread as it makes the thread messy and hard to read.

If you want to you can also add reference of this thread in your newly created thread.

We would be more than happy to help you on your new thread.

– Is there a way I can produce that so that I can drag and drop the widget ? something to do/add in function.php maybe? And if that is possible, how will it deal with my menu (also place in header) ??

You can use any of the following plugins to add that widget in your site navigation menu.

I am designing a 2 language home page which already has 6 parralax (parallax) sections and 1 contact section for one language.

I have a choice of adding another 6 parralax sections and another contact section for the second language to the same home page. The number of sections will then be 14. Is a big jump in overhead when I double the number of sections? The images are 200k each.

My alternative is to have 2 separate homepages (of 7 sections each) and use a multilingual plug-in.

Which alternative solution do you think is the best as far as maintainability and device overhead?

@scottishdave2 As requested above, to help us keep support thread separates could you please create your own thread for your question here https://colorlibsupport.com/c/shapely/ instead of replying on others thread as it makes the thread messy and hard to read.

If you want to you can also add reference of this thread in your newly created thread.

We would be more than happy to help you on your new thread.