Forum Replies Created

Viewing 15 posts - 766 through 780 (of 8,657 total)
  • Author
    Posts
  • in reply to: Header-Image Section #125658
    wensolutions
    Keymaster

    Hello,

    Regarding your query, you can refer to the screenshot given below to locate the header image in the customized part.

    https://prnt.sc/swy0fz

    Also, header image displays on the other pages than the front page. So, you have to open the pages to see the header image you set from the customizer.

    Hope this helps.

    Regards.

    in reply to: Front Page – Service Section #125659
    wensolutions
    Keymaster

    Hello,

    Regarding your query, please let us know whether you are using the free theme or pro theme because only pro theme has the feature you have mentioned.

    So, if you want the feature you can buy the pro version of the theme or consider hiring freelancers or our professional developer.

    Regards.

    in reply to: Portfolio widget #125591
    wensolutions
    Keymaster

    Hello,

    Glad you found the workaround of the first issue you have mentioned. Regarding the issue of breadcrumb, it shows the path of the page you are on so if you switch to the projects page then the breadcrumb shows only the home/projects. So, this is not the issue.

    Hope this helps.

    If you are referring to something else, please provide us with the proper screenshot and screen record.

    Regards.

    in reply to: embedded video issue #125590
    wensolutions
    Keymaster

    Hello,

    Please mention which section are you mentioning so that we can be clear and inspect likewise.

    Regards.

    in reply to: embedded video issue #125526
    wensolutions
    Keymaster

    Hello,

    Previously we had mentioned you about plugins conflict, once please verify by deactivating the third-party plugins one by one and inspect the issue.

    If the issue still persists, please provide us with the screen record so that we can be more clear.

    Regards.

    in reply to: Reviews stars bad positioning in home page #125512
    wensolutions
    Keymaster

    Hello,

    Regarding your query, please once verify your design issue by deactivating the third-party plugins one by one so that you can inspect if any plugin might have raised the issue.

    Further, you can provide us with your site URL so that we can inspect from our side too and help you with a precise fix.

    Regards

    in reply to: Various Image Sizes in Tavel Master Theme #125511
    wensolutions
    Keymaster

    Hello,

    Regarding your query, you can add the images of size suitable for the section. Actually, we haven’t mentioned the sizes of the images anywhere so you can use clear images

    However, you can add images inspecting the sizes.

    Regards.

    in reply to: Page Editing #125509
    wensolutions
    Keymaster

    Hello,

    Please explain in detail your query and provide us with your site URL as well as specific screenshots of the section you have mentioned so that we can help and provide the precise fix.

    Regards.

    in reply to: Front Page – Service Section #125503
    wensolutions
    Keymaster

    Hello,

    Regarding your query, the option is available in the premium version of the theme which is Pet Bussiness Pro. If even the pro version of your theme doesn’t have the option once verify the issue by deactivating the third-party plugins.

    Also, please provide us with your site URL so that we can also inspect the issues.

    Regards.

    in reply to: Prices, Dates and Related Trips #125170
    wensolutions
    Keymaster

    Hello,

    Please find the answers to your queries below.

    Query 1. Can some of the sections of the home page of the theme be placed on other pages on the site?

    Response: Regarding your query, this feature is not available in the theme and it requires coding so you can consider hiring a freelancer or our professional developer.

    Query 2. When you enter somewhere on the site there is a large image. Can it not be displayed?

    Response: Regarding your query, please add below given CSS following the path Admin Panel > Appearance > Customize > Additional CSS to remove the featured image from the archive pages.

    .archive #page-site-header{
    display: none;
    }

    Query 3. How can I remove the text from a photo?

    Response: Please add the below-given code in the child theme’s function.php file.

    add_filter('get_the_archive_title', function ($title) {
        return preg_replace('/^\w+: /', '', $title);
    });

    Further, you can make changes or customization in the child theme, and to create a child theme, you can refer to the documentation link on how to create a child theme.

    https://wptravel.io/how-to-create-a-child-theme/

    Hope this helps.

    If you have further queries, kindly let us know.

    Regards.

    in reply to: Right Featured and Main Page Products #125162
    wensolutions
    Keymaster

    Hello,

    Regarding your query, you can refer to the instruction link given below for detailed assistance on the pro theme and its features.

    https://themepalace.com/instructions/themes/easy-commerce-pro

    Regarding the logo, you can remove the logo following the path Admin Panel > Appearance > Customize > Site Identity as shown in the screenshot given below.

    https://prnt.sc/su4zy6

    Hope this helps.

    If you have further queries, let us know.

    Regards.

    in reply to: Right Featured and Main Page Products #125159
    wensolutions
    Keymaster

    Hello,

    Regarding your query, while editing the page where all the featured products appear, you can add the specific product id and it can be displayed as per the id, as shown in the screenshot below following the path Admin Panel > Appearance > Customize > Widgets.

    https://prnt.sc/su4cto

    https://prnt.sc/su4d0t

    Hope this helps.

    If you have any queries further, kindly let us know.

    Regards

    wensolutions
    Keymaster

    Hello,

    Please add below given CSS following the path Admin Panel > Appearance > Customize > Additional CSS to remove the date and category displaying on the home page in the section you have mentioned.

    .home .posts-wrapper .entry-meta{
       display: none;
    }

    Hope this helps.

    If you have further queries, kindly let us know.

    Regards.

    in reply to: Front Page – Service Section #125156
    wensolutions
    Keymaster

    Hello,

    Regarding your query, please follow the path Admin Panel > Appearance > Customize > FrontPage > Service and you can increase the number up to 6 as shown in the screenshot below.

    https://prnt.sc/su3q2a

    If you have further queries, kindly let us know.

    Regards.

    in reply to: Interfering word “Blog” over my header image #125153
    wensolutions
    Keymaster

    Hello,

    Please provide us with your site URL so that we can provide you with the CSS to remove the title from the header image.

    Regards.

Viewing 15 posts - 766 through 780 (of 8,657 total)