Shufflehound Support profile

Home Forums Shufflehound Support

Forum Replies Created

Viewing 20 posts - 24,661 through 24,680 (of 26,111 total)
  • Author
  • If you are using visual editor then you have to add post excerpt in the excerpt field of post as described in this page http://www.wpbeginner.com/glossary/excerpt/

     

    Also see the following topics regarding answer provided for same question.

     

    https://support.shufflehound.com/forums/topic/change-the-blog-title/#post-2255

    https://support.shufflehound.com/forums/topic/excerpt-teammembers-and-timeline-2/#post-3245

    Hi @Henry920130,

     

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

     

    Please make sure you are editing correct page and do not select blog template in the page as shown in the attached screenshot.

     

    Best regards,
    Shufflehound team

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

    Thank you for the response! So it it only with parallax title pages and blog posts that this creates an error with?

     

    This is for all where the Unyson visual page editor is used.

     

    Also, how can I add a theme header.php file to my file editor? I attached a screenshot of what i’m currently seeing, but I want to add custom code to the header and in between the body for Google Tag Manager/tracking.

    You can,’t add it from default theme editor. You have to do it using FTP or cPanel file manager of your site.

    Solution for this topic

    I meant to remove the title from the project when you hover over the image to enlarge it. See attachment:

    To remove it use below custom CSS code instead of above shared code.

     

    .sh-portfolio-overlay4-title {
        display: none;
    }

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

    You are most welcome here 🙂

    Hi @sgibbie,

     

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

     

    You can set it by editing your homepage using visual page builder and then use Portfolio content element in it and side navigation header layout as shown in the attached screenshot.

     

    Best regards,
    Shufflehound team

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

    Awesome great to see you got that figured out.

     

    Please advise if you have more questions.

     

    Have a fantastic day!

    in reply to: Pages not showing

    Hi John,

     

    I hope you are well today.

     

    You can get refund from where you have purchased the item that is on envato market. You can contact them on https://help.market.envato.com/hc/en-us

     

    Best regards,
    Shufflehound team

    in reply to: Refund

    You are most welcome here 🙂

    You are most welcome here 🙂

    Thank you for sharing site FTP details.

     

    I have imported shop demo content on your site.

     

    Could you please check it?

    Solution for this topic

    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

     

    #page-container .sh-accordion .panel .panel-collapse .panel-body{
        background: #262626;
    }

    And I am talking about the top bar, above the header.

    You can make it smaller 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-top {
        padding: 5px 0;
    }

     

    At the same page i have trouble with the videos – they are not responsive…

    Please try using below custom CSS code to achieve it.

     

    div#video-player-31153577e811ebf04f1a13394e29eee0 {
        max-width: 100%;
    }
    in reply to: Top Bar

    Hi Jon,

     

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

     

    Yes it is Unyson plugin issue that provides visual page editor so you have to add them manually.

     

    Best regards,
    Shufflehound team

    Solution for this topic

    Hi @Shinykins,

     

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

     

    Is it possible to change the color of the line under the navigation to another color when selected?

    You can change 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-filter-default .sh-filter-item.active:after {
            background-color: #e86086!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

     

    And also, can I make the top navigation hover color be the same as the selected color of the navigation?

    Please change it in the theme styling settings as shown in the attached screenshot.

     

    Best regards,
    Shufflehound team

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

    Hi Marcin,

     

    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 change its background color?

     

    Best regards,
    Shufflehound team

    Solution for this topic

    Hi @shanticfm,

     

    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-testimonials-table-icon {
        display: none;
    }

     

    Best regards,
    Shufflehound team

    Solution for this topic

    Hi @niftitalks,

     

    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

     

    section.sh-section.sh-section-971cc72fb5820858d009dba687c2aaee .widget-item {
        color: #fff;
    }
    
    section.sh-section.sh-section-971cc72fb5820858d009dba687c2aaee .widget-item h3 {
        color: #fff;
    }
    
    section.sh-section.sh-section-971cc72fb5820858d009dba687c2aaee .header.title{
        color: #fff;
    }
    
    section.sh-section.sh-section-971cc72fb5820858d009dba687c2aaee .widget-item  a{
        color: #fff;
    }
    
    section.sh-section.sh-section-971cc72fb5820858d009dba687c2aaee label{
        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

     

    I have added color property to each selectors in the above code so that you can style them individually and apply different colors but if you don’t want it then you can below CSS code instead.

     

    section.sh-section.sh-section-971cc72fb5820858d009dba687c2aaee .widget-item,
    section.sh-section.sh-section-971cc72fb5820858d009dba687c2aaee .widget-item h3,
    section.sh-section.sh-section-971cc72fb5820858d009dba687c2aaee .header.title,
    section.sh-section.sh-section-971cc72fb5820858d009dba687c2aaee .widget-item  a,
    section.sh-section.sh-section-971cc72fb5820858d009dba687c2aaee label{
        color: #fff !important;
    }

     

    Best regards,
    Shufflehound team

    Hi @shanticfm,

     

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

     

    Hello, I’m using the project feature as our gallery and would like to remove the title of the project.

    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.page-id-4472 .sh-titlebar .titlebar-title h1 {
        display: none;
    }

     

    I would also like to add the option that when you select the image to enlarge it, that you can select the next or previous image without exiting that lightbox.

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

Viewing 20 posts - 24,661 through 24,680 (of 26,111 total)