Forum Replies Created

Viewing 15 posts - 316 through 330 (of 8,657 total)
  • Author
    Posts
  • in reply to: Social menu #132743
    wensolutions
    Keymaster

    Hello,

    Regarding your query, you have to enable the topbar section by going to Admin Panel > Appearance > Customize >FrontPage > TopBar.

    https://prnt.sc/u8sai7

    Hope this helps.

    If you have further queries, let us know.

    Regards.

    in reply to: Event calendar page displays “Archives:Events” #132741
    wensolutions
    Keymaster

    Hello,

    Regarding your query, you can add the below-given code in the function.php file of the theme.

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

    To make the customization, 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: Busyness meta options not working #132740
    wensolutions
    Keymaster

    Hello,

    Regarding your query, you can go to pages and add a new page and set the layout as per your requirement as shown in the screenshot given below:

    https://prnt.sc/u8rgzt

    Hope this helps.

    If you have further queries, let us know.

    Regards.

    wensolutions
    Keymaster

    Hello @

    The string that you have reported is already made translation ready as you can see in the screen record below:

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

    We have converted the “filter By” string in the archive page for you.

    In the case of the front page, you need to search the string in the theme.

    Make sure you have followed all the processes mentioned in the screen record for the translation and make sure you have the latest version of the themes and the plugins.

    If you still could not resolve the translation issue then we need to inspect your site so we might need your login detail.

    Thank you.

    in reply to: change contact form font colour #132738
    wensolutions
    Keymaster

    Hello,

    Please add below CSS following the path Admin Panel > Appearance > Customize > Additional CSS to change the font family.

    form label {
        font-family: "Ovo", sans-serif;
    }

    Please add below CSS following the path Admin Panel > Appearance > Customize > Additional CSS to change the font family of button.

    input[type="submit"] {
        font-family: "Ovo", sans-serif !important;
    }

    You can change the font family as per your requirement.

    Hope this helps.

    If you have further queries, lets us know.

    Regards.

    wensolutions
    Keymaster

    Hello,

    Regarding your query, actually please provide us with the specific screenshot of the section where you want to remove the background color of and your site URL so that we can help you.

    Regards.

    in reply to: Remove/Hide Featured Image #132732
    wensolutions
    Keymaster

    Hello,

    Glad we could help you.

    If you have any queries further, let us know.

    Regards.

    in reply to: Remove or reduce header image. #132731
    wensolutions
    Keymaster

    Hell,

    Glad you found the workaround.

    Regards.

    in reply to: KIDS EDUCATION PRO – Questions #132566
    wensolutions
    Keymaster

    Hello,

    Please find answers to your queries below:

    Query 1: My blog does not appear when I click on the blog menu.

    Response: After you activate the theme, you can see the blog page as shown in the screenshot below:
    https://prnt.sc/u7h3nw. This is the blog page that you can see in Admin Panel > Pages which is the default blog page.

    Query 2: “next” does not appear.

    Response: Next appears only if you have a number of posts. Make sure you have posted and please provide us with the screenshot of the pages and your site URL.

    Query 3: 3) I need to divide the blog by subject:
    a) Faith and hope
    b) Mind in Childhood –
    b1 – Prepare the child for life
    b2- School for parents
    c) Pyong Lee

    Response: Please once add the plugins that are recommended by the theme and follow the instructions step by step so that you can get the features and the setup as per the demo and requirement.

    https://themepalace.com/instructions/themes/kids-education-pro/

    Hope this helps.

    If you have further queries, let us know.

    Regards.

    in reply to: No menu icon in mobile #132555
    wensolutions
    Keymaster

    Hello,

    Have you added the above CSS?

    If you have added above CSS, the menu will appear in any device.

    Regards.

    in reply to: Password Protected & Side Menu #132438
    wensolutions
    Keymaster

    Hello,

    Regarding your query, actually our theme doesn’t provide such a feature. These kinds of features are available in the plugins. So, you can have a research for it or either can hire a freelancer to obtain the features as per your requirement.

    Here are the features provided by our theme: https://themepalace.com/instructions/themes/education-soul-pro/

    Regards.

    in reply to: No menu icon in mobile #132437
    wensolutions
    Keymaster

    Hello,

    Regarding your query, we are unable to do so as the hamburger menu is located below the banner from the CSS.

    The theme has managed the menu in that location so we cannot change the location by the CSS.

    Hoping for your kind co-operation.

    Regards.

    in reply to: Remove/Hide Featured Image #132436
    wensolutions
    Keymaster

    Hello,

    To remove the featured image section, you can add below given CSS following the path Admin Panel > Appearance > Customize > Additional CSS.

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

    Hope this helps.

    If you have other pages where you want to remove the featured image, please provide us with the specific link of the posting page.

    Regards.

    in reply to: Not able to edit text color #132435
    wensolutions
    Keymaster

    Hello @ADAMEVANS,

    Please explain in detail your query so that we can be clear and help you fix your issues.

    Thank you.

    in reply to: No mobile menu after the update? #132434
    wensolutions
    Keymaster

    Hello,

    Glad everything is working fine in the latest version of the theme.

    Please let us know if you have any other queries.

    Regards.

Viewing 15 posts - 316 through 330 (of 8,657 total)