Forum Replies Created

Viewing 20 posts - 2,081 through 2,100 (of 12,034 total)
  • Author
    Posts
  • in reply to: A Few Customization Needs for PhotoFocus Pro Theme #280070
    Skandha
    Participant

    @imilner: Hello there,
    Sorry for the late reply.

    To remove the small featured image from the single post page
    Go to => Appearance => Customize => Layout Options => Single Page/Post Image => Select Disabled and Publish.

    Then,
    Go to => Appearance => Customize => Header Media => Select Entire Site, Page/Post Featured Image and Publish.

    Let me know if this solves your issue.
    Kind Regards,
    Skandha

    in reply to: Issue removing search bar in header #280047
    Skandha
    Participant

    @asdesigned: Thank you for your wonderful review. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: Chique Homepage Testimonial slider not working #280046
    Skandha
    Participant

    @techsteward: Hello there,
    I checked your site and the Testimonial Slider seems to be working fine. Is your issue resolved?

    Kind Regards,
    Skandha

    in reply to: links redirect to the front page on a mobile device #280039
    Skandha
    Participant

    @emmaava6: Hello there,
    You don’t seem to be using our theme. Please post your issues on the respective theme support forum.

    Kind Regards,
    Skandha

    in reply to: jquery.cycle2.js.map not loaded #280038
    Skandha
    Participant

    @cbcreators: Glad you were able to figure it out. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: Hide all headers and footers #280037
    Skandha
    Participant

    @wildways: Hello there,
    Can you please post in your site URL so that I can look into the issue?

    Kind Regards,
    Skandha

    in reply to: How to reduce top margin #279903
    Skandha
    Participant

    @bastienchill: Hello Bastien,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .home #content #post-236 .entry-header {
        display: none;
    }

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

    in reply to: Help please #279797
    Skandha
    Participant

    @ashleyriley: Hello there,
    I will need to look into your site to debug the issue. I have sent you an email. Please check your inbox as well as the spam folder.

    Kind Regards,
    Skandha

    in reply to: hi,i have help #279796
    Skandha
    Participant

    @hanidea: Hello there,
    Can you please post in your site URL and let me know where who want to have the date displayed?

    Kind Regards,
    Skandha

    in reply to: How to add content in the footer? #279788
    Skandha
    Participant

    @hanidea: Hello there,
    Can you please post in your site URL so that I can look into the issue? Do you mean to add Privacy Policy link in the footer?

    Kind Regards,
    Skandha

    in reply to: Menu Background Bar #279785
    Skandha
    Participant

    @brandtki: Glad that worked out. Have a great weekend! 🙂

    Kind Regards,
    Skandha

    in reply to: Post Carousel Title Text #279745
    Skandha
    Participant

    @ipseity: 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/verity/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: Menu Background Bar #279744
    Skandha
    Participant

    @brandtki: Hello there,
    Please remove all the code I provided you above and add the following Code.

    @media screen and (min-width: 1200px) {
    	#masthead {
    	    background-color: rgba(0,0,0,0.7);
    	}	
    }

    Let me know if this what you want!
    Kind Regards,
    Skandha

    in reply to: Add add to cart button #279743
    Skandha
    Participant

    @pankangarden: Hello there,
    Can you let me know which WooCommerce block you used for the Homepage products?

    Kind Regards,
    Skandha

    in reply to: Gallery Limitations #279742
    Skandha
    Participant

    @brandtki: Hello there,
    Looks like you did not follow the steps I provided above to create the Gallery.

    Can you please follow the following steps to create a gallery
    Edit the post/page where you want to have the Gallery => Add New Block => Formatting => Classic Block => Add Media => Create Gallery => Select the images you want in your Gallery => Create New Gallery => Now Select the type and size of the Gallery images you want in the Gallery Settings and Click Insert Gallery and Update the post/page.

    Then the carousel should work.
    Kind Regards,
    Skandha

    in reply to: Help please #279737
    Skandha
    Participant

    @ashleyriley: Hello there,
    Can you please post in your site URL and elaborate the issue you are having so that I can help you out?

    Kind Regards,
    Skandha

    in reply to: turn off custom image sizes for thumbnails #279735
    Skandha
    Participant

    @thetravelgal: Hello Cindy,
    Can you please
    Go to => Child Theme Folder => functions.php and add the following Code.

    function remove_extra_image_sizes() {
    	remove_image_size( 'catchresponsive-slider', 1200, 514, true ); // used for Featured slider Ratio 21:9
    
    	remove_image_size( 'catchresponsive-featured-content', 350, 197, true ); // used in Featured Content and Portfolio Ratio 16:9
    
    	remove_image_size( 'catchresponsive-hero', 528, 297, true ); // used in Hero Content
    
    	//Archive Images
    	remove_image_size( 'catchresponsive-featured', 860, 484, true); // used in Archive Top Ratio 16:9
    	remove_image_size( 'catchresponsive-square', 200, 200, true ); // used in Archive Left/Right Ratio 1:1
    
    	remove_image_size( 'catchresponsive-sm-square', 100, 100, true ); // used in Testimonials and Services Ratio 1:1
    
    	remove_image_size( 'catchresponsive-stats', 40, 40, true ); // used in Stats Ratio 1:1
    }
    add_action('init', 'remove_extra_image_sizes');

    And then regenerate the thumbnails.
    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Catch Responsive pro 4.6 color options gone #279733
    Skandha
    Participant

    @thetravelgal: Hello there,
    Do you mean the color settings that you had set in customizer has changed to default after theme update?

    Kind Regards,
    Skandha

    in reply to: Gallery Limitations #279649
    Skandha
    Participant

    @brandtki: Hello there,
    Go to => Dashboard => Catch Gallery => Check Enable Carousel option and Save Changes.

    This will enable carousel on the Gallery on Wedding page.
    Kind Regards,
    Skandha

    in reply to: Footer Location #279643
    Skandha
    Participant

    @ipseity: Hello there,
    I am not sure is that possible. You will need to find a suitable plugin from the WordPress Plugin Repository.

    Kind Regards,
    Skandha

Viewing 20 posts - 2,081 through 2,100 (of 12,034 total)