Forum Replies Created
-
AuthorPosts
-
Skandha
Participant@calisto1780: Please post in your site URL so that I can look into the issue.
Kind Regards,
SkandhaSkandha
Participant@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,
SkandhaJanuary 22, 2019 at 3:24 am in reply to: How do i disable the search button on the top right corner? #164143Skandha
Participant@keikodamaikada: Hello there, Sorry for the late reply.
Since Fotografie Blog Pro is already a child theme of Fotografie Theme you cannot create a child theme of it.
Sorry for the mishap.
You will need to create a plugin for this.
I will contact you shortly by email.Kind Regards,
SkandhaSkandha
Participant@thomaswaerness: Can you attach me screenshot of the issue you are having with the menu?
Are you having issue while scrolling through the pages? Please explain your issue.Kind Regards,
SkandhaSkandha
Participant@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
Participant@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
Participant@effess: Glad I was able to help you out. Have a good day! 🙂
Kind Regards,
SkandhaSkandha
Participant@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
Participant@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
Participant@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
Participant@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
Participant@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
Participant@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
Participant@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
Participant@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
Participant@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
Participant@rodeboy: Can you please attach me a screenshot of the mobile menu issue you are having?
Kind Regards,
SkandhaSkandha
Participant@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,
Skandha -
AuthorPosts
