Shufflehound Support profile

Home Forums Shufflehound Support

Forum Replies Created

Viewing 20 posts - 18,961 through 18,980 (of 26,111 total)
  • Author
  • Thank you for video and screenshots.

     

    Could you please share me the page URL from your site where you are using it so that i can help you to achieve it?

    You are most welcome here šŸ™‚

    @claudiosinopoli Thank you for helping in the forum.

     

    Your help here is really appreciated.

    in reply to: Project Gallery

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .sh-header-mobile-navigation .sh-nav-container {
        padding: 20px 0;
    }

    Solution for this topic

    This happens because of padding added around the column.

     

    You can remove it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .vc_column-inner.vc_custom_1521538979488 {
        padding: 0;
    }
    in reply to: Blog slider width

    To achieve that please remove the existing custom plugin and use attached modified plugin.

    Attachments:
    You must be logged in to view attached files.
    in reply to: Featured image cropped

    Hi @Elise_jansson,

     

    I hope you are well today and thank you for your questions.

     

    So is there a way of resizing them to look like the ā€œtop of the classā€ item or a way to remove them completely from the news feed (and only have the gallery items) but keep them in the footer widget?

    Are you referring the following blog page as news feed?

     

    http://millarcallaghan.co.uk/news/

     

    You can either change the blog page style as shown in the attached screenshot or Ā remove featured image from itĀ by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .page-template-page-blog .post-left-side {
        display: none;
    }
    
    .page-template-page-blog #page-container .post-right-side {
        width: 100%;
        padding-left: 15px;
    }

     

    When I click on specific Categories or Archive dates, the layout is completely different compared to the standard projects and news feeds. How can I get them to be consistent?

    The category and archive pages display according to default layout and there isn’t any option to change it without custom coding.

     

     

    Best regards,
    Shufflehound team

    Attachments:
    You must be logged in to view attached files.

    Hi @SimmieW,

     

    I hope you are well today and thank you for your question.

     

    You can set theme hover color in the theme styling settings as shown in the attached screenshots.

     

    Please note some of the menu links on your shared site point to home page so there are always active and you can change active menu color from the theme styling option “Active Navigation Color”.

     

    Best regards,
    Shufflehound team

    Attachments:
    You must be logged in to view attached files.

    i only want to change color of social media (:#0095cf;) to be blue and menu item black

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .sh-nav li.menu-item.sh-nav-special i {
        color: #0095cf !Important;
    }

     

    also how to make menu item ( like home .. bigger font )

    You can change its font size from theme styling settings as shown in the attached screenshots.

     

    and last thing how to play with the margin and align of the menu item

    for example to make the align top or bottom or even align center with -10px ; etc

    To achieve this you can use below CSS code and change its padding value.

     

    .sh-header:not(.sh-header-4):not(.sh-header-5):not(.sh-header-6) .sh-nav > li.menu-item > a {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    Attachments:
    You must be logged in to view attached files.
    in reply to: menu

    Hi @rachelmball,

     

    I hope you are well today and thank you for your question.

     

    Could you please share me your site URL where it’s happening so that i can troubleshoot it?

     

    Best regards,
    Shufflehound team

    Solution for this topic

    Hi @jeanelleats,

     

    I hope you are well today and thank you for your questions.

     

    Hello, I created a page that displays blog posts as ā€œCover Style Centeredā€, but only a small top part of the image is clickable. The text is clickable and works fine, but I’d like the whole feature image to be clickable. Can you please help? Thanks!

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .post-style-cover .post-cover-link {
        z-index: 999999;
        cursor: pointer;
    }

     

    Also on my website, I have the menus ā€œHomeā€ and ā€œRecipe Indexā€ as pages that should be clickable on the menu, but it only shows as a drop down on mobile. People can’t access the Home or Recipe Index page at all. How do I make it so they can access the page, but also have the drop down pop up on mobile?

    This is known issue reported in the following topics and we are working on it to resolve it.

     

    https://support.shufflehound.com/forums/topic/menus-mobile-version/#post-17208

    https://support.shufflehound.com/forums/topic/mobile-menu-dropdown/

     

    In the meanwhile you can try achieving it by using any of the following plugins.

     

    https://wordpress.org/plugins/responsive-menu/

    https://wordpress.org/plugins/wp-responsive-menu/

     

     

    Best regards,
    Shufflehound team

    Hi @hife2017,

     

    Thank you for your question.

     

    You can get it as described in the following page.

     

    https://docs.woocommerce.com/document/importing-woocommerce-sample-data/

     

    Best regards,
    Shufflehound team

    Hi @hife2017,

     

    I hope you are well today and thank you for your question.

     

    Could you please share me the page URL from your site where you are using it and share screenshot from admin area to show how you are styling that page using plugin so that i can help you to achieve it?

     

    Best regards,
    Shufflehound team

    Hi @hife2017,

     

    I hope you are well today and thank you for your question.

     

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .post-content-share-mobile {
        display: block !important;
        position: static !important;
        margin: 0 !important;
    }
    
    .post-content-share:not(.post-content-share-side):not(.post-content-share-mobile) {
        display: none !important;
    }

     

    Best regards,
    Shufflehound team

    Solution for this topic

    Hi @przyzielonymstole,

     

    I hope you are well today and thank you for your question.

     

    TheĀ blog-slider.php file is not a template file so it doesn’t get overwritten in the child theme.

     

    To change it you have to add the file on the pathĀ gillion-child/inc/elements/blog-slider.php and add following code in the functions.php file of your child theme.

     

    /**
     * Load VC Elements
     */
    if( defined( 'WPB_VC_VERSION' ) ) :
        add_action( 'vc_before_init', 'gillion_child_vc_before_init_actions' );
        function gillion_child_vc_before_init_actions() {
    
            require_once( get_template_directory().'/inc/vc.php' );
            require_once( get_stylesheet_directory().'/inc/elements/blog-slider.php' );
    
    
        }
    endif;

    Then change the class nameĀ vcBlogSlider and shortcode nameĀ vcg_blog_slider in the copied fileĀ blog-slider.php

     

    Best regards,
    Shufflehound team

    in reply to: Blog slider editing

    You are most welcome here šŸ™‚

    I couldn’t access your site. It is displaying error “Error 524″.

     

    Please make sure it is accessible.

    I can see on your site you are using older version of theme so could you please update the theme to the below latest version as described in this pageĀ https://support.shufflehound.com/updating-theme/

     


    Please login to access this file

    in reply to: vimeo on mobile

    Hi @kykm,

     

    Thanks for posting here.

     

     

    Developing custom code or providing assistance to develop it for custom functionality is beyond the scope of support that we provide here. Please see https://themeforest.net/item/jevelin-multipurpose-premium-responsive-wordpress-theme/14728833/support

     

    If you are not a developer then you can consider hiring a developer to develop it for you. You can hire a developer from any freelance site. Shufflehound recommends the developer https://www.upwork.com/freelancers/~011652ffec8865c6d5

     

    Best regards,
    Shufflehound team

    Hi @kykm,

     

    I hope you are well today and thank you for your question.

     

    Could you please share me the page URL from your site where it is displaying so that i can help you to remove them?

     

    Best regards,
    Shufflehound team

Viewing 20 posts - 18,961 through 18,980 (of 26,111 total)