Forum Replies Created
-
AuthorPosts
-
FocuxTheme Support
KeymasterHi
I only can see a coming soon page now.
So I’m not quite understand question 1
For the other two questions, what’s the site languages? You can find those words in the language file “/languages/default.po”, and you can copy it to your own new language file and translate (change the word) with Poedit software.
Thanks
FocuxTheme Support
KeymasterI see.
I think the best solution is make your LOGO to be an transparent background png image.
FocuxTheme Support
KeymasterIt’s my pleasure!
FocuxTheme Support
KeymasterHi
I can only give you some general idea and you have to customize the php file by yourself, and I can’t promise it will work fine, just a general idea, because the customization issue is not included in the service.
Edit content-slidedown.php, find the following code
<select name="post_type" id="post_type"> <option value="post"><?php _e('Blog Posts','Samsara');?></option> <option value="portfolio"><?php _e('Portfolios','Samsara');?></option> <?php if(is_plugin_active('woocommerce/woocommerce.php')):?> <option value="product"><?php _e('Products','Samsara');?></option> <?php endif;?> </select>Change to
<select name="post_type" id="post_type"> <option value="post"><?php _e('Blog Posts','Samsara');?></option> <option value="portfolio"><?php _e('Portfolios','Samsara');?></option> <?php if(is_plugin_active('woocommerce/woocommerce.php')):?> <option value="product"><?php _e('Products','Samsara');?></option> <?php endif;?> <?php if(is_plugin_active('Your-plugin-folder/Your-plugin-main-file.php')):?> <option value="ticket"><?php _e('ticket','Samsara');?></option> <?php endif;?> </select>You should replace “Your-plugin-folder/Your-plugin-main-file.php” to the actual plugin folder and main file like “woocommerce/woocommerce.php”
Replace “ticket” to the name of plugin post typeThanks
You must have valid license to access this content.FocuxTheme Support
KeymasterYes, Because van_blog shortcode will generate many HTML codes, those codes will destroy the page layout. it only can be inserted into a full width content area, like the page template.
FocuxTheme Support
KeymasterYes, I found when I removed those vc_row shortcode the page will display as normal.
Because the post content area doesn’t support van_blog shortcode HTML structure. I think you have to choose one plugin to instead of it, or customize the single.php and add your own php code (Like this article said http://www.wpbeginner.com/wp-themes/how-to-add-related-posts-with-a-thumbnail-without-using-plugins/)
FocuxTheme Support
KeymasterHi
I have tried to updated woocommerce to the latest version and also check the last version of Samsara, it looks fine. So can you tell me what’s current version of your theme? Also, what’s the error message details? If it’s a compatible issue, I will update the theme soon!
The second error shows the question file is from a plugin “codestyling-localization”, it seems not the theme problem, you can ask the plugin author.
Thanks
FocuxTheme Support
KeymasterHi
Can you let me know your link and login details with private reply? I think I must need to check it by myself in the backend before tell you solution.
Thanks
FocuxTheme Support
KeymasterIs it possible to update your theme to the latest version?
Because the new version of Visual composer(Since V4.3) has been changed their HTML and CSS so that it causes some CSS issues.
So, I have updated the theme in order to fix those CSS issues. -
AuthorPosts
