Forum Replies Created

Viewing 20 posts - 1 through 20 (of 217 total)
  • Author
    Posts
  • in reply to: Featured Slider only on one page (not homepage) #342842
    minal
    Keymaster

    Hello @Andre:

    Adding a feature slider to a specific page cannot be achieved using CSS alone.

    Sincerely,

    Minal

    in reply to: Featured Slider only on one page (not homepage) #342840
    minal
    Keymaster

    Hello @Andre:

    Thank you for your query.

    Currently, the functionality to display a slider on specific pages is not available.

    Sincerely,

    Minal

     

    in reply to: Change the text of password proteced pages #342839
    minal
    Keymaster

    Hello @Andre:

    You have to add custom code to achieve.

    Our theme doesn’t have an option for this.

    Sincerely,

    Minal

    in reply to: Change the text of password proteced pages #342830
    minal
    Keymaster

    Hello @Andre:

    Here is the CSS snippet for you to hide text.

    
    form.post-password-form p:nth-child(3),
    form.post-password-form .post-password-form-invalid-password + p {
      display: none;
    }
    

    Please let us know how it goes, and we’ll be happy to assist you further.

    Sincerely,
    Minal

     

    in reply to: WooCommerce Banner Image #342824
    minal
    Keymaster

    Hello @Larissa:

    Glad to know that. Feel free to ask if you have any theme-related queries.

    Sincerely,

    Minal

    in reply to: WooCommerce Banner Image #342818
    minal
    Keymaster

    Hello @Larissa:

    Thank you for your query.

    The feature you’re looking for, displaying a featured image for product categories as a header is not commonly included in most themes, as WooCommerce pages are typically designed to focus on products rather than header images.

    However, there’s no need to switch your theme. All of our themes are fully compatible with WooCommerce.

    You can achieve this functionality by adding a custom snippet to your child theme’s functions.php file. Try using the following code:

    
    add_action('wp_head', function () {
    	if (is_product_category()) {
    		$term = get_queried_object();
    		$thumbnail_id = get_term_meta($term->term_id, 'thumbnail_id', true);
    		$image = wp_get_attachment_url($thumbnail_id);
    
    		if ($image) {
    	?>
    			<style>
    				.custom-header:before {
    					background-image: url('<?php echo esc_url($image);?>');
    					background-position: center top;
    					background-repeat: no-repeat;
    					background-size: cover;
    				}
    </style>
    
    			
    <?php
    		}
    	}
    }, 30);
    

    Sincerely,

    Minal

    in reply to: WooCommerce Banner Image #342815
    minal
    Keymaster

    Hello @larissa:

    On single-product pages, the header image works correctly because the product image serves as the featured image. However, on category pages, this behavior does not apply.

    That thing is coming from the plugin, so the theme does not control it. It would be better to contact the WooCommerce Banner Image plugin support, who can provide a proper solution.

    Sincerely,
    Minal

    in reply to: Photofocus Pro theme status #342746
    minal
    Keymaster

    Hello @Leona:

    Yes, “Photofocus Pro” is an active theme and up-to-date also.

    https://catchthemes.com/themes/photofocus-pro/

    https://catchthemes.com/frequently-asked-questions/#question-installation-how-to-install-themefor-pro-theme

    Can you tell us where you search for a theme?

    Sincerely,

    Minal

    minal
    Keymaster

    Hello @blancafl:

    It seems the structure of your archive product template may have been changed. Could you please try resetting the archive product template and check again?

    To do this, go to Dashboard > Appearance > Editor > Templates, then select Archive Product. If any changes were made earlier, you should see a Reset button there.

    reset archive product

    And if the reset button is not available, try testing by disabling active plugins one by one and check again.

    Sincerely,

    Minal

     

    in reply to: WooCommerce page layout in Photofocus Pro #342541
    minal
    Keymaster

    Hello @v.s.smirnoff:

    Sorry for the delay. We replied to this topic on your new ticket.
    https://catchthemes.com/support-forum/topic/main-slider-video-issue/

    I appreciate your patience.

    Sincerely,
    Minal

    in reply to: Main slider video issue #342540
    minal
    Keymaster

    Hello @v.s. smirnoff:

    Please kindly use our Header Enhancement plugin, which will allow the video to play on mobile as well.

    Here is the link to the plugin:
    https://wordpress.org/plugins/header-enhancement/

    If the problem is not resolved, can you share your site URL to check what the exact problem you are facing.

    Sincerely,
    Minal

    in reply to: Featured Grid Content – Double Language Site #342475
    minal
    Keymaster

    Hello @BB_One:

    When switching to a secondary language, you must manually disable the grid content section in the customizer.

    Please contact Polylang support to know more, as it can not be controlled by the theme.

    Sincerely,

    Minal

    in reply to: installation problems in shutter up 2.0.2 #342469
    minal
    Keymaster

    Hello @Bilder-meister:

    You can install the Shutter Up theme directly from the theme directory.
    Go to Dashboard > Themes > Add New, search for shutter-up, and install it from there.
    There’s no need to upload the theme as a ZIP file through the installer.

    Sincerely,
    Minal

    minal
    Keymaster

    Hello @floreavlad:

    Sorry for the inconvenience caused.

    We checked on our system, and everything seems fine. Can you share your Site URL so that we can check it properly and give you the right solution for it?

    Sincerely,

    Minal

    in reply to: Featured Grid Content – Double Language Site #342463
    minal
    Keymaster

    Hello @BB_One:

    Demo content won’t work because it’s static. Instead, use page content and manually translate the grid content into the language you want. Then switch the language using the language switcher in both the editor and the frontend.

    If you create a page for another language, you must switch to that language to view that page.

    When you change the language, you also need to select the correct page in the customizer. The page does not change automatically when you switch languages.

    To disable translation, simply don’t translate the content into other languages.

    Sincerely,
    Minal

    in reply to: Homepage side bar #342460
    minal
    Keymaster

    Hello @Mandy:

    We are glad it works for you!
    Please feel free to add a query if you encounter any problem.

    Sincerely,
    Minal

    in reply to: Homepage side bar #342455
    minal
    Keymaster

    Hello @Mandy:

    We assume you have a paragraph block or other block that has blank content in the optional Homepage Sidebar, which is why your sidebar is not appearing in homepage.

    Go to Dashboard > Appearance > Customizer > Widgets

    Check your Optional homepage sidebar section in the customizer.

    Check the image for clarity.

    optional header

    And if you find difficulty in removing the existing block, type something, and the toolbar will appear, and from there you can delete it.

    Check the image for clarity.

    type

    After published, your sidebar on the homepage should reappear.

    Hope it helps you !!

    Sincerely,

    Minal

    in reply to: WooCommerce page layout in Photofocus Pro #342445
    minal
    Keymaster

    Hello @v.s.smirnoff:

    It’s ok, sometimes it happens!

    If you are stating the inner page title to hide, as shown in the image below:

    innerpage-title

    Please add the following CSS snippets to your Additional CSS.

    
    body:not(.home) .header-media .section-title{
      display: none;
    }
    

    For additional CSS, go to Dashboard > Appearance > Customizer > Additional CSS.

    And about the streams, the audio in the sticky player, instead of physical audio files, we don’t have the features to support streaming audio.

    There are WordPress audio player/plugins that support streaming URLs that you can use.

    Sincerely,

    Minal

    in reply to: WooCommerce page layout in Photofocus Pro #342435
    minal
    Keymaster

    Hello @v.s.smirnoff:

    You can select the full-width layout option by going to Dashboard > Appearance > Customizer > Theme Options > Layout Options and scrolling down, you will find woocommerce layout section and choose the No Sidebar: Full Width option.

    woocommerce-layout

    Sincerely,

    Minal

    in reply to: Bullet List indent #341735
    minal
    Keymaster

    Hello @Sheryl:

    Here is the CSS snippet to help you align your list bullets.

    
    ul.wp-block-list {
    padding-left:15px;
    }
    

    To add the above CSS go to Dashboard > Appearance > Customizer > Additional CSS.

    Sincerely,

    Minal

Viewing 20 posts - 1 through 20 (of 217 total)