Forum Replies Created

Viewing 20 posts - 1,321 through 1,340 (of 2,016 total)
  • Author
    Posts
  • Pratik
    Participant

    You can use dropbox or any image sharing sites like https://postimage.org/, http://imgur.com/

    Regards,
    Pratik

    in reply to: Heading Tags #96852
    Pratik
    Participant

    @tubz-com: Can you let me know how you performed the SEO check and generated report? I need to check that.

    in reply to: Can't remove menu "Label" Bug #96851
    Pratik
    Participant

    @skynet,
    It should be done by today or tomorrow. Thank you for your patience.

    Regards,
    Pratik

    in reply to: Featured Content Title text #96779
    Pratik
    Participant

    Great it worked out 😀

    in reply to: Featured Content Title text #96775
    Pratik
    Participant

    Hi Roland,

    This is due to the image being a bit small than required by the theme. So this can be solved in following ways:
    1. Use image of size 750x499px so that it takes all width
    2. Make image width 100%, this will make image take full width. To achieve this, use following CSS code:

    
    #featured-post img {
        width: 100%;
    }
    

    3. Make image center too:

    
    #featured-post .wp-post-image {
       display: inline-block;
    }
    

    Let me know if these options work for you or you need something different.

    in reply to: Widget besides featured slider possible? #96768
    Pratik
    Participant

    Hi ThemeCatcher,

    There are few themes that offer this feature which are:
    1. Catch Box: Free, Pro and Demo
    2. Catch Evolution: Free, Pro and Demo
    3. Otzi: Free, Pro and Demo

    Let me know if there is anything else,

    Regards,
    Pratik

    in reply to: Widget besides featured slider possible? #96735
    Pratik
    Participant

    Hi ThemeCatcher,
    It is not possible to achieve this in theme currently. you will need to hire a customizer for this as the whole CSS styling needs to be revamped.

    You can request for customizer here.

    Regards,
    Pratik

    in reply to: Header Image #96722
    Pratik
    Participant

    Hi Marcela,
    This can be achieved by following these steps:
    1. Goto Appearance=> Customize=> Header Image
    2. Select either Entire Site, Page/Post Featured Image or Pages & Posts option
    * Entire Site, Page/Post Featured Image will show the default header image selected in blog pages and other archive pages
    * Pages & Posts will only show header images in pages and posts single page
    3. Go to the edit page of the required page, then add Featured Image for that page. Check the video: https://www.youtube.com/watch?v=su8q-AaqNIk if you need help adding featured images

    This should do it, now, featured image will be used ad Header Image in different pages/posts.

    Let me know if you have any problems.

    Regards,
    Pratik

    in reply to: Featured Content Title text #96721
    Pratik
    Participant

    You can use following code in Appearance=> Customize=> Theme Options=> Custom CSS box:

    
    #featured-post .post {
        text-align: center;
    }
    

    Let me know if you need anything else.

    Regards,
    Pratik

    in reply to: Featured Content Title text #96711
    Pratik
    Participant

    Can you post in your sute url? Then I can provide you with CSS code.

    in reply to: New post changed featured content and slider #96703
    Pratik
    Participant

    I checked your site and you are using Free version of Featured Content and Slider.
    The free version have Featured Page Content and Featured Page Slider so adding new posts should not hamper them at all.

    They are loading fine when I checked.

    in reply to: Masonry Layout for Sidebar Widgets in Mobile Layout #96697
    Pratik
    Participant

    @ericsarts,
    Is there any way to adjust the sidebars of my catch flames theme to appear in a masonry layout when in a mobile viewport (iPad specifically)?
    I am afraid this is not possible via this support thread as this falls under custom work. The developer will need to sort out CSS on the required screen+there needs to be extensive check so that it does not effect other mobile views. You can go to link to request a customizer.

    Also, I am having a very difficult time getting the divs within my sidebar to align exactly centered in any layout other than a standard web browser using a laptop or desktop. When I view the contents of my sidebars in mobile layouts, the contents shift.
    Are you talking about the widgets in sidebar like of trip advisor,
    How did you add that content, did you use any plugins?

    in reply to: Image slider #96696
    Pratik
    Participant

    HI JPSSAU,

    Custom Image slider is not present in Catch Responsive Free theme. If you want custom Image slider + a lot of other features, it would be better to upgrade to Pro version.
    Checkout other features: https://catchthemes.com/theme-instructions/catch-responsive-pro/

    Free version has featured page sliders, which means, you can add featured images to pages and use them as sliders. For this, please follow the instructions at https://catchthemes.com/theme-instructions/catch-responsive/#featured-slider

    Regards,
    Pratik

    in reply to: Heading Tags #96695
    Pratik
    Participant

    @tubz-com: Are you sure you want to remove these? These are accessibility tags, meaning, if someone has screen-read functionality activated due to visual or other impairments, screen will read this text once user gets to this point.

    If you still want to remove these, let me know but it is highly recommended you keep these.

    Pratik
    Participant

    @davidamericana-usa-com:
    I am not quite clear to exactly what you want. You can add in your CSS code in Appearance=> Customize=> Theme Options=> Custom CSS box. This will override the main CSS file.

    It is not good to edit core theme files as when you update the theme, the changes will be lost. If there are major changes, please do it via child theme. More info: https://catchthemes.com/blog/create-child-theme-wordpress/

    Also, can you make your requirements clear maybe via a screenshot?

    in reply to: New post changed featured content and slider #96693
    Pratik
    Participant

    @paskanat: This must be caching issue. Have you got any caching plugins installed. Try clearing your browser cache as well.

    Also, please post in your site url so I can check it.

    Regards,
    Pratik

    in reply to: Double spaced category description #96581
    Pratik
    Participant

    @edwin: I tried it in our servers and it is working fine. I can provide you with custom CSS as well if you need.

    You can use following code:

    
    #homepage-message {
        color: #ffffff; /* For text-color */
        background-color: #000000; /* For background color */
    }
    
    /* For Button */
    #homepage-message .right-section a {
        background-color: #8224e3; /* For background color */
        border-color: #333333; /* For border color */
        color: #eeee22; /* For text-color */
    }
    

    Remove the lines if you do not need them. You can change # color codes as required.

    Regards,
    Pratik

    in reply to: Double spaced category description #96521
    Pratik
    Participant

    @edwin:
    Since you are using Adventurous Pro Theme, You can adjust the colors for promotion headline via Appearance=> Customize=> Colors=> Promotion Color Options

    Let me know if this does not work.

    Regards,
    Pratik

    in reply to: Include html tags in featured image -> content #96520
    Pratik
    Participant

    Can you let me which link exactly you want to change color of? I can provide you code for it once I know which link you are talking about.

    in reply to: Excerpt Layout with pictures? #96310
    Pratik
    Participant

    Great you solved it yourself.

    You can increase excerpt text words size in Customizer=> Theme Options=> Excerpt options.

Viewing 20 posts - 1,321 through 1,340 (of 2,016 total)