Forum Replies Created
-
AuthorPosts
-
wensolutionsKeymaster
Hello,
As we are not allowed to change the default standard coding for the site title and tagline, the issue may have caused due to activation of the third party plugins which is not recommended by the theme.
So once please deactivate the installed plugin one by one and verify the issue.
Let us know if that resolves the issue or not?
Regards!!
wensolutionsKeymasterHello,
Please deactivate the “Photo Contest” plugin and verify the issue as the issue is likely to have caused by that plugin.
Let us know if that works or not?
Thank you.
Regards!!
wensolutionsKeymasterHello @kidphoto,
Glad we could help you.
Let us know if you have any confusion further.
Thank you.
Regards!!
wensolutionsKeymasterHello @kidphoto,
Please add below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.
@media screen and (min-width: 422px) { footer.site-footer > .spacer { margin-top: 100vh; } }
Hope this helps.
Thank you.
Regards!!
wensolutionsKeymasterHello @cassius,
To change the p[lacement of the content requires higher code customization. But the placement of the homepage section can be changed. Here to manage the placement of the gallery section and the team section add below given code in your child theme’s functions.php file.
First of all create the child theme and after activating the child theme in your child theme functions.php file add below given code.
Function kids_education_pro_setion_customization(){ remove_action( 'kids_education_pro_primary_content', 'kids_education_pro_add_team_section', 70 ); add_action( 'kids_education_pro_primary_content', 'kids_education_pro_add_team_section', 85 ); } add_action('init','kids_education_pro_setion_customization');
Hope this helps.
Regards!!
wensolutionsKeymasterHello,
The gallery section on the page is also working fine on our side as you can see in the below-given screen record.
So if you have installed any third party plugin then please deactivate them and verify the issue.
Thank you.
Regards!!
wensolutionsKeymasterHello,
Whatever text you enter in the text field of site title option, that will appear in the tab.
Screenshot:
Hope this clears the confusion.
Let us know if you have any confusion further.
Thank you.
Regards!!
wensolutionsKeymasterHello @habnews098,
After the activation of the pro version, the license filed must appear in the Admin Panel > Appearance.
Even after the activation of the theme, there is no file to enter the license then there might have been something wrong.
Can you please provide your login detail so that we can inspect further and help you solve your issue?
You can send the login detail in the email given below:
Thank you.
Regards!!
wensolutionsKeymasterHello @lindajerlamgmail-com,
When we inspected your site URL we found that the theme that is currently active in your site is not the Clean commerce pro.
Since the theme is not clean commerce we really could not help you with this.
Let us know if you have any issue related to our theme further.
Thank you.
Regards!!
November 26, 2018 at 12:40 am in reply to: EC:testimonial slider text color at primary sidebar #85807wensolutionsKeymasterHello @ichigoneko,
The theme has already provided the varieties of color option for different part of the theme. For this go to Admin Panel > Appearance > Customize > Color Options.
Hope this helps.
Regards!!
wensolutionsKeymasterHello @kidphoto,
Can you please provide your site URL so that we can provide the precise fix?
Thank you.
Regards!!
November 25, 2018 at 11:59 pm in reply to: Image Slider is not working on static page of University Hub Free theme #85802wensolutionsKeymasterHello @virtualuser,
First of all thank you very much for using the theme.
The slider may not have displayed at the front page may be because you have not uploaded the image in the featured image section of the Post/Page. To make the image appear on the slider you need to upload the image in the featured image section of page /post as the image in the slider comes from there.
Screenshot:
http://prntscr.com/lmyy7tAlso, to make the section appear in the front page you need to manage the homepage setting.
For this go to Admin Panel > Appearance > Customize > Homepage Settings and set the “Your homepage displays” to “A static page” and select the pages for the front page and blog page.
Screenshot:
Hope this helps.
Regards!!
November 22, 2018 at 6:41 am in reply to: Korpo-pro FP Our services section 3 subjects show html and not copy #85612wensolutionsKeymasterHello,
Issue #1
We still don’t understand the query. But, we assume that you want to get image enlarged but it can’t be done without a custom code. The code provided below will enlarge it for a certain level but not more than that. Or, you could try adding another section for that. So you will need to hire a customizer.#our-projects .project-slider .slick-track, #our-projects .project-slider .slick-slide { width: 100% !important; } #our-projects .project-slider .project-deatils { display: none; } #our-projects .project-content-wrapper:before { display: none; }
Issue #2
From your query on the issue #2, we assume that you want to get rid of the banner image. Here is the CSS for that.
If this still doesn’t solve the issue, please provide the screenshot of the problem..page-id-457 .banner-image { display: none; }
Hope this helps.
Regards!!
wensolutionsKeymasterHello @kidphoto,
All the strings available including “Read more” in the theme are already translation ready and can be translated in any language you want.
For the translation, you can use the plugin like Loco Translate.
Link:
https://wordpress.org/plugins/loco-translate/
Now to remove the related post section, add below-given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.
div#related-posts { display: none; }
Hope this helps.
Regards!!
November 22, 2018 at 5:10 am in reply to: "leave a comment" translate in "Schreibe einen Kommentar" (german) #85594wensolutionsKeymasterHello @macano,
Thank you very much for the interest.
You have to hire the customizer to achieve your request.
Please go through below given link to hire a professional for the customization.
http://themepalace.com/hire-a-customizer
Thank you.
Regards!!
-
AuthorPosts