Forum Replies Created
-
AuthorPosts
-
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
KeymasterSorry for the inconvenience.
Sometimes, maybethe theme file size is bigger than the preset value in php.ini
You can try to upload the theme to wp-content/themes/ folder via FTP.Or change the php configuration in php.ini like this topic http://wordpress.org/support/topic/are-you-sure-you-want-to-do-this-please-try-again-4
Please note, you should make sure you uploaded the wordpress intallation zip file, not the main zip file.
Thanks
FocuxTheme Support
KeymasterHi
A quick solution, add the following CSS into “Samsara options > Custom style > CSS code”
.tools {display:none;} @media only screen and (max-width: 1140px) { .tools {display:block;} }Thanks
You must have valid license to access this content.FocuxTheme Support
KeymasterSo sorry.
I think since the content has been already imported, it’s nothing to do with the plugin actived or disactived, because the content is exist in the database.
I’m not sure why some post will lose those text when import the data.FocuxTheme Support
KeymasterUnfortunately, It’s a customization issue that is not included in the support.
Just a general idea, You need to customize header.php file, you will find the following HTML<div class="tools"> <ul> <li class="menu"><a href="javascript:void(0);" title="<?php _e('Menu','Samsara');?>"><?php _e('Menu','Samsara');?></a></li> <?php if(!isset($SSR_VAN['hide_search']) || $SSR_VAN['hide_search']<>0):?> <li class="search"><a href="javascript:void(0);" title="<?php _e('Search','Samsara');?>"><?php _e('Search','Samsara');?></a></li> <?php endif;?> <?php if(is_plugin_active('woocommerce/woocommerce.php')):?> <li class="cart"><a href="javascript:void(0);" title="<?php _e('Cart','Samsara');?>"><?php _e('Cart','Samsara');?></a></li> <li class="account"><a href="<?php echo home_url();?>/?page_id=<?php echo get_option('woocommerce_myaccount_page_id');?>" title="<?php _e('Account','Samsara');?>"><?php _e('Account','Samsara');?></a></li> </ul> </div>You need to add new Li tag inside UL, for example
<li class="twitter"><a href="http://yourtwitterprofile" title="Follow me on twitter">Twitter</a></li>
Then you need to add some your custom CSS for .twitter{} class.
Thanks
June 28, 2014 at 11:30 pm in reply to: When enabled Samsara Theme – Fatal error: Call to undefined function vc_map() in #5453FocuxTheme Support
KeymasterOK, that’s great!
FocuxTheme Support
KeymasterFixed
Your shortcodes is in correct, please check this image. https://www.dropbox.com/s/x4klsbh5slx34t5/tab_shortcode.jpg
-
AuthorPosts
