Forum Replies Created
-
AuthorPosts
-
Mahesh
Participant@asumi: The problem with the difference with space in left and right side is because of text alignment => left (by default). I checked your site and now you’ve changed the text alignment to the center, the space seems fine now.
For changing Featured Content’s title and text, go to Dashboard=> Appearance=> Customize=> Featured Content and change text in Headline for Featured Content for changing title and Sub-headline for Featured Content for text below title. This will only work if you have selected Featured Page Content and won’t work on Demo Featured Content. And select the desired pages you want to display as featured content in the dropdown.
Regards,
MaheshMay 3, 2016 at 10:44 am in reply to: Different size of header pictures for other pages except front page #90901Mahesh
Participant@stefanhoesli: For all pages including pages without .single, use the following CSS:
body:not(.home) #header-featured-image { height: 360px; overflow: hidden; }And yes, some bottom portion of the image will cut off because of the CSS, I did mentioned this above. Since different size for header image for different pages is not possible. The images are of the full size of course, and the CSS show only image to the height of 360px as you’ve mentioned.
Let me know further.Regards,
MaheshMahesh
Participant@ksroopria: The above code is the CSS only, the HTTP error should have because of the above code, may be some plugin is causing the issue. Try disabling plugins if you are using any and check again. It may also be the server’s issue, check if the uploading is working fine with other theme (WordPress core theme). If the problem persists with other themes too then its not a theme issue.
Let me know if any problem.Regards,
MaheshMahesh
Participant@chatfield-court: If you want the privacy policy in the footer only as it was and remove the link in the menu. Put the setting as you’ve used earlier to display the link in both menu and the footer, then go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
.page_item page-item-15599 { display: none; }Note: This will hide the link in the menu.
Hope this helps.
Let me know if any problem.Regards,
MaheshMahesh
Participant@lordinvestor: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
@media screen and (min-width: 991px) { #header-image { float: right; margin-right: 4%; padding-top: 30px; width: 46%; } #header-content { float: left; margin-left: 4%; padding: 40px 0; width: 46% } #header-content .wrapper { width: auto; } }Regards,
MaheshMahesh
Participant@pennythepennstategnome: You are using Adventurous Theme. In adventurous theme, the above code won’t work, it is for Studio Theme.
For Adventurous theme, create child theme and then copyarchive.phpfrom Adventurous theme to you child theme folder. Then editarchive.phpfile, go to line 23 and change the text Category Archives to your desired text and save it.
For listing all posts in the box without pagination, add the following codes inarchive.phpjust above<?php if ( have_posts() ) : ?>line.<?php global $wp_query; query_posts( array_merge( $wp_query->query, array('posts_per_page' => -1) ) ); ?>Regards,
MaheshMahesh
Participant@mupa: Yes, that is because you have too much information in the table data. The table does automatically render to the maximum width according to the content / maximum word length (Considers the word breaks). For example: If you have content in a td say:
This is a book
Then this will be displayed as:This is a bookBut if you have content with long word say:
Tomorrow is holiday.
Then this will be displayed as:Tomorrow is holidaytd’s width is automatically defined by length of the longest word.
Hope you understand.
However you can reduce font size to overcome the problem@media screen and (max-width: 480px) { td { font-size: 10px; } th { font-size: 11px; } }Regards,
MaheshApril 29, 2016 at 3:52 pm in reply to: Fixed logo, transparent header background – no toggle bar #90687Mahesh
Participant@stefanhoesli: Sorry for the late reply. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
#masthead { background: rgba(255, 255, 255, 0.7); }Regards,
MaheshMahesh
Participant@chatfield-court: You are using Custom Menu widget for the Privacy Policy link in the footer. It should have worked fine, I don’t know how you are getting 404 error page.
Please try adding text widget in the footer widget area and put the following in the content and save it and check if it works (You can leave the title for widget blank or put any desired text you want).
<a href="http://www.chatfieldcourt.com/privacy-policy/" title="Privacy Policy">Privacy Policy</a>
Let me know if any problem.Regards,
MaheshApril 29, 2016 at 2:27 pm in reply to: I can't see "Visual" and "Text" icons on Edit Post box. #90684Mahesh
Participant@sungju98: Found no such issue in our server. Have you installed any plugins? If yes please disable the plugins and check if the issue resolves.
Let me know if the issue persist.
Regards,
MaheshApril 29, 2016 at 1:40 pm in reply to: Different size of header pictures for other pages except front page #90678Mahesh
Participant@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
Participant@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
Participant@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
Participant@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
Participant@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
Participant@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
Participant@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
Participant@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
Participant@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
Participant@pennythepennstatgnome: Can you please clarify more with a screenshot and your site url.
Regards,
Mahesh -
AuthorPosts
