Shufflehound Support profile

Home Forums Shufflehound Support

Forum Replies Created

Viewing 20 posts - 13,181 through 13,200 (of 26,111 total)
  • Author
  • Hi Jürgen,

     

    Thank you for your question.

     

    I am not sure which logout menu you are referring to and what you are trying to achieve so could you please share me the screenshot of it and also your site URL where it’s displaying so that I can help you?

     

    Best regards,
    Shufflehound team

    in reply to: Sidebar

    Hi @nader,

     

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

     

    My home page is showing 4 posts only, even though I have a lot?

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

    For some reason, the “Trending News” slider is not showing any posts, how can I make it show the posts?

    Could you please share me the screenshot of the slider settings so that I can troubleshoot it?

     

    For some reason, the big slider that contains two posts only right before the latest posts section is also not showing posts

    I am not sure which big slider you are talking about so could you please describe it a bit more in detail by sharing the screenshots of it?

     

    Best regards,
    Shufflehound team

    Hi @glowe,

     

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

     

    I can see on your shared site that the Google ads related errors are occurring in the browser console as shown in the attached screenshot.

     

    Please resolve these errors by contacting Google adsense support.

     

    Best regards,
    Shufflehound team

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

    Hi @poojamitra88,

     

    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

     

    .post-content > p:nth-of-type(1) img {
        clear: right;
    }

     

    Best regards,
    Shufflehound team

    Hi Jürgen,

     

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

     

    Best regards,
    Shufflehound team

    in reply to: Blog Posts Basic

    Hi @Tanzaho,

     

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

     

    To troubleshoot the issue could you please clear the autoptimize cache and any other cache that you are using on your site and temporarily disable it and then test the issue?

     

    Best regards,
    Shufflehound team

    Hi @NickCypher,

     

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

     

    Best regards,
    Shufflehound team

    Which image are you talking about between the attached screenshots?

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

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

    in reply to: Custom fonts

    You are most welcome 🙂

    Solution for this topic

    Hi Nader,

     

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

     

    How to change the language of 2 years ago, 2 min read etc…under the post

    How to change the language of the search bar?

    How to change “Latest posts” text in home page?

    How to change the “Category” text title when you go to a specific category? Example Category: Shop

    Some strings are dynamic and not exist in the code and you can change those strings by using any of the following plugins.

     

    https://wordpress.org/plugins/say-what/

    https://wordpress.org/plugins/real-time-find-and-replace/

     

    How to add Disqus comment system instead of the default one?

    Please refer the information provided on the below pages to achieve this.

     

    https://www.wpbeginner.com/plugins/how-to-add-disqus-comment-system-in-wordpress/

    https://disqus.com/admin/wordpress/

     

    My home page is showing 4 posts only, even though I have a lot?

    For some reason, the “Trending News” slider is not showing any posts, how can I make it show the posts?

    For some reason, the big slider that contains two posts only right before the latest posts section is also not showing posts

    To help us keep support thread separates could you please create 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 reference of this thread in your newly created thread.

     

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

     

    Best regards,
    Shufflehound team

    Have you just installed the above plugin or also regenerated thumbnails?

     

    The following code in the theme resizes the images so you have to overwrite this in Gillion child theme using below code.

     

    set_post_thumbnail_size( 585, 372, true );
    add_image_size( 'gillion-portrait', 372, 484, true );
    add_image_size( 'gillion-square', 585, 585, true );
    add_image_size( 'gillion-square-small', 220, 220, true );
    add_image_size( 'gillion-square-micro', 80, 80, true );
    add_image_size( 'gillion-square-micro-landscape', 110, 147, true );
    add_image_size( 'gillion-landscape-small', 420, 265, true );
    add_image_size( 'gillion-landscape-large', 1200, 675, true );
    add_image_size( 'gillion-masonry', 585, 1170, false );
    
    

     

    You can refer the below topics to achieve this.

     

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

    https://support.shufflehound.com/forums/topic/correct-featured-image-size/

    in reply to: Quality images

    After troubleshooting on your site, I could confirm the issue on my test site which only occurs when load more option of Blog Posts Basic element is enabled therefore notified the theme developer about this so that it will be fixed.

     

    The issue will be fixed ASAP.

    in reply to: Blog Posts basic

    HI @MarcoAix,

     

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

     

    1- With Jevelin 4.1.0 I had an error in Chrome (attachment) when it seems ok in Safari and Firefox, so I had to go back to the previous release.

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

     

    Could you please tell me a bit more in detail how I can reproduce the issue so that I can troubleshoot it?

     

    This can be due to plugin conflict on your site so please try temporary 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.

     

    Would you mind if I log in to your site and do some troubleshooting? If this is ok then could you please temporary share me your site admin log in details privately by adding them in the box having text “Enter your private content here (only you and forum moderators will be able see it)”?

     

    2 – Google is not showing my WordPress meta description. It always did with several other sites I created before. And Jetpack sitemap is not showing my (quite important) Portfolio pages to Google, only my (not wanted) legal (real WordPress) pages.

    The theme is being used by many users and their sites are getting indexed in Google search engine without any issue.

     

    You can contact any SEO consultant such as Yoast to know why this is happening with your site.

     

    3- I had to use a cache plugin and Cloudflare and reduce my slider from 7 to 4 slides to have a “rather decent” initial loading time: it was incredibly long though I’m not using many plugins on this site… could it be linked to Unyson as I saw in another thread, and if yes could my front page be easily re-created (same look) with another lighter plugin?

    There can be various other reasons why your site is loading slow as described in the following pages.

     

    https://www.bitcatcha.com/blog/2015/10-frustrating-reasons-why-your-website-speed-is-slow/

    https://www.pickaweb.co.uk/kb/website-running-slow/

    https://gtmetrix.com/why-is-my-page-slow.html

     

    You can improve your site performance as described in the following pages.

     

    http://www.wpbeginner.com/wordpress-performance-speed/

    https://codex.wordpress.org/WordPress_Optimization/WordPress_Performance

    https://wpengine.com/blog/page-speed-wordpress-performance/

    https://themetrust.com/test-wordpress-site-performance/

     

    To optimize images and load them faster, you can use any of the following plugins.

     

    https://wordpress.org/plugins/ewww-image-optimizer/

    https://wordpress.org/plugins/wp-smushit/

     

    If you think it is a Unyson page builder then you can create the page on your site using WPBakery page builder.

     

    Best regards,
    Shufflehound team

    There is not theme option.

     

    The theme scales font size of post and page content but the text size of text block content that you have created is manually applied therefore you have to manually change its size for mobile.

    Hi Jürgen,

     

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

     

    Could you please share me the screenshots of the settings that you have configured and also share page URL from your site where it is not displaying properly so that I can troubleshoot it?

     

    Best regards,
    Shufflehound team

    in reply to: Blog Posts basic

    Hi @msymphony,

     

    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

     

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

     

    Best regards,
    Shufflehound team

    in reply to: Add more post width

    Hi @msymphony,

     

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

     

    Please try regenerating thumbnails on your site using the below plugin.

     

    https://wordpress.org/plugins/force-regenerate-thumbnails/

     

    Best regards,
    Shufflehound team

    in reply to: Quality images

    Awesome great to see that it started working fine for you.

     

    Please advise if you have more questions.

     

    Have a fantastic day!

    in reply to: Not possible to access

    The issue is resolved in the below latest version of theme so please update the theme as described here https://support.shufflehound.com/updating-theme/

     


    Please login to access this file

    in reply to: Portfolio Titlebar
Viewing 20 posts - 13,181 through 13,200 (of 26,111 total)