Forum Replies Created
-
AuthorPosts
-
wensolutionsKeymaster
Hello,
Regarding your query, you have to enable the topbar section by going to Admin Panel > Appearance > Customize >FrontPage > TopBar.
Hope this helps.
If you have further queries, let us know.
Regards.
wensolutionsKeymasterHello,
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.
wensolutionsKeymasterHello,
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:
Hope this helps.
If you have further queries, let us know.
Regards.
August 31, 2020 at 2:47 am in reply to: Trips Archive page doesn’t show all trips after editing single trip #132739wensolutionsKeymasterHello @
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.
wensolutionsKeymasterHello,
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.
August 31, 2020 at 1:52 am in reply to: Education Soul Pro – Content Block Background Color to be transparent #132734wensolutionsKeymasterHello,
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.
wensolutionsKeymasterHello,
Glad we could help you.
If you have any queries further, let us know.
Regards.
wensolutionsKeymasterHell,
Glad you found the workaround.
Regards.
wensolutionsKeymasterHello,
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 LeeResponse: 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.
wensolutionsKeymasterHello,
Have you added the above CSS?
If you have added above CSS, the menu will appear in any device.
Regards.
wensolutionsKeymasterHello,
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.
wensolutionsKeymasterHello,
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.
wensolutionsKeymasterHello,
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.
wensolutionsKeymasterHello @ADAMEVANS,
Please explain in detail your query so that we can be clear and help you fix your issues.
Thank you.
wensolutionsKeymasterHello,
Glad everything is working fine in the latest version of the theme.
Please let us know if you have any other queries.
Regards.
-
AuthorPosts