Forum Replies Created
-
AuthorPosts
-
March 13, 2016 at 2:13 pm in reply to: Primary menu holds less text than in the non-Pro theme #87391
Mahesh
ParticipantHi @zhpvwebmaster,
Thank you for using Catch Responsive Pro.
There should not be any differences in design in Free and Pro versions. For changing menu text font size, add the following CSS in “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box:.catchresponsive-nav-menu .menu-item a { font-size: 14px; }Note: Please add adjust font size as desired.
Let me know if any trouble.Regards,
MaheshMahesh
Participant@husker: Please add the following CSS and it will fix the issue.
@media screen and (max-width: 1081px) and (min-width: 480px) { #supplementary .widget-area:nth-child(2n+1) { clear: none; } #supplementary.three .widget-area, #supplementary.two .widget-area { width: 33.33%; } }Let me know if any problem.
Regards,
MaheshMahesh
ParticipantHi @vimoksha,
Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS:
#main-slider .featured-slider .entry-container { display: none; }Regards,
MaheshMahesh
Participant@matthewseanmclachlan: Please check the following:
1. Turn off transparency on the top menu bar:#header-top { background: rgba(234, 53, 54, 1) none repeat scroll 0 0; }2. make -some- of posts transparent: You’ll need to add Custom CSS for each post class like follows (Example: Projects)
.post.post-32 { opacity: 0.5; }3. Make footer tranparent:
#colophon { opacity: 0.5; }Let me know if any trouble.
Regards,
MaheshMahesh
Participant@sziszi: Glad to know that you’ve found the solution to your first issue. As for the second issue, you are using image inside the content, you’ll Custom CSS to remove it. Please add the following CSS:
.blog #content .post.hentry img { display: none; }Let me know if any problem.
Regards,
MaheshMahesh
ParticipantHi @skrao,
Just checked your site, seems you’ve removed the featured content section from the homepage. The problem is because, it is only showing the excerpt, and the excerpt escapes all the html and styling from the content. If you want to retain all the formatting as it is, then go to “Dashboard=> Appearance=> Customize=> Featured Content” and select Show Full Content from Display Content option.
Let me know if any problem.Regards,
MaheshMahesh
ParticipantHi sbartsch,
Please add the following CSS in Custom CSS box:
.entry-header h1, .entry-content h1, .entry-content h2 { line-height: 1.3; }Hope this helps. Let me know if any problem.
Regards,
MaheshMahesh
Participant@husker: In your child theme’s
functions.phpadd the following codes:add_action( 'init', 'catchresponsive_child_slider_below_promotion_headline' ); function catchresponsive_child_slider_below_promotion_headline(){ remove_action( 'catchresponsive_before_content', 'catchresponsive_featured_slider', 10 ); remove_action( 'catchresponsive_before_content', 'catchresponsive_promotion_headline', 30 ); add_action( 'catchresponsive_before_content', 'catchresponsive_promotion_headline', 10 ); add_action( 'catchresponsive_before_content', 'catchresponsive_featured_slider', 30 ); }Regards,
MaheshMahesh
Participant@bencarton23: Thank you for using Clean Journal Pro. Yes, you can use the image. It is licensed under GPL v2.0.
Regards,
MaheshMahesh
Participant@shawzepe: Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS:
#header-toggle { display: none; }Regards,
MaheshMarch 11, 2016 at 11:10 am in reply to: Featured Content section defaults to demo version after upgrading to 4.6 #87285Mahesh
Participant@karbasetti: Checked on our server, no such issue found. All theme settings are retained after update as it should. How did you updated the theme? Did you get any error messages while updating?
Let us know further.Regards,
MaheshMarch 11, 2016 at 10:32 am in reply to: Search Results to mimic the Excerpt/Blog Display with images #87284Mahesh
Participant@ashleycovelli: Since you are already using a child theme, I’ll skip the steps for creating child theme. In your child theme create a file and name it search.php and paste the code from the link below in it. Then it will display featured image in search page as well.
http://bit.ly/1P3397X
Let me know if any trouble.Regards,
MaheshMahesh
Participant@samson81: Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS:
.widget img { box-shadow: none; }Regards,
MaheshMahesh
Participant@beate_altmannhotmail-com: In Catch Everest Pro, comments can be disabled in two ways:
1. Theme’s setting:
Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Comment Options” and make sure “Use WordPress Settings” is selected in Disable Comment.
2. WordPress’s setting:
Go to “Dashboard=> Posts=> All Posts” click edit on the particular post. Then in post edit page, click on Screen Option (located on the left on Help Button on right top), some option slides down and check on Discussion checkbox. Then scroll down, you’ll see discussion tab. Make sure that Allow comments is checked.
Note: Please check both settings.
Let me know if any trouble.Regards,
MaheshMahesh
Participant@rflores: If you are using image slider, you can use a square image in the post featured image and it will display square image in blog list. I thought you were using post slider, so earlier I mentioned it won’t fix the issue. But you are using different slider, it will work. 🙂
Let me know if any trouble.Regards,
MaheshMarch 11, 2016 at 9:28 am in reply to: 3-column featured content shows as single column on mobile platform #87278Mahesh
Participant@nonno-john: Thank you for your appreciation. Have a nice day!
Regards,
MaheshMahesh
Participant@sbartsch: Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS:
#content .entry-content h1, #content .entry-content h2 { margin-bottom: 0; }Let me know if this solves your issue.
Regards,
MaheshMahesh
ParticipantHi @ash,
Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS:
1. This changes color for widget title text:.sidebar-header-right .widget_text .widget-title { color: #ff00ff; }2. This changes color for widget content text:
.sidebar-header-right .widget_text .textwidget { color: #00ff00; }Note: I’ve just changed the text color for demo, add up you desired CSS properties.
Let me know if any problem.Regards,
Mahesh -
AuthorPosts
