Forum Replies Created

Viewing 20 posts - 1,341 through 1,360 (of 2,016 total)
  • Author
    Posts
  • in reply to: WordPress 4.6 and Catchbox Pro #96309
    Pratik
    Participant

    Hi @skynet,
    We are aware of the release. We have tested with beta versions. Unless there is a major change(which is unlikely), there should be no problems.

    Rest assured, if there is a bug, we will fix it with very high priority.

    Thank you for your concern.

    Regards,
    Pratik

    in reply to: warning about file #96283
    Pratik
    Participant

    Maybe it was created by plugin, but plugin should not touch that folder. This file is not due to the theme, so I will not be able to help you with this.

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

    @skynet:
    Thanks, it looks like there was a bug indeed. I have patched it and will be fixed on next version update. Thank you for the report.

    Regards,
    Pratik

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

    I will try to break down the issues.
    1. Featured Content not taking html tags
    * We disabled html tags for security reasons in featured content. However, we can allow some html tags which are safe. So, we will add it in next version update. If you want it asap, you can do following:
    * Goto file catch-responsive-pro/inc/customizer-includes/catchresponsive-customizer-featured-content-setting.php
    * Edit lines 307 and 321 from

    
    'sanitize_callback'	=> 'sanitize_text_field',
    

    to

    
    'sanitize_callback'	=> 'wp_kses_post',
    

    2. Link Color of Featured Content
    * Featured Content link color is for links in the featured content, this was only available in Featured Page/Post/Category featured content. If you mane above changes, now, you should be able to add links in Featured Content => Content
    So, now your change in link color will take effect. You can revert the color back to defaults by going to Appearance=> Customize=> Color Options => Featured Content Color Options and setting it to default using Default button

    in reply to: warning about file #96278
    Pratik
    Participant

    I am afraid your site looks to be hacked. There is no file like that in WordPress core. Please seek professional security services for this issue. This issue is not from the theme files.

    Pratik
    Participant

    Hi @lapo,
    Thank you for using Catch Box Theme. To make the one-column-full-width on all pages, goto Appearance=> Customzie=> Theme Options => Default Layout and select “One Column, No Sidebar” option.

    Let me know if this is what you wanted.

    Regards,
    Pratik

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

    @mmhgloba: I am sorry but this cannot be done from a theme’s perspective. Theme can edit frontends with custom css but not admin end.

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

    Hi @mmhgloba:
    To adjust category description color, please use following code:

    
    .page-header {
        color: #ffffff;
    }
    

    For search on header, please use following code to change background:

    
    #header-right .header-search-wrap input#s {
        background: #ffffff none repeat scroll 0 0;
    }
    

    Let me know how it goes.

    Regards,
    Pratik

    in reply to: Display issues on mobile devices #96159
    Pratik
    Participant

    @Tinus53: I am afraid there is no global setting. Content and sidebar width are main components so once they are changed, all the CSS needs to be updated for responsiveness as well.

    in reply to: Display issues on mobile devices #96109
    Pratik
    Participant

    The one I provided earlier should work:

    
    @media screen and (min-device-width: 783px) {
        .two-columns #secondary {
            width: 32%;
        }
    
        /* Remove this block if you do not want to increase content size */
        #primary {
            width: 66%;
        }
        /* Remove block End */
    }
    

    You can work around with the % till you want the desired sizes.

    Let me know if this is what you wanted?

    in reply to: Display issues on mobile devices #96106
    Pratik
    Participant

    Can you try following CSS code and let me know how it goes:

    
    @media screen and (min-device-width: 990px) {
        #site-details {
            margin-top: 40px;
            margin-left: 20px;
        }
    }
    
    in reply to: Mobile Menu not showing on mobile devices #96104
    Pratik
    Participant

    @diceyjane: Thank you for the appreciation. If you like our theme and support, please review our theme at https://wordpress.org/support/view/theme-reviews/catch-responsive#postform

    in reply to: Display issues on mobile devices #96059
    Pratik
    Participant

    I thought you solved the issue. Can you let me know with reference to a screenshot in what exactly you need, because it looks fine to me on my screen. Maybe it is screen specific issue. Also, let me know your screen resolution.

    Pratik
    Participant

    Great you solved it yourself. Thank you for using Catch Responsive Pro.

    in reply to: How to install a image widget #95994
    Pratik
    Participant

    @tinus53: Thank you for your reply.


    @inforapunzel-will-raus-ch
    : The theme does not provide Image widget by default. You will need to add it via widget just as @tinus53 suggested. If you are familiar with a bit of HTML, you can use text widget to add in them image as well.

    Regards,
    Pratik

    in reply to: Increse window for custom css #95993
    Pratik
    Participant

    It would be better if you used chrome/firefox as this feature is provided by browser.

    in reply to: Display issues on mobile devices #95992
    Pratik
    Participant

    Hi @Tinus53,

    Problem #1:
    Can you try following CSS code for distorted logo:

    
    #branding img {
        max-height: none;
    }
    

    Problem #2:
    For this, what you can do is decrease the size of this area for larger screens only so that mobile views do not get affected. To do this, add in following CSS code:


    @media
    screen and (min-device-width: 783px) {
    .two-columns #secondary {
    width: 32%;
    }

    /* Remove this block if you do not want to increase content size */
    #primary {
    width: 66%;
    }
    /* Remove block End */
    }

    If you increase content area, then you will remove responsiveness in mobile devices.

    Let me know how it goes.

    Regards,
    Pratik

    in reply to: Change detail in image description #95991
    Pratik
    Participant

    Hi Tinus53,

    I am glad it worked out. If you liked our theme and support please leave us a review at https://wordpress.org/support/view/theme-reviews/catch-flames#postform.

    Regards,
    Pratik

    in reply to: Featured Images in Pages and Posts won't show!! #95990
    Pratik
    Participant

    You are welcome 🙂

    in reply to: Increse window for custom css #95969
    Pratik
    Participant

    Can you let me know which browser you are using?

Viewing 20 posts - 1,341 through 1,360 (of 2,016 total)