Forum Replies Created
-
AuthorPosts
-
Skandha
Participant@ddhoray: Hello there,
The Gallery Section is only available in the pro version of the theme. I suggest you to upgrade to pro. You can check out the additional=features available in the pro version of the theme.KInd Regards,
SkandhaSkandha
Participant@abelcomplete-gmbh-com: Hello there,
The issue has been fixed and a theme update will be released very soon. I will let you know when the update is released.Kind Regards,
SkandhaSkandha
Participant@litjby: Hello Lars,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code./* To remove post/page titles on top of the image */ .custom-header .entry-title { display: none; } /* To remove previous/next box in posts */ .single-post .navigation.post-navigation { display: none; }Let me know if this works out!
Kind Regards,
SkandhaSkandha
Participant@pworden1: Hello there,
Yes the second code should replace the first.
To edit the footer text you will need to upgrade to pro as Footer Editor Option is only available in pro version of the theme. You can check out the additional-features available in pro version of the theme.Kind Regards,
SkandhaSkandha
Participant@darek: Hello there,
I have sent you an email. Please check your inbox.Kind Regards,
SkandhaSkandha
Participant@fireflywebs: Glad I could help you out. Have a good day! 🙂
Kind Regards,
SkandhaSkandha
Participant@mrcrm111: Thank you for your wonderful review Chris. Have a good day! 🙂
Kind Regards,
SkandhaSkandha
Participant@nathan-n: Hello Nathan, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
https://wordpress.org/support/theme/cleanportfolio/reviews/#new-post
Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂Kind Regards,
SkandhaSkandha
Participant@nathan-n: Hello Nathan,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code..square { display: none; }Let me know if this works out!
Kind Regards,
SkandhaSkandha
Participant@makedo: Hello there,
Sorry for the late reply.
To import the demo content you will need to use Catch Theme Demo Import plugin and Essential Content Types plugin.Install and Activate the plugin and
Go to => Dashboard => Appearance => Catch Theme Demo Import => Select a Demo which you want to import and Click on ImportLet me know if this works out!
Kind Regards,
SkandhaSkandha
Participant@121348-s-4109-road: Hello Randa,
I checked the issue on line no you mentioned but did not find any. I could help you fix the issue if you explain it in detail.If you still want a refund please fill the form in this link addressing your issue.
Kind Regards,
SkandhaSkandha
Participant@mrcrm111: Hello there,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.#post-8396 p, #post-8396 { margin-bottom: 0 !important; }Let me know if this works out!
Kind Regards,
SkandhaNovember 18, 2019 at 10:52 pm in reply to: icon in event above image (pointy oval with a hole in center) #226538Skandha
Participant@devilbluesrecords-com: Hello there,
That icon identifies a location .
To get rid of it
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.#events-section .entry-summary::before { content: unset !important; }Let me know if this works out!
Kind Regards,
SkandhaSkandha
Participant@mrcrm111: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
https://wordpress.org/support/theme/adventurous/reviews/#new-post
Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂Kind Regards,
SkandhaNovember 18, 2019 at 10:44 pm in reply to: URGENT: How to remove just the Author Name from footer theme credit #226535Skandha
Participant@pworden1: Hello there,
You will also have Footer Editor Option in pro version of the theme with which you can edit the footer text of your site. You can also check out the additional-features available in pro version of the theme.When you upgrade to pro all your customizer settings from the free theme should be retained by the pro theme. However the changes you have made in your child theme folder’s functions.php file should be copied to the functions.php of the child theme of the pro version that you will have to create.
Let me know if this helps you out!
Kind Regards,
SkandhaSkandha
Participant@litjby: Hello Lars,
Do you mean to remove the single post/page titles on top of the image?
Please let me know so that I can provide you with the necessary CSS Code.Kind Regards,
SkandhaNovember 18, 2019 at 5:45 am in reply to: How to remove the "Category:" from the archive pages header #226445Skandha
Participant@hr: Hello there,
You can migrate your customizer settings from your parent theme to the child theme by using our Catch Import Export plugin. For instructions follow think link and click on the Instructions tab.There was a little bug with the code I provided you above.
Please Go to => Child Theme Folder => functions.php and add the following Code.add_filter( 'get_the_archive_title', function ($title) { if ( is_category() ) { $title = single_cat_title( '', false ); } elseif ( is_tag() ) { $title = single_tag_title( '', false ); } return $title; });Let me know if this works out!
Kind Regards,
SkandhaSkandha
Participant@devilbluesrecords-com: Hello there,
The issue has been fixed in the latest theme update. Can you please update your theme to version 3.3.2.
Let me know if the issue is fixed.Kind Regards,
SkandhaSkandha
Participant@ruberaroots: Hello there,
You will need to edit the contact form you are using to create a form of the size you want.
So,
Go to => Dashboard => Contact => Contact Form => Edit the form you are using => Replace the existing code with the following Code.<div style="width: 50%; float:left; padding-right: 20px;"> <label> Your Name (required) [text* your-name] </label> </div> <div style="width: 50%; float:left;"> <label> Your Email (required) [email* your-email] </label> </div> <label> Your Message [textarea your-message 40x1] </label> [submit "Send"]Let me know if this works out!
Kind Regards,
Skandha -
AuthorPosts
