Forum Replies Created

Viewing 15 posts - 3,061 through 3,075 (of 8,657 total)
  • Author
    Posts
  • in reply to: Page Editor TOO small #88477
    wensolutions
    Keymaster

    Hello @danicadl,

    When we check for the issue on our side, the editor is working fine i.e it is full width.

    So please once check if you have activate any third party plugin that might have cause the issue.

    Regards!!

    in reply to: Customisation of Header Size #88476
    wensolutions
    Keymaster

    Hello,

    First of all thank you very much for your interest in the theme.

    Regarding your query, as for the header image we can help you with the custom CSS so once you build the site using the theme then please let us know so that we can provide the CSS fix. It is same for the menu as well. Once you use the theme kindly let us know so that we can help you with the custom CSS.

    Further, if you have any query/confusion then kindly let us know.

    Thank you.

    Best Regards!!

    wensolutions
    Keymaster

    Hello @ashish-mool,

    Regarding your first and second issue, please add the below-given CSS by going to, Admin Panel > Appearance > Customize > Additional CSS

    .site-content {
        max-width: 100%;
    }
    
    .wrap-breadcrumb {
        display: none;
    }

    Further, regarding the third issue, when we inspected the details of the theme that you’re using, your theme originally is using two headers and the second header lacks the tagline.

    To fix this issue, higher code customization is required and for that, you need to hire a professional developer. To hire a developer, please refer to the given link: https://themepalace.com/hire-a-customizer/

    Feel free to reach us for any further issue,

    Best Regards!!

    in reply to: Upgrade from tourable free #88077
    wensolutions
    Keymaster

    Hello @woravasu,

    Yes, you need to set up the sections manually.

    Thank you.

    Regards!!

    in reply to: Upgrade from tourable free #88074
    wensolutions
    Keymaster

    Hello @woravasu,

    After activating the pro version the uploaded picture won’t be deleted as it will be already stored in the database. You can find the pictures in the Admin Panel > Media.

    Not only images, but the added posts and page will be there in the backend. So please set up the section using those post types and image in the pro version as well.

    If you like then you can even import the demo file from the pro version. Just install the plugin “One click demo import” and import the demo content.

    Hope this helps.

    Thank you.

    Best Regards!!

    in reply to: website length #88071
    wensolutions
    Keymaster

    Hello @kidphoto,

    Please add below given CSS as the fix by going to Admin Panel > Appearance > Customize > Additional CSS.

    @media screen and (max-width: 768px) {
    	.site-footer .spacer {
    		margin-top: 0;
    	}
    	
    	.site-footer .container {
    		padding-top: 0 !important;
    	}
    }

    The footer will now be small but it will not stick to the bottom as there aren’t any content in-between that will push it to the bottom. So add the content so that it would push the footer to the bottom.

    Hope this helps.

    Thank you.

    Best Regards!!

    wensolutions
    Keymaster

    Hello @rebeloka,

    Glad we could help you.

    Do not forget to post if you have any issues further.

    Thank you.

    Best Regards!!

    wensolutions
    Keymaster

    Hello @ddpde,

    No, currently there is no such option to manage the positioning of the header image. You will be able to only crop the image while uploading.

    Further, if you want to increase the height of the header image then we can help you with the custom CSS so please post your site URL.

    Thank you.

    Best Regards!!

    in reply to: Theme Update and Front Page Widget Area Error #88064
    wensolutions
    Keymaster

    Hello,

    The setting of the WEN Corporate is the same as it was initially released. Now, when we change the setting it will hamper to our 3000 over users.

    So you can either add the above-given code in your child theme and work as mentioned above or you can simply follow the link given below and reactivate the initial version of the theme which is 1.0.3:

    https://themes.trac.wordpress.org/ticket/22567

    Hope this helps.

    Let us know if you have any query/confusion further.

    Best Regards!!

    in reply to: Backgrund? #88030
    wensolutions
    Keymaster

    Hello @hansvjensen,

    Yes please do post if the solutions work for you or not.

    Thank you.

    Best Regards!!

    in reply to: Resize and social icon #88029
    wensolutions
    Keymaster

    Hello @adusei,

    Glad we could help you.

    If you have any issues further then please let us know.

    Thank you.

    Best Regards!!

    wensolutions
    Keymaster

    Hello @patrima,

    To change the color of ever box require lots of custom CSS so it will be beyond our support but if you want to make all the blog article of the same color in blog page then add below-given CSS by going to Admin panel > Appearance > Customize > Additional CSS.

    .blog .blog-portfolio article .blog-post-wrap {
        background-color: #000;
    }

    Change the color code as per your requirement.

    Now for the single post page add below-given CSS.

    .post-template-default article .blog-post-wrap {
        background-color: #F44336;
    }

    Here as well change the color code as per your requirement.

    Hope this helps.

    Best Regards!!

    in reply to: Header Picture and automatic menu on it #88021
    wensolutions
    Keymaster

    Hello @alize,

    Currently, there is no option in the theme where you can manage the setting of header image in each page but you can use the CSS targeting the ID of the page and remove the header image.

    For example add below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.

    .page-id-1788 div#page-site-header {
        display: none;
    }

    Here replace the iD with your page ID.

    You can find the ID in individual page edit screen URL.

    Screenshot:

    https://prnt.sc/m21zjf

    As for the Top header menu just go to Admin Panel > Appearance > Customize > Menus > Menu Location and do not assign any menu on the “Top” Menu Location

    Hope this helps.

    Let us know if you have any confusion further.

    Best Regards!!

    in reply to: Backgrund? #88020
    wensolutions
    Keymaster

    Hello @hansvjensen,

    Please add below given CSS.

    .page-template-default .club__squad.club__squad--table tr.anwp-bg-light.text-dark,
    .page-template-default .club__squad.club__squad--table tr td:not(.text-right) {
      display: none;
    }
    
    .page-template-default .club__squad.club__squad--table tr,
    .page-template-default .club__squad.club__squad--table tr td {
      border: 0;
    	text-align: left !important;
    }

    Hope this helps.

    Best Regards!!

    in reply to: website length #88019
    wensolutions
    Keymaster

    Hello @kidphoto,

    Please replace the CSS given above with the CSS given below:

    nav.main-navigation {
    	display: flex;
    	flex-wrap: wrap;
    	justify-content: center;
            float: none;
    }

    Hope this helps.

    Best Regards!!

Viewing 15 posts - 3,061 through 3,075 (of 8,657 total)