Shufflehound Support profile

Home Forums Shufflehound Support

Forum Replies Created

Viewing 20 posts - 15,021 through 15,040 (of 26,111 total)
  • Author
  • Solution for this topic

    Hi @gs762698,

     

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

     

    You can remove that image 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

     

    .single-fw-portfolio .sh-ratio.slick-slide.slick-cloned[data-slick-index="54"],
    .single-fw-portfolio .sh-portfolio-single-slider #slick-slide00 {
        display: none;
    }

     

    Best regards,
    Shufflehound team

    Solution for this topic

    You can remove the sidebar by removing widgets from the sidebar & making page full width and remove titlebar from the header settings as shown in the attached screenshots.

     

    You can remove all other elements by using Yellow Pencil editor as described in the below page to achieve this.

     

    https://support.shufflehound.com/how-to-change-almost-any-element/

    Attachments:
    You must be logged in to view attached files.
    in reply to: Change blog detailpage

    Ok I got it now on the second screen.

     

    You can make it full width using below CSS code.

     

    .gfield_list_cell input[type="text"] {
        width: 100% !important;
    }

    You are most welcome here 🙂

    You are most welcome here 🙂

    Solution for this topic

    Hi Vincent,

     

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

     

    The theme comes bundled with WPBakery plugin so you don’t need to buy it.

     

    After activating the theme on your site, you can install WPBakery plugin from the path Appearance -> Install Plugins

     

    Best regards,
    Shufflehound team

    Hi Jeroen,

     

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

     

    You can see all the images are stored in the directory /wp-content/uploads/ which is default directory for storing WordPress images.

     

    I am not sure why those images are not on CDN but could you please contact CDN support regarding this?

     

    Best regards,
    Shufflehound team

    Hi @fabiano1987,

     

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

     

    They don’t display automatically in the dropdown option.

     

    To display them, you have to develop custom code in the child theme of Gillion theme using the filter fw_option_type_icon_sets added in the below theme file on line number 1435

     

    /gillion/inc/icons.php

     

    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/~011652ffec8865c

     

    Best regards,
    Shufflehound team

    Hi @wiredmessenger,

     

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

     

    You can’t import one element from demo so you have to add it using page builder.

     

    Could you please tell me exactly which element you are talking about so that I can guide you to add it?

     

    Best regards,
    Shufflehound team

    Awesome great to see you got that solved.

     

    Please advise if you have more questions.

     

    Have a fantastic day!

    in reply to: widget

    @fabiano1987 Please make sure you have enabled user registration on your site as described in the following page.

     

    http://freewptp.com/how-to-enable-user-registration-on-wordpress-site/

     

    If you are still facing the issue then to help us keep support thread separates could you please create your own thread for your question instead of replying on others 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.

    Hi CamZamora,

     

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

     

    This is happening because you are using custom domain email address to send emails but have not configured its SMTP settings so please configure it and then send test email as shown in the attached screenshots.

     

    Best regards,
    Shufflehound team

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

    You are most welcome here 🙂

    in reply to: change 404

    Hi Daan,

     

    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 remove it?

     

    Best regards,
    Shufflehound team

    in reply to: Change blog detailpage

    Hi Daan,

     

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

     

    It is a dynamic page that you can customize by changing search.php template file in the Jevelin child theme.

     

    You can remove the footer on 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

     

    .search-results footer.sh-footer {
        display: none;
    }
    
    .search-results .content-container.sh-page-layout-default {
        margin-bottom: 0 !important;
    }

     

    Best regards,
    Shufflehound team

    Hi @Nioki,

     

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

     

    You can achieve this developing custom code as developed in the custom plugin  shared in the following topic.

     

    https://support.shufflehound.com/forums/topic/post-comments/#post-7479

     

    Best regards,
    Shufflehound team

    Solution for this topic

    Hi @ddewit,

     

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

     

    The 404 page is dynamic page so you can only change it developing custom code.

     

    You can remove the footer on 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

     

    .error404 footer.sh-footer {
        display: none;
    }
    
    .error404 .content-container.sh-page-layout-default {
        margin-bottom: 0 !important;
    }

     

    Best regards,
    Shufflehound team

    in reply to: change 404

    You are most welcome here 🙂

    Awesome great to see you got that resolved.

     

    Please advise if you have more questions.

     

    Have a fantastic day!

    Not an issue at all.

     

    I visited your shared site but saw the list field is displaying fine for me as shown in the attached screenshot.

     

    If you want to increase its width to 100% then you can do so by using below custom CSS code.

     

    .gform_wrapper select {
        width: 100% !important;
    }
    Attachments:
    You must be logged in to view attached files.
Viewing 20 posts - 15,021 through 15,040 (of 26,111 total)