Forum Replies Created
-
AuthorPosts
-
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,
SkandhaSkandha
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,
SkandhaSkandha
ParticipantSkandha
Participant@tattoo-tom: Glad I could help you out. Have a good day! 🙂
Kind Regards,
SkandhaSeptember 14, 2018 at 12:41 am in reply to: Remove Title hover balloon in Featured Slider in Full Frame theme #153932Skandha
Participant@localgeek: Glad the issue is resolved. Have a good day! 🙂
Kind Regards,
SkandhaSeptember 14, 2018 at 12:40 am in reply to: Alt tag Featured Slider gets overridden with 'Featured Image-2" #153931Skandha
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,
SkandhaSkandha
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,
SkandhaSkandha
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,
SkandhaSeptember 13, 2018 at 4:09 am in reply to: Google Search Console Missing: author Missing: entry-title Missing: updated #153835Skandha
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,
SkandhaSkandha
Participant@berenice: Please add
.homebefore.custom-header-contentin the previous code I provided you in post id
#153768. This should do it.Let me know if this works out!
Kind Regards,
SkandhaSkandha
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,
SkandhaSeptember 13, 2018 at 12:32 am in reply to: Remove Title hover balloon in Featured Slider in Full Frame theme #153825Skandha
Participant@localgeek: You seem to have solved the issue by adding CSS
pointer-events: none;. Is the issue resolved?Kind Regards,
SkandhaSkandha
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,
SkandhaSkandha
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,
SkandhaSkandha
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,
SkandhaSkandha
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,
SkandhaSkandha
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/#updatingLet me know if this helps you out!
Kind Regards,
SkandhaSkandha
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,
SkandhaSkandha
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,
SkandhaSkandha
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 -
AuthorPosts
