Forum Replies Created

Viewing 20 posts - 1,421 through 1,440 (of 2,016 total)
  • Author
    Posts
  • in reply to: Polylang issues #94282
    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.

    in reply to: Polylang issues #94279
    Pratik
    Participant

    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
    Participant

    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

    in reply to: Catch Adaptive how to make header smaller #94269
    Pratik
    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?

    in reply to: Adding Home and Category Link in Page/Post Tilte. #94265
    Pratik
    Participant

    HI @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.

    in reply to: Link page button to some text at home page #94263
    Pratik
    Participant

    Hi @mohammad-shroukh-2,

    1-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.asp

    3-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,
    Pratik

    in reply to: Catch Adaptive how to make header smaller #94216
    Pratik
    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?

    Pratik
    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,
    Pratik

    in reply to: Goodreads Book Giveaway Widget #94214
    Pratik
    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,
    Pratik

    in reply to: Polylang issues #94175
    Pratik
    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.

    in reply to: Polylang issues #94173
    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.

    in reply to: Simple Catch Pro #94159
    Pratik
    Participant

    @tivonjohnson:

    Can you let me know what exact issues you are facing with menu and slider?

    in reply to: Major Issue Customise via Safari Web Browser #94157
    Pratik
    Participant

    HI @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,
    Pratik

    in reply to: How to limit size of header image? #94156
    Pratik
    Participant

    Hi @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,
    Pratik

    in reply to: Flags in header #94154
    Pratik
    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,
    Pratik

    in reply to: Polylang issues #94153
    Pratik
    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/iSfBWshR

    2) 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 support

    3) 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 function home_url('/'). Can you try disabling any caching plugins and see if the problem persists?

    in reply to: Featured Slider Customization issue #94101
    Pratik
    Participant

    @vlts: Please use following:
    <?php catchbox_sliders(); ?>

    in reply to: Change the menu #93994
    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;
    }
    
    in reply to: where is my pages content gone? #93806
    Pratik
    Participant

    @theproperva: The contents in homepage, about page, etc are all there. Can you check it?

    in reply to: Change the menu #93744
    Pratik
    Participant

    @erx87: Please post in your site url

Viewing 20 posts - 1,421 through 1,440 (of 2,016 total)