Forum Replies Created
-
AuthorPosts
-
Skandha
Member@sorayacge: So first you will need to create a child theme. For that you can use Generate Child Theme Plugin. Install and Activate the plugin. Go to => Dashboard => Generate Child Theme => Select Parent Theme as Adventurous Pro and fill the other fields and click on Generate. Then will create and active the child theme.
Now, Go to => Child Theme Folder => functions.php and add the following Code.
function child_theme_setup() { add_image_size('featured', 500, 324, true); } add_action( 'after_setup_theme', 'child_theme_setup', 11 );You can alter the image size according to your choice.
This should change the featured image size on your site.
Kind Regards,
SkandhaSkandha
Member@effess: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
#main-slider .entry-container .entry-content { display:block; }Let me know if this works out!
Kind Regards,
SkandhaSkandha
Member@elliottrae: You can use the following Code to remove the login tab
Go to => Appearance => Customize => Additional CSS and add the following CSS Code..ws-dropdown { display:none; }Let me know if this works out!
Kind Regards,
SkandhaSkandha
Member@apwordandsound: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
.site-header-logo { background-color:#000052; }You can change the color according to your choice.
Let me know if this is what you want!
Kind Regards,
SkandhaSkandha
Member@effess: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
@media screen and (min-width:860px) { #main-slider .entry-container { width:90%; text-align:right; } } @media screen and (max-width:770px) { #main-slider .entry-container { width:86%; text-align:right; } }Let me know if this works out!
Kind Regards,
SkandhaSkandha
Member@ecmac11: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
#hgroup #site-description { font-size:20px; color:#38b12c !important; }You can change the font size and color according to your choice.
Let me know if this works out!
Kind Regards,
SkandhaJanuary 21, 2019 at 11:15 pm in reply to: Hiding "Featured image" title, but leaving page titles #164121Skandha
Member@mitokondrium: Please post in your site URL so that I can look into the issue. Do you mean Feature Content posts titles?
Kind Regards,
SkandhaSkandha
Member@dragon: To translate those texts, you will need to add Vietnamese language file vi_VN.po which you can get by editing the catch-evolution.pot file in languages folder.
What you need to do is download free software from http://poedit.net/ then open the software and create New Translation and select the language Vietnamese(Vietnam). Now search for words like Previous, Next and the words you want to translate and add the translation for those words and save it. You can also add other translations there as well. The words will be translated when you change your site language to Vietnamese.
You can send us the translated .po file and we will add it in our theme with you as a contributor for the translation.Let me know if this solves your issue.
Kind Regards,
SkandhaSkandha
Member@thomaswaerness: The issue will be fixed in the next theme update. Please use the following CSS Code as a temporary fix.
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.body:not(.home) #header-content.main-nav-scrolled { bottom: inherit; position: fixed; top: 0; }Let me know if this works out!
Kind Regards,
SkandhaSkandha
Member@tim-van-rooijen: Thank you very much. Let me know if you have anymore issues. Have a good day! 🙂
Kind Regards,
SkandhaJanuary 21, 2019 at 3:39 am in reply to: Which is the best free WordPress theme for WooCommerce? #164065Skandha
Member@imranabdul: For blogs Clean Magazine Pro, Clean Journal Pro, Verity Pro, Clean Portfolio Pro and Simple Persona Pro will be some good options. You can also check out out other themes as well.
Let me know if this helps you out!
Kind Regards,
SkandhaSkandha
Member@rodeboy: Can you please attach me a screenshot of the mobile menu issue you are having?
Kind Regards,
SkandhaSkandha
Member@pdequestrian18: Sorry, that was a typo.
Go to => Appearance => Theme Options => Layout Options => Single Page/Post Image => Check Disabled
This should disable the image that is showing up above your posts.Yes it is possible to only show around 4 images and then have a view all link at the bottom.
Go to => => Appearance => Customize => Theme Options => Portfolio => No of Items => Select the few number of posts you want to show up on your site.
Now, you will need to put all the posts of your portfolio into a single category. Then insert that Category page link as Button Link of View all text.Let me know if this helps you out!
Kind Regards,
SkandhaJanuary 21, 2019 at 2:26 am in reply to: How do i disable the search button on the top right corner? #164058Skandha
Member@thejway: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
.hero-content-wrapper .entry-container { padding:50px 70px !important; }You can change the padding to alter the size of hero content.
Let me know if this works out!
Kind Regards,
SkandhaSkandha
Member@twin6: Thank you very much. Let me know if you have any more issues. Have a good day! 🙂
Kind Regards,
SkandhaSkandha
Member@cappellanova: Can you please post in you site URL so that I can look into the issue and provide you feasible solution.
Kind Regards,
SkandhaSkandha
Member@belenmusic: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
.jp-carousel-image-meta { display:none; }Let me know if this is what you want!
Kind Regards,
SkandhaSkandha
Member@elliottrae: Go to => Appearance => Customize => Menus => View All Locations => Primary Menu => Edit the menu => Click on Login and Remove.
Let me know if this works out!
Kind Regards,
Skandha -
AuthorPosts
