Forum Replies Created

Viewing 20 posts - 1,481 through 1,500 (of 12,034 total)
  • Author
    Posts
  • in reply to: Privacy Policy check box in comments form #286796
    Skandha
    Participant

    @leafn4give: Hello there,
    Can you please clarify which checkbox you are referring to or do you mean to have a Privacy Policy Link in your site?

    Kind Regards,
    Skandha

    in reply to: Audioman – Free – Events #286795
    Skandha
    Participant

    @chrismyersemailyahoo-com: Hello there,
    I am afraid to change the order of events you will need change the published date the posts.

    If you want to change the order of the two posts
    Go to => Dashboard => Posts => Quick edit the posts, Change the date and Update.

    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Header image responsivity #286754
    Skandha
    Participant

    @w1ck: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (max-width: 700px) {
    	.custom-header .wrapper::before {
        	background-image: unset;
        }
        .has-header-media .custom-header-media .wp-custom-header img {
        	display: block;
        }
        .custom-header-content {
        	background-color: #000;
        }
    }

    Let me know if this solves your issue.
    Kind Regards,
    Skandha

    in reply to: New WordPress Editor Issue #286732
    Skandha
    Participant

    @patrickmgreene21: Hello there,
    You will need to use the Classic Editor Plugin to get back the Classic Editor.

    Kind Regards,
    Skandha

    Skandha
    Participant

    @sdcathcart: Hello there,
    I checked your and there doesn’t seem to be any images in the slider.
    I will need to look into your site to debug the issue. I have sent you an email. Please check your inbox as well as the spam folder.

    Kind Regards,
    Skandha

    in reply to: Fotografie blog does not show blog posts #286730
    Skandha
    Participant

    @mamabelles: Hello there,
    Can you please post in your site URL so that I can look into the issue?

    Kind Regards,
    Skandha

    in reply to: Changing the blog title , date, comment color #286686
    Skandha
    Participant

    @misso: Glad the issue is resolved. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: Fotografie blog does not show blog posts #286684
    Skandha
    Participant

    @mamabelles: Hello there,
    To change the blog post show on blog page
    Go to => Appearance => Customize => Homepage Settings => Your homepage displays => Select A static page and Select the Posts Page and Publish.

    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Social Gallery and Widget Plugin #286671
    Skandha
    Participant

    @mkixxv: Hello Dunitru, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/chique/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: Header image responsivity #286660
    Skandha
    Participant

    @w1ck: Hello there,
    Can you please post in your site URL so that I can look into the issue?

    Kind Regards,
    Skandha

    in reply to: Center logo and primary menu #286659
    Skandha
    Participant

    @brooks: Hello Brooks, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/photofocus/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: Center logo and primary menu #286624
    Skandha
    Participant

    @brooks: Hello Brooks,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .site-branding {
        min-width: 100%;
    }

    Let me know if this fixes the logo issue.
    Kind Regards,
    Skandha

    in reply to: Center logo and primary menu #286618
    Skandha
    Participant

    @brooks: Hello Brooks,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .site-branding {
        display: block;
        width: 100%;
    }
    .custom-logo {
        margin: 0 auto;
    }
    #primary-menu-wrapper .menu-toggle-wrapper {
        display: none;
    }
    #primary-menu-wrapper  .menu-inside-wrapper {
        position: static;
        visibility: visible;
        background: transparent none repeat scroll 0% 0%;   
        opacity: 1;
    }
    .main-navigation li {
        display: inline-block;
    }
    .main-navigation a {
        padding: 14px;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: catchShop slider not working on free version #286617
    Skandha
    Participant

    @mukalazi: Hello there,
    To reduce the height of the slider
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #feature-slider-section .slider-content-wrapper {
        padding: 100px;
    }

    You can change the padding according to your choice.

    To display the blog on homepage
    Go to => Appearance => Customize => Homepage Settings => Your homepage displays => Select Latest Posts and Publish.

    Let me know if this helps you out and also thank your for the wonderful review you left. 🙂
    Kind Regards,
    Skandha

    in reply to: Remove header from just one page (not whole site) #286616
    Skandha
    Participant

    @naoko-kaku: Glad it worked out. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: Font Size in Sub Menu #286615
    Skandha
    Participant

    @mmhgloba: Glad the issue is resolved. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: Sticky Playlist Auto-Play? #286614
    Skandha
    Participant

    @chrismyersemailyahoo-com: Hello Chris,
    For that you will need to create a child theme and do a little bit of customization or you will need to find a suitable custom js plugin from the WordPress Plugin Repository.

    Let me know what you would like to do.
    Kind Regards,
    Skandha

    in reply to: footer just one line like in the demo #286605
    Skandha
    Participant

    @hansh: Hello Hans,
    For that,
    Go to => Appearance => Customize => Menus => View All Locations => Footer Menu => Select a Menu and Publish.

    Let me know if this is what you want!
    Kind Regards,
    Skandha

    in reply to: catchShop slider not working on free version #286569
    Skandha
    Participant

    @mukalazi: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/catch-shop/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know.

    Kind Regards,
    Skandha

    in reply to: Remove header from just one page (not whole site) #286548
    Skandha
    Participant

    @naoko-kaku: Hello Kuku,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .page-id-1006 article .entry-title {
        font-size: 36px;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 20 posts - 1,481 through 1,500 (of 12,034 total)