Forum Replies Created

Viewing 10 posts - 3,811 through 3,820 (of 6,341 total)
  • Author
    Posts
  • in reply to: Portfolio #6274

    Hi

    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

    in reply to: Logo Size & Color Problem #6273

    I see.

    I think the best solution is make your LOGO to be an transparent background png image.

    in reply to: Recent blog widget blows structure away #6267

    It’s my pleasure!

    in reply to: Search boxSearch Box #6266

    Hi

    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 type

    Thanks

    in reply to: Soundcloud embed #6263
    You must have valid license to access this content.
    in reply to: Recent blog widget blows structure away #6262

    Yes, 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.

    in reply to: Recent blog widget blows structure away #6257

    Yes, 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/)

    in reply to: Update Woocommerce #6252

    Hi

    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

    in reply to: Image Issue #6251

    Hi

    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

    in reply to: Updating rev slider #6244

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

Viewing 10 posts - 3,811 through 3,820 (of 6,341 total)