Forum Replies Created
-
AuthorPosts
-
FocuxTheme Support
KeymasterHi
Can you post your email here with private reply? I will send you the new version , it’s support to override the original CSS with child style.css
Thanks!
You must have valid license to access this content.You must have valid license to access this content.You must have valid license to access this content.FocuxTheme Support
KeymasterHi
Thanks for your feedback,
Yes, I found it doesn’t support child theme style, but it’s only a small issues.
I will improve it soon in the next version – V1.03The solution is add the following code into “header.php” of parent theme
<link rel="stylesheet" href="<?php echo get_stylesheet_uri(); ?>" media="all />
Then, copy header.php to child theme folder, change the following code
<body <?php body_class();?>>
to
<body <?php body_class('child_theme');?>>Then, just add your custom CSS into “style.css” of child theme as below
body.child_theme #top{display:none;}Thanks
You must have valid license to access this content.FocuxTheme Support
KeymasterHi
Is there any error information when you upload it failed?
Have you try to upload it to themes folder with FTP?
Please note, don’t upload main zip file, just unzip it and upload the installation zip file called samsara_theme.zip
Thanks
FocuxTheme Support
KeymasterHi
The visual composer plugin zip file is under “/wp-content/themes/Samsara/functions/plugins/js_composer.zip”, can you find it?
After you actived the theme, have you got the notification on the top of the page, it require you to install and active the plugins? You can install all plugins there.By the way, the latest version of Samsara is V1.01, if your theme is old version, you can download it again on themeforest.
If you have any questions, please let me know, I will answer you ASAP.
Thanks
You must have valid license to access this content.You must have valid license to access this content. -
AuthorPosts
