Forum Replies Created

Viewing 15 posts - 931 through 945 (of 8,657 total)
  • Author
    Posts
  • in reply to: HTML does not work in the about us section #122622
    wensolutions
    Keymaster

    Hello,

    Regarding your query, you will lose the changes you made in parent theme during updates so please make your changes/ customization in the child theme’s function.php file. Regarding how to create a child theme, you can refer to the below-given documentation link.

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

    So, to secure your changes you can create child theme.

    Hope this helps.

    If you have further queries/confusion, let us know.

    Regards.

    in reply to: customise popular destination images-pages #122610
    wensolutions
    Keymaster

    Hello,

    Regarding your query, both the feature you are requesting is currently not available in the theme and it requires code customization to get the feature. So, you can consider hiring a freelancer or our professional developer.

    https://themepalace.com/hire-a-customizer/

    If you have further queries, kindly let us know.

    Regards.

    in reply to: Menu Page #122607
    wensolutions
    Keymaster

    Hello,

    Regarding your query, you can refer to the link of the instruction on how to set up the homepage.

    https://themepalace.com/instructions/themes/restaurantz-pro/

    If you have further queries/confusion on setting up the homepage, kindly let us know.

    Regards.

    in reply to: Menu Page #122601
    wensolutions
    Keymaster

    Hello,

    Regarding your query, you can create a page and make it appear as a menu.

    To create page you can follow the path Admin Panel > Page (add new).

    You can follow the path Admin Panel > Appearance > Menu and add the menu by selecting pages you have created. You can also drag the menu below the menus to make a sub-menu.

    Hope this helps.

    If you have any confusion, let us know.

    Regards.

    in reply to: Problems translating a template #122599
    wensolutions
    Keymaster

    Hello,

    Regarding your query, you can translate the strings as per your requirement to any language using a loco translate plugin.

    https://wptravel.io/translation-of-the-strings/

    You can refer to the documentation link given for detailed assistance.

    Hope this helps.

    If you have any queries, kindly let us know.

    Regards.

    in reply to: Image at Main Page not changing #122597
    wensolutions
    Keymaster

    Hello,

    Glad you found the fix by yourself.

    If you have any confusion further then kindly let us know.

    Regards.

    in reply to: Featured image for trip #122535
    wensolutions
    Keymaster

    Hello,
    Regarding your query, you can add CSS following the path Admin Panel > Appearance > Customize > Additional CSS to resolve the issue of the featured image.

    .header-gallery {
     display: none !important;
    }
    #page-site-header {
     padding: 250px !important;
     max-height: 505px !important;;
    }

    Also, regarding tabs issue in single trip page, you can add below given code in theme’s child theme > function.php file

    https://pastebin.com/r1HQXr1z

    Hope this helps.

    If you have further queries, kindly let us know.

    Regards.

    in reply to: posting on the homepage #122532
    wensolutions
    Keymaster

    Hello,

    Regarding your query, you can make the post sticky as per your requirement from the individual post page(edited) as shown in the screenshot below.

    https://prnt.sc/sb4851

    Also, to show the post on the homepage, you can follow the path Admin Panel > Settings > Reading and choose the number of the post you want to display in the page.

    Hope this helps.

    If you have further queries, lets us know.

    Regards.

    in reply to: Education HUB with Primary and Secondary Sidebar #122466
    wensolutions
    Keymaster

    Hello,

    Glad we could help you.

    Regards.

    in reply to: Header Image color change #122454
    wensolutions
    Keymaster

    Hello,

    Glad we could help you.

    Regards.

    in reply to: Changing the page design #122448
    wensolutions
    Keymaster

    Hello,

    Regarding your query, please provide us with your site URL and screenshot of the section where you want to remove the image so that we can help you provide precise fix.

    Regards.

    in reply to: Header Image color change #122446
    wensolutions
    Keymaster

    Hello,

    Regarding your query, you can add CSS given below following the path Admin panel > Appearance > Customize > Additional CSS ,

    #page #custom-header::after {
        opacity: 0;
    }

    Hope this helps.

    If you have further queries, let us know.

    Regards.

    in reply to: Education HUB with Primary and Secondary Sidebar #122445
    wensolutions
    Keymaster

    Hello,

    Regarding your query, you can set the layout of your pages as per your requirement from the individual page(edited) as shown in the screenshot given below:

    https://prnt.sc/sahfum

    This will help the widget to divide its width to 25% primary and 25% secondary which is managed by the theme.

    Further, managing the sidebar by CSS, you can add below given CSS following the path Admin Panel > Appearance > Customize > Additional CSS

    .home .site-content #primary{
        width: 60%;
    }
    
    .home #sidebar-primary{
         width: 20%;
    }
    
    .home #sidebar-secondary{
        width: 20%;
    }

    Hope this helps.

    If you have further queries, let us know.

    Thank you.

    in reply to: Testimonial Doesn’t show – Yummy Free #122438
    wensolutions
    Keymaster

    Hello,

    Regarding your query, please go through the instruction given in the link below for detailed assistance on the testimonial section.

    https://themepalace.com/instructions/themes/yummy/#doc-how-to-setup-front-page-as-shown-in-the-demo-10

    Also, please create pages and posts along with the featured image so that you can display pages and posts in the testimonial section.

    If you have further queries, kindly let us know.

    Regards.

    in reply to: Header Image color change #122246
    wensolutions
    Keymaster

    Hello,

    Please provide us with your site URL so that we can inspect further and help you provide precise fix.

    Also, provide us the screenshot of the specific section where the background is grey.

    Regards.

Viewing 15 posts - 931 through 945 (of 8,657 total)