Forum Replies Created

Viewing 15 posts - 241 through 255 (of 8,657 total)
  • Author
    Posts
  • in reply to: Background color issue. Not all areas are changing #134511
    wensolutions
    Keymaster

    Hello,

    In mobile devices also, it is working fine when we inspected.

    https://www.loom.com/share/bdbfd33b909d49fa9733208b75376007

    The text is looking great.

    Regards.

    in reply to: how can I set the header menu smaller? #134510
    wensolutions
    Keymaster

    Hello,

    Glad the CSS helped you figure it out.

    Regards.

    in reply to: how can I set the header menu smaller? #134443
    wensolutions
    Keymaster

    Hello,

    Regarding your query, you can add below given CSS following the path Admin Panel > Appearance > Customize > Additional CSS to minimize the menu design.

    @media screen and (min-width: 1057px){
      #masthead{
       height: 100px;
     }
    }

    Hope this helps.

    If you have further queries, let us know.

    Regards.

    in reply to: how can I set the header menu smaller? #134430
    wensolutions
    Keymaster

    Hello,

    Yes, you can manage the menus as per your requirement and the option given by the theme. You can refer to the below given instruction to get assistance on how to manage menu location.

    https://themepalace.com/instructions/themes/kids-education/#doc-how-to-manage-menu-options-8

    Hope this helps.

    If you have further queries, let us know.

    Regards.

    in reply to: Moving home page about #134427
    wensolutions
    Keymaster

    Hello,

    Actually, the new section you have added cann’t be sorted as per your requirement. The feature is not available in the theme for now.

    It requires code customization so you can consider hiring a freelancer to get the feature as per your requirement.

    Regards.

    in reply to: hamburger menu missing #134420
    wensolutions
    Keymaster

    Hello,

    Regarding your query, you can add below given CSS following the path Admin Panel > Appearance > Customize > Additional CSS to remove the search field from the hamburger menu in mobile device.

    @media screen and (max-width: 1000px){
    .home input.responsive-menu-search-box {
        display: none;
    }}

    Hope this helps.

    If you have further queries, let us know.

    Regards.

    in reply to: Moving home page about #134419
    wensolutions
    Keymaster

    Hello,

    Regarding your query, actually the option to sort the homepage is available by going to Admin Panel > Appearance > Customize > Theme Options > Homepage Sortable. The sections available in the homepage can only be sorted.

    https://prnt.sc/ukv9x9

    Further please update to the next version of the theme and verify the sorting issue of homepage.

    Hope this helps.

    Regards.

    in reply to: image background title post page #134186
    wensolutions
    Keymaster

    Hello,

    Regarding your query, you can add below the given code in the child theme’s function.php file.

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

    So, you should not make any modification directly in your parent theme as all of the customizations will be lost upon update to the latest version of the theme and the same situation is here when you reinstall the theme.

    So please go through the child theme for the changes and shift all your customizations in the child theme before you uninstall the theme. You can refer to the below-given documentation link to get detailed assistance on how to create a child theme.

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

    Hope this helps.

    If you have further queries, let us know.

    Regards.

    in reply to: Changing hyperlink hover color #134181
    wensolutions
    Keymaster

    Hello,

    Please provide us with the site URL and specific screenshots of the button so that we can inspect and help you with the CSS.

    Hope this helps.

    If you have further queries, let us know.

    Regards.

    in reply to: how to remove horizantal scroll bar #134180
    wensolutions
    Keymaster

    Hello,

    Please provide us with the site URL and specific screenshots of the scrollbar so that we can inspect and help you with the CSS.

    Hope this helps.

    If you have further queries, let us know.

    Regards.

    in reply to: Hide author and category on Blog / Archive #134179
    wensolutions
    Keymaster

    Hello,

    Please provide us with the site URL and specific screenshots of the pages so that we can inspect and help you with the CSS.

    Hope this helps.

    If you have further queries, let us know.

    Regards.

    in reply to: Read More — where does it go for the info? #134178
    wensolutions
    Keymaster

    Hello,

    Regarding your query, the option to choose the post and page gives you the ‘Read More’ button which will redirect you to the same post you have clicked in.

    If you want a reference to set up the slider, please follow the instruction below.

    https://themepalace.com/instructions/themes/clean-corporate-pro/#doc-how-to-manage-feature-slider-9

    Hope this helps.

    If you have further queries, let us know.

    Regards.

    in reply to: image background title post page #134112
    wensolutions
    Keymaster

    Hello,

    Regarding your query, you can add Header Image by going to Admin Panel > Appearance > Customize > Header Image which will appear in the header in all the pages.

    https://prnt.sc/ui2lge

    Hope this helps.

    If you have further queries, let us know.

    Regards.

    in reply to: Can I move my purchased pro theme to a different site? #134110
    wensolutions
    Keymaster

    Hello,

    No, the same license will not work for the other domain even if you deactivate.

    But if you want to use the license in some another domain then at first you need to send in the reset request in the email below:

    info[at]themepalace[dot]com

    After resetting the license from our side, you may use the license in another domain so please send in the reset request.

    Thank you.

    in reply to: JS errors appearing on front page #134109
    wensolutions
    Keymaster

    Hello,

    You can have a look at the screenshot where we have the latest version of the theme and no plugins activated and the theme is just activated.

    https://prnt.sc/ui1k6b

    We already have released the update resolving the issue, so kindly provide us with the screen record of the process you carried out so that we can also follow the same process.

    Hoping for your kind co-operation.

    If this won’t help, we might need your login details too, but for now, provide us with a screen record.

    Regards.

Viewing 15 posts - 241 through 255 (of 8,657 total)