Forum Replies Created
-
AuthorPosts
-
Skandha
Participant@redheadanna: Please post in your site URL so that I can look into the issue and help you out!
Kind Regards,
SkandhaSkandha
Participant@darlingvalls: After you purchase the theme you will find the theme folder on your https://catchthemes.com/my-account/. You will need to download and then upload the theme. All your customization from the free theme should be retained in the pro theme as well.
Let me know if you lose any customization.
Kind Regards,
SkandhaJanuary 7, 2019 at 10:19 pm in reply to: Cannot update Full Frame Pro from version 3.9.5 to 3.9.6 #163095Skandha
Participant@antiguanice: To update pro theme you’ll need to first download the theme from https://catchthemes.com/my-account/ page. Then install Catch Web Tools plugin and activate Catch Updater Module. https://wordpress.org/plugins/catch-web-tools/
Please check the tutorial video in the link below:
https://www.youtube.com/watch?v=W95SuabDZi8
For more, check out theme instructions at https://catchthemes.com/theme-instructions/full-frame-pro/#updatingLet me know if this helps you out!
Kind Regards,
SkandhaSkandha
Participant@becky7852: For centering the logo remove all the CSS you have inserted for the logo and add the following Code.
.site-branding { position:absolute; left:50%; transform:translateX(-50%); }This should work out!
Please post in your site URL so that I can look into the header image issue.
Let me know if this helps you out!
Kind Regards,
SkandhaSkandha
Participant@mateo: I will need to check your admin settings to look into the issues. I will need your admin credentials for this purpose. I will contact you shortly by email.
Kind Regards,
SkandhaSkandha
Participant@nomade-2018: Go to => Child Theme Folder => functions.php add the following Code.
function unwanted_transient () { delete_trasient('catchresponsive_footer_content'); }Let me know if this solves the [the-year] issue.
Kind Regards,
SkandhaSkandha
Participant@erich74: 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/rock-star/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@elliottrae:
1. To put “Latest Posts” as title above Latest Posts
Copy content.php file from you parent theme folder to your child theme folder.
Now, edit the file and add the following code after<div class="archive-post-wrap">
<h2 class="section-title">Latest Posts/h2>2. To reduce the number of latest posts to 4
Go to => Dashboard => Settings => Reading => Blog pages show at most => Select 43. I’m afraid a lot of customization is need to bring the primary sidebar alongside the Featured Posts. If you really need this I suggest you to hire a customizer.
Let me know if this helps you out!
Kind Regards,
SkandhaSkandha
Participant@gparisot: 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/decree/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@crowley: Let me know if you have anymore issues. Have a good day! 🙂
Kind Regards,
SkandhaSkandha
Participant@bobgarretthomenetworks-co-uk: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
@media screen and (max-width:561px) { #hgroup.logo-enable.logo-left p { font-size:10px; } } #hgroup.logo-enable { display:block !important; }Let me know if this is what you want!
Kind Regards,
SkandhaJanuary 7, 2019 at 12:44 am in reply to: Promotion Headline Font Size, Padding, and Button Location #163008Skandha
Participant@jamietallman: Replace the above code I provided you by the following.
@media screen and (min-width:767px) { /* To change the font size of Promotion Headline */ #promotion-message .section.left h2 { font-size:25px; } /* To change the font size of Promotion Sub Headline */ #promotion-message .section.left p { font-size:10px; } /* To change the position of Promotion Headline Text and button */ #promotion-message .left { float:none; } #promotion-message .wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; } #promotion-message .left { order:2; text-align:center; } #promotion-message .right a { margin:0; } #promotion-message .section { padding:10px; } }To change background color of Promotion Headline
Go to => Appearance => Customize => Color Options => Promotion Headline Color Options => Change Background ColorLet me know if this helps you out!
Kind Regards,
SkandhaSkandha
Participant@darlingvalls: The doesn’t seem to be visible as it over the slider image and color is grayish.
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.#header-left-menu { color:#fff; }Let me know if this works out!
Kind Regards,
SkandhaSkandha
Participant@aip: There seems to a bug with the theme. The issue will be fixed and an update will be released very soon.
I will let you know when the update is released. Thank you for reporting us the bug.Kind Regards,
SkandhaSkandha
Participant@redheadanna: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
body:not(.home) .site-description { display:none; }Let me know if this does the trick!
Kind Regards,
SkandhaSkandha
Participant@becky7852: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
1./* To center the logo */ .site-branding { position:absolute; left:50%; transform:translateX(-50%); }2. The search box is appearing down below the drop down menu because you are using Menu Type as Default
To change this Go to => Appearance => Customize => Theme Options => Menu Options => Menu Type => Classic3.
To change the height of Header Image .custom-header-content { padding:300px 120px !important; }You can change the padding to alter the height of the image.
4: The font seems to be changing on live preview at my end. Can you let me know which version of the theme you are using.
Let me know if this helps you out!
Kind Regards,
SkandhaSkandha
Participant@naoko-kaku: I will check what can be done and get back to you on this.
Kind Regards,
SkandhaSkandha
Participant@blakey0320: Hello there,
Yes it is possible to create a landing and have three categories in it. That can be done with a single domain.Let me know if this helps you out!
Kind Regards,
SkandhaSkandha
Participant@erich74: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
.sticky-post { visibility:hidden; left:0; } .sticky-post:before { visibility:visible; content:'\f308'; font-family:Genericons; }Let me know if this is what you want!
Kind Regards,
SkandhaSkandha
Participant@nomade-2018: Hello Patrick,
[the-year] seem to be showing up well at my end. I will look into your site so that I can look into the issue.
For that I will need your admin credentials. I will contact you shortly by email!Kind Regards,
Skandha -
AuthorPosts
