Forum Replies Created

Viewing 15 posts - 1,546 through 1,560 (of 8,657 total)
  • Author
    Posts
  • in reply to: Padding and grey verticle bar #113561
    wensolutions
    Keymaster

    Hello,

    Regarding your query on the header image, the header image will be the same for every page. The theme does not provide the feature of adding separate images for each page.

    Regards.

    in reply to: Small changes in blog section #113560
    wensolutions
    Keymaster

    Hello,

    As you are willing to display all the blog in the front page section, this feature is not available and it only displays three of the posts.

    However, you can get the feature to show blog posts as per your requirement in the Pro version of the theme.

    Regarding the query on the collapsing the blog featured on the front page, you have to click the dropdown menu to collapse and expand manually. One of the posts remains expanded on the front page by default.

    Hope this helps.

    If you have further queries, let us know.

    Thank you.

    in reply to: License will not update #113556
    wensolutions
    Keymaster

    Hello,

    Please do send the screenshot of the issue at wensolutions[at]gmail.com.

    Regards.

    in reply to: License will not update #113535
    wensolutions
    Keymaster

    Hello,

    Please send us the screenshot of the issue you are facing.

    Regards.

    in reply to: License will not update #113529
    wensolutions
    Keymaster

    Hello,

    As the issue is about the license, make sure you added the correct license key. The license key you got while purchasing the theme from the theme palace is the one you need to add.

    Actually, all our premium themes come with an initial 1 year of Subscription. This means that you can download the updates and get private support forum access until 1 year of purchase date.

    Regarding your query, the issue might have raised due to the expiration of the license of the theme. So, please make sure that the license has not been expired.

    If everything is fine regarding the license, then can you please provide us with a specific screenshot of the error message, you are facing while updating the theme to the latest version?

    Hope this helps.

    If you have further queries, let us know.

    Thank you.

    in reply to: Padding and grey verticle bar #113524
    wensolutions
    Keymaster

    Hello,

    As per your query regarding the gap between the header and the slider, we inspected your site. You have to add CSS to remove the big gaping following the path Appearance > Customize > Additional CSS :

    .home #content {
        padding: 0px;
    }

    To remove light grey vertical bar on the left side, add the given CSS,

    .entry-content-wrapper {
        
        border-left: none;
        
    }

    Hope this helps.

    If you have further queries, let us know.

    Thank you.

    in reply to: Main Page Content #113466
    wensolutions
    Keymaster

    Hello,

    Actually, the option ‘Enable Content’ has been provided to provide the feature of displaying/hiding content of the static page(which is selected as homepage). The content will be appeared right above the footer section if the option has been enabled.

    Also, the feature you have requested regarding displaying content at the top of the main page is not available as the ‘Enable Content’ option is not related to feature of setting the position of content in frontpage.

    Further, if you want this feature, we would like to suggest you to consider hiring a freelancer or professional developer.

    To hire our professional developer, please refer below given link:

    https://themepalace.com/hire-a-customizer

    If you have any queries further, let us know.

    Thank you.

    in reply to: Main Page Content #113459
    wensolutions
    Keymaster

    Hello,

    Actually we are not quite clear with the query. Can you please provide us with specific screenshot of the pages(before and after enabling the ‘enable content’ option) so that we can help you.

    Regards.

    in reply to: ABOUT FONT FAMILY OF KIDS EDUCATION THEME #113453
    wensolutions
    Keymaster

    Hello,

    Glad we could help you.

    If you have any queries further, write back to us.

    Thank you.

    in reply to: ABOUT FONT FAMILY OF KIDS EDUCATION THEME #113447
    wensolutions
    Keymaster

    Hello,

    Regarding your query about the font family of “why us” written on the home page, the font family used is ‘Shadows Into Light’.

    Hope this helps.

    If you have further queries, let us know.

    Thank you.

    in reply to: Inputting Logo on Website #113438
    wensolutions
    Keymaster

    Hello,

    Regarding your query related to uploading logo, actually theme defines the section(height & width) to display the logo in the site. so, there will be no effect in the size of logo even if you have used large size of image.

    Also, if you want to increase the size of logo in the site then you can add following given CSS code in Additional CSS section by going to Admin Panel > Appearance > Customize > Additional CSS

    @media screen and (min-width: 567px){
     .site-logo img {
        max-height: 100px;
     }
    }

    Regarding your query related to ‘website to look exactly like this one’, actually, the theme you have used is ‘REBLOG’ theme and the demo page you have mentioned is of ‘Power Blog’ theme. So, the site created using ‘REBLOG’ theme cannot be modified as the demo page of ‘Power Blog’ theme.

    If you have any queries further, let us know.

    Thank you.

    in reply to: BlogSlog Pro #113302
    wensolutions
    Keymaster

    Hello,

    We are using the latest version of the theme as shown in the screenshot below :

    https://prnt.sc/qkoeuw

    Everything works fine in our side.

    Make sure you use the username of public account and correct username. For clarification, you can refer to the video given :

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

    Even if this does not work, please provide us with your site URL.

    Hope this helps.

    If you have further queries, let us know.

    Thank you.

    in reply to: Before I upgrade #113296
    wensolutions
    Keymaster

    Hello,

    Please add following given CSS code in Additional CSS section to resize the featured image by going to Admin Panel > Appearance > Customize > Additional CSS

    .single #page-site-header{
       padding: 150px 0;
    }

    Hope this helps.

    If you have any queries further, let us know.

    Thank you.

    in reply to: Hiding Header Image Everywhere #113295
    wensolutions
    Keymaster

    Hello,

    To display the page/post title the same as it is and removing the header image, you can follow path Appearance > Customize > Additional CSS and give the CSS given below :

    #banner-image {
        background-image: none !important;
        padding: 50px 0 0;
    }
    .banner-title {
        background: transparent;
        border: none;
        padding: 0;
        width: 100%;
    }
    .banner-title .page-title,
    .breadcrumb-trail.breadcrumbs ul li a {
        color: #000;
    }
    .breadcrumb-trail.breadcrumbs ul li {
        color: #888;
    }

    Hope this helps.

    If you have further queries, let us know.

    Thank you.

    in reply to: Remove Featured Image on main page #113235
    wensolutions
    Keymaster

    Hello @MBAHESH,

    Please post your query to the respective support forum as the theme you have used is not our theme.

    Regards.

Viewing 15 posts - 1,546 through 1,560 (of 8,657 total)