Shufflehound Support profile

Home Forums Shufflehound Support

Forum Replies Created

Viewing 20 posts - 23,981 through 24,000 (of 26,111 total)
  • Author
  • Hi @jburleson,

     

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

     

    I have tested it on my test site and it’s working fine for me using latest version of Jevelin theme.

     

    Please make sure you have set Blog page template to the page as shown in the attached screenshot.

     

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

     

    Best regards,
    Shufflehound team

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

    Hi @shanticfm,

     

    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

     

    body.home .sh-recent-posts article .post-meta-author {
        display: none;
    }
    
    body.home .sh-recent-posts article a.post-meta-date {
        padding: 0;
    }

     

    Best regards,
    Shufflehound team

    It is working fine for me on my test site.

     

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

     

    If it is not plugin conflict then 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.”?

    in reply to: Post Comments

    HiĀ Prem,

     

    Sorry to hear of the problem you are having.

     

    I could confirm the issue on my test site therefore notified the theme developer about this so that it will be fixed.

     

    The issue will be fixed ASAP.

     

    Best regards,
    Shufflehound team

    in reply to: Information Widget

    Hi @mizaguirre,

     

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

     

    From the description provided in the topic, i am not sure what you are trying to achieve and what is your question so could you please describe it a bit more in detail?

     

    Best regards,
    Shufflehound team

    in reply to: Contact Form

    Hi @quiteright,

     

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

     

    In the theme content.php file you will find following code that displays post title and image.

     

    			<div class="post-meta-thumb">
    				<?php echo the_post_thumbnail( 'post-thumbnail' ); ?>
    				<?php echo jevelin_blog_overlay( jevelin_get_thumb( get_the_ID() ) ); ?>
    			</div>
    
    			<div class="post-content-container">
    				" class="post-title">
    					<h2>
    						<?php jevelin_sticky_post(); ?>
    						<?php the_title(); ?>
    					</h2>
    				

     

    Best regards,
    Shufflehound team

    Could you please share me your site URL where it’s displaying so that i can help you to achieve it?

    Solution for this topic

    You can centre align them 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 Co

     

    li.sh-list-item {
        clear: both;
        width: auto;
        display: table;
        margin:  0 auto;
    }
    

     

    You can right align them using following custom CSS code instead of above.

     

    li.sh-list-item { float: right; clear: both; width: auto; }

    Solution for this topic

    Please make sure you have activated the Slider Revolution plugin on your site. There you will find option to create new slider as shown in the attached screenshot.

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

    You are most welcome here šŸ™‚

    in reply to: Make images smaller

    Then instead of above CSS code please try using below CSS code.

     

    #header-mobile {
        top: 80px;
    }
    
    #page-container header.primary-mobile-light .sh-header-mobile.sh-sticky-mobile-header-active{
        top: 0;
    }
    
    .sh-page-notice .text-right a:first-child {
        margin-bottom: 8px;
        display: inline-block;
        margin-top: 8px;
    }
    
    @media (max-width: 1025px){
    #wrapper {
        margin-top: 80px;
    }
    }

    HiĀ Diacre,

     

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

     

    If you want to change default logo then you can do so from theme header settings but if you want to change logo URL then you have to add following function code in the functions.php file ofĀ Gillion child Theme and change the functionĀ home_url( ‘/’ ) to URL whatever you want to.

     

    
    
    function gillion_header_logo() {
    
    $standard_logo = gillion_option_image('logo');
    
    /* Use Gillion Logo if Logo is not uploaded */
    if( !$standard_logo ) :
    $standard_logo = get_template_directory_uri().'/img/logo.png';
    endif;
    
    $sticky_logo = ( gillion_option_image('logo_sticky') ) ? gillion_option_image('logo_sticky') : $standard_logo;
    $light_logo = ( gillion_option_image('logo_light') ) ? gillion_option_image('logo_light') : $standard_logo;
    
    if( gillion_logo_height() && gillion_logo_height() != 'auto' ) :
    $height = ' height="'.str_replace("px", "", gillion_logo_height() ).'"';
    else :
    $height = '';
    endif;
    ?>
    <div class="header-logo">
    <a href="<?php echo esc_url( home_url( '/' ) ); ?>" class="header-logo-container sh-table-small">
    <div class="sh-table-cell">
    
    <img class="sh-standard-logo" src="<?php echo esc_url( $standard_logo ); ?>" alt="<?php echo esc_attr( get_bloginfo( 'name' ) ); ?>"<?php echo esc_attr( $height ); ?> />
    <img class="sh-sticky-logo" src="<?php echo esc_url( $sticky_logo ); ?>" alt="<?php echo get_bloginfo( 'name' ); ?>"<?php echo esc_attr( $height ); ?> />
    <img class="sh-light-logo" src="<?php echo esc_url( $light_logo ); ?>" alt="<?php echo get_bloginfo( 'name' ); ?>"<?php echo esc_attr( $height ); ?> />
    
    </div>
    </a>
    </div>
    
    <?php }
    
    

     

    Best regards,
    Shufflehound team

    in reply to: Logo link

    Have you sent it from this email idĀ ronnibaslund ?

    If yes then it does not work and if not then please resend login details on email idĀ [email protected]

    in reply to: image gallery captions

    Solution for this topic

    TheĀ revolution slider displays fine for me on your shared site as shown in the attached screenshot. If you want to make any changes in it then you have to do it fromĀ revolution slider settings.

     

    You can display icon box slider arrows 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: 1250px){
    #page-container .sh-iconbox-slider-content .slick-prev,
    #page-container .sh-iconbox-slider-content .slick-next {
        display: block!important;
    }
    }
    Attachments:
    You must be logged in to view attached files.

    HiĀ Les,

     

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

     

    PHP file size controls the upload file size via PHP code so it has nothing to do with efficiency of theme template but the size of the file only.

     

    Please see more information about it on the following pages.

     

    https://www.cyberciti.biz/faq/linux-unix-apache-increase-php-upload-limit/

    https://mediatemple.net/community/products/dv/204404784/how-do-i-increase-the-php-upload-limits

     

    Best regards,
    Shufflehound team

    in reply to: php files size

    HiĀ Surge,

     

    Thank you for posting here.

     

    I could confirm the issue on my test site that occurs when we enable Sticky header 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 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

     

    #header-mobile {
        top: 70px;
    }
    
    .sh-page-notice .text-right a:first-child {
        margin-bottom: 8px;
        display: inline-block;
        margin-top: 8px;
    }
    

     

    Best regards,
    Shufflehound team

    Hi @dinohide,

     

    I hope you are well today and thanks for posting here.

     

    I could confirm the issue on my test site that only occurs with Portfolio 2.0Ā therefore notified the theme developer about this so that it will be fixed.

     

    The issue will be fixed ASAP.

     

    In the meanwhile we can hide unwanted categories by developing custom CSS code.

     

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

     

    Best regards,
    Shufflehound team

    @gmdigitalninja Thank you for your kind reply and you are always welcome here šŸ™‚

    Solution for this topic

    In your siteĀ Discussion Settings please remove the option “Comment author must fill out name and email” as shown in the attached screenshot.

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

    Hi @productpoet,

     

    Sorry to hear of the problem you are having.

     

    Could you please tell me which demo content you are trying to install and what error you are getting so that i can help you?

     

    Best regards,
    Shufflehound team

Viewing 20 posts - 23,981 through 24,000 (of 26,111 total)