Viewing 20 results - 1,141 through 1,160 (of 2,398 total)
  • Author
    Search Results
  • #51234
    Sakin
    Keymaster

    @MasterManiacs: Which version of Catch Box Theme are you using it. As our latest version has image size for featured slider is
    add_image_size( 'featured-slider', 644, 320, true );

    #51212

    Im sorry @Sakin fixed the problem on my own changing

    function catchbox_child_theme_setup() {
        add_image_size( 'featured-slider', 628, 353, false );
    }
    add_action( 'after_setup_theme', 'catchbox_child_theme_setup', 11 );

    to

    function catchbox_child_theme_setup() {
        add_image_size( 'featured-slider', 628, 353, true );
    }
    add_action( 'after_setup_theme', 'catchbox_child_theme_setup', 11 );

    that change of false to true did the trick ^^

    Thank you anyways

    #51111
    Sakin
    Keymaster

    @bigoslesli:
    1. You are using old version of Catch Kathmandu Pro theme, that is why you are having issue. Please update to latest version and it will work fine. For update you can use Catch Updater pluign http://catchthemes.com/wp-plugins/catch-updater/

    2. For single image, I don’t recommend you to user Slider. It will unnecessary load the script. So, just go to “Appearance => Theme Options => Header Featured Image Options”, then just paste your image URL http://www.wenatcheebilling.com/wp-content/uploads/2015/02/large-banner.jpg in “Featured Header Image URL” and in “Enable Featured Header Image”, select the option “Homepage” and save changes.

    #51073
    Sakin
    Keymaster

    @rdrossel:
    1. that dot background effect in your slider can be removed from “Appearance => Theme Options => Features Post Slider => Slider Effect Options”. Just check “Disable Slider Background Effect” and save.

    2. About small image in your Featured Post Slider. You need to upload the large image as your Featured Image in your post. We recommend minimum Width: 976px and Height: 313px. Once you upload the large image then it will be fixed. For Post Slider, you can check out http://catchthemes.com/blog/videos-blog/video-series-adding-featured-post-slider/

    Also check out theme instructions page at http://catchthemes.com/theme-instructions/simple-catch/

    #51016
    Sakin
    Keymaster

    @Jan Deelstra: There is issue in your Custom CSS. I see you have missing closing bracket }. Search for this css:
    img.wp-post-image {

    Then replace it with the following:

    img.wp-post-image {
        border: medium none;
        max-width: 100%;
        padding: 0;
    }

    About your home top alignment. I see that you have remove the slider but there is some contain on it. How did you remove that slider. Did you customize any code. To remove the slider, you can just go to “Appearance => Theme Options => Featured Post Slider => Slider Options” then check option “Disable” in “Enable Sidebar” and save changes.

    Note: I see that you have W3 Total Cache plugin, so after you make all these changes. Go to W3 Total Cache setting and Empty all Cache.

    #50964
    Michael
    Member

    I tried to explain that my 4 images and text dissapeared yesterday from the Featured Images Slider Options in theTheme Options area. Does it make sense?

    #50864
    Sakin
    Keymaster

    @lucabriganti85: Sorry I see that you are using Simple Catch Free version, which only have option to use Featured Post Slider. This post slider is created to highlight your post in the slider. So, it will automatically link to the post.

    If you don’t need then you might want to upgrade to Pro version where you have option to use “Featured Image Slider” and upload image and remove the link as per your need.

    #50821
    Young
    Participant

    Hi @Sakin, prior to the Featured image slider issues, I can’t get the Featured Post Content to work as well. Only the description words came out, not the post.

    Been cracking my head troubleshooting ever since i purchased this theme several hours ago. It shouldn’t be that difficult to use isn’t it?

    Awaiting for your advise.

    Thank you very much.

    Young

    #50820
    Young
    Participant

    Hi @Sakin, I’m facing the same problem with @veetam as well.

    I just bought the catchbase PRO. Uploaded 3 images into the Featured image slider, but only 1 image appear.

    Ive also do a screen video recording to give u a better understanding of the issue. http://youtu.be/xZGuKMA9qVk

    Please advise. Thanks.

    Young

    #50805
    CrystalClear
    Participant

    Hi ~ Thanks for your help. I don’t want to create a Child Theme at this time. If needed I would add back the fix after an update, or, add a Child Theme later once I had managed to correctly alter the code on the theme’s functions.php. However it is still not working when I try to do that. Following your suggestion I edited main functions.php as follows:
    ________________________
    //Featued Posts for Normal Width
    add_image_size( ‘featured-slider’, 9999, 200, true ); // Used for featured posts if a large-feature doesn’t exist

    //Featured Posts for Full Width
    add_image_size( ‘featured-slider-larger’, 9999, 200, true ); // Used for featured posts if a large-feature doesn’t exist
    ________________________

    and it is still doing the same problem as previous attempts where it is contracting the WIDTH also. If I leave the height value at 400, the whole thing is still too big for what I’m aiming for.
    I didn’t use the plug-in but it was altering the old thumbnails anyway – and – I did always try adding a new post and the new posts did the same thing of the width shrinking also even though it had the highest value. My understanding is that with the changed code a NEW post will conform to the updated code. But the Width is still shrinking when the Height is given a value less than 300. I want the Width to stay the same but with a smaller height. So it is not working.

    Please advise. I want to test this out on the current theme’s functions.php and don’t want to do a Child Theme at this time. I will copy over the code when there are updates or create a Child Theme then. If we can get this to work.

    I’m emailing you separately a link so you can see what I mean since I don’t want to post that info on here.

    Thank you for your help.

    #50788
    Delfim
    Member

    Hello Sakin,

    WPML already fix some string translations, but not all of them.
    I still have no translation for the strings:
    [catchkathmandu_options][featured_image_slider_content]1
    [catchkathmandu_options][homepage_featured_content]1

    Please can you contact WPML about this problem.
    This issue is now almost 2 months old and we are still waiting for an answer.

    Thank you
    Regards
    Delfim

    #50776
    Sakin
    Keymaster

    @Taylor3000: There are lot of differences between between Simple Catch Free and Pro version. You can see the list of additional features and instructions at http://catchthemes.com/theme-instructions/simple-catch-pro/

    1. Change the size of the Home Page Slider?
    — If you are trying to change the height, then yes you can. In Simple Catch Pro theme, you can use “Featured Image Slider” instead of “Featured Post Slider”. In Image Slider, you can upload image, title, content and link as per your need. See this screencast for Image Slider: http://catchthemes.com/blog/videos-blog/video-series-adding-featured-image-slider/

    2. Get rid of the textured grid that appears in the background of the images on the slider? (I’d like the images to appear crisper/sharper.)
    — You can remove this in both Free and Pro version. In Free version, just go to “Appearance => Theme Options => Featured Post Slider => Slider Effect Options” then check in “Disable Slider Background Effect” and save changes. In Pro version, just go to “Appearance => Theme Options => Featured Slider => Slider Options” then check in “Disable Slider Background Effect” and save changes.

    3. In the gray area behind the Home Page Slider (sorry if the lingo isn’t exactly right) would I be able put in an image as a static background?
    — To add background image. You first need to upload the image from media uploader “Media => Add New”. Then send me the image URL and your site URL. Then I will send you CSS that you can add in “Appearance => Theme Options => Custom CSS” box.

    4. If I buy the Pro version and find I don’t like the look that I’m able to achieve do you offer any kind of return/refund policy?
    — We don’t have any refund policy that is why we are providing free version for test ride. If you like it then you can purchase Pro version. But yes, if you don’t like it then we can exchange with other theme from our theme shop. But this has to be done within 30 days of purchase.

    5. Given the type of website I’m trying to create, do you believe another one of your themes might be a better option?
    — Sorry I won’t be able to answer this question. You can check our demo and use free version to test our latest theme and check in.

    #50734
    Bill
    Participant

    Hi Sakin: This is the information I sent yesterday to WPML. This is very specific and I think clearly lays out the problem.
    Hello Beda : Sorry for delay in reply. I checked and as you say the site is using the default Permalink Structure but that does not seem to be the cause of the trouble.
    You are not quite correct in defining the problem.
    The site runs the current version of all WPML plugins.
    The site works perfectly with Version 3.2 of Kathmandu Pro.
    The problem is only present when Version 4.0 of Kathmandu Pro is installed.
    The problem is: SOME of the string translations on the Home/Front page do not change with the language switcher. ALL Page and Post translations switch properly. Some of the strings on the Home/Front Page work properly. It does not matter whether the language is the default language or one of the other 6 languages.
    The specific strings which do not translate are in the general category of:
    admin_texts_theme_catch-kathmandu-pro
    The specific strings:
    [catchkathmandu_options][featured_image_slider_content]3
    [catchkathmandu_options][featured_image_slider_content]2
    [catchkathmandu_options][featured_image_slider_content]1
    [catchkathmandu_options][featured_image_slider_title]3
    [catchkathmandu_options][featured_image_slider_title]2
    [catchkathmandu_options][featured_image_slider_title]1
    [catchkathmandu_options]homepage_subheadline
    [catchkathmandu_options]homepage_headline
    All other front page strings work properly.
    I really believe this as an issue within version 4.0
    Each of these strings does show content on the screen, it simply does not change with the language switcher.
    To me it appears this is a Theme problem, not a WPML problem except to the extent that we all need to find out what is causing it and fix it. And at the moment the Theme seems not to be WPML compliant now.
    Thanks for your help.
    Feel free to look at the live site, but remember it is working fine at the moment because we have again reverted to the old version of the theme.
    THIS IS HIS REPLY:
    Thank you for the infos

    If you can confirm:

    1. In WPML > String Translations the mentioned strings do appear, and are translated + saved
    2. Translate with WPML is active in WPML > Theme and Plugin localization
    3. You are using a non-default Permalink Structure

    Then this issue is because the Theme (by it’s update) has made some changes regarding those strings.
    The issue should then be addressed by the Themes Author.

    Could you provide me temporary access (WP-Admin and FTP) to your site
    – preferably to a test site where the problem has been replicated if possible –
    so I could quickly check some configurations?
    You will find the needed fields for this below the comment area when you log in to leave your next reply. The information you will enter is private which means only you and I can see and have access to it.

    ==> Please backup your database and website <==

    I think afterwards (if all is good with your install) we will contact the author ourselves as well, to ensure going on compatibility with WPML

    Thank you
    I have replied to him that all of the settings are as he requires. That we have again switched the theme versions back and forth and everything works perfectly with 3.2 and the problem remains with 4.0
    The site is currently running on 3.2
    I have given him an administrative account on the site AND I have given him your name.
    It would seem to make sense for the two of you to compare notes.
    If however you want an access to the site, that can be arranged.
    You can look at the site at any time: http://www.intoghf.org (but remember it is using 3.2).
    Thanks!
    Bill

    #50732
    bobar22
    Member

    Hi I was referring to their class ID names, featured-post is the 4 squares below the big slider and below that there is the actual page content, now I want the page content to show after the image slider and then below that show the 4 sqaures with the featured posts

    #50730
    veetam
    Participant

    About that in featured images there is only the possibility to change No of images, I can’t select images anymore?

    See this link for screenshot of the problem…

    http://vitreteinte.ca/slider.jpg

    #50726
    Sakin
    Keymaster

    @veetam: After you choose the slider type. You need to add in the slider details.
    For Example: if you choose Featured Image Slider from “Appearance => Customize => Featured Slider Options => Featured Slider Type” then you need to Click on “Select Image” and upload the images for your slider. If you choose Featured Page Slider, then you need to select pages. But when you choose Featured Page slider, make sure you have added in Featured Image in those pages. Same with Featured Post Slider and Category Slider.

    The original image that come with the slider is Featured Demo Slider. This is just for demo purposes. After selecting the featured type and adding in the details, send me your site URL and then I will check in.

    #50697
    Sakin
    Keymaster

    @Cyril: For that you need to use “Featured Image Slider” instead of Page or Post Slider. Just go to “Appearance => Theme Options => Featured Slider => Slider Options” and then select “Featured Image Slider” and Save Change. This will give you your own image slider where you can upload image, add title, content and link as per your need. You might want to check this screencast http://catchthemes.com/blog/videos-blog/video-series-adding-featured-image-slider/

    #50590

    In reply to: Blog page set up

    Sakin
    Keymaster

    @lorencowka:
    1. That search referral is not from our theme. So, I don’t know about that.
    2. Are you talking about the text in the featured slider, then you can change that text color from “Appearance => Theme Options => Color Options => Slider Color Options”

    #50578
    Sakin
    Keymaster

    @bobar22: Sorry your question is confusing. By default “Homepage Headline” is above “Homepage Featured Content”. So, I don’t know what you mean.

    In catch Kathmandu Pro, if you are using Featured Post Slider then it will link to Post. There is no option to remove the link. If you want sliding image without the link then you can use Featured Image Slider. Just go to “Appearance => Theme Options => Featured Slider => Slider Options”, then select Image Slider in Select Slider Type and save changes. Then you can upload image in “Featured Image Slider Options”.

    #50365
    Sakin
    Keymaster

    @Consciousness: It’s not recommended to change the theme files directly. As all these edits will be reverted back to original when you update the theme.

    Also after you change this file size, make sure you regenerate the thumbnail using “Regenerate Thumbnail” plugin.

    For unlimited width you can add 9999 and fixed height link 400. You can add the following code.

    function catchevolution_child_theme_setup() {
        add_image_size( 'featured-slider', 9999, 400 );
    }
    
    add_action( 'after_setup_theme', 'catchevolution_child_theme_setup', 11 )
Viewing 20 results - 1,141 through 1,160 (of 2,398 total)