Forum Replies Created

Viewing 20 posts - 3,941 through 3,960 (of 4,908 total)
  • Author
    Posts
  • in reply to: Making comments visible #89012
    Mahesh
    Participant

    @charlottekrenk: Yes, you can download the Adventurous Child Theme from the blog page from the above link. And copy home.php from Adventurous to Child theme and edit the code, then you can upload it via file manager or admin dashboard’s Add theme option.
    Hope this helps. Let me know if any confusion.

    Regards,
    Mahesh

    in reply to: Google maps problem #89011
    Mahesh
    Participant

    @joni0808: Can you please send me the credential details to your admin dashboard @ mahesh [at] catchthemes [dot] com. So that I can check what the issue really is. The plugin is working fine mine.

    Regards,
    Mahesh

    in reply to: Change Homepage Headline – Catch Everest FREE Theme #89010
    Mahesh
    Participant

    @adunning: Have you add the above code in your child theme’s functions.php. The above code should work fine. Please share your child theme’s functions.php file.

    Regards,
    Mahesh

    in reply to: I got a error message in blog #88979
    Mahesh
    Participant

    @marga: Please find and use the .po and .mo file in the link below. This will fix your issue.
    https://goo.gl/PWcwqF

    Regards,
    Mahesh

    in reply to: Homepage featured content not opening in new window. #88977
    Mahesh
    Participant

    @woodfact: Yes, there has been a little bug in the theme’s customizer, and our team is fixing it with some other updates. The issue will be fixed in the next update which will be available soon. Please use Theme Options instead of customizer. Please check the image in the link below:
    http://goo.gl/JG3FCW
    Hope this helps.

    Regards,
    Mahesh

    in reply to: picture size of Featured Page Slider doesn't match #88976
    Mahesh
    Participant

    @mupa: Since there has been some other changes too, the date is not fixed but will be released soon. And will let you know as soon as we release the update. Thank you for your patience.

    Regards,
    Mahesh

    in reply to: Blog posts don't show when published #88975
    Mahesh
    Participant

    @charlottenkrenk: Yes, the admin credential that gives access to your site’s admin dashboard.

    Regards,
    Mahesh

    in reply to: put site logo before site title #88974
    Mahesh
    Participant

    @mupa: Can you please send the zip of the theme in your local? I’ll need to check what really is the issue. You can share it via dropbox or send email @ mahesh [at] catchthemes [dot] com.

    Regards,
    Mahesh

    in reply to: Adding Facebook to Featured Content #88973
    Mahesh
    Participant

    @huskser: I guess you’ll need to hire a customizer for this.

    Regards,
    Mahesh

    in reply to: Create Pro not active.. #88964
    Mahesh
    Participant

    @gastonpavao: Please post in your site url.

    Reagards,
    Mahesh

    in reply to: picture size of Featured Page Slider doesn't match #88963
    Mahesh
    Participant

    @mupa: There was a bug in the theme which led to the issue. The issue will be fixed in the next update.

    Regards,
    Mahesh

    in reply to: Google maps problem #88961
    Mahesh
    Participant

    @joni0808: I checked the plugin with Catch Evolution theme on our local server and is working fine. The map is displaying fine on the page. In your site there is a javascript error, may be due to other plugins. Try disabling plugins one by one and check if it fixes the issue.
    Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Delete featured image in post #88960
    Mahesh
    Participant

    @golovan2: Do you mean to remove featured from post single page? This can be done with Custom CSS. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .single-post #content .post .featured-image {
        display: none;
    }

    Regards,
    Mahesh

    in reply to: put site logo before site title #88959
    Mahesh
    Participant

    @mupa: Have you made any customization before the code I’ve given you. How did you move the logo to the header top line? By default, the logo should be below the header top line, just above or below the site title.

    Regards,
    Mahesh

    in reply to: Blog posts don't show when published #88958
    Mahesh
    Participant

    @charlottekrenk: The blog post doesn’t need to be on the front page. I’ll need to check on your server for the issue. Can you please send me the admin details at mahesh [at] catchthemes [dot] com.

    Regards,
    Mahesh

    in reply to: Social media widgets in sidebar #88957
    Mahesh
    Participant

    @ahakristin: Catch Responsive Pro is a boxed layout theme, that is why you are seeing space on the right and left and all the content goes to the middle. If you want to have full screen layout, I recommend you to check other theme Full Frame for example.
    But if you want to make Catch Responsive Pro full screen. You have to do a bit of customization with Custom CSS:

    .site {
        width: 100%;
    }
    
    #feature-slider img, #featured-content img {
    	width: 100%;
    }
    
    #featured-content.layout-three .hentry {
    	width: 33.33%;
    }

    While making the site fullscreen, some media queries have to be used for responsive design through out different devices. I recommend you to hire a customizer.

    Regards,
    Mahesh

    in reply to: I got a error message in blog #88956
    Mahesh
    Participant

    @marga: Please post in your site url. Which version of Clean Journal Pro are you using?

    Regards,
    Mahesh

    in reply to: I got a error message in blog #88927
    Mahesh
    Participant

    @marga: It is due to incomplete translation. You need to fix your translation in German language file de_DE.po which you will find inside ‘clean-journal-pro/languagae’ folder. We check in as well.
    Just open that file from free software from http://poedit.net/ and check for
    <span class=\”screen-reader-text\”>Posted on</span>
    It should be as
    <span class=\”screen-reader-text\”>Veröffentlicht am</span>
    So, change that and save it. It should be fine.

    Regards,
    Mahesh

    in reply to: Disable Social Links on certain pages? #88918
    Mahesh
    Participant

    @defur: I don’t really understand, what do you mean by embedded in app game. Does the normal site on browser gives same problem? If not, the issue is due to the embedding to app.
    For displaying Social links on front page only, go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS and add the following CSS:

    .widget.widget_catchflames_social_widget {
        display: none;
    }
    
    .home .widget.widget_catchflames_social_widget {
        display: block;
    }

    Regards,
    Mahesh

    in reply to: have no date on some blog posts #88910
    Mahesh
    Participant

    @hollyehrocketmail-com: The above code should work fine. It seems you have some error in you Custom CSS code. Try putting the code at the beginning of the Custom CSS box and let me know if this fixes the issue.
    I don’t know why you’ve put the following line in Custom CSS box:
    [swpm_payment_button id=75 button_text=”Join Now”]
    And the following are some error code:

    {font-italic;} 
    body, button, input, select, textarea {
        font-family: nova+mono;
    
    

    Please remove {font-italic;} and the code after it is missing a closing brace }. It should be like the following:

    body, button, input, select, textarea {
        font-family: nova+mono;
    }

    Let me know if any problem.

    Regards,
    Mahesh

Viewing 20 posts - 3,941 through 3,960 (of 4,908 total)