Forum Replies Created
-
AuthorPosts
-
Skandha
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,
SkandhaFebruary 27, 2018 at 10:04 am in reply to: How do I get rid of the title showing on each page? #132467Skandha
Participant@luismarioochoa: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
#access { margin: 0 !important; } #slider { margin-bottom:5px; }Let me know if this solves your issue!
Regards,
SkandhaFebruary 27, 2018 at 6:49 am in reply to: FONT & TITLE ISSUES IN FEATURED SLIDER – FEATURED CONTENT – AND LOGO SLIDER #132457Skandha
Participant@barrycotton: 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/helena/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.Regards,
SkandhaFebruary 27, 2018 at 6:29 am in reply to: FONT & TITLE ISSUES IN FEATURED SLIDER – FEATURED CONTENT – AND LOGO SLIDER #132455Skandha
Participant@barrycotton: I won’t be able to see the edit option as i am visiting the site as just a user. The edit option only appears when you are logged in as the admin. I hope you get what i am trying to say.
Not really sure if this is gonna work.
Go to => Appearance => Customize => Additional CSSand add the following CSS Code.
.edit-link a { color:black; }Let me know if the edit option is visible now.
Regards,
SkandhaFebruary 27, 2018 at 5:51 am in reply to: Add new icon with link to header right social media #132453Skandha
Participant@jennifersimsdesign-com-au: Thank you so much for your appreciation. Have a good day!
Regards,
SkandhaFebruary 27, 2018 at 5:48 am in reply to: FONT & TITLE ISSUES IN FEATURED SLIDER – FEATURED CONTENT – AND LOGO SLIDER #132452Skandha
Participant@barrycotton: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
.grid-item:nth-child(2n+1) { background-color:unset; } .entry-excerpt { text-align:justify; hyphens:none; }Let me know if this solves the issue!
About the Edit Option i am not able to see any edit option even after changing the background color to white. Can you please elaborate the issue so that i can help.Regards,
Skandha -
AuthorPosts
