Forum Replies Created

Viewing 20 posts - 10,261 through 10,280 (of 12,027 total)
  • Author
    Posts
  • in reply to: Mobile menu not showing #154068
    Skandha
    Participant

    @msztraky: I checked your site and the mobile menu seems to be showing up fine. Please check and let me know if it is working.

    Kind Regards,
    Skandha

    in reply to: Multiple language Polylang support #153956
    Skandha
    Participant

    @vancha: As it is user input area, it will remain the same no matter which language you switch to. Do you mean that Promotion Headline should display in a different language when the language is switched?

    Kind Regards,
    Skandha

    in reply to: Failing mobile-friendly test #153935
    Skandha
    Participant

    @catwingz: I do not think this is a theme related issue because when I checked the demo site with google’s mobile-friendly test it showed no error. This may because of the customizations you have done or maybe due to some plugins you are using.

    Kind Regards,
    Skandha

    in reply to: designated header images #153933
    Skandha
    Participant

    @tattoo-tom: Glad I could help you out. Have a good day! 🙂

    Kind Regards,
    Skandha

    Skandha
    Participant

    @localgeek: Glad the issue is resolved. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: Alt tag Featured Slider gets overridden with 'Featured Image-2" #153931
    Skandha
    Participant

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

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

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

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

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

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

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

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

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