Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle
Search Results for 'language'
-
AuthorSearch Results
-
In forum: Virtue Theme
In reply to: How to add Javascript Code into a Page
May 7, 2018 at 12:35 pm #189485Hey,
This doens’t have to do with your server. The php version you are using is great.You are using ssl. Your widget code was trying to use http instead of https to load the widget so that was being blocked. If you updated your widget code to this then it works mostly:
<script src="https://widget.windguru.cz/js/wg_widget.php" type="text/javascript"></script> <script language="JavaScript" type="text/javascript"> //<![CDATA[ WgWidget({ s: 2291, odh:0, doh:24, wj:'knots', tj:'c', waj:'m', fhours:72, lng:'en', params: ['WINDSPD','GUST','SMER','TMPE','CDC','APCPs'], first_row:true, spotname:true, first_row_minfo:true, last_row:true, lat_lon:true, tz:true, sun:true, link_archive:false, link_new_window:false }, 'wg_target_div_2291_51107548' ); //]]> </script> <div id="wg_target_div_2291_51107548"></div>It’s still not great code. It’s loading a very old version of jquery into your site which is going to have the potential to cause conflicts with almost everything. Because of that I strongly suggest not using this widget and finding a more updated on.
I added a test page where you can see this kinda working. Although it breaks other things on your page.
Ben
In forum: Virtue ThemeHello Hannah,
Could you please help me with this? I need some css for these issues I noticed on the site.
1. On ipads, in landscape mode, two shopping baskets are visible on the topbar. I only want the one with the value to be visible.
2. Also, how can I align correctly the new icons I create – to have the same padding from the bottom. At present the new icons I upload are a little lower than the cart icon.
3. In ipad portrait mode, I would prefer to have the flag & language dropdown a bit to the left; so that its in line with the menu button thats below it.
4. In any product page, under the tab – ENQUIRE NOW, could you help me with putting the recaptcha – I’m not a robot box in the centre of the form. At present its aligned to the left.
5. On desktops and ipad landscape mode , in some products ; the product attribute names like METAL TYPE & STONE COLOUR are breaking onto two lines. The second word is overlapping the next attribute name. I’d would like it to be on the same line.
Thanking you in anticipation.
Kind RegardsIn forum: Pinnacle ThemeIn reply to: Contact Form from Pinnacle premium
April 30, 2018 at 11:15 am #188915Hey,
The language translations are all user added. If you want to send a request to update that string we can do that. If you want to control the language strings yourself you can use a plugin like this which makes it very simple: https://wordpress.org/plugins/loco-translate/Your requested update for the language string update will be part of the next theme update but there is currently not a date set for this. I would guess about a week.
Ben
In forum: Pinnacle ThemeIn reply to: Change order of Cart text icon in mobile menu
April 25, 2018 at 10:02 am #188499you can use css like his:
#kad-mobile-nav .kt-cart-text { order:4; padding-left:5px; } #kad-mobile-nav a.menu-cart-btn { display: flex; }You can change the text in your theme options > language settings. After you change make sure to add something to your cart to clear the session cache.
Ben
In forum: Ascend ThemeIn reply to: Compatibility with WPML
April 23, 2018 at 12:24 pm #188231Hey,
So as I tried to explain above. The template is static if you add content that is a specific language it will not translate because it’s static.If you want to add a widget to all your products then you need to use widget visibility to hide it for specific languages and show others similar to how you control widgets in a sidebar. Please see:
https://wordpress.org/plugins/wpml-widgets/
If you want to add to a specific category you need to set the template for each language in each category.

The Woocommerce templates have nothing to do with a blog page. If you want to work with page builder in a blog page then you must not use a blog template and instead add all your content through page builder including the posts through a shortcode.It’s probably worth your time to go over working with page builder and WPML in the WPML support and docs.
In forum: Virtue ThemeIn reply to: polylang
April 23, 2018 at 11:06 am #188221Ok, you can do this with a little css hack and reworking of the retina logo option in virtue.
In your theme options > main settings > logo options. Set the retina version of your default language logo as the main logo, then set the retina version of your new language version as the retina logo.
then add this css:
html[lang="en"] #kad-banner #logo .kad-standard-logo, html[lang="es"] #kad-banner #logo .kad-retina-logo { display: block !important; } html[lang="es"] #kad-banner #logo .kad-standard-logo, html[lang="en"] #kad-banner #logo .kad-retina-logo { display: none !important; }Ben
In forum: Virtue ThemeIn reply to: polylang
In forum: Virtue ThemeIn reply to: polylang
April 23, 2018 at 10:11 am #188214Are the logos the same size images? Will there only ever be two languages for this site or will you have three?
Ben
In forum: Ascend ThemeIn reply to: Compatibility with WPML
This reply has been marked as private.April 23, 2018 at 5:52 am #188171In forum: Virtue ThemeIn reply to: HOW TO TAKE OFF “DESCRIPTION” IN PAGE PRODUCT
Hi,
After several searches, I finally find the manipulation to do. Just go to the Virtue “languages” tab.
– Text of the Description tab: leave it like this.
– Text of the description header: type a space in the bar and this cancels the initial textBEFORE : https://s14.postimg.cc/ri6yvfxb5/Capture_d_cran_15.png
AFTER : https://s14.postimg.cc/f3k6v5g3l/Capture_d_cran_16.pngin case someone asks you…
AlexIn forum: Virtue ThemeIn reply to: Top bar in Hebrew
April 12, 2018 at 10:43 am #187057Also if you want to edit language .po files use this plugin: https://wordpress.org/plugins/loco-translate/
Ben
In forum: Virtue ThemeIn reply to: Top bar in Hebrew
April 12, 2018 at 10:43 am #187056Hey,
Please follow carefully, It’s not Language > Settings. It’s Theme options, then go to language settings. That is a tab in your theme options.
2. Sure please remove this css hannah posted:
.topclass .col-md-6 { float: left !important; }And replace with this.
.rtl #topbar .kad-topbar-left { float: right; } .rtl #topbar-search form { float: left; } .rtl .topbarmenu ul li { float: right; }Ben
In forum: Virtue ThemeIn reply to: Top bar in Hebrew
Hi Hannah,
Thank you for your answer. 1) works perfect, thank you.
As for 2), for the word “Search” in Hebrew, I do not see how to change it in Language > Settings. There are some strings that can be changed in Language > Strings translation, but not “Search”. Would be there a good solution to create Hebrew language files with virtue.pot within the theme’s “languages” folder?
Thank you,
Nicolae
In forum: Ascend ThemeIn reply to: mobile widget not showing and a few other things
thank you!
i just put the language widget in the menu on the mobile, as for the laptop , i tried what you sugested, but its not working, so for now its just in the menu as well. it didnt change to white and was still one under another. but it doesnt matter. its ok in the menu.as for the width i want everything to be full width except for a few pages. for example http://annaleak.com/about/ could be 800px, i can change the width later, if you coud just provide the code:) is it possible to only change the width without changing the header? so its consistent? at the moment using page builder and mybe its ok like it is actually…
one more question though, and probably most important: why is my portfolio grid looking really bad instead of like this? http://themes.kadencethemes.com/ascend-premium-7/projects/
its leaving space in between photos.thank you so much for your help!
In forum: Ascend ThemeIn reply to: mobile widget not showing and a few other things
Hello,
1. The mobile header doesn’t have a header widget area by default. to configure the mobile header widget area, you need to go to Theme Options> Mobile Header, and scroll to the bottom. Enable the mobile topbar, and enable the widget area.
Go to Appearance> Widgets and add your widgets to the mobile top icon bar.
2. Here is some CSS to get rid of the background color for that widget:
.kad-header-menu-inner .kt-header-extras ul.sf-menu ul { background: transparent; }Add to Theme Options> Custom CSS and let me know if it works for you.
3. Are you using page builder on your site? If so, I suggest you add a layout builder widget to the header widget area, and then add the language and icon widgets to a layout builder. Let me know if that solution will work for you.
4. Yes, you can change the content width via CSS. How would you like it to appear?
-Kevin
In forum: Ascend Themehello!
i have a few questions *Login to see link
1) widget area in mobile is not showing
2) background for the language plugin widget on laptop is black, tired everything to change this, dont know what it is
3) when i add another widget to the header it goes below the first one, in stead of next to it
4) can i have different widths for home page and contact/about?
this will be all for now thank you very much
In forum: Pinnacle ThemeIn reply to: links inside the post body don’t work anymore
I checked almost all pages and the behaviour is always the same. Link inside button and carousel works but inside body post doesn’t work at all, while before all worked correctly. I checked with Chrome, opera, firefox and on 3 mobiles all give the same result, link is not working.
Maybe something about sanatization is not working correctly.
Isn’t the qtranslate-x plugin this time because all links and other theme’s menu works correctly in all 3 languages without any problem
Looking forward to hearing from youAngelo
EDIT: I suppose it happened since the version 2.10 because last months it worked fine
In forum: Pinnacle ThemeIn reply to: Contact forms not sending
In forum: Ascend ThemeTopic: Customize mobile header
April 4, 2018 at 10:12 pm #186302Hi guys,
I would like to change a couple of thing for mobile/tablet header.
1, How can I get rid of the search icon from the mobile header?
2, Can I add the language switcher on the mobile header instead of hidden menu bar?
Thanks!
Elliot
In forum: Virtue ThemeIn reply to: Top bar in Hebrew
-
AuthorSearch Results


