Forum Replies Created
-
AuthorPosts
-
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,
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,
SkandhaSkandha
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,
SkandhaSkandha
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,
SkandhaSkandha
Participant@toerfiets: Glad you were able to figure it out. Let me know if you have anymore issues. Have a good day! 🙂
Kind Regards,
SkandhaSeptember 11, 2018 at 5:19 am in reply to: Change alignment, font size and add link to homepage Featured Content #153718Skandha
Participant@wouwonline: Thank you for your appreciation. Have a good day! 🙂
Kind Regards,
SkandhaSeptember 11, 2018 at 4:31 am in reply to: Change alignment, font size and add link to homepage Featured Content #153707Skandha
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,
SkandhaSkandha
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,
SkandhaSkandha
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,
SkandhaSkandha
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,
SkandhaSkandha
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,
SkandhaSkandha
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,
SkandhaSkandha
Participant@toerfiets: Sure, Let us know if you have any issues.
Kind Regards,
SkandhaSkandha
Participant@wfranke: The issue has been resolved. Please check your site and let me know if the featured content is appearing.
Kind Regards,
SkandhaSeptember 10, 2018 at 5:41 am in reply to: Clean Business Pro, GDPR, and Theme Data Collection #153622 -
AuthorPosts
