Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.7 years, 4 months ago in reply to: Problems with Trainers (add new/My Training Schedule does not show classes) #17211
Hi,
If you use the plugin "qTranslate", you will need to add the custom code to translate Footer Block.
You go to the footer-content.php file (/themes/yolo-motor/templates/footer/) and add these lines:
if(QTX_VERSION){
$current_lang = qtranxf_getLanguage();
$content = qtranxf_use($current_lang, $content,false);
}
You should use the Child Theme for this change. https://codex.wordpress.org/Child_Themes
7 years, 5 months ago in reply to: Problems with Trainers (add new/My Training Schedule does not show classes) #17191This reply has been marked as private.Sorry for the delayed reply.
With the logo: You should reduce the logo width. I have changed a logo (216x66), you can reload your site and check again.
Topbar: You need to add the widget for Top Bar Right. http://prntscr.com/kkqhs7
Best regards.
Hi,
Previously I used a menu "Product Categories" instead of "Product-Categories". I changed the navigation that you want. Please reload your site and check again.
Best regards,
tinhbeng
This reply has been marked as private.Hi, @WordBrew.
Please create a new topic with all your problem and include wp-admin, link your site.
I will help you check.
Thanks.
Hi,
I created the header folder in the Child Theme and added some code lines
You can reload your site and check again.
Thanks.
Hi,
You can give me the info your site (FTP, wp-admin, link).
I will help you check.
Best regards.
Let's say you've enabled child theme.
If you update your theme, it only affects the parent theme and doesn't affect your custom in Child Theme.
eg: You want to add a function AA. If you add it to the functions.php file of Parent theme -> This function will lose when you update the theme. If you add it to the functions.php file of Child theme => This function will normally work when you update the theme.
Hi,
3. Do you want to use a different navigation for the single product page?
Hi,
I added the color for shortcode Countdown and icon recent post.
Hi,
You go to the shortcode Yolo Products and set "Yes" for the field "Action Button Tooltip".
-
AuthorPosts
