Forum Replies Created

Viewing 20 posts - 10,061 through 10,080 (of 12,014 total)
  • Author
    Posts
  • Skandha
    Member

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

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

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

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

    Kind Regards,
    Skandha

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

    in reply to: Featured Tab Content Question #156588
    Skandha
    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,
    Skandha

    in reply to: Woocommerce Gallery #156587
    Skandha
    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,
    Skandha

    in reply to: Centre Featured Content Title #156541
    Skandha
    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,
    Skandha

    in reply to: Changing the Default page Background color #156514
    Skandha
    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,
    Skandha

    in reply to: Centre Featured Content Title #156513
    Skandha
    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,
    Skandha

    in reply to: Remove spacer on frontpage between slider and footer #156508
    Skandha
    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,
    Skandha

    in reply to: Remove spacer on frontpage between slider and footer #156505
    Skandha
    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,
    Skandha

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

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

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

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

    Kind Regards,
    Skandha

    in reply to: Bug in Single Page/Post Image Layout options #156493
    Skandha
    Member

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

    Kind Regards,
    Skandha

    in reply to: home page slider image URL #156492
    Skandha
    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,
    Skandha

    Skandha
    Member

    @orthosoc:

    2) 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,
    Skandha

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

    in reply to: Header Media not working on mobile #156489
    Skandha
    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

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