Forum Replies Created

Viewing 15 posts - 3,301 through 3,315 (of 8,657 total)
  • Author
    Posts
  • in reply to: I purchase pro theme but it not working #84350
    wensolutions
    Keymaster

    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.

    in reply to: Remove Default Header Image #84329
    wensolutions
    Keymaster

    Hello @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!!

    in reply to: Plugin wont activate #84328
    wensolutions
    Keymaster

    Hello @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 🙂 .

    in reply to: Bright Blue Background #84327
    wensolutions
    Keymaster

    Hello,

    Please add below given CSS.

    article .entry-content {
    background-color: transparent;
    }

    Regards!!

    in reply to: Setting the Width of Footer Widgets Content #84326
    wensolutions
    Keymaster

    Hello,

    Glad we could help you.

    Let us know if there is anything further.

    Thank you.

    Regards!!

    in reply to: My pro key is not activated #84090
    wensolutions
    Keymaster

    Hello @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!!

    in reply to: SiteOrigin Hero is not showing in homepage after updating #84089
    wensolutions
    Keymaster

    Hello @adminflexp,

    The issue is quite unlikely to happen.

    Can you please post your site URL for further inspection?

    Thank you.

    Regards!!

    in reply to: Sorting Post #84085
    wensolutions
    Keymaster

    Hello @vsgreen829,

    Currently, there is no such feature in the theme.

    Thank you.

    Regards!!

    in reply to: Safe Browsing Scanner Question #84084
    wensolutions
    Keymaster

    Hello,

    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!!

    in reply to: Setting the Width of Footer Widgets Content #84076
    wensolutions
    Keymaster

    Hello @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

    in reply to: Team post #84072
    wensolutions
    Keymaster

    Hello,

    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!!!

    in reply to: Courses #84061
    wensolutions
    Keymaster

    Hello @vsgreen829,

    Glad it worked.

    Let us know if you have any issue further.

    Thank you.

    Regards!!

    in reply to: Setting the Width of Footer Widgets Content #84039
    wensolutions
    Keymaster

    Hello @ashish-mool,

    When we checked we found that the CSS is working fine as you can see in the screenshot below:

    https://prnt.sc/lew4t1

    Footer widget is perfectly aligned with the width of the content.

    Regards!!

    in reply to: Setting the Width of Footer Widgets Content #84025
    wensolutions
    Keymaster

    Hello @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!!

    in reply to: Courses #84013
    wensolutions
    Keymaster

    Hello @vsgreen829,

    Can you please once go to Admin panel > Settings > Permalinks and save the settings and verify the issue?

    Regards!!

Viewing 15 posts - 3,301 through 3,315 (of 8,657 total)