Shufflehound Support profile

Home Forums Shufflehound Support

Forum Replies Created

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

    Hi @dianazahe,

     

    Thank you for your question.

     

    The hover color for menus changes for me as shown in the attached screenshot.

     

    Please test it clearing your browser cache or using different browser.

     

    Best regards,
    Shufflehound team

    Attachments:
    You must be logged in to view attached files.
    in reply to: Hover in Header Menu

    Solution for this topic

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

     

    .SP_News_scrolling_Widget div.sp-news-scrolling-slider {
        height: 100px !important;
    }

    Hi @dianazahe,

     

    Thank you for your question.

     

    Yes we can reduce it developing custom CSS code.

     

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

     

    Best regards,
    Shufflehound team

    But it is working for me on my mobile using android OS and chrome browser.

     

    Which mobile and browser are you using?

    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

     

    .ui-datepicker.ui-widget-content {
        width: auto;
    }
    
    .ui-datepicker.ui-widget-content td,
    .ui-datepicker.ui-widget-content th {
        padding: 5px !important;
    }
    in reply to: Date Picker Styling

    Awesome great to see you got that achieved.

     

    Thanks for helping out here in this forum by sharing the solution.

     

    Your help here is really appreciated.

    in reply to: Ads / Banner

    Hi @rafsanj24,

     

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

     

    You can import Boxed slider demo content on your site as shown in the attached screenshot.

     

    Best regards,
    Shufflehound team

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

    Hi @Djuanuk,

     

    I hope you are well today and thank you for your feedback & thanks for posting here..

     

    Menu 1# The mega-menu drop. I wanted to use it to connect to each games page instead of my posts. So I would have the category on the side and each one would have a picture to the page of the related game. ( I have added an image and it’s clear in there) I tried adding the page Id but didn’t work.

    3# Then again the category container and slider is there a way to connect to other pages ramifications with the ID of the pages.

     

     

    4# Can I add the review style in a default page without being a post of the blog. Each game page content I wanted to add the review in it but I don’t know how to do it in a regular default page.

     

    To achieve this, you have to develop custom code in the child theme of Gillion theme.

     

    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

     

    2# Titlebar Background Image I liked the Large version but I wanted to make it slightly smaller.

    Could you please share me the page URL from your site where it is displaying so that I can help you to reduce its height?

     

    Best regards,
    Shufflehound team

    You are most welcome here 🙂

    You might have shared it but we don’t have track of those details so need to request it again.

     

    1. when an error happens when filling the form, the page reloading after pressing send and stays on top without a message. If I scroll down the form shows the problem in red but the error message doubled. I think must show the form with errors after reload

    I could also confirm the issue on my test site as shown in the attached screenshot which seems Unyson plugin issue.

     

    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

     

    .fw_form_fw_form .form-error{
        display: none;
    }
    
    .fw_form_fw_form .form-error:last-child {
        display: block;
    }

     

    2. If this happening and I have multiple choice field set to mandatory the first option not selectable.

    I can select it as shown in the attached screenshot.

     

    Please advise.

     

    3. How can I align the send button to right

    Please use below custom CSS code to achieve it.

     

    .contact-form input[type="submit"] {
        float: right;
    }
    Attachments:
    You must be logged in to view attached files.
    in reply to: Contact form problem

    Hi Lakshmi,

     

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

     

    Those demos are part of Basic demo as shown in the attached screenshot so please install the Basic demo to get those templates.

     

    Best regards,
    Shufflehound team

    Attachments:
    You must be logged in to view attached files.
    in reply to: Some demos are missing

    What size is required?

    There isn’t any size requirement so please try which best display on your site. You can try reducing existing image by half.

     

    I don’t understand what’s meant by “visiting shared image URL  in private area” ?

    Don’t you see the image URL that I have shared above in private reply as shown in the attached screenshot?

     

    You can also visit below URL where you have to replace yoursite  with your site domain name.

     

    http://yoursite.dk/wp-content/uploads/2018/09/jonathan-percy-505890-unsplash-1.jpg

     

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

    Maybe if I put that text in a different section?

    Yes please add it in the different section.

     

    I am not very familiar in yellowpencil

    It is described how to use it in the following page.

     

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

    Yes if you have added it in the theme files instead of in the child theme files or in the theme options.

    Hi @zsolt67,

     

    Sorry to hear of the problem you are having.

     

    Could you please share me your site URL where it’s happening so that I can troubleshoot it?

     

    Best regards,
    Shufflehound team

    in reply to: Contact form problem

    Hi @zsolt67,

     

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

     

    Portrait view on Ipad mini and Sony z4 tablet show mobile view where the text goes between the photos but on Ipad Pro, portrait view looks bad. Please see attached. I would like to switch mobile view on Ipad Pro too. The headline is switching.

    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

     

    @media (max-width: 1024px) {
    .home #page-container  .fw-col-sm-4,
    .home #page-container .fw-col-sm-8 {
        width: 100%;
    }
    .home #page-container .sh-column:not(:only-of-type):not(.sh-column-mobile-padding) .sh-column-wrapper > *:last-child {
        margin-bottom: 45px!important;
    }
    }

     

    Also regarding responsiveness, the “18 years experience” aligned left on mobile view but should be center because everywhere is set to center.

    It is displaying left aligned on mobile because of the following custom CSS code used on your site so please remove it.

     

    .sh-section-a09ab805ff4fac305e6b3b8ed673ae71 .sh-column {
        width: 50%;
        float: left;
    }

     

    On more small things you can help me, please. What is the setting to stretch all the five homepage photo on mobile to side to side?

     

    There isn’t any settings for it but you can try achieving it using Yellow Pencil editor as described in the following page.

     

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

     

    Best regards,
    Shufflehound team

    You will see that code in the following theme file on line number 15

     

    /gillion/inc/headers/header-3.php

    in reply to: Ads / Banner

    Could you please share me the screenshot of whole screen and point that image by arrow so that I can better understand what you are referring to?

    You are most welcome here 🙂

    Yes I have tested it on mobile and it is working fine for me as shown in the attached screenshot.

     

    Have you tested it clearing your mobile browser cache or using a different browser as suggested above?

    Attachments:
    You must be logged in to view attached files.
Viewing 20 posts - 15,641 through 15,660 (of 26,111 total)