Forum Replies Created
-
AuthorPosts
-
Pratik
Participant@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
Participant1) 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
ParticipantHi @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,
PratikPratik
Participant@danceregistry: Currently, the site has Clean Business Pro theme. I am confused as to what really the issues is? Do you want to decrease the size of Slider Background?
Pratik
ParticipantHI @taher,
I think you want pretty permalinks that will show url as
http://example.com/category-name/post-name.For this, you do not need to edit the theme files. You can simply achieve it by following steps:
1. Goto Dashboard=> Settings => Permalinks
2. In Common Settings select Custom Structure
3. There add this in the box /%category%/%postname%/
4. Save and view the links
For more info, checkout the screenshot here.Pratik
Participant1-I want to buy the theme, and needs to know how much it will cost and for how many websites I can use it?
* You can view the details of pro theme here: https://catchthemes.com/themes/catch-responsive-pro/
For theme re-usability, all our WordPress themes are licensed under the GNU general public license. You may use your purchased theme on as many websites as you like.2-I want to link the pages name in the Navigation bar with text or certain paragraph on the home page (to scroll home page down like a page jump) not to go to any other page?
You can do this if you have simple HTML knowledge. You can use the bookmark/anchor facility provided by HTML. For more details, please view HTML Links – Create a Bookmark section of http://www.w3schools.com/html/html_links.asp3-How can I maximize the slider to fit the page width?
Catch Responsive theme is a boxed layout theme. So in order to make slider full width, you will need to do a lot of customizations, so please hire a customizer to perform that task.Regards,
PratikPratik
Participant@danceregistry: Can you post in your site url so i can check it? Also, by header section less tall, what do you exactly mean, do yo mean header image section?
June 25, 2016 at 3:11 pm in reply to: I would like to add an rss icon in my primary menu (close to the search buttom i #94215Pratik
Participant@kundkp: This is not possible through theme settings. You will need to hire a customizer for this.
The Social Icons provides place for RSS feed as well, maybe that can be looked into.
Regards,
PratikPratik
Participant@tosgood: Thank you for using Simple Catch Theme. You can use Text widget in Appearance Widgets to add html and js code in any sidebar.
If you want it in any post or page, you can paste this code there as well.
However, please be very careful and use reliable resources before adding any scripts to your site. Adding malicious code can result in site being hacked.
Regards,
PratikPratik
Participant@huca: Yes, this is what I meant. Catch Responsive uses Page/Post thumbnail. If multiple images on multiple languages is needed, it needs to be provided by the plugin.
Pratik
Participant@huca:
2) I meant the image used from theme, which is then used to featured slider. I believe this is not any plugin´s issue, but template only?
I am afraid, the featured slider will not work that way. If you want that sort of functionality, you will need to hire a customizer and do some custom work.3) disabled caching plugin, but no change, this is really weird as I look at it in the same way that it should work in the same way as the text :/
It uses the same code as the text so this is very strange issue indeed. I will net you know if I come up with anything.Pratik
ParticipantCan you let me know what exact issues you are facing with menu and slider?
Pratik
ParticipantHI @wilkinsontr:
We will try to fix this and send the update asap. Just need to perform a few tests before pushing the next version live. I hope you understand.Thank you for your patience.
Regards,
PratikPratik
ParticipantHi @stevejonesmo:
Can you try following css code:#header-featured-image img { width: auto; }Let me know if this works or not. If not, please post in your site url.
Regards,
PratikPratik
Participant@huca:
It should work, but you should make modifications via child theme. If done so, the changes will not be lost after update.Regards,
PratikPratik
Participant@huca:
Thank you for using Catch Responsive Theme. Although this theme is translation-ready, the free version does not support multi-language plugins. And Pro version too officially supports WPML Plugin.I will try to solve the issues you have mentioned but I am not 100% sure that they will work because our theme does not support this plugin.
1) the featured slider is not changing when switching languages
For this, you will need to do some customizations via child theme. For creating child theme, please follow this link. Then append code given in following link in the child theme’s functions.php file: http://pastebin.com/iSfBWshR2) featured images remain the same for EN and CZ pages
This should be handled by plugin as it needs to create separate images holders for separate languages. Please contact their support3) the logo link leads to CZ version when being on EN version of the webpage. This is really strange because the text after logo leads to correct EN version
This is really strange as both logo and text use same link(although generated separately) via a functionhome_url('/'). Can you try disabling any caching plugins and see if the problem persists?Pratik
Participant@erx87: Please use following CSS to change the main menu color background:
#access, #access ul.menu li:hover > a { background: #2a3e74 none repeat scroll 0 0; }Pratik
Participant@theproperva: The contents in homepage, about page, etc are all there. Can you check it?
-
AuthorPosts
