Shufflehound Support profile

Home Forums Shufflehound Support

Forum Replies Created

Viewing 20 posts - 20,461 through 20,480 (of 26,111 total)
  • Author
  • Hi @dotjess,

     

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

     

    Currently the theme doesn’t support this functionality for blog page template so you have to create blog page the same way using Blog Posts content element as used on this page http://dotjess.com/thelab/timelesstextiles/ instead of Blog template.

     

    I have created feature request for it so that it will be implemented in the future version of theme for Blog template.

     

    Best regards,
    Shufflehound team

    You are using logo image large in width therefore the menu doesn’t have space to fit in the header and display in multiple lines.

     

    If you set logo smaller in width then it will be displayed fine as shown in the attached screenshots.

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

    Solution for this topic

    You can disable 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

     

    .product .secondary-image-container {
        display: none !important;
    }

    Just visit that page in your site and vopy the URL from browser URL bar.

    in reply to: space

    Thank you for sharing the shop page.

     

    I can see you are using older version of theme on your site so could you please update it to the following latest version of theme?

     


    Please login to access this file

     

    If still faces the issue with latest theme version then could you please share me screenshot or the page URL from our demo site https://jevelin.shufflehound.com/ that you want shop page to display?

     

     

    Hi @brandonmaytham,

     

    Sorry to hear of the problem you are having.

     

    Could you please temporary disable the Hummingbird cache that you are using on your site so that i can troubleshoot the issues and help you to resolve it?

     

    Best regards,
    Shufflehound team

    Hi @kjetilhaugen,

     

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

     

    The portfolio is fw-portfolio custom post type and you can add custom post type to RSS feed by developing custom code as described in the following pages.

     

    http://www.wpbeginner.com/wp-tutorials/how-to-add-custom-post-types-to-your-main-wordpress-rss-feed/

    http://www.wpbeginner.com/wp-tutorials/how-to-make-a-separate-rss-feed-for-each-custom-post-type-in-wordpress/

    http://docs.pluginize.com/article/148-how-to-add-your-custom-post-type-to-rss-feeds

     

    Best regards,
    Shufflehound team

    in reply to: RSS portfolio items

    Glad it worked for you.

     

    To help us keep support thread separates could you please create new thread for each of your other questions instead of asking them in your single thread as it makes the thread messy and hard to read.

     

    If you want to you can also add reference of this thread in your newly created thread.

     

    We would be more than happy to help you on your new thread.

    Solution for this topic

    You can change its color 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-recent-posts-widgets-count {
        background-color: #000;
        color: #fff !important;
    }

     

    You can change the color value in the above code to whatever you want to use by referring the following pages.

     

    http://www.w3schools.com/html/html_colors.asp
    http://www.w3schools.com/html/html_colorvalues.asp
    http://www.w3schools.com/tags/ref_colorpicker.asp

    Hi TBK,

     

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

     

    First, the website does not always display correctly on mobile. On my own smartphone, it doesn’t work on the default browser, but it does work on Chrome. Individual posts show up, but the main page, category pages, tags, search results, etc. are sometimes missing. I don’t know how to figure out exactly what the problem is. I am using a responsive card layout. The header and footer shows, but where the main content should be is blank. I have some custom css in there, but removing that css doesn’t change the problem. For what it’s worth, I am happy to use a temporary workaround that doesn’t make the website as pretty as the desktop version — I just want stuff to show up.

     

    This can be due to plugin conflict on your site so please try temporary deactivating all plugins except Unyson plugin and see whether everything works fine and then enable the plugins one by one to see which plugin is conflicting if any.

     

    Second, I was wondering about re-purposing the review feature. Mostly, I don’t need to use any of the review features EXCEPT for the one that puts the score in the post’s small circle on the main page, and I would like to use something other than numbers. Is there some way to manipulate the stylesheet or the code to do this? I’m happy to make the change myself in the editor and keep track of the change in case there’s a theme update and I have to do it again.

    I am not sure which review feature you are talking about so could you please share me the screenshot of it?

     

    Third, is there a way to override the automatic image resizing? Right now I have a workaround that I’m comfortable using, especially since the images’ orientations might require using it anyway. Still, I might want to use it in the future.

    The following code in the theme resizes the images so you have to overwrite this in Gillion child theme using below code.

     

    add_theme_support( 'post-thumbnails' );
    set_post_thumbnail_size( 585, 372, true );
    add_image_size( 'gillion-portrait', 372, 484, true );
    add_image_size( 'gillion-square', 585, 585, true );
    add_image_size( 'gillion-square-small', 220, 220, true );
    add_image_size( 'gillion-square-micro', 80, 80, true );
    add_image_size( 'gillion-landscape-small', 420, 265, true );
    add_image_size( 'gillion-landscape-large', 1200, 675, true );
    add_image_size( 'gillion-masonry', 585, 1170, false );

     

    Best regards,
    Shufflehound team

    Solution for this topic

    Hi Sophie,

     

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

     

    If you want to customize it beyond theme options then you can either use this plugin https://wordpress.org/plugins/404page/ or copy the 404.php file from Gillion theme and add it in the Gillion child theme file to customize it however you want.

     

    Best regards,
    Shufflehound team

    in reply to: 404 page customisation

    Solution for this topic

    Hi Julien,

     

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

     

    You can disable 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-meta-content .post-readtime {
        display: none !important;
    }

     

    Best regards,
    Shufflehound team

    The shared CSS code is working fine for me on my test site.

     

    Could you please share me your site URL where you are using it so that i can troubleshoot it?

    You are most welcome here 🙂

    You are always welcome here 🙂

    Hi Tim,

     

    Sorry to hear of the problem you are having.

     

    I have tested it on my test site and it’s working fine for me using latest version of Gillion theme as displayed in the attached screenshot.

     

    Please make sure you are using below latest version of theme on your site.

     


    Please login to access this file

     

    Could you please share me your site URL where it is not working so that i can troubleshoot it?

     

    This can be due to plugin conflict on your site so please try temporary deactivating all plugins except Unyson plugin and see whether everything works fine and then enable the plugins one by one to see which plugin is conflicting if any.

     

    Best regards,
    Shufflehound team

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

    I don’t see the pencil icon on your site https://www.blogdei.com/levangeliste-luis-palau-poursuit-le-combat-malgre-son-cancer/ as shown in the attached screenshot.

     

    Please advise.

     

    Also please choose your icon from this list: http://simplelineicons.com/ so that we can help you to replace pencil icon with chosen icon.

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

    I am doing well.

     

    Yes as said above you can do this in the Gillion child theme.

    You can increase site width on mobile 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

     

    @media (max-width: 1024px){
        body .container {
        max-width: 100%!important;
        width: 95% !important;
        }
    }
    in reply to: Site width on mobile?

    Welcome 🙂

Viewing 20 posts - 20,461 through 20,480 (of 26,111 total)