Alex Gor
Forum Replies Created
-
Forum: Plugins
In reply to: [WPGlobus] Проблемы с редактированием сайтаУдалите WPGlobus через FTP.
Forum: Plugins
In reply to: [WPGlobus] Проблемы с редактированием сайтаОбновите WordPress до версии 5.5
Forum: Plugins
In reply to: [WPGlobus] Проблемы с редактированием сайта@ggreta Если нужно, я пришлю Error Details
нужноForum: Plugins
In reply to: [WPGlobus] Flags in row, not as listYou can add your own language switcher to the theme in any view
Forum: Plugins
In reply to: [WPGlobus] Changing the language jumps to the start pageWPGlobus localizes the current url for each language in the switcher by default.
If you’re having trouble with the active theme, you can add your own language switcher.Forum: Plugins
In reply to: [WPGlobus] Changing the language jumps to the start page@bscu What about site URL?
Forum: Plugins
In reply to: [WPGlobus] PHP Fatal error@solangelo You can downgrade WPGlobus to v.2.5.15.
To get this version please refer sectionPREVIOUS VERSIONS
on this pageForum: Plugins
In reply to: [WPGlobus] Formatting Issues with WPGlobus and ElementorWPGlobus does not create a secondary language specific CSS file for some reason, although it should be generated by default.
This way you have different views for the English and Brazilian page.Forum: Plugins
In reply to: [WPGlobus] Design is shown incorrect in second languageTo fix the issue with menu you can
1. open WPGobus Options page
2. select Custom Code tab
3. add code to Custom CSS option.builder-item--secondary-menu { width:300px; margin-left:-100px; }4. click Save Changes
5. check out on frontendForum: Plugins
In reply to: [WPGlobus] WPGlobus for Slider RevolutionWPGlobus doesn’t support RevSlider v.6
Forum: Plugins
In reply to: [WPGlobus] Free plugin optimised for mobile devices> Does it appear as a dropdown menu on mobile devices also?
It is depending on theme.> showcase this dropdown version on your demo sites also.
You can check out wpglobus.com on mobile device or narrow screen.Forum: Plugins
In reply to: [WPGlobus] WPGLOBUS not working with Repeater Image (ACF)Try this code
<?php $image = get_sub_field('home_solution_image'); if ( is_array($image) && ! empty( $image['url'] ) ) { $_image_url = $image['url']; } else { $_image_url = $image; } ?> <img src="<php echo $_image_url; ?>" />Forum: Plugins
In reply to: [WPGlobus] Language switch is not working in the top menuFirst of all you should check out browser console and fix the JS errors.
Forum: Plugins
In reply to: [WPGlobus] Language Switch does not work> Is there a quick fix for that?
No. You can use the code from FAQ as example to make what you want.Forum: Plugins
In reply to: [WPGlobus] Language Switch does not workYou can add your own language switcher