Forum Replies Created
-
AuthorPosts
-
codevibrant
KeymasterHello there
We have a different sidebar for post and shop pages. You can use sidebar widget area for post pages and shop sidebar widget area for shop pages. Please go to Appearance >> Widgets From WordPress dashboard there you will find the place to add the widgets.
Thanks 🙂
July 18, 2019 at 12:14 pm in reply to: Make Wisdom Pro looking exactly the same as Wisdom Minimal #2871codevibrant
Keymasteryou can add the following code in additonal CSS box:
.archive-grid-post-wrapper article .post-thumbnail img { height: 260px; } .archive-classic-post-wrapper article .post-thumbnail img{ height: auto; } .post-thumbnail { border-radius: 30px; }Thanks 🙂
codevibrant
KeymasterHello there,
About this, you have to add some extra function to remove the prefix from the archive title. If you are interested please provide us your FTP or cPanel details via email (codevibrant@gmail.com). Our developer will help you soon.
codevibrant
Keymasterhey there,
Glad to know its working :).
We will go through it and update the issue if it is really a problem for general. Keep Updated.
Thank you!! 🙂Codevibrant Support Team.
codevibrant
KeymasterPlease add the following code in additional CSS box of customizer:
#breadcrumb { display: none; }Thanks 🙂
codevibrant
KeymasterHi beoir.sicnarf,
We found out that there is no jquery file loaded in your site so any jquery scripts are not working.For helpful information, Jquery is always defined from the core file of the wordpress.
It must be due to some plugins that you used in your site. Try deactivating the plugins and you may not face these issue. Thank you!Regards,
Codevibrant Support Team.-
This reply was modified 6 years, 3 months ago by
codevibrant.
codevibrant
KeymasterHello,
Can you please provide url of your site?
Thankyou
codevibrant
KeymasterHello there
Please download the zip file from my account page of codevibrant and upload it on Appearance >> Themes on wordpress dashboard. If you have problem to upload yaatra pro then email us your login detail at codevibrant@gmail.com our team will help you to fix your problem
https://docs.codevibrant.com/yaatra/#!/installation
Thanks 🙂
July 15, 2019 at 7:25 am in reply to: Make Wisdom Pro looking exactly the same as Wisdom Minimal #2839codevibrant
KeymasterYou can try the following code to resize the images:
.archive-classic-post-wrapper article .post-thumbnail { width: 100%; } article .post-thumbnail { width: 310px; margin: 0 auto; }For prevent guest saving my images and other materials you can search for plugin or script that will disable the right click on your website.
Thanks 🙂
July 14, 2019 at 3:50 am in reply to: Make Wisdom Pro looking exactly the same as Wisdom Minimal #2834codevibrant
KeymasterDo you want to reduce the size of feature image ? Please specify clearly so that we can give you feedback
Thanks 🙂
July 11, 2019 at 10:39 am in reply to: Make Wisdom Pro looking exactly the same as Wisdom Minimal #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 10, 2019 at 4:59 am in reply to: Make Wisdom Pro looking exactly the same as Wisdom Minimal #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 8, 2019 at 3:49 pm in reply to: Make Wisdom Pro looking exactly the same as Wisdom Minimal #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 5, 2019 at 9:05 am in reply to: Make Wisdom Pro looking exactly the same as Wisdom Minimal #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 4, 2019 at 6:34 am in reply to: Make Wisdom Pro looking exactly the same as Wisdom Minimal #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 🙂
-
This reply was modified 6 years, 3 months ago by
-
AuthorPosts
