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
Hello,
Could you please help me with this:1. I have translated the website from english to dutch … What I have noticed with regards to woocommerce is that, when I go to a main product category in english and click on it …the category opens fine …when I change the language on the top menu to dutch, the page with the dutch translation shows up …. BUT ….than if I change it to english again, its says page not found …. What am I doing wrong?
2. Also the pictures in the main category dont show up on my menu in dutch, like they do in the english version. The plugin guys are suggesting a conflict issue with regards to the theme… Could it be ?
Thanking you in anticipation.
In forum: Virtue ThemeIn reply to: Remove Images from Post Blog Carousel
January 10, 2016 at 8:30 am #75053Hey,
If you use language files in the child theme you need to tell wordpress with a function in your child theme functions.php file:load_child_theme_textdomain( 'virtue', get_stylesheet_directory() . '/languages' );Ben
In forum: Virtue ThemeIn reply to: Remove Images from Post Blog Carousel
Ben, THANK YOU. Both worked great.
Somehow for me it was line 171 instead, but looks great now.
***
.po and .mo in child theme in ‘languages’ folder didn’t do the trick, only when i modified parent theme files it worked. Does it mean with new update I’ll have to modify parent folder files? Not a big deal, just so I keep an eye on that.Alesya.
In forum: Virtue ThemeIn reply to: Remove Images from Post Blog Carousel
January 9, 2016 at 5:39 am #74905Hey,
“How can I replace the word?” – you should change the word in the po and mo files for the language. You can also use this plugin: https://wordpress.org/plugins/loco-translate/Move to line 168
Ben
In forum: Pinnacle ThemeIn forum: Pinnacle ThemeIn reply to: Kadence Slider doesn't load
In forum: Virtue ThemeIn reply to: Product Description
In forum: Pinnacle Theme1. It appears that the main navigation is displaying just fine. Perhaps you’re referring to the top bar navigation? If you want to disable the top bar, you can do this in Theme Option >Top Bar Settings >And select Use Top Bar NO. You will then only have the primary navigation that displays next to the logo.
3. I’m not quite sure what you’re asking. You don’t seem to have any contact forms on the page. Can you please expand on this??
5. I think you’re referring to the space between the paragraph and the orange elements? Try this CSS
.home-margin.home-padding { padding-top: 0; }1. I’m not well versed on language issues yet, but I’ll look into this..
2. Looks like you figured out how to get your Sticky Header the way you want it.In forum: Pinnacle ThemeHi Kevin,
Thanks for your fast reply. Here is the link to the site under development: http://one-stop-marketing.com/
While working on the pages, some more questions appeared:
1. How can I change language both in blog & cookies code?
2. How can I ensure that logo size in site header will remain throughout the site – currently it’s automatically expanded when scrolling and opening new page.Looking forward to your expert help.
Thanks
SylviaIn forum: Virtue ThemeIn forum: Pinnacle ThemeJanuary 2, 2016 at 3:37 pm #73780Hey,
1. Just translate for your child theme, if you keep the same text domain you can also translate strings in the parent theme if you want to override those. Then you need to do them all.
2. In your child theme.
3. you need to add this in your child theme functions.php file:
load_child_theme_textdomain( 'pinnacle', get_stylesheet_directory() . '/languages' );Ben
Hi, in my wp-content/themes/pinnacle_child folder, I created new templates (ex: template-contact.php), new functions (placed in functions.php) and introduced some modifications in a style.css file.
In a few support posts you suggest we use Loco Translate for adding new languages, creating new .po and .mo files. I also read I can use POEDIT.
French comes already translated with Pinnacle Premium – fr_FR.po and fr_FR.mo files are in the folder wp-content/themes/pinnacle_premium/languages/. But I need some modifications to override some strings and introduce new ones, due to my new templates.
QUESTIONS when using a child theme:1. WHAT to put in the new .po and .mo files:
a) should the newly created .po and .mo files just have the new strings needed by my new templates as well as a few strings to override some strings already translated OR
b) should the new .po and .mo files have ALL the strings, my new ones and the ones that you supply with the theme?2. WHERE should I put these new 2 files:
a) in the folder wp-content/languages/themes / OR
b) in the folder wp-content/themes/pinnacle_child/languages/ OR
c) elsewhere?3. Should I ADD SOME INSTRUCTIONS to some files in order for the new strings to be taken into account,
and if so, WHAT and WHERE should it be?
a) in the function.php file of my child theme such as: load_child_theme_textdomain() ? OR
b) in the form of : add_action( ‘after_setup_theme’, function () { …
c) should I put different instruction depending onwhat and where I put in the .po and .mo files?I have read quite a few blogs on the subject and I am just getting very puzzled…
Thanks!In forum: Pinnacle ThemeIn forum: Virtue ThemeIn reply to: Different "Sold Out" message for different products
December 30, 2015 at 12:39 pm #73412Hey,
I suggest going more of a route like this: https://www.woothemes.com/products/woocommerce-advanced-product-labels/The sold label on the images in your shop are added through the theme and a woocommerce template. You can change “sold” in your theme options > language settings. But there is no way to change on a product by product basis unless you override the template in your child theme.
Ben
In forum: Pinnacle ThemeIn reply to: translating using loco translate
Hi Ben,
No problem. What I want is translate parts of the theme that aren’t translated yet. I’ve found (among others) ‘not rated’ and ‘search for products’.
As far as I know, I can’t translate those through the theme options and need to do this through a translation tool.As mentioned in the support call in the loco translate support forum, loco redirects me to the language-file for redux, but I want to translate the po/mo for your theme., not redux. So I’m looking for the fastest way to do that 🙂
Jacob-Jan
In forum: Virtue ThemeIn reply to: mobile menu – language switcher
December 29, 2015 at 1:03 pm #73305Hey,
You can add a language link into the menu. For example in your mobile of one language add a link to the home page of another language.You can always add a widget to your footer area.
Adding a widget into the header below the logo would require editing files, adding an extra widget area into the header and I really don’t suggest that. You don’t want the mobile header to take that much space and if you already have the language set to auto detect you don’t need to have the option to switch so upfront and center.
Ben
In forum: Virtue ThemeIn reply to: mobile menu – language switcher
Can the language switcher be placed, below the logo, in the center …on mobile phones? How can I make a drop down menu in that area only for the language switcher option? ….or maybe in the footer area it might be better ?? Not sure what would look nicer.
In WPML I have the option of choosing only one menu …. but since I have a different menu for mobile navigation and another for the desktop version, I’m a little confused on how to incorporate it.
Could you please help?
In forum: Virtue ThemeIn forum: Pinnacle ThemeIn reply to: Filter categories not showing up in Portfolio
December 28, 2015 at 1:10 am #73079Theme options > language settings. You can change all there.
Ben
In forum: Pinnacle ThemeIn reply to: Multilingual Supported Plugins
Hi Ben Ritner
I using pinnacel theme and qtraslate-x
So, I had a problem.
Home page auto save when modified any language.
But, I using another theme is ok.
Please, help me.
Link: http://icdrec.edu.vn/ NOT OK
Link: http://simgardenresort.com/ OKThanks and regards,
-
AuthorSearch Results


