Forum Replies Created

Viewing 20 posts - 3,361 through 3,380 (of 12,027 total)
  • Author
    Posts
  • Skandha
    Participant

    @communications-sacred-heart: Hello there,
    Can you please attach a screenshot of the issue at your end so that I can have a look at it?

    Kind Regards,
    Skandha

    in reply to: Change background colour of link buttons throughout site #266737
    Skandha
    Participant

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

    .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce button.button.alt, .woocommerce input.button, .woocommerce input.button.alt, .woocommerce .product-container .wc-forward, .woocommerce-pagination ul li span.current, .woocommerce-pagination ul li a:hover, .woocommerce-pagination ul li a:focus {
    	background-color: teal;
    }

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

    in reply to: Colors for products in products listing #266736
    Skandha
    Participant

    @malevolentia: Hello there,
    Can you please check this article. This may solve your issue.

    Kind Regards,
    Skandha

    Skandha
    Participant

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

    @media screen and (min-width: 100em) {
    	body, .widget .widget-title {
    		font-size: 25px;
    	}
    }

    You can change the font size according to your choice.
    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Question about fonts #266734
    Skandha
    Participant

    @tomdkat: Hello there,
    Please let me know which font you would like to add. If it is a google font it can be added in the font family options in the theme itself otherwise you will need to create a child theme and enqueue the font files to use the font.

    Kind Regards,
    Skandha

    in reply to: I’m about to DEMAND A REFUND #266701
    Skandha
    Participant

    @andyyeomansmusic: Hello there,
    I have sent you an email. Please check your inbox as well as the spam folder.

    Kind Regards,
    Skandha

    in reply to: how can I eliminate the author bio from my post pages? #266700
    Skandha
    Participant

    @olgabt: 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/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 great weekend! 🙂

    Kind Regards,
    Skandha

    in reply to: Header Media no longer allowing video link #266696
    Skandha
    Participant

    @mr: Hello there,

    To use Sticky Playlist you will need to create a playlist
    Create a Page => Add New Block => Formatting => Classic Block => Add Media => Create Audio Playlist => Select your audio files and Click on Create a New Playlist and Update the page.

    Then,
    Go to => Appearance => Customize => Theme Options => Sticky Playlist => Enable the section => Select type as Page and Select the page where you created the Playlist earlier and Publish.

    Let me know if you are still having issues setting up sticky playlist.
    Kind Regards,
    Skandha

    in reply to: One icon doesn’t show #266695
    Skandha
    Participant

    @sandmanv22: 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/intuitive/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: One icon doesn’t show #266693
    Skandha
    Participant

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

    .address .fa-map-marker::before {
        content: "\f041";
    }

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

    in reply to: One icon doesn’t show #266689
    Skandha
    Participant

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

    Kind Regards,
    Skandha

    in reply to: Menu Bar Color #266684
    Skandha
    Participant

    @eewix: Thank you for the wonderful review. Have a great weekend! 🙂

    Kind Regards,
    Skandha

    in reply to: Child-theme: a new entry in Style.css doesn’t work #266683
    Skandha
    Participant

    @serpico57: Hello Ernesto,
    If you are already using a child theme you can use the child theme’s style.css file to add your CSS Code.

    Kind Regards,
    Skandha

    Skandha
    Participant

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

    .single .navigation.post-navigation {
        display: none;
    }

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

    in reply to: Header image #266680
    Skandha
    Participant

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

    @media screen and (min-width: 64em) {
    	.header-media .custom-header-media {
    		height: 80vh !important;
    	}
    }

    You can change the value of height according to your choice.
    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: how can I eliminate the author bio from my post pages? #266664
    Skandha
    Participant

    @olgabt: Hello there,
    To remove the Author bio
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .single-post .author-info {
        display: none;
    }

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

    in reply to: Help needed with the Portfolio #266663
    Skandha
    Participant

    @tomdkat: Hello there,
    1. To change that
    Go to => Appearance => Customize => Essential Content Types Plugin Options => Portfolio => Edit Portfolio Archive Title and Portfolio Archive Content and Publish. However, due to a little bug this option doesn’t seem to be working. The issue will be fixed and an update should be released by tomorrow.

    2. To change the order of the posts you will need to change the published date of the post. The latest posts are shown at the top in a descending order.

    3. Well, that depends on how you want to use it. You can display the Portfolio section like a gallery in the homepage and then use the
    www.{mysite}.com/portfolio/ link as a More Post button below in the gallery.

    Let me know if this helps you out!
    Kind Regards,
    Skandha

    in reply to: Child-theme: a new entry in Style.css doesn’t work #266653
    Skandha
    Participant

    @serpico57: Hello Ernesto,
    It is of best practice to not edit the style.css file in the theme as any changes you make will be lost after you update the theme. So if you have any CSS Code to be added please use the Additional CSS section.

    Let me know if this helps you out!
    Kind Regards,
    Skandha

    in reply to: Meny not working on bottom of front-page #266652
    Skandha
    Participant

    @litjby: Hello there,
    The update has been released. Please update the theme and let me know if the issue is resolved.

    Kind Regards,
    Skandha

    in reply to: Position of Catch Kathmandu Options for Page/Post #266630
    Skandha
    Participant

    @bigoslesli: Hello there,
    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

Viewing 20 posts - 3,361 through 3,380 (of 12,027 total)