Forum Replies Created

Viewing 20 posts - 9,981 through 10,000 (of 12,034 total)
  • Author
    Posts
  • Skandha
    Participant

    @atousa:
    b. Background color of SEARCH BAR on the BLOG PAGE WIDGET
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .search-field {
    	background:#fff !important;
    }

    c. if you are talking about the image of a moon then yes it is visible.

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

    in reply to: Homepage Posts Content #157570
    Skandha
    Participant

    @vanwels: I checked your site but wasn’t able to follow what your issue is. Can you please explain your issue?

    Kind Regards,
    Skandha

    in reply to: Remove a heading & header image is bigger in Woocommerce #157567
    Skandha
    Participant

    @thetraininglady: Can you try deactivating all your plugins and check if this resolves the issue?

    Kind Regards,
    Skandha

    in reply to: can i move the Buy now button near the text #157563
    Skandha
    Participant

    @candidleaks: 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/adventurous/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: Featured Page Slider #157537
    Skandha
    Participant

    @vanwels: 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-fullscreen/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: can i move the Buy now button near the text #157528
    Skandha
    Participant

    @candidleaks: You seem to have added the links in the footer outside of any <div>. Can you insert those links inside a <div> like this in Footer Editor option:

    <div class="align-left">
    
    <a href="http://candidleaks.com/disclaimer/" title="Disclaimer"><span>Dislaimer</span><div></div></a>
    |
    <a href="http://candidleaks.com/refund-policy/" title="Refund Policy"><span>Refund Policy</span></a>
    |
    <a href="http://candidleaks.com/privacy-policy/" title="Privacy Policy"><span>Privacy Policy</span></a>
    |
    </div>

    Then I can provide you CSS Codes to align the links in the footer.
    Kind Regards,
    Skandha

    in reply to: Rock Star Pro Background image #157524
    Skandha
    Participant

    @rodeboy: Can you send me a screenshot of the Google Search Console test?
    To adjust the background image in mobile view properly
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    body.custom-background {
    	background-position:center center;
    }

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

    in reply to: Remove a heading & header image is bigger in Woocommerce #157460
    Skandha
    Participant

    @thetraininglady: The heading Archives may be showing up as a page title. Can you check if you have selected Homepage Settings as a static page then Homepage as Archives.
    It’s difficult to debug the issue just looking at the screenshots. Can you please let me know when your site is live?

    Kind Regards,
    Skandha

    in reply to: Where are the sections? #157457
    Skandha
    Participant

    @umbra989: Yes, sections here mean featured content, featured slider, hero content, posts and so on and you can change their order using the Section Sorter feature in the theme options.

    Kind Regards,
    Skandha

    in reply to: can i move the Buy now button near the text #157456
    Skandha
    Participant

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

    @media screen and (min-width:1001px) {
    	#homepage-message .right-section {
    		margin-right:100px;
    	}
    }

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

    in reply to: Remove a heading & header image is bigger in Woocommerce #157452
    Skandha
    Participant

    @thetraininglady: To remove archive heading
    Go to => Appearance => Customize => Theme Options => Homepage / Frontpage Settings => Recent Posts Heading => Edit the text

    The header image size on WooCommerce page shop seems to showing same as other pages.
    Please let me know when you site is accessible.

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

    in reply to: Mobile Menu css problem in catch responsive theme #157438
    Skandha
    Participant

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

    .mobile-menu {
    	display:block !important;
    }

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

    in reply to: Homepage Posts Content #157436
    Skandha
    Participant

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

    Kind Regards,
    Skandha

    in reply to: Featured Page Slider #157435
    Skandha
    Participant

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

    #fullpage .content-background .entry-container {
    	background:none !important;
    }

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

    in reply to: Will it be updated for php 7.2 #157434
    Skandha
    Participant

    @benjo3: This is not a theme related issue. All our themes support Php version 5.6 or later. The issue seems to be coming from the plugin Q-translate that you are using.

    Kind Regards,
    Skandha

    in reply to: Since last update empty section on homepage #157428
    Skandha
    Participant

    @umbra989: I have replied to you in the previous thread.

    Kind Regards,
    Skandha

    in reply to: Menu / header changes after upgrade to Pro #157427
    Skandha
    Participant

    @sven: Glad you were able to figure it out. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: Extra empty section after update #157426
    Skandha
    Participant

    @umbra989: This was added in the latest update as the footer was not showing up. The #section3 shows footer area widgets and the footer. This is not an issue.

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

    in reply to: Same size testimonials and events in Clean Education Pro #157425
    Skandha
    Participant

    @gestaltakademin: You seem to have added CSS code due to which the testimonial box is showing up larger.
    Go to => Appearance => Customize => Additional CSS and remove the following CSS Code.

    #testimonial-section .entry-content {
           height: 700px !important; 				  }
    }

    To align the boxes in courses, events and testimonial section what you can do is use the Excerpt Option.
    Go to => Dashboard => Posts => Edit your events, courses and testimonial posts => On the top right corner you will find Screen Options click on it and check Excerpt box. Now you will find an Excerpt Box at the bottom of your text editor. You can now insert custom excerpt so that all the post box appear in an uniform manner.

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

    in reply to: Header Media not working on mobile #157357
    Skandha
    Participant

    @hoiung: I am afraid currently the option to enable randomise uploaded headers on mobile and header video on desktop in not available.
    What you can do is enable Header Video in desktop view and then have a image for mobile or tablets views.

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

Viewing 20 posts - 9,981 through 10,000 (of 12,034 total)