Forum Replies Created

Viewing 20 posts - 10,061 through 10,080 (of 12,027 total)
  • Author
    Posts
  • in reply to: Catch Fullscreen Pro – BG Color #156711
    Skandha
    Participant

    @howtohavesex: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .home.page .site-content {
    	background-image:unset !important;
    }

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

    in reply to: Read More Text on slider #156709
    Skandha
    Participant

    @rodeboy: To change the text in the read more button. Go to => Appearance => Customize => Theme Options => Excerpt Options => Read More Text => Edit the text here.

    Note that this will change all the readmore text in your site.

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

    in reply to: How to stop displaying posts Home Page #156708
    Skandha
    Participant

    @prime-web: Your site seems to be under construction. Please let me know when your site is accessible so that I can look into the issue.

    Kind Regards,
    Skandha

    in reply to: Where are the sections? #156689
    Skandha
    Participant

    @questina: Please let me know what sections you want to enable. You can check out the theme instructions which might help you!

    Kind Regards,
    Skandha

    in reply to: rule above featured content #156688
    Skandha
    Participant

    @effess: The page content seems to be coming under the featured content section. Can you please disable all your plugins and let me know.

    Kind Regards,
    Skandha

    Skandha
    Participant

    @atousa: Please post in your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

    in reply to: Footer adjust to bottom of screen regardless of content #156600
    Skandha
    Participant

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

    Skandha
    Participant

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

    in reply to: Search Results not displaying Shortcode content #156593
    Skandha
    Participant

    @ebetech: Can you please post in your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

    Skandha
    Participant

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

    in reply to: Featured Tab Content Question #156588
    Skandha
    Participant

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

    in reply to: Woocommerce Gallery #156587
    Skandha
    Participant

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

    in reply to: Centre Featured Content Title #156541
    Skandha
    Participant

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

    in reply to: Changing the Default page Background color #156514
    Skandha
    Participant

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

    in reply to: Centre Featured Content Title #156513
    Skandha
    Participant

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

    in reply to: Remove spacer on frontpage between slider and footer #156508
    Skandha
    Participant

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

    in reply to: Remove spacer on frontpage between slider and footer #156505
    Skandha
    Participant

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

    in reply to: Translation with WPML not working with some theme options #156500
    Skandha
    Participant

    @ewa-gryc-zerych: Please post in your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

    in reply to: Remove spacer on frontpage between slider and footer #156499
    Skandha
    Participant

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

    in reply to: Bug in Single Page/Post Image Layout options #156497
    Skandha
    Participant

    @ravanh: The update has been released. Please update the theme and let me know if the issue is resolved.

    Kind Regards,
    Skandha

Viewing 20 posts - 10,061 through 10,080 (of 12,027 total)