Forum Replies Created

Viewing 20 posts - 1,781 through 1,800 (of 2,016 total)
  • Author
    Posts
  • in reply to: Featured Slider is making it difficult to read in mobile #84514
    Pratik
    Participant

    Hi Robyn,

    Pro Themes cannot be updated as free themes. To update pro themes, you need to follow the instructions here

    in reply to: Remove white space #84334
    Pratik
    Participant

    Hi,
    I am glad it worked out.

    Regards,
    Pratik

    in reply to: Remove white space #84332
    Pratik
    Participant

    Hi,
    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,
    Pratik

    in reply to: How to remove border from images in Catchbox #84328
    Pratik
    Participant

    HI @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,
    Pratik

    in reply to: How to remove border from images in Catchbox #84292
    Pratik
    Participant

    Hi @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,
    Pratik

    in reply to: Blog posts not displaying #84289
    Pratik
    Participant

    Hi @Saknet,

    Great you worked it out yourself. Have a great day.

    Regards,
    Pratik

    in reply to: Why does image appear twice in Featured Content #84288
    Pratik
    Participant

    Hi @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,
    Pratik

    in reply to: No space on top of head #84286
    Pratik
    Participant

    Hi @marga,

    Our theme does not have a custom.css. It must be from some plugin.

    Regards,
    Pratik

    in reply to: How to remove border from images in Catchbox #84246
    Pratik
    Participant

    hi @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,
    Pratik

    in reply to: Blog posts not displaying #84244
    Pratik
    Participant

    HI @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,
    Pratik

    in reply to: Header images Lost on Install #84243
    Pratik
    Participant

    Hi @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,
    Pratik

    in reply to: Why does image appear twice in Featured Content #84242
    Pratik
    Participant

    HI @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,
    Pratik

    in reply to: Remove white space #84241
    Pratik
    Participant

    Hi @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,
    Pratik

    in reply to: Featured Slider Height #84237
    Pratik
    Participant

    Hi @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,
    Pratik

    in reply to: No space on top of head #84235
    Pratik
    Participant

    Hi @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,
    Pratik

    in reply to: Homepage Feature images, link etc #84135
    Pratik
    Participant

    Hi @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,
    Pratik

    in reply to: Favicon not loading #84134
    Pratik
    Participant

    Hi @Wpbeginner,
    Can you use Appearance=> Customize=> Site Identity=> Site Icon to upload the icon and see how it goes.

    Regards,
    Pratik

    in reply to: Featured Slider is making it difficult to read in mobile #84133
    Pratik
    Participant

    Hi @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,
    Pratik

    in reply to: Remove white space #84132
    Pratik
    Participant

    HI @[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,
    Pratik

    in reply to: Centre nav bar #84131
    Pratik
    Participant

    HI @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

Viewing 20 posts - 1,781 through 1,800 (of 2,016 total)