Forum Replies Created
-
AuthorPosts
-
Mahesh
MemberHi @sbratsch,
You’ll need to hire a customizer for the above purpose.
Regards,
MaheshMahesh
MemberHi @StoneColdHE
In Catch Responsive, you can use upto 20 featured content box. Go to “Dashboard=> Appearance=> Customize=> Featured Content” and select Featured Page Content from Select Content Type. Then increase number in No of Featured Content to 12 and click save and refresh the page. Then you’ll see 12 drop downs to select pages then assign all 12 pages in the drop down and save again. Then check in your frontend.
Let me know if it helped.
Regards,
MaheshMahesh
MemberHi @kerrigo,
I am checking your site, you have update to 2.0 and all page are full-width. Below are some screenshots.
http://www.awesomescreenshot.com/image/962120/267b3e6d4e273b11ff77c1496fbf54b7
http://www.awesomescreenshot.com/image/962124/f26afd48767747919dde3c45121d5fff
http://www.awesomescreenshot.com/image/962125/c4354e1f71ced06ab4963dc996873774May be you’ve some caching. Please visit this link:
http://anonymouse.org/cgi-bin/anon-www.cgi/http://awakenedplanet.comRegards,
MaheshFebruary 3, 2016 at 10:45 am in reply to: Cannot see texts in Text Box and all info below text box of Posts/Edit post #84525Mahesh
MemberHi @Priscilla,
From when did the issue arise? Are you using any plugins? If so please deactivate all your plugins and check again. If the problem persists please change the theme to WordPress core themes (twenty-fifteen, twenty-sixteen). If problem persists, it is not a theme issue.
Let me know if the problem persists.
Regards,
MaheshMahesh
MemberHi @Ldekker,
May be following style will help you. Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS.
.site-title { display: inline-block; -webkit-transform: scale(1, 3.5); -moz-transform: scale(1, 3.5); transform: scale(1, 3.5); margin-top:25px; } .site-description { margin-top:45px; } @media screen and (max-width: 990px) { .site-description { margin-top:35px; } } @media screen and (max-width: 480px) { .site-description { margin-top:30px; } }Regards,
MaheshMahesh
MemberHi @Jos,
I’m afraid it cannot be achieved with custom CSS only. Catch Adaptive Pro is using masonry for two columns display. I recommend you to hire a customizer of that. It is beyond theme support scope.
Regards,
MaheshMahesh
MemberHi @kerrigo,
The pages in your site are already full-width. You’ve managed the remove the sidebars for the page and show the content with full-width.
Let me know if any problem.
Regards,
MaheshMahesh
MemberHi @Shana Shanti,
Yes, you’ll get that feature in Pro version for sure. It is built-in feature in Catch Evolution Pro version.
Regards,
MaheshFebruary 3, 2016 at 9:37 am in reply to: Remove borders around the content boxes and widgets and narrow sidebar #84519Mahesh
MemberHi @ibrahim,
Please post in your site url.
Regards,
MaheshMahesh
MemberSorry for the late reply. Just checked your site, you are using Catch Base Pro 3.1. and in your theme’s
style.cssfollowing lines are missing, that is why edited date is being displayed..byline, .updated:not(.published) { display: none; } .single .byline, .group-blog .byline { display: inline; }Either add the above styles in “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box or child theme’s
style.cssOR update your theme to version 3.2.Regards,
MaheshMahesh
MemberHi @kerrigo,
How are you doing? Just to notice you that Create 2.0 is released and is available for download, please update your copy too.
Regards,
MaheshMahesh
MemberHi @Jos,
You can make it two column with following CSS, if that is what you mean.
#featured-content.layout-three .hentry{ width: 50%; } #featured-content.layout-three .featured-content-image { text-align: center; }The image you’ve put seem to be broken. Could you please share an image again to make it more clear.
Regards,
MaheshMahesh
MemberHi @[email protected],
For the above, you have to create a child theme. You can find more details on creating child theme HERE. Then in child theme’s
functions.phpadd the following codes.add_action( 'init' , 'catchresponsive_child_adjust_image_size'); function catchresponsive_child_adjust_image_size() { remove_image_size( 'catchresponsive-square'); add_image_size( 'catchresponsive-square', 300, 197, true); }Then go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS:
.excerpt-image-left .has-post-thumbnail .archive-post-wrap .entry-container { width: 60%; } .excerpt-image-left .has-post-thumbnail .archive-post-wrap .featured-image { max-width: 300px; width: 39%; }Regards,
MaheshMahesh
MemberHi @Torshi,
For the above, go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS.
#feature-slider .entry-container { opacity: 1; }Regards,
MaheshMahesh
MemberHi @Ldekker,
I assume you mean to place the Title text to adjacent right to the logo. This feature is included in Catch Responsive theme by default. Go to “Dashboard=> Appearance=> Customize=> Site Identity” and make sure Display Header Text is checked. Then scroll down to bottom and make sure that Check to move Site Title and Tagline before logo is unchecked. Click Save and check in the front page.
Let me know if this helped.
Regards,
MaheshMahesh
MemberHi @Olivier,
For this you’ll need further customization in the plugin and is beyond theme support scope. I recommend you to contact the plugin support. I am afraid the above mentioned plugin will only lets you manage the plugin page wise as the feature provided by the theme itself.
Let me know if I can help you further.
Regards,
MaheshMahesh
MemberHi @Olivier,
Please follow along.
Go to “Dashboard=> Appearance=> Widgets” then, drag your EasyRotator widget into Main Sidebar and save it. It will show the easyrotator in sidebar in all pages (including homepage, post page, archives etc) only if other sidebars are all left empty. Or you need to add widgets to other sidebars(Homepage sidebar, Archive sidebar, Page sidebar, Post sidebar) as well.Hope this helps you. Let me know if any problem.
Regards,
Mahesh -
AuthorPosts
