Shufflehound Support profile

Home Forums Shufflehound Support

Forum Replies Created

Viewing 20 posts - 22,901 through 22,920 (of 26,111 total)
  • Author
  • Solution for this topic

    I could confirm the issue on my test site that the buttons text are not translation ready therefore notified the theme developer about this so that it will be fixed.

     

    The issue will be fixed ASAP.

     

    In the meanwhile you can try resolving the issue by changing the text in the following code and then adding that code in the functions.php file of Gillion child theme.

     

    function gillion_header_login( $elements ) {
    	if( isset($elements['login']) && $elements['login'] == true ) :
    
    		if( !is_user_logged_in() ) :
    			return 'Login';
    		else :
    			return 'Logout';
    		endif;
    
    	endif;
    }

    You are always welcome here 🙂

    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-portfolio-single-default .sh-portfolio-single-right.col-md-8,
    .sh-portfolio-single-default .sh-portfolio-single-left.col-md-4 {
        width: 100%;
        
    }

    Solution for this topic

    Hi @eyeworkers-interactive,

     

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

     

    You can get revolution slider plugin zip file from the following directory in Jevelin theme.

     

    /jevelin/inc/plugins/revslider.zip

     

    Best regards,
    Shufflehound team

    Hi Roller,

     

    Sorry to hear of the problem you are having.

     

    Could you please share me the screenshot of it and also share page URL from your site where it is not displaying correctly so that i can troubleshoot it?

     

    Best regards,
    Shufflehound team

    Hi Iwona,

     

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

     

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

     


    Please login to access this file

     

    If you still faces the issue then could you please share me the screenshot of it so that i can help you?

     

    Best regards,
    Shufflehound team

    Hi @jemano,

     

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

     

    It is not theme specific issue.

     

    Is it working fine for you using any default WordPress theme like Twenty Seventeen?

     

    Best regards,
    Shufflehound team

    You can achieve it as described on the following page.

     

    https://writenowdesign.com/blog/wordpress/create-equal-height-columns-wordpress/

    Another questions related to this: how can I change the text in the button that currently says ‘Got it’ to confirm the notice?

    You can change it either by translating the theme or by using any of the following plugins.

     

    https://wordpress.org/plugins/real-time-find-and-replace/

    https://wordpress.org/plugins/say-what/

    in reply to: Notice text change

    Hi @Claudiasimon,

     

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

     

    I can see you are using older version of theme on your site so please update the theme on your site to the below latest version.

     


    Please login to access this file

     

    Best regards,
    Shufflehound team

    Hi Ben,

     

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

     

    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

     

    .sh-recent-posts-widgets-count {
        display: none;
    }

     

    Best regards,
    Shufflehound team

    You are most welcome here 🙂

    Hi @jamiejsmith96,

     

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

     

    I would like to have the hyperlinks work as the Facebook text does (animation starts when you hover on the column and also has the custom colours)  and

    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-column.sh-column-3dddeb4a636b8041b9d65b40fb5ec916:hover .sh-heading a {
        color: #47c9e5;
    }
    
    .sh-column.sh-column-48061ef93fb33cc59bf60b3bbab90d06:hover .sh-heading a {
        color: #d41f1f;
    }
    
    

     

    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

    also is it possible to have it so each column can have the hyperlink attached so you can click anywhere on the column to go to the page.

    You have to develop custom code to achieve this.

     

    Best regards,
    Shufflehound team

    Sure 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.”.

    in reply to: Collapse Menu onClick

    Hi @ceriza,

     

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

     

    You can translate them either by translating theme or by using following plugin change it.

     

    https://wordpress.org/plugins/real-time-find-and-replace/

     

    Best regards,
    Shufflehound team

    Hi Tord,

     

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

     

    You can display posts in the Blog Slider by category like featured and assign that category to the posts that you want to display in the slider.

     

    Best regards,
    Shufflehound team

    Hi Sarah,

     

    Thank you for your question.

     

    I’ve been playing around with the sticky header – which I’m presuming creates a menu/logo area that stays at the top of the screen on mobile devices? Mine doesn’t seem to stick at all to the top of the screen when you scroll down the page. Any idea why?

    The sticky header is not sticky on mobile devices because of small screen sizes.

    You can see the same on our demo site here https://gillion.shufflehound.com/

     

    Also is it possible to move the drop down mobile menu hamburger to the right side rather than left? And is it possible to add in a background image to the drop down mobile menu? Thanks!

    You have to develop custom code to achieve this.

     

    Developing custom code for custom functionality is beyond the scope of support that we provide here.

     

    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

    Solution for this topic

    Hi Sarah,

     

    Thank you for your question.

     

    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

     

    .blog-list .post-categories-container {
        display: none;
    }

     

    Best regards,
    Shufflehound team

    Hi @tiagosimk,

     

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

     

    Hello! I’m having a problem with the sticky header. I have the sticky header option disable but it still is sticky. How would I fix this?

     

    It is not dispalying sticky for me as shown in the attached screenshot.

     

    Please advise.

     

    Also, I’m trying to get the rid of this bookmark flag on the header and also all the bookmark functions, how would I do that?

    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

     

    li.menu-item.sh-nav-readmore.sh-nav-special {
        display: none;
    }

     

    Best regards,
    Shufflehound team

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

    Solution for this topic

    However now I have an issue with the nav menu overlapping the blog posts & not appearing until you scroll down the page slightly. Is there any CSS to correct this? (adding more padding to the top of the Grid blog layout?)

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

     

    body.home #wrapper {
            padding-top: 40px;
    }
    @media (max-width: 767px){
    body.home #wrapper {
        padding-top: 74px;
    }
    }
    .home .primary-desktop-light .sh-header:not(.sh-sticky-header-active) .sh-nav > li:not(.current_page_item):hover > a,
    .home .primary-desktop-light .sh-header:not(.sh-sticky-header-active) .sh-nav > li > a {
        color: rgba(143,100,254,1) !important;
    }
    
    .home  .primary-desktop-light .sh-header {
        background-color: rgba(255,255,255,1)!important;
        box-shadow: 0 6px 7px -3px #eef3ff;
    }
Viewing 20 posts - 22,901 through 22,920 (of 26,111 total)