Forum Replies Created

Viewing 20 posts - 1,401 through 1,420 (of 2,006 total)
  • Author
    Posts
  • Pratik
    Member

    @warmmastering: There should be no problems with the Gridalicious Theme and Yoast SEO plugin. If you check the theme file here, then you will see that theme supports title-tag as mentioned in the article you pointed.

    There must be some conflict with other plugins. Try deactivation other plugins and see if the problem persists.

    Regards,
    Pratik

    in reply to: Polylang issues #94421
    Pratik
    Member

    Fo that, you need to select option Pages and Posts in Appearance=> Customize=> Header Image=> Enable Featured Header Image on or Full size/Featured option in Appearance=> Customize=> Theme Options=> Layout Options=> Single Page/Post Image Layout depending on which position you want the featured image.

    in reply to: Polylang issues #94419
    Pratik
    Member

    Humm, Do you mean the header image? Can you check Appearance=> Customize=> Header Image=> Enable Featured Header Image on and let me know what that setting is?

    in reply to: Polylang issues #94417
    Pratik
    Member

    @huca: Do you mean the slider? You can enable it in entire site by going to Appearance=> Customize=> Featured Slider => Enable Slider On and selecting entire site.

    If this is something else, please let me know.

    in reply to: Flags in header #94412
    Pratik
    Member

    @huca: 😀 I am glad everything was solved.

    I doubt I will be visiting Prague, but if I do, I will take you up on that beer 😀

    If you liked our theme and support, please leave us a review at https://wordpress.org/support/view/theme-reviews/catch-responsive.

    Regards,
    Pratik

    in reply to: Simple Catch Pro #94402
    Pratik
    Member

    @tivonjohnson: You are welcome. I am glad it worked out. Let me know if there are further issues.

    Regards,
    Pratik

    in reply to: Flags in header #94362
    Pratik
    Member

    @huca: I am sorry but I am not familiar with that method so I cannot comment on it.

    in reply to: Flags in header #94356
    Pratik
    Member

    @huca: I am glad it worked out. The child theme should be there. If it is not in the wp-content folder, the you must have the wrong folder/wp installation. Please check it.

    in reply to: Flags in header #94352
    Pratik
    Member

    @huca: Can you try this child theme: Catch Responsive Child Theme
    I have made the changes you required here.

    in reply to: Flags in header #94346
    Pratik
    Member

    @huca:
    Yes pretty strange as all the code seems ok, but about the file name, it should be functions.php so it is not taking the codes, can you check?

    in reply to: Flags in header #94342
    Pratik
    Member

    @huca:
    Can you post in the child theme’s functions.php file? Same code is working fine on my end.

    in reply to: Flags in header #94335
    Pratik
    Member

    @huca:
    Please add this code to your child theme’s functions.php file:
    http://pastebin.com/LSqLvPD4

    If you want to remove social icons, remove lines 12 to 19 in the code.

    Let me know how it goes.

    Regards,
    Pratik

    in reply to: Featured Slider Images #94329
    Pratik
    Member

    Hi @tivonjohnson,
    I have replied you here: https://catchthemes.com/support-forum/topic/simple-catch-pro-2/

    Let me know if the problem persists.

    Regards,
    Pratik

    in reply to: Simple Catch Pro #94328
    Pratik
    Member

    @tivonjohnson;

    For that you can use following code in Appearance=> Customize=> Theme Options=> Custom CSS box:

    
    #main-slider .featured-img a img {
        width: 100%;
    }
    

    Let me know how it goes.

    Regards,
    Pratik

    in reply to: Flags in header #94326
    Pratik
    Member

    @huca: Sorry, I thought this was another post. You can create a function and hook the above code. Let me know where exactly in header you want the flags to appear and I will provide you the code for it.

    in reply to: Flags in header #94324
    Pratik
    Member

    @huca: Thank you for the appreciation. You can add the code in child theme’s functions.php file.

    in reply to: Polylang issues #94285
    Pratik
    Member

    @huca: Our theme uses WordPress Custom Logo which is a feature from WordPress that was added in version 4.5. Our theme has no control of the site logo(just enabling and disabling it). Everything is done by WordPress itself. So, this is a plugin issue as it does not address the WordPress Core Functionality.

    A workaround according to the post you provided would be to hack the codes a bit. Just add this in your child theme’s functions.php file: http://pastebin.com/29Qky7NW
    I again stress that this should have been rectified by the plugin.

    About the slider, I have removed the cache that was added but the code I provided earlier. It should have worked. This seems a plugin issue.

    Regards,
    Pratik

    in reply to: Polylang issues #94282
    Pratik
    Member

    @huca:
    I apologize as i left a line of code out. Please see the bit of code http://pastebin.com/iSfBWshR again, I have added a line at the end (line 10), please add it as well.

    Yes, I meant polylang’s support.

    in reply to: Polylang issues #94279
    Pratik
    Member

    1) I have already installed the child theme and weird problem is in here – when I am in the “editing mode” of childtheme – meaning in the appearance – customize. I can see the carousel is changing when switching languages. However when I try it on the real page, it doesn´t work and remains in the same language.
    Did you also add the code I gave, if so, can you post your child theme’s functions.php file contents.

    3) some more ideas? This is really stupid, to have the logo link to different language.
    Have you tried asking in plugin’s support forum? I do not see anything wrong with the codes from the theme.

    in reply to: HTTP Error while uploading image #94270
    Pratik
    Member

    Hi @kimasei,

    This is not the theme issue. It is memory issue in your server. The memory is being exhausted while you upload the image. To resolve this, you can use following methods:
    1. If you have access to your PHP.ini file, change the line in PHP.ini
    If your line shows 32M try 64M:
    memory_limit = 64M ; Maximum amount of memory a script may consume (64MB)
    2. If you don’t have access to PHP.ini try adding this to an .htaccess file:
    php_value memory_limit 64M
    3. Try adding this line to your wp-config.php file:
    Increasing memory allocated to PHP
    define('WP_MEMORY_LIMIT', '64M');
    4. Talk to your host.

    Regards,
    Pratik

Viewing 20 posts - 1,401 through 1,420 (of 2,006 total)