Hi, I am using version 1.1 of Meditation Pro and for a few weeks now there is no option in the customizer section anymore to change the logo of my website (www.tjeebee.nl). I want to replace the current logo file with another, smaller image but can’t find a way to do so (last year before summer this was still possible).
Can you please tell me how to be able to replace my logo?
Thank you.
PS I did buy a newer version of Mediation (1.3) but I don’t dare to install it as I think I have to make a child theme first (because I changed colors and such in the theme). Making a child theme seems to be so elaborate and so much work and complicated that I rather keep it at this. So please give me a solution for the original version of the SKT Meditation Theme.
When analyzing the ShopZee Pro theme wit the Child Theme Configurator Plugin by Lilaea, I get the following warning:
Notice: Undefined index: image_title in /home/public/sites/www.qrverlichting.nl/wp-content/themes/shopzee-pro/header.php on line 163
Notice: Undefined index: image_title in /home/public/sites/www.qrverlichting.nl/wp-content/themes/shopzee-pro/header.php on line 163
Notice: Undefined index: image_title in /home/public/sites/www.qrverlichting.nl/wp-content/themes/shopzee-pro/header.php on line 163
I am using Jewellery theme (a child copy), and for some reason, the footer stopped updating. When I try to customize it, it opens on the Text tab (not Visual), even if I code html, it will not allow me to click to Visual, thus it never saves my changes. This is a newish problem. My URL is https://suite16designs.com/beautique/
I’ve used lots of your themes without a problem. This is the first time I’ve used this theme.
Hello,
This is screenshot from Chromium Lightroom: https://imgur.com/lnZr00W
There is a lot of unused bytes downloaded. So I like to minimize this. If possible in a child theme to not destroy the original theme. Is this possible?
Thanks for your answer.
Actually I looked closer to the main page of my website and a few words are translated. the “read more” of the blog section. And Some titles of the header: “our services”, “recent posts” and “connect with us”. that’s all.
This works both with the parent theme and the child theme, after I put the fr_FR.mo and fr_FR.po files inside the “languages” folder of each theme.
So it seems that the translation is active, but why only a few words are translated and the not the others?
Does that makes any sense to you? Is that normal? Is there something to do to improve it?
Is “complete” the right name for “load_theme_textdomain” of Filmmaker theme?
Ans: Yes,
Is there any kind of parameter into the parent theme that blocks the translation of the child theme?
Ans: No, there is not any kind of parameter into the parent theme that blocks the translation of child theme.
Thanks Dave, but I’m not sure I understand, it doesn’t seems to answer my question.
I am making backups with the plugin “Updraft plus”, so I will be able to recover my website in case of trouble.
But that’s not the problem here.
My question is how do I activate my translation into the child theme?
Is my procedure correct?
Is “complete” the right name for “load_theme_textdomain” of Filmmaker theme?
Is there any kind of parameter into the parent theme that blocks the translation of the child theme?
I purchased recently the Filmmaker pro theme. It was setup properly by Shri from SKT, and seems to work just fine.
I want to translate my whole website into french.
I generated a child theme for customised settings and translation. I was strongly advised to do so. So I won’t loose any of my settings if I have to update the parent theme. Especially my hand made translation.
I found a procedure to translate the child theme. I used Poedit to open the .pot file from the parent theme. I translated it into french and saved it into fr_FR.po and fr_FR.mo files.
I created a folder called “languages” into my child theme folder, and put my fr_FR.po and fr_FR.mo files in it.
Then I edited the function.php file of my child theme folder. I added those lines, as recommanded into my procedure:
‘complete’ is the “text domain’ name I found in the function.php file of the parent theme:
//Make theme available for translation
load_theme_textdomain(‘complete’, get_template_directory() . ‘/languages/’);
According to the procedure I followed it should work fine and my website should be translated. But it’s not. When I checked forums about this issue, some people were saying that something into the parent theme can block those child theme instructions.
Did I did anything wrong? Or is there indeed something into the Filmmaker theme that prevents the child theme translation to be activated?