Forum Replies Created

Viewing 10 posts - 4,161 through 4,170 (of 6,341 total)
  • Author
    Posts
  • in reply to: The number of characters of excerpt #5468
    You must have valid license to access this content.
    in reply to: how can I add a new social icon? #5464
    You must have valid license to access this content.
    in reply to: Add comments also in Portfolio slideshow #5463
    You must have valid license to access this content.
    in reply to: Theme not installing #5462

    Sorry 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

    in reply to: Header – Menu Items Layout #5457

    Hi

    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

    in reply to: The number of characters of excerpt #5456
    You must have valid license to access this content.
    in reply to: The "read more" in the posts #5455

    So 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.

    in reply to: Social Media Icons #5454

    Unfortunately, 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

    OK, that’s great!

    in reply to: TABS #5452

    Fixed

    Your shortcodes is in correct, please check this image. https://www.dropbox.com/s/x4klsbh5slx34t5/tab_shortcode.jpg

Viewing 10 posts - 4,161 through 4,170 (of 6,341 total)