Shufflehound Support profile

Home Forums Shufflehound Support

Forum Replies Created

Viewing 20 posts - 6,481 through 6,500 (of 26,111 total)
  • Author
  • I’m still having issues with the pricing table using swedish crowns, since they require larger amounts than dollars or euro.

    How can I get all the numbers to be the same size?

    If you have changed the font size of pricing text then you have to also change it in the above shared CSS code as displayed below.

    .sh-pricing-price .sh-pricing-currency {
        position: static !important;
        font-size: 60px !important;
        font-weight: bold !important;
        margin-left: 0 !important;
    }

     

    I also can’t seem to change the layout of the button from rounded to squared. I tried changing the border but it doesn’t solve the issue.

    Please use below custom CSS code to achieve it.

    #page-container a.sh-pricing-button.sh-pricing-button-style2 {
        border-radius: 0;
    }

    Hi @ozschool,

     

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

     

    The number of items in the cart displays over the drop down menu causing problems with clicking the menu button

    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

     

    #header-navigation-mobile .sh-header-cart-count.cart-icon.sh-group {
        position: absolute;
        left: 28px;top: 4px;
    }

    The 2 main black buttons on the homepage (dress to impress and choose oz schoolwear. They are fine if you are using a PC as its one click and then it loads. But on an iphone you must leave your finger on it which then brings up a drop down menu which then opens it on another page. On an android device it does not work at all.

    Sorry, I am not sure I understood your question so could you please describe it by sharing the screenshot of it?

     

    Best regards,
    Shufflehound team

    Hi @enrique_novello45,

     

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

     

    Hi, I wanted to hide the topbar from the shop and product pages. I have set it off from setting however I can see it on shop, product, and all Woocommerce related pages.

    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.woocommerce .sh-header-top.sh-header-top-2 {
        display: none;
    }

     

    and I want to change the social media icon design on the mobile menu now it is showing the bordered icons but I want a solid icon to match with footer icons.

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

     

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

     

    Best regards,
    Shufflehound team

    You are most welcome here 🙂

    The issue will be fixed ASAP.

     

    Yes, there will be a new theme update and you will be notified here.

    You are most welcome here 🙂

    I could confirm the issue on your website but not sure why it is happening on it.

     

    I have resolved 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 .post-container .sh-overlay-style1 .sh-overlay-item:last-child {
        display: block;
    }

    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

     

    @media (min-width: 1250px){
    .container.entry-content {
        max-width: 1100px!important;
        width: 1100px!important;
    }
    }

    I am not sure exactly where you are using it but you can try using.

    in reply to: Video background

    I have notified the issue to the theme developer so that it will be fixed.

     

    The issue will be fixed ASAP.

    Solution for this topic

    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

     

    #page-container .sh-iconbox.sh-iconbox-left:hover {
        left: 0;
    }

    Ok

     

    Please advise if you have more questions.

     

    Have a fantastic day!

    – Menu icons broken in mobile

    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

     

    .sh-nav-mobile li.menu-item > a.fa:before {
        font-family: 'FontAwesome';
        padding-right: 8px;
    }

    – Post meta not visible (I only want the meta shown inside single post).

    You can enable it in the theme settings as shown in the attached screenshot.

    – Comments box not visible at all I think something is broke..

    Please make sure that you have enabled comments on your website as described on the below pages.

     

    https://accesspressthemes.com/blog/enable-comment-in-wordpress-pages-posts/

    https://www.wpgarage.com/tips/allow-comments-in-old-posts-wordpress/

     

    – Can you help me to reduce the space between the footer widgets area and the footer logo area?

    Please use below custom CSS code to reduce that space.

     

    .sh-footer .sh-footer-widgets {
        padding-bottom: 0;
    }

     

    – It is possible to change the icons for the categories meta (post format) ?

    You can try changing it using Yellow Pencil editor as described in the below page.

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

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

    The thumbnail regenerator plugin is out of date, but if I use another plugin, do I need to change the thumbnail size in my media settings before I regenerate?

    You can use any thumbnail generator plugin that you would like to.

     

    You don’t need to change thumbnail size in my media settings but you can do so If you want to.

     

    You said that would need to be in the child theme. In functions.php?

    Yes

    DO I need to change the gallon-square size from 585×585 since that is the one causing the issue?

    Yes

    Is there additional code to wrap this in?

    Yes, you can refer any of the below reply to develop it.

     

    https://support.shufflehound.com/forums/topic/display-original-image/#post-17063

    https://support.shufflehound.com/forums/topic/display-original-image/#post-16878

    I got your website now.

     

    Could you please temporarily deactivate the siteground-optimizer plugin and any other cache that you are using on your website so that I can troubleshoot it?

    Please try updating the theme to the below latest version.

     


    Please login to access this file

     

    Also, this can be due to plugin conflict on your site so please try temporarily deactivating all plugins except Unyson plugin and WpBakery page builder plugins and see whether everything works fine and then enable the plugins one by one to see which plugin is conflicting if any.

    in reply to: not showing up in IE10

    The image that you are using contains padding around the edges as shown in the attached screenshot therefore it is not displaying near to the slider.

     

    Please use the image without having any padding.

    Attachments:
    You must be logged in to view attached files.
    in reply to: banner full width

    I’m still having issues with the pricing table using swedish crowns, since they require larger amounts than dollars or euro.

    How can I get all the numbers to be the same size?

    I visited your shared website but it seems you are not using the Jevelin theme on it so could you please tell me where it is displaying so that I can help you?

     

    I also can’t seem to change the layout of the button from rounded to squared. I tried changing the border but it doesn’t solve the issue.

    To help us keep support thread separates could you please create a new thread for each of your other questions instead of asking them in your single thread as it makes the thread messy and hard to read.

     

    If you want to you can also add a reference to this thread in your newly created thread.

     

    We would be more than happy to help you with your new thread.

    Hello I have tried that but im not ablr to change complete website colour from top to bottom

    I am not sure what you mean exactly by changing colour from top to bottom so could you please share your website URL and describe it?

     

    and im trying make header trasnparent

    You can achieve this by editing that page and setting its header to light as described in the below topics.

     

    https://support.shufflehound.com/forums/topic/transparent-header/#post-2187

    Sorry but still I didn’t understand your question and your shared screenshot is not accessible.

     

    Could you please attach a screenshot image to the reply and describe your question?

Viewing 20 posts - 6,481 through 6,500 (of 26,111 total)