Forum Replies Created
-
AuthorPosts
-
wensolutionsKeymaster
Hi Amarjeet,
Installation of free theme and premium theme is different. Please refer to this tutorial for installing and using the licensing key after purchasing the theme.
http://themepalace.com/tutorials/how-do-i-install-the-themes/
http://themepalace.com/tutorials/activate-themes-license/
If the issue still persists, please provide us the further details and screenshot where the issue is occurring.
wensolutionsKeymasterHello @bfxinfotech,
To remove the header image please add below given CSS b going to Admin Panel > Appearance > Customize > Additional CSS.
section#header-featured-image { display: none; }
Hope this helps.
Regards!!
wensolutionsKeymasterHello @ranui-o-hokianga,
Thank you very much for using the plugin.
We will verify the issue and let you know.
Hoping for your co-operations.
Thank you 🙂 .
wensolutionsKeymasterHello,
Please add below given CSS.
article .entry-content { background-color: transparent; }
Regards!!
wensolutionsKeymasterHello,
Glad we could help you.
Let us know if there is anything further.
Thank you.
Regards!!
wensolutionsKeymasterHello @femke98,
Thank you very much for buying the pro version of the theme.
For your information, the coding of our themes is done following the WordPress standards. The templates in the theme file will have no effect on the security of your site.
So you can activate the license and begin to construct the theme. If you encounter any issue relatedt ro the theme while setting up the theme then kindly let us know.
Thank you.
Regards!!
November 6, 2018 at 6:36 am in reply to: SiteOrigin Hero is not showing in homepage after updating #84089wensolutionsKeymasterHello @adminflexp,
The issue is quite unlikely to happen.
Can you please post your site URL for further inspection?
Thank you.
Regards!!
wensolutionsKeymasterwensolutionsKeymasterHello,
We are not quite clear with your issue.
So can you please properly explain it so that we can help you further?
Thank you.
Regards!!
wensolutionsKeymasterHello @ashish-mool,
Please try this code replacing all other codes that is provided before.
@media screen and (min-width: 1440px) { .footer-widget > .container { max-width: 80%; padding: 0; } .footer-widget .contact-inner > .row { margin: 0 -15px; } .footer-widget .contact-inner > .row > .col-md-12 { padding: 0; } .footer-widget .contact-inner > .row > .col-md-12 > .row { margin: 0; } }
Thanks
wensolutionsKeymasterHello,
We would like to apologize for the confusion.
To remove the “category” only you have to go through the child theme.
To know how to create and activate the child theme please refer to below given link:
https://wptravel.io/how-to-create-a-child-theme/
After activating the child theme add below given code in your child theme functions.php file.
function kids_education_child_remove_cat_titles($title) { if ( is_archive() ) { $title = single_cat_title( '', false ); } elseif ( is_tag() ) { $title = single_tag_title( '', false ); } elseif ( is_author() ) { $title = '<span class="vcard">' . get_the_author() . '</span>' ; } return $title; }
add_filter( ‘get_the_archive_title’, ‘kids_education_child_remove_cat_titles’ );
Hope this helps.
Regards!!!
wensolutionsKeymasterwensolutionsKeymasterHello @ashish-mool,
When we checked we found that the CSS is working fine as you can see in the screenshot below:
Footer widget is perfectly aligned with the width of the content.
Regards!!
wensolutionsKeymasterHello @ashish-mool,
Once try by replacing above CSS with the CSS given below.
.footer-widget .contact-inner > .row { display: block; margin: 0; } .footer-widget .contact-inner > .row > .col-md-12 { padding: 0; } .footer-widget .contact-inner > .row > .col-md-12 > .row { display: flex; flex-wrap: wrap; max-width: 100%; }
Hope this helps.
Regards!!
wensolutionsKeymasterHello @vsgreen829,
Can you please once go to Admin panel > Settings > Permalinks and save the settings and verify the issue?
Regards!!
-
AuthorPosts