Home › Forums › ART WordPress Theme › WPML menu
- This topic has 21 replies, 2 voices, and was last updated 2 years, 9 months ago by
SeaTheme.
-
AuthorPosts
-
July 27, 2023 at 10:09 am #29802
Hi,
I’m working with the translation of my website with WPML plugin. Is it any possibility to change the placement of languange switches in expaned menu panel? If it’s just a next position of regular menu and it’s confusing. I would like to place them next social media links or in lower left corner and make it much smaller.Do you have any sollution for that?
I’m pasting a link to my page: http://new.designlab.group/
July 27, 2023 at 10:17 am #29803This reply has been marked as private.July 27, 2023 at 10:27 am #29804This reply has been marked as private.July 28, 2023 at 2:02 am #29805This reply has been marked as private.July 28, 2023 at 6:47 am #29807This reply has been marked as private.July 29, 2023 at 1:43 am #29808Please paste the custom CSS code to “Appearance > Customize: Additional CSS”:
@media (max-width: 991.98px) { .responsive-ux:not(.navi-top-menu) .menu-panel-inn { height: var(--get-win-height); } body:not(.page_from_top).responsive-ux .menu-panel { margin-top:0; } .wrap-all { min-height: var(--get-win-height); } }ps: please download the child theme file and install it, or the changed php file will be covered when the theme is updated.
Regards!
SeaTheme – FAQs – WordPress Customization – FacebookJuly 31, 2023 at 2:08 am #29813Hi,
Please download the child theme file(the changed php file included) and install it, or the changed php file will be covered when the theme is updated.
tips: how to install a child theme
Regards!
SeaTheme – FAQs – WordPress Customization – FacebookJuly 31, 2023 at 9:25 am #29814This reply has been marked as private.July 31, 2023 at 12:34 pm #29815Hi,
1. It is not possible via quick codes.
2. The following CSS code will individually set the background color of the header area for mobile layout. However, it may bring about some unforeseen issues:
@media (max-width: 991.98px) { .non_bg_header #header, .non_bg_header.navi-show-h .navi-header .sub-menu, .non_bg_header .navi-header .sub-menu > li, .non_bg_header .navi-header .menu ul.children > li { background-color: #ffffff!important; } }3. Are you asking if the aforementioned custom codes can also work on a new website? They should work if that’s what you mean. Additionally, I would recommend you to make a backup of your data.
Regards!
SeaTheme – FAQs – WordPress Customization – FacebookAugust 1, 2023 at 12:18 pm #29816Thank you for your answer. I have one aditional question.
By default top/bottom spacing value is 20px click once. Is it possible to change the value to 10px?
August 1, 2023 at 1:58 pm #29817Hi, welcome.
Sorry, it is not possible.
Regards!
SeaTheme – FAQs – WordPress Customization – FacebookAugust 4, 2023 at 6:38 am #29825It’s a pity.
Regarding the translation with WPML plugin it’s possible to procced the automatic translation of that texts that I created using the BM Content Builder?
August 4, 2023 at 2:34 pm #29826Hi,
I’m not sure if your method will work. The approach we tested is as follows.
Please refer to https://doc.seatheme.net/general-topics/config-multi-language-by-wpml/#translate-pages
Regards!
SeaTheme – FAQs – WordPress Customization – FacebookAugust 7, 2023 at 6:39 am #29828Hi,
I’m using your method but it doesn’t translate the content of the website made with the BM Content Builder. If there is any way to translate the content automatically I would be grateful 🙂August 8, 2023 at 3:02 am #29829Hi,
If you are unable to translate the content of a webpage even after referring to a tutorial (link), can I check your website?
Regards!
SeaTheme – FAQs – WordPress Customization – FacebookAugust 8, 2023 at 5:06 am #29830This reply has been marked as private.August 8, 2023 at 5:08 am #29831This reply has been marked as private.August 8, 2023 at 1:33 pm #29835This reply has been marked as private.August 10, 2023 at 8:38 am #29844Hi,
Thank you for your response. I actually managed to duplicate every single page, but I thought I could use the WPML tool to automatically translate the content. I assume it’s impossible 🙂Anyway, I’m getting to the point where I’m completely happy with the page layout. Only the language switcher is missing. I like the look of the footer buttons on https://designlab.group/start/, but I’d like to have it in expanded menu panel in exactly the same look and location. Do you have any idea how to do it?
August 11, 2023 at 2:29 am #29850Hi, welcome.
1.
It does not work with automatically of WPML2.
There is a solution to show footer widget on menu panel :2.1.
Add the code:
(check screenshot)
dynamic_sidebar( 'footer_widget_1' );refer to the above post:
http://seatheme.net/forums/topic/wpml-menu/#post-298052.2.
Add the CSS to fix the position:.menu-panel-bottom-right { display:none } @media (min-width: 992px){ .col-md-3.menu-panel-bottom-left { width: 100%; } } @media (min-width: 768px){ .col-md-3.menu-panel-bottom-left { width: 100%; } }ps: it is not possible to add other elements on bottom of menupanel(like social icons)
Regards!
SeaTheme – FAQs – WordPress Customization – FacebookAugust 11, 2023 at 8:51 am #29852Thank you! Regarding 2.2 where do I add CSS?
August 12, 2023 at 2:38 pm #29855Please add CSS to “Appearance > Customize: Additional CSS”
Regards!
SeaTheme – FAQs – WordPress Customization – Facebook -
AuthorPosts
- You must be logged in to reply to this topic.
