Forum Replies Created

Viewing 20 posts - 10,261 through 10,280 (of 12,014 total)
  • Author
    Posts
  • in reply to: Alt tag Featured Slider gets overridden with 'Featured Image-2" #153931
    Skandha
    Member

    @habo: You seem to be using an older version of the theme. Could you update the theme to the latest version and check if this solves the issue?

    Kind Regards,
    Skandha

    in reply to: video in the lead #153906
    Skandha
    Member

    @berenice: 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: Multiple language Polylang support #153838
    Skandha
    Member

    @vancha: The site tagline, promotion sub-headline and promotion headline button text and these have text input areas. User needs to insert the text they want be it any language since the user has control over it. You can inset text in any language in those text areas.

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

    Skandha
    Member

    @vietnamrehberi: I checked your site in the Google Structured Data Testing tool and there seems to be no error. Were you able to solve them?

    Kind Regards,
    Skandha

    in reply to: video in the lead #153830
    Skandha
    Member

    @berenice: Please add .home before .custom-header-content in the previous code I provided you in post id
    #153768. This should do it.

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

    in reply to: designated header images #153829
    Skandha
    Member

    @tattoo-tom: Yes, that is possible.
    Go to => Appearance => Customize => Header Media => Enable On => Excluding Homepage, Post/Page Featured Image.

    Then Go to => Dashboard => Pages(catering, vip and fundraising pages) => Featured Image => Set a Featured Image
    Then at the bottom you will see Header Featured Image Options make sure it is enable.

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

    Skandha
    Member

    @localgeek: You seem to have solved the issue by adding CSS pointer-events: none;. Is the issue resolved?

    Kind Regards,
    Skandha

    in reply to: Multiple language Polylang support #153821
    Skandha
    Member

    @vancha: All our themes are translation ready. So even Catch Responsive is translation ready. Please let me know in which language would you like to translate the theme and I will provide you instructions on how to do that.

    Kind Regards,
    Skandha

    in reply to: Responsive mobile menu not working #153820
    Skandha
    Member

    @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
    Member

    @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
    Member

    @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
    Member

    @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
    Member

    @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
    Member

    @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
    Member

    @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
    Member

    @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
    Member

    @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
    Member

    @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
    Member

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

    Kind Regards,
    Skandha

    Skandha
    Member

    @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

Viewing 20 posts - 10,261 through 10,280 (of 12,014 total)