Forum Replies Created

Viewing 20 posts - 1,341 through 1,360 (of 2,006 total)
  • Author
    Posts
  • in reply to: Include html tags in featured image -> content #96280
    Pratik
    Member

    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
    Member

    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
    Member

    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
    Member

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

    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
    Member

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

    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
    Member

    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
    Member

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

    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
    Member

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

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

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

    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
    Member

    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
    Member

    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
    Member

    You are welcome 🙂

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

    Can you let me know which browser you are using?

    in reply to: How to change "Comment" settings #95966
    Pratik
    Member

    Ya, although they are same language, they seem to take different files for reference.
    Let me know if there is anything else.

    in reply to: How to change "Comment" settings #95964
    Pratik
    Member

    I am sorry but I tried only Deutsch and it worked.

    The po file is present only for Deutsch. So if you want it to work for Deutsch (Scheweiz), then you will need to do following:
    1. In themes languages folder, copy de_DE.po and de_DE.mo files and rename it as de_CH.po and de_CH.mo files
    2. Then if you want to edit that translation file, just open that file from free software from http://poedit.net/ and make edits.

    Let me know how it goes.

    in reply to: How to change "Comment" settings #95962
    Pratik
    Member

    I tried changing the language to Deutsch and those texts changed automatically to that language. Can you let me know which language you have selected in Dashboard => Settings=> General=> Site Language?

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