Forum Replies Created
-
AuthorPosts
-
October 13, 2018 at 5:24 am in reply to: How to change the text colour in search box widget to white? #156671
Skandha
Member@atousa: Please post in your site URL so that I can look into the issue.
Kind Regards,
SkandhaOctober 12, 2018 at 3:46 am in reply to: Footer adjust to bottom of screen regardless of content #156600Skandha
Member@markmoritz: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
#colophon { position:fixed; bottom:0; left:0; width:100%; }Let me know if this is what you want!
Kind Regards,
SkandhaOctober 12, 2018 at 3:16 am in reply to: Can't get logo to appear on Home page header image with Adonis Free Theme #156596Skandha
Member@orthosoc:
3) To remove the small white gap of space between the Header Media and Featured Content
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.#hero-section { display:none; }4) About the title overflowing to next line. I checked for this issue on all the browsers and it seems to be working fine. Clear you browser cache and check if the issue is resolved. If the issue persists please attach me a screenshot.
I don’t see any text appearing on phone in landscape mode. Can you attach me a screen shot if it reappears.6) Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
@media screen and (max-width:500px) { .site-title { letter-spacing:4px; } }Let me know if this works out!
Kind Regards,
SkandhaSkandha
Member@ebetech: Can you please post in your site URL so that I can look into the issue.
Kind Regards,
SkandhaOctober 12, 2018 at 1:42 am in reply to: Purchased "Catch Foodmania ProVersion: 1.0" but pages, menus are missing #156592Skandha
Member@sugran: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
.section-content-wrap { height:400px; }You can change the height according to your choice.
I don’t think changing the height of slider is a good option as the slider images gets cropped when you decrease the height of the slider.Let me know if this helps you out!
Kind Regards,
SkandhaSkandha
Member@inksla: What you can do is Select Post Type as Featured Content. Then select all the posts in you blog page that you want as Featured Content Posts.
Let me know if this helps you out!
Kind Regards,
SkandhaSkandha
Member@bigoslesli: I checked for the issue both at my end and at your end and the WooCommerce Lightbox Gallery seems to be working fine. Click on the Search icon of the image and the Lightbox Gallery should open up.
Please clear your browser and check again.Let me know if this issues perists.
Kind Regards,
SkandhaSkandha
Member@rolandallen: 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/lucida/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
Member@arbycruz: You can use Yoast SEO plugin for this purpose. Activate the plugin and Go to => Dashboard => SEO => Search Appearance => In Meta Description you can add the text you want to show up in Search.
Let me know if this works out!
Kind Regards,
SkandhaSkandha
Member@rolandallen: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
#featured-content .entry-title { text-align:center; }Let me know if this does the trick!
Kind Regards,
SkandhaOctober 11, 2018 at 5:42 am in reply to: Remove spacer on frontpage between slider and footer #156508Skandha
Member@kakrebs: 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,
SkandhaOctober 11, 2018 at 4:36 am in reply to: Remove spacer on frontpage between slider and footer #156505Skandha
Member@kakrebs: To remove the text and box on mobile view only
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.@media screen and (max-width:767px) { #main-slider .entry-content { display:none; } }Let me know if this is what you want!
Kind Regards,
SkandhaOctober 11, 2018 at 3:51 am in reply to: Translation with WPML not working with some theme options #156500Skandha
Member@ewa-gryc-zerych: Please post in your site URL so that I can look into the issue.
Kind Regards,
SkandhaOctober 11, 2018 at 3:49 am in reply to: Remove spacer on frontpage between slider and footer #156499Skandha
Member@kakrebs: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
/* To change opacity of background color of text in slider */ #main-slider .entry-content { background-color:rgba(255, 255, 255, 0.6); } #main-slider .entry-content:hover { background-color:rgba(255, 255, 255, 0.9); }You can change the opacity according to your choice.
You cannot make the text area transparent in mobile view as there is nothing behind the area. You can change the background color though.
Let me know if this helps you out!
Kind Regards,
SkandhaSkandha
Member@ravanh: The update has been released. Please update the theme and let me know if the issue is resolved.
Kind Regards,
SkandhaSkandha
Member@nicolas7501: Please post in your site URL so that I can look into the issue.
Kind Regards,
SkandhaSkandha
Member@jsolodar: I checked your site and you seem to have activated another theme. Please activate Catch Everest Pro and let me know.
Kind Regards,
SkandhaOctober 11, 2018 at 2:37 am in reply to: Can't get logo to appear on Home page header image with Adonis Free Theme #156491Skandha
Member2) To disable the Featured Image link in Featured Content
Go to => Appearance => Customize => Additional CSS and add the following CSS Code..featured-content-thumbnail.post-thumbnail { pointer-events:none; }3) You have enabled Logo Slider as post type but you have not selected any posts to show as logo slider. Please select some posts. Its better if you use Image Type as Logo Slider to show your logos.
4)For that
Go to => Appearance => Customize => Additional CSS and add the following CSS Code..entry-title { hyphens:none !important; }5) To learn CSS Codings I recommend you W3Schools.
Let me know if this helps you out!
Kind Regards,
SkandhaOctober 11, 2018 at 2:04 am in reply to: Purchased "Catch Foodmania ProVersion: 1.0" but pages, menus are missing #156490Skandha
Member@sugran: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
.home .content-area .site-main .singular-content-wrap { display:none; }Let me know if this does the trick!
Kind Regards,
SkandhaSkandha
Member@hoiung: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
@media screen and (max-width:900px) { .custom-header { background-image:url("https://spring.chillzouk.com/wp-content/uploads/2018/06/repeat.jpg") !important; } }Let me know if this works out!
Kind Regards,
Skandha -
AuthorPosts
