Forum Replies Created
-
AuthorPosts
-
February 3, 2016 at 8:49 am in reply to: Featured Slider is making it difficult to read in mobile #84514
Pratik
ParticipantHi Robyn,
Pro Themes cannot be updated as free themes. To update pro themes, you need to follow the instructions here
Pratik
ParticipantHi,
I am glad it worked out.Regards,
PratikPratik
ParticipantHi,
There is some error in your custom CSS. I have removed that error. Please remove all that code and add following code:#header-left { float: none; text-align: center; width: 100%; } #site-logo { display: block; float: none; margin: 0 auto; width: auto; } #site-logo a { display: inline-block; } .category .page-header { display: none; } .archive #content .hentry { height: 1%; overflow: hidden; } .archive .entry-header .entry-title { font-size: 20px; line-height: 0,5; } #content article { margin-bottom: 15; padding-bottom: 0; } #content .entry-summary { padding: 0; } #content .entry-summary p { margin-bottom: 0; } #content .post .entry-header { margin-bottom: 0; } .entry-meta { display: none; } #hgroup-wrap, #site-logo { margin: 0 0 -10px; padding: 0; }
Your site is coming soon mode so I could not check it completely,
Regards,
PratikPratik
ParticipantHI @captain eo,
Can you refresh your cache?
The mobile menu is loading fine. We have upgraded the menu, so now it will slide from left.
Also, I cannot find skip to content.
Regards,
PratikPratik
ParticipantHi @captain eo,
Hover has that effect. You can remove that too by adding following code after the code provided previously:
a:focus img[class*="align"], a:hover img[class*="align"], a:active img[class*="align"], a:focus img[class*="wp-image-"], a:hover img[class*="wp-image-"], a:active img[class*="wp-image-"], #content .gallery .gallery-icon a:focus img, #content .gallery .gallery-icon a:hover img, #content .gallery .gallery-icon a:active img, a:hover img.wp-post-image, a:focus img.wp-post-image, .gallery-thumb a:hover img.attachment-thumbnail, .gallery-thumb a:focus img.attachment-thumbnail { border: none; background:none; }
Final note, it looks like you are using version 3.3 of catch-box. It is recommended to upgrade the theme to latest version. But please take a backup of your database and files before you upgrade though, as the version is a lot far back.
Regards,
PratikPratik
ParticipantHi @Saknet,
Great you worked it out yourself. Have a great day.
Regards,
PratikPratik
ParticipantHi @husker,
I am glad you worked it out yourself. This is due to the reason that if there is no Featured Image in Page/Post, the first image from its content is picked out and used. Some users place it in content and complain that the image is not coming up. So, we added a feature to accommodate those users. I hope you understand.
Regards,
PratikPratik
ParticipantPratik
Participanthi @captain eo,
To remove the boxes, add following CSS code in “Appearance=> Theme Options=> Custom CSS” box
img[class*="align"], img[class*="wp-image-"], #content .gallery .gallery-icon img, img.wp-post-image, img.attachment-thumbnail { border: none; }
Let me know if this works or not.
Regards,
PratikPratik
ParticipantHI @Sanket,
I am viewing your site and currently 10 posts are being displayed in main blog page and one is displayed after Previous button is pressed, i.e. all 11 are being shown. Is there anything I am missing?
Regards,
PratikPratik
ParticipantHi @John,
I apologize for the issue.The reason for those issues is because the header images and widgets are all controlled by WordPress itself and not by our themes. This is why they are not imported then upgrading to pro theme. We are working on importing those data too.
Regards,
PratikPratik
ParticipantHI @husker,
I checked the site and could not find what you have mentioned. Can you take a screenshot and show me where the double images is showing up?If you mean two different images in featured content, you can control how much content to show by using more tag in WordPress. Everything below it is ommitted. You can add More Tag just above the images.
Regards,
PratikPratik
ParticipantHi @Bodynology_2016,
To remove all the white space, add following code in your Appearance=> Theme Options=> Custom CSS box
#hgroup-wrap, #site-logo { margin: 0 0 -10px; padding: 0; }
Let me know if this worked out or not.
Regards,
PratikPratik
ParticipantHi @Fyns Drone,
To reduce the height, you need to select Featured Image Slider and add custom images with less height. Its instructions can be found here in Featured Slider Section.For centering the logo, you can add following CSS code in Appearance=> Theme Options=> Custom CSS box
#header-left { float: none; text-align: center; width: 100%; } #site-logo, #hgroup { float: none; text-align: left; }
Let me know if this works or not.
Regards,
PratikPratik
ParticipantHi @marga,
You can add following code in Appearance=>Customize=>Theme Options=> Custom CSS box:
.site { margin-top: 0; }
Let me know if this solves your issue or not.
Regards,
PratikPratik
ParticipantHi @WpBeginner,
The Catch Responsive theme does not have Theme Options. It has all its options in Appearance=> Customizer. Can you post in your site url?
Regards,
PratikPratik
ParticipantHi @Wpbeginner,
Can you use Appearance=> Customize=> Site Identity=> Site Icon to upload the icon and see how it goes.Regards,
PratikJanuary 30, 2016 at 9:20 am in reply to: Featured Slider is making it difficult to read in mobile #84133Pratik
ParticipantHi @Robyn,
I looked at your site and I think your problem is with the image and content. The image of all the slide featured images should be of same dimension. (The one with Deadpool has a bit long height than others).
So you need to fix both.
For images, you will need to regenerate the thumbnails using “Regenerate thumbnails plugin“. Install this plugin and follow the instructions to regenerate the images.
For content, you can use following CSS code in “Appearance=> Theme Options=> Custom CSS” box:
#slider-wrap .featured-text { min-height: 200px; }
This will fix the height of content.
Also, Your theme is currently at version 4.1. It is highly recommended to update it to latest version(4.4.1). There are a lot of bug fixes and security patches.
Let me know how it goes.
Regards,
PratikPratik
ParticipantHI @[email protected],
You have given me a link of your Customizer menu. It is impossible for me to view that. I checked your site bodyonology.no and it has a huge header image. You need to either crop it or set it to proper recommended dimension(233 x 125 px). This is meant for a logo, but you can upload the same image by making its width 1000px, which will still look great.
Also, can you will need to show me which whitespace to remove with a screenshot because there are different white spaces in different areas. Then I will be able to provide you with Custom CSS.
Regards,
PratikPratik
ParticipantHI @Didier,
Can you be a bit more specific and explain it with your site url? There is a “Secondary Menu” that is centered by default, so you can use that and remove the primary menu.
Regards,
Pratik -
AuthorPosts