Forum Replies Created

Viewing 20 posts - 10,281 through 10,300 (of 12,034 total)
  • Author
    Posts
  • in reply to: Responsive mobile menu not working #153820
    Skandha
    Participant

    @theunionmanors: You seem to be using a child theme and maybe you messed up the CSS. Please activate the parent theme and check if the mobile menu is working correctly.

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

    in reply to: Button Scroll #153785
    Skandha
    Participant

    @davidforer: Go to => wp-content\themes\adonis-child\template-parts\header => Create new file header-media.php and paste the code in this link.

    Now, the button scroll should appear on all the pages.
    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Google Fonts #153781
    Skandha
    Participant

    @davidforer: Firstly you will need to create a child theme. For that you can use our Generate Child Theme Plugin. Using the plugin create a child theme for Adonis Free Theme.

    Now,
    Go to => Child Theme Folder => functions.php => add the following Code.

    // Removing Google Fonts from theme
    function dequeue_google_fonts_style() {
          wp_dequeue_style( 'adonis-fonts' );
    }
    add_action( 'wp_print_styles', 'dequeue_google_fonts_style' );
    
    // Removing Site Icon feature from theme
    function remove_styles_sections($wp_customize) {
        $wp_customize->remove_control('site_icon');
    }
    add_action( 'customize_register', 'remove_styles_sections', 20, 1 );

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

    in reply to: Shop Category pages #153770
    Skandha
    Participant

    @martystl: You cannot update pro theme like you update free theme .To update pro theme you’ll need to first download the theme from https://catchthemes.com/my-account/page. Then install Catch Web Tools plugin and activate Catch Updater Module. https://wordpress.org/plugins/catch-web-tools/
    Please check the tutorial video in the link below:
    https://www.youtube.com/watch?v=W95SuabDZi8
    For more, check out theme instructions at https://catchthemes.com/theme-instructions/fotografie-pro/#updating

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

    in reply to: video in the lead #153768
    Skandha
    Participant

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

    @media screen and (max-width:900px) {
    	.custom-header-content {
    		background-image:url("http://localhost/support/wp-content/uploads/2018/09/img_0513-1-2.jpg");
    		background-position:center;
    		background-size:cover;
    		background-repeat:no-repeat;
    	}
    }

    Replace the URL above with the image URL of your choice.
    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Shop Category pages #153767
    Skandha
    Participant

    @martystl: The issue has been fixed and the update has been released. Please update the theme and let me know if the issue is resolved.

    Kind Regards,
    Skandha

    in reply to: align of caption text under photos #153766
    Skandha
    Participant

    @dsm: Sorry to have misunderstood you. To align and the image caption and change the font-size
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .wp-caption-text {
    	text-align:left !important;
    	font-size:16px !important;
    }

    You can change the font-size according to your requirement.

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

    in reply to: Upload error message #153765
    Skandha
    Participant

    @valderson: Please try deactivating all your plugins and let me know if this solves the issue.
    Let me know if the issue persists and also do post in your site URL.

    Kind Regards,
    Skandha

    in reply to: Google Fonts #153764
    Skandha
    Participant

    @davidforer: To remove Google Fonts and Favicon 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 otherwise I suggest you to hire a customizer to get it done. I will provide you the necessary codes if you are familiar with child theme customization.

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

    in reply to: header image not working #153746
    Skandha
    Participant

    @toerfiets: Glad you were able to figure it out. Let me know if you have anymore issues. Have a good day! 🙂

    Kind Regards,
    Skandha

    Skandha
    Participant

    @wouwonline: Thank you for your appreciation. Have a good day! 🙂

    Kind Regards,
    Skandha

    Skandha
    Participant

    @wouwonline: 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/decree/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: Demo Content #153698
    Skandha
    Participant

    @validusdesign: I have setup the demo for you. Please check and let me know if this works out!
    Also a new update has been released so please update the Audioman Pro theme.

    Kind Regards,
    Skandha

    in reply to: Buttons for Pages in Header #153668
    Skandha
    Participant

    @crichmond: 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-box/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: private pages and the word private #153667
    Skandha
    Participant

    @crichmond: That post is only shown when you are logged in and not visible to other visitors who visit your site. If you want the post to be visible to other visitors as well you will need to make it public or at least protected.

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

    in reply to: align of caption text under photos #153666
    Skandha
    Participant

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

    article .entry-content p {
          font-size:16px;
          text-align:justify;
    }

    You can adjust the font size according to your requirement.

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

    in reply to: Page content above featured content on homepage #153663
    Skandha
    Participant

    @wfranke: No, you weren’t using the wrong setting. There was a bug with the Featured Content when moved below the content with no sidebar which has been fixed. Thank you for reporting the issue.

    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-kathmandu/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 #153658
    Skandha
    Participant

    @toerfiets: Sure, Let us know if you have any issues.

    Kind Regards,
    Skandha

    in reply to: Page content above featured content on homepage #153623
    Skandha
    Participant

    @wfranke: The issue has been resolved. Please check your site and let me know if the featured content is appearing.

    Kind Regards,
    Skandha

    in reply to: Clean Business Pro, GDPR, and Theme Data Collection #153622
    Skandha
    Participant

    @caustin: None of our themes collect, store or transmit any data from our customers website.

    Kind Regards,
    Skandha

Viewing 20 posts - 10,281 through 10,300 (of 12,034 total)