Shufflehound Support profile

Home Forums Shufflehound Support

Forum Replies Created

Viewing 20 posts - 23,681 through 23,700 (of 26,111 total)
  • Author
  • Then instead of above CSS code try using below custom CSS code.

     

    #page-container .content-container.sh-page-layout-default {
         background: #111111;
    }

    This code is affecting all list items on my website, not just those to which I’ve assigned the custom class. So it’s affecting all my lists even when classes aren’t assigned.

    May be that class is getting applied automatically on those lists so could you please tell me by sharing page URL where you want to remove list alignment.

     

    Also, when the original code is in place and list items are centered – many still have 1 or 2 items that are out of alignment, as in links below.

    Are you talking about the items on the shared pages as shown in the attached screenshot?

     

    If yes then this is because there is too much content in the list item to fir in one row.

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

    Solution for this topic

    Hi @LeaV,

     

    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

     

    .container.entry-content {
        width: 100% !important;
        max-width: 100% !important;
    }

     

    Best regards,
    Shufflehound team

    in reply to: Full Width Settings

    Solution for this topic

    Hi Alex,

     

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

     

    If you want to use any shortcode in page builder then you can do so by using Text content element and adding shortcode in it as shown in the attached screenshot.

     

    Best regards,
    Shufflehound team

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

    The above solution will change that color but if not for you then could you please share me your site URL where it’s displaying so that i can help you to change it?

    You are always welcome here 🙂

    in reply to: Equal Column Widths

    You are most welcome here 🙂

    in reply to: Minor Portfolio Tweaks

    You are most welcome here 🙂

    in reply to: Set simple button

    Solution for this topic

    Hi @test2,

     

    Thank you for your question.

     

    You can try achieving this by using the attached custom child theme of Gillion theme that contains some custom code.

     

    Best regards,
    Shufflehound team

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

    Hi @test2,

     

    Thank you for your question.

     

    I am not sure what you are referring as header side menu so could you please share screenshot of it or share me your site URL where it’s displaying so that i can help you?

     

    Best regards,
    Shufflehound team

    Solution for this topic

    Hi @test2,

     

    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

     

    .sh-nav li.menu-item-has-children > a:after,
    .sh-nav li.menu-item li.menu-item-has-children > a:after {
            content: "\e604";
            margin-left: 5px;
    }

     

    Best regards,
    Shufflehound team

    Hi @psdbox,

     

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

     

    1st: When using the Blog Slider widget on Visual composer, if I use a category instead of specific post IDs I get this error:

     

    Warning: urlencode() expects parameter 1 to be string, array given in /…/wordpress/wp-includes/formatting.php on line 4769

     

    This seems visual composer plugin issue but this is a simple PHP warning/notice and most of the time it doesn’t affect functionality of site so it is nothing to worry about!

     

    Do you have WP_DEBUG set to true in your wp-config.php file?

     

    If you do then please set it to false.
    This will hide the warning messages and you will be able to use your site normally.

     

    2nd:  I have 250.000 YouTube followers and the numbers don’t fit the space hehehehe also Facebook 47.000 followers and the numbers get cut. Can you increase the space for a larger number to fit? or add a k for thousands?

    You can increase 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-container  .sh-widget-connected-count span {
        width: 75px;
    }

     

    Best regards,
    Shufflehound team

    Solution for this topic

    Thank you for sharing the site details.

     

    I have installed Basic demo content on your site from admin area. I am not sure why it was not getting installed for you and displaying an error. May be it was server issue.

    You are most welcome here 🙂

    Currently we don’t have any ETA when the new version will be released containing this enhancement.

    in reply to: Header Style

    Please do not get confused with Mega Menu plugin and Mega Menu extension of Unyson plugin. You have to activate Mega Menu extension of Unyson plugin.

    If you can’t install it on your site due to broken site then please temporary change the theme to any default theme like Twenty Seventeen then install these plugins and again activate Gollion theme on your site.

     

    You can change the theme from your site database as described on the following pages.

     

    http://www.inmotionhosting.com/support/edu/wordpress/change-theme-in-db

    https://www.one.com/en/support/guide/change-your-wordpress-theme-from-the-database

    Hi @hannes741,

     

    Sorry to hear of the problem you are having.

     

    We are troubleshooting the issue and will update you here shortly.

     

    Best regards,
    Shufflehound team

    It seems some conflict issue with W3 Total Cache plugin.

     

    Would you mind if i log in to your site and do some troubleshooting? If this is ok then could you please share me your site log in details privately by adding them in the box having text “Click here to share private content. Only you and forum moderators will bee able see it.”?

    Yes sure and it would be great if you mention credit to Shufflehound.

    Solution for this topic

    Please also use below custom CSS code to make it work.

     

    #page-container .sh-section,
    #page-container .content-container.sh-page-layout-default {
         background: #111111;
    }
    

    Solution for this topic

    Now as column height increased so you have to also increase it in the above shared CSS code as following. Also you have to add class equal-height to every new column that you adds. It seems you have not added this class in the first added column.

    .sh-column.equal-height {
        min-height: 1202px;
    }
    in reply to: Equal Column Widths
Viewing 20 posts - 23,681 through 23,700 (of 26,111 total)