Forum Replies Created
-
AuthorPosts
-
wensolutionsKeymaster
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!!
wensolutionsKeymasterHello,
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!!
January 3, 2019 at 11:53 pm in reply to: Width of Page, Tagline Display in Sticky Menu and Disable Parent Page Info. #88395wensolutionsKeymasterHello @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!!
wensolutionsKeymasterwensolutionsKeymasterHello @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!!
wensolutionsKeymasterHello @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!!
January 2, 2019 at 11:34 pm in reply to: Kids Education Theme Pro – The portfolio layout for gallery page seems faulty #88068wensolutionsKeymasterHello @rebeloka,
Glad we could help you.
Do not forget to post if you have any issues further.
Thank you.
Best Regards!!
January 2, 2019 at 11:30 pm in reply to: Header image: fit to width instead of fit to height possible? #88067wensolutionsKeymasterHello @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!!
wensolutionsKeymasterHello,
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!!
wensolutionsKeymasterHello @hansvjensen,
Yes please do post if the solutions work for you or not.
Thank you.
Best Regards!!
wensolutionsKeymasterHello @adusei,
Glad we could help you.
If you have any issues further then please let us know.
Thank you.
Best Regards!!
January 2, 2019 at 1:24 am in reply to: Background color of the page content and blog posts content #88027wensolutionsKeymasterHello @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!!
wensolutionsKeymasterHello @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:
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!!
wensolutionsKeymasterHello @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!!
wensolutionsKeymasterHello @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!!
-
AuthorPosts