CodeVibrant › Forums › Wisdom Pro › Make Wisdom Pro looking exactly the same as Wisdom Minimal
- This topic has 21 replies, 2 voices, and was last updated 5 years, 7 months ago by
codevibrant.
-
AuthorPosts
-
July 2, 2019 at 4:11 pm #2727
Coco
ParticipantHow can I make the wisdom pro design like wisdom minimal?
Except I need to remove author and theme disclaimer.
July 3, 2019 at 5:25 am #2729codevibrant
KeymasterHello there
Can you please share us the live URL of your site so that we can check and give you feedback. According to your explanation seems like you have not installed pro theme yet. If you have not upload the pro theme then please download it from my account page and upload it on your website.
Thanks 🙂
July 3, 2019 at 2:44 pm #2747Coco
ParticipantLive Link: https://janicoco.com
I am expecting to look like this:
1. Top of the website, with the pink bar displaying social media icons
2. Right handside bar with the little pink column ahead of the title
3. Bottom part not black, but pinkJuly 3, 2019 at 3:06 pm #2748Coco
ParticipantAnd 4) Remove header image in each post.
Thanks.
July 4, 2019 at 6:34 am #2759codevibrant
KeymasterHello there
Please email us your login detail at codevibrant@gmail.com if possible so that our team will help you to achieve this feature. Otherwise we will send you the code to achieve the changes you want.
Thanks 🙂
July 4, 2019 at 1:27 pm #2763Coco
ParticipantHi, i can’t share the login details with you.
Please export a zip file for me to install directly? Thanks.
July 5, 2019 at 9:05 am #2771codevibrant
KeymasterHello there
You can use the following code in additional CSS box in customizer.
.single .post-thumbnail { display: none; } #colophon { background: #F7B4B4; }
1. Top of the website, with the pink bar displaying social media icons
2. Right handside bar with the little pink column ahead of the titleFor the above listed feature can you please explain more so that we can give you feedback
Thanks 🙂
July 7, 2019 at 6:02 am #2775Coco
ParticipantI need:
1. Top pink header bar displaying social media icons exactly the same in Wisdom Minimal, apply to Wisdom Pro
2. The bottom footer bar change to the same pink color tooJuly 8, 2019 at 2:40 pm #2802Coco
ParticipantI need:
1. Top pink header bar displaying social media icons exactly the same in Wisdom Minimal, apply to Wisdom Pro
2. The bottom footer bar change to the same pink color too
3. Do not display comment box on each post
4. When I click into each post, the post bottom footer and related posts suggestion disappear. Why?Please answer asap. Thanks.
July 8, 2019 at 3:49 pm #2803codevibrant
KeymasterHello there
Please add the following code in additional CSS box to remove the comment box:
.single #comments { display: none; }
Our team was working on fixing some bugs in pro theme and it take some time and after that, we will release new version asap and inform you. After that, you can update the pro theme.
Thanks 🙂
July 9, 2019 at 1:13 pm #2816Coco
ParticipantCan you capture below features in the updates?
1. Top pink header bar displaying social media icons exactly the same in Wisdom Minimal, apply to Wisdom Pro.
2. The bottom footer bar change to the same pink color too
3. Bottom footer copyright fonts color change
4. Do not display comment box on each post
5. When I click into each post, the post bottom footer and related posts suggestion shows feature imageWhen will it be done? Thanks.
July 10, 2019 at 4:59 am #2818codevibrant
Keymaster1. Top pink header bar displaying social media icons exactly the same in Wisdom Minimal, apply to Wisdom Pro.
>> We have added this feature on latest update. Please download it from my account page of codevibrant and update your theme via FTP.If you have problem then send us ftp at codevibrant@gmail.com we will upgrade theme for you.
2. The bottom footer bar change to the same pink color too
3. Bottom footer copyright fonts color change
4. Do not display comment box on each post
5. When I click into each post, the post bottom footer and related posts suggestion shows feature image
>> For this please add the following code in additional CSS box:.cv-copyright-text { color: #fff; } .single .cv-related-posts-wrap .post-thumbnail { display: block; } .single #comments { display: none; }
Thanks 🙂
July 10, 2019 at 3:41 pm #2821Coco
ParticipantThanks, i truly appreciate the update and it is so pretty now. <3 Love it thanks!
More advanced help needed:
1. I like banner settings
For layout 1, can I adjust the transparent opacity of the white box?
For layout 2, can I adjust the banner image becomes white transparent & adjustable opacity background, instead of the big black transparent box?2. I like the post displaying on the front page, but can i adjust their size for the smaller pictures? It is not too narrow now.
3. Can I set the front page feature image with rounde corners?
THANK YOU SO MUCH~~~
July 11, 2019 at 10:39 am #2825codevibrant
Keymaster1. I like banner settings
For layout 1, can I adjust the transparent opacity of the white box?
For layout 2, can I adjust the banner image becomes white transparent & adjustable opacity background, instead of the big black transparent box?
>> Please add the following code in additional CSS box in customizer and the change the value ‘0.4’ to increase or decrease the opacity of background.
For banner layout 1:.banner-content { background: rgba(255,255,255,0.4); }
For banner layout 2:
.banner_layout_2 .cv-banner-wrapper::before { background: rgba(255,255,255,0.4); }
2. I like the post displaying on the front page, but can i adjust their size for the smaller pictures? It is not too narrow now.
>> Please mention specific widget or area in which image size you want to adjust.3. Can I set the front page feature image with rounde corners?
>> Please add the following code in additional CSS box.home.blog .post-thumbnail { border-radius: 10px; }
Thanks 🙂
July 13, 2019 at 2:55 pm #2832Coco
ParticipantThanks, they are working.
Specifically for the outstanding feature, i mean for post 2-5, 7-10 displaying on front page, can i adjust the size of the feature image?
-
AuthorPosts
- You must be logged in to reply to this topic.