Forum Replies Created
-
AuthorPosts
-
July 2, 2016 at 12:53 pm in reply to: Title and description tags not saved with Yoast SEO plugin #94594
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-tagas 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,
PratikPratik
MemberFo 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.
Pratik
MemberHumm, 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?
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.
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,
PratikPratik
Member@tivonjohnson: You are welcome. I am glad it worked out. Let me know if there are further issues.
Regards,
PratikPratik
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.
Pratik
Member@huca: Can you try this child theme: Catch Responsive Child Theme
I have made the changes you required here.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?Pratik
Member@huca:
Can you post in the child theme’s functions.php file? Same code is working fine on my end.Pratik
Member@huca:
Please add this code to your child theme’s functions.php file:
http://pastebin.com/LSqLvPD4If you want to remove social icons, remove lines 12 to 19 in the code.
Let me know how it goes.
Regards,
PratikPratik
MemberHi @tivonjohnson,
I have replied you here: https://catchthemes.com/support-forum/topic/simple-catch-pro-2/Let me know if the problem persists.
Regards,
PratikPratik
MemberFor 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,
PratikPratik
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.
Pratik
Member@huca: Thank you for the appreciation. You can add the code in child theme’s functions.php file.
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,
PratikPratik
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.
Pratik
Member1) 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.Pratik
MemberHi @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 -
AuthorPosts
