Forum Replies Created

Viewing 20 posts - 10,801 through 10,820 (of 12,034 total)
  • Author
    Posts
  • in reply to: Delete Search Icon + Function #149657
    Skandha
    Participant

    @harmwal: 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/adonis/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: Link Color #149640
    Skandha
    Participant

    @pixeld: 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/clean-journal/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: Add "Explore Music" button on Slider? How? #149632
    Skandha
    Participant

    @marykathill: I checked your site please activate Rockstar theme and let me know. Also let me know where you want the fonts to be changed.

    Kind Regards,
    Skandha

    in reply to: featured post slider #149502
    Skandha
    Participant

    @denisask: I will contact you shortly by email.

    Kind Regards,
    Skandha

    in reply to: Widened Jetpack gallery #149497
    Skandha
    Participant

    @lmphotos: That code was only for a certain post. Do you want the whole site to have a wider content width of 1148px?

    Kind Regards,
    Skandha

    in reply to: Delete Search Icon + Function #149488
    Skandha
    Participant

    @harmwal: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #social-search-wrapper {
    	display:none;
    }

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

    in reply to: Code appearing at bottom of each page #149458
    Skandha
    Participant

    @rolandallen: Please post in your site URL so that I can look in to the issue.

    Kind Regards,
    Skandha

    in reply to: Adding an HD Youtube video to the header as default #149452
    Skandha
    Participant

    @mihnea-dublesiu: To make HD Videos display in the header section. When you copy the video URL link from youtube you need to make sure the quality is set to HD or the highest possible. The same quality set on the youtube will be displayed on your site as well.

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

    in reply to: Remove Author in headings of Pages #149446
    Skandha
    Participant

    @joshua: You can remove the author in pages using a bit of css code.
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .page .author.vcard {
    	display:none !important;
    }

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

    in reply to: Link Color #149413
    Skandha
    Participant

    @pixeld: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    a {
        color:#ed1651;
    }

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

    Skandha
    Participant

    @richardmin: I’m sorry I am not able to get you. Can you please elaborate your issue?

    Kind Regards,
    Skandha

    in reply to: Author bio question: #149407
    Skandha
    Participant

    @joshua: To change the font of the author bio in the header
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .custom-header .entry-summary {
         font-family:ravie;
    }

    The changing author permalink is not a theme relate issue and is wordpress issue. I suggest you to use security plugins for that purpose.

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

    in reply to: distance and colors #149332
    Skandha
    Participant

    @josefsdorf: Yes, I think you can change the previous and next button using the plugin.

    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .post .entry-title {
         padding-top:20px;
    }

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

    in reply to: main content area of Clean Journal not responsive #149331
    Skandha
    Participant

    @anjika: You seem to using a child theme. Please activate the parent theme and check for responsiveness. If the parent theme is responsive it will mean the there is some issue with the child theme. Also you seem to have used plugins and have made a lot of customization to the site. This may be the reason the site is not being responsive.

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

    in reply to: Copywrit #149317
    Skandha
    Participant

    @oki:こんにちは、
    あなたの問題を解決できることを願っています。それはあまりにも多くのトラブルではない場合は、
    あなたに正直な見解を残してもらえますか?
    https://wordpress.org/support/theme/foodie-world/reviews/#new-post
    あなたのレビューは、他の人が見ているときに何を期待するかを知るのに役立ちます
    私が提供するサポートのために。 1つか2つでも大いに
    感謝。
    ありがとうございました。もし私が助けることができるものが他にもあれば、
    私に知らせるために躊躇しないでください。

    Kind Regards,
    Skandha

    in reply to: Widened Jetpack gallery #149306
    Skandha
    Participant

    @lmphotos: Full Content Width Page template is only available in pro version of the theme. I suggest you to upgrade to pro. You can check out the additional features available in pro version of the theme.

    Alternately you can use additional css
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .post-501 .entry-content {
    	 max-width:1148px !important;
    }

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

    in reply to: Copywrit #149304
    Skandha
    Participant

    @oki: まず、子テーマを作成する必要があります。子テーマの作成方法がわからない場合は、子テーマプラグインの生成を使用できます。
    https://catchplugins.com/plugins/generate-child-theme/

    子テーマを作成した後=>親テーマフォルダ=> template-parts =>フッターに移動し、site-info.phpファイルをコピーします。
    次に、=> Child Theme Folder => template-parts / footer / folderの下にsite-info.phpファイルを貼り付けます。
    これでsite-info.phpファイルの著作権セクションを編集できます

    I hope this helps you out.
    Kind Regards,
    Skandha

    in reply to: distance and colors #149289
    Skandha
    Participant

    @josefsdorf: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    /*To change background and border color of Read More button */
    .readmore a {
    	background-color:red;
    	border-color:blue;
    }
    /*To change Pagination button color */
    .post-navigation a:hover, .post-navigation a:focus {
    	background-color:#123456;
    }

    You can change the color according to your requirement.

    To change previous and next text in the pagination button you will need to create a child theme and do a bit of customization. Let me know if you are familiar with child theme customization.

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

    in reply to: Theme Featured Slider #149288
    Skandha
    Participant

    @the-way-of-wellbeing: What you can do is Enable the slider on entire site. Then
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    body:not(.page) #main-slider {
    	display:none;
    }

    This way the slider will be enabled only on pages.

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

    in reply to: distance and colors #149222
    Skandha
    Participant

    @josefsdorf: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    /* To change space the between featured image and page titles */
    .page .entry-title {
    	padding-top:20px;
    }

    Please post in your URL and let me know which read more button color you want to be changed.

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

Viewing 20 posts - 10,801 through 10,820 (of 12,034 total)