Forum Replies Created
-
AuthorPosts
-
April 29, 2016 at 1:40 pm in reply to: Different size of header pictures for other pages except front page #90678
Mahesh
Member@stefanhoesli: I’m afraid it is not possible to have image of different sizes as header image for front page and other individual pages. But you can have something similar to that with Custom CSS by limiting header-image content height to 320px. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
.single #header-featured-image { height: 360px; overflow: hidden; }Note: This will cut off some bottom part of the image
Regards,
MaheshMahesh
Member@chatfield-court: Can you please clarify more? Have you put the link in two places? And is it displaying twice or something? And please post in your site url.
Regards,
MaheshApril 29, 2016 at 12:20 pm in reply to: How to replace 'Featured Content' by my own photos and text #90672Mahesh
Member@imac1943: In Catch Responsive Free version, there are two option for Featured Content:
1. Featured Demo Content: Theme’s demo content – Content is not editable
2. Featured Page Content: Displays page as featured content – uses page’s featured image, title and content.
So you can add new pages and put desired title and content to the page, and select the desired image as featured image for that page. Then Go to Dashboard=> Appearance=> Customize=> Featured Content and select Featured Page Content in Select Content Type option. Then select your page in Featured Page # dropdown.
However, free version has limited feature. In Catch Responsive Pro version, you will have following option in Featured Content:
1. Featured Demo Content
2. Featured Widget Content
3. Featured Page Content
4. Featured Post Content
5. Featured Image Content (Custom Image, title, content and link)
6. Featured Category Content
and many other features too.
Hope this helps.Regards,
MaheshMahesh
Member@aj2: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
#featured-heading { width: 100%; } #featured-post { text-align: left; }Regards,
MaheshMahesh
Member@briswatek: I checked your site in both mobile and desktop, the site is working fine on both. No slider and menu issues found.
Regards,
MaheshMahesh
Member@ralph: Do you mean that only Enable Featured Content option is there in Featured Content? In Catch Responsive theme in Customizer‘s Featured Content option, all options are hidden if Disabled is selected in Enable Featured Content option. Change the option to Homepage or Entire Site and check if other options are visible.
Note: Make sure if you choose homepage, you are on the homepage in Customize Preview on the right side, or you won’t see the options.
Same with Featured Slider.
Let me know if any problem occurs.Regards,
MaheshMahesh
Member@mupa: Sorry, there was a small bug in Catch Adaptive Pro’s
style.css. This will be fixed in the next theme version update. For quick fix, open Catch Adaptive Pro theme’s style.css go to line 1306 and add # before 000 in background-color.
Now it is displaying like :background-color: 000;
Make it look like :background-color: #000;
Thank you for helping us finding the bug.Regards,
MaheshMahesh
Member@j-mouretme-com: Thank you for your consideration, we really appreciate it. Yes, please do share the images. Thank you again. Have a nice day.
Regards,
MaheshMahesh
Member@dontheideaguy: Okay, after your hosting company upgrades the the PHP version, please check if the issue persists. Fill in the form in the above link and let me know when done.
Regards,
MaheshMahesh
Member@pennythepennstatgnome: Can you please clarify more with a screenshot and your site url.
Regards,
MaheshApril 28, 2016 at 5:24 pm in reply to: How to make Promotion Headline and Featured Content background transparent? #90623Mahesh
Member@mikebizbuildersofnh-com: Thank you for using Catch Everest Pro. Above code won’t work in Catch Everst Pro since different structure. In Catch Everest Pro, this cannot be done with simple CSS, I recommend you to hire a customizer.
Regards,
MaheshMahesh
Member@lordinvestor: Please post in your site URL.
Regards,
MaheshMahesh
Member@benowchiro: Please check the reply on the other post. As I’ve replied on the other thread, I’ll skip this one. Please do no make two posts for same problem.
Regards,
MaheshMahesh
Member@dontheideaguy: We’ll have to check in your server for the issue. Please fill up this form in the link below with your issue and details and let me know when you’ve submitted the form and our team will check the issue.
https://catchthemes.com/blog/customizer-not-working-wordpress-update/Regards,
MaheshMahesh
Member@mupa: Buggy color options? Are you having any trouble? Please clarify.
Regards,
MaheshMahesh
Member@kelly: Thank you for your appreciation. Have a nice day!
Regards,
MaheshMahesh
Member@asumi: Add the following CSS in your Custom CSS box:
#text-24.widget_text .widget-wrap { margin-left: 135px; }Regards,
MaheshMahesh
Member@robertl: It is because you’ve nothing to display in right section of promotion headline. And by default the max-width of left-section is 80%. For full-with promotion headline, use the following CSS:
#promotion-message .left { max-width: none; }Regards,
MaheshMahesh
Member@robertl:
1. CSS code to make the titles/headings ONLY on the home page #E60000 colour:
Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:.home #promotion-message h2, .home #featured-heading, .home #featured-content .entry-title { color: #E60000; }2. Transparent background on Complaints and Disputes menu item:
Add the following CSS and it will resolve the issue..catchresponsive-nav-menu .sub-menu a { background-color: #fff; }3. Since you content is one whole block and you are pointing the break in the middle of the content, I am afraid, this is not possible.
Regards,
MaheshMahesh
Member@sergio-colagrossigmail-com: Do you have any plugins installed, try disabling plugins and check if the customizer is working. And please do check if the customizer is running in other theme (WordPress Core Themes).
Let me know further.Regards,
Mahesh -
AuthorPosts
