Forum Replies Created
-
AuthorPosts
-
Skandha
Participant@cjcjcreativedesign-com: Yes you can add a third level menu and collapse them as well.
To make the second level menu display on clicking rather than on hover replace the text:hover
with:active
in the previous css code i provided you!Let me know if this solves your issue!
Regards,
SkandhaSkandha
Participant@rudicash: 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/catch-box/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.Regards,
SkandhaFebruary 28, 2018 at 11:06 pm in reply to: FONT & TITLE ISSUES IN FEATURED SLIDER – FEATURED CONTENT – AND LOGO SLIDER #132580Skandha
Participant@barrycotton: Thank you so much for your appreciation. Have a good day!
Regards,
SkandhaSkandha
Participant@kmckay: I have made changes to your site as you described using additional CSS.
Let me know if this solves your issue.
Regards,
SkandhaFebruary 28, 2018 at 5:05 am in reply to: Footer Background Color won't revert to Transparent #132542Skandha
Participant@petegwebmaster: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
#supplementary .widget { background-color:unset; }
Let me know if this does the trick.
Regards,
SkandhaSkandha
ParticipantHello @ve3eby, even if you use the recommended size the image will slightly be cropped as it needs to be adjusted in various sizes of screens. You will get the best result when you use the recommended size.
Let me know if you have anymore issues!
Regards,
SkandhaSkandha
Participant@dnelson503: I see on your site that you have got back the featured slider. Is this what you wanted?
Let me know if you have anymore issues!
Regards,
SkandhaSkandha
Participant@rudicash: To open the URL in a new window add
target="_blank"
afterrel="home"
in the previous code.Let me know if this works.
Regards,
SkandhaSkandha
Participant@ebetech: I will forward this to the development team and let you know about it. Thank you for your suggestion.
Regards,
SkandhaSkandha
Participant@mventres: Please try disabling all the plugins and make a fresh installation of the theme. Let me know if the issue persists.
Regards,
SkandhaSkandha
Participant@feltfanatic: Please contact your web hosting server and ask them to increase the memory limit to a higher value.The Pro version of the theme requires higher amount of memory since there are more features available in the Pro version of the theme. Let me know if the issue persists.
Regards,
SkandhaSkandha
Participant@luismarioochoa: 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/catch-box/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.Regards,
SkandhaSkandha
Participant@luismarioochoa: Try refreshing the customizer and then add additional css and check if works out. If it doesn’t, update the theme and wordpress to the latest version and let me know if the issue persists.
Regards,
SkandhaSkandha
Participant@rudicash: You will need to create a child theme and add the following code in your functions.php file. If you don’t know how to create a child theme you can use the following plugin to generate a child theme.
add_filter( 'get_custom_logo', 'change_logo_url' ); function change_logo_url() { $custom_logo_id = get_theme_mod( 'custom_logo' ); $html = sprintf( '<a href="%1$s" class="custom-logo-link" rel="home" itemprop="url">%2$s</a>', esc_url( 'www.google.com' ), wp_get_attachment_image( $custom_logo_id, 'full', false, array( 'class' => 'custom-logo', ) ) ); return $html; }
Replace the %1$s text with your URL.
Let me know if this solves your issue!Regards,
SkandhaSkandha
Participant@luismarioochoa: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
#page { margin-top:0; } #content article { padding-left:0; }
Let me know if this solves your issue!
Regards,
SkandhaSkandha
Participant@luismarioochoa: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
.widget-area { margin-top:14px; }
Let me know if this solves your issue!
Regards,
SkandhaSkandha
Participant@luismarioochoa: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
#content article { padding-top:0; } .entry-content img { margin-top:0; }
Let me know if this solves your issue!
Regards,
SkandhaSkandha
Participant@cjcjcreativedesign-com: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
.sidr ul li ul { display: none; } .sidr ul li:hover ul { display: block; }
Let me know if this solves your issue!
Regards,
SkandhaFebruary 27, 2018 at 11:08 am in reply to: FONT & TITLE ISSUES IN FEATURED SLIDER – FEATURED CONTENT – AND LOGO SLIDER #132475Skandha
Participant@barrycotton: When i entered your username in lost password, it said Check your email for confirmation link.
Its alright if you are not able to give us a review. We’re glad we could solve your issues. Have a good day!Regards,
Skandha -
AuthorPosts