Forum Replies Created

Viewing 20 posts - 9,281 through 9,300 (of 12,034 total)
  • Author
    Posts
  • in reply to: Hiding "Featured image" title, but leaving page titles #164121
    Skandha
    Participant

    @mitokondrium: Please post in your site URL so that I can look into the issue. Do you mean Feature Content posts titles?

    Kind Regards,
    Skandha

    in reply to: Localization of Previous and Next into Vietnamese #164120
    Skandha
    Participant

    @dragon: To translate those texts, you will need to add Vietnamese language file vi_VN.po which you can get by editing the catch-evolution.pot file in languages folder.
    What you need to do is download free software from http://poedit.net/ then open the software and create New Translation and select the language Vietnamese(Vietnam). Now search for words like Previous, Next and the words you want to translate and add the translation for those words and save it. You can also add other translations there as well. The words will be translated when you change your site language to Vietnamese.
    You can send us the translated .po file and we will add it in our theme with you as a contributor for the translation.

    Let me know if this solves your issue.
    Kind Regards,
    Skandha

    in reply to: Catch Fullscreen, bugs and small issues #164067
    Skandha
    Participant

    @thomaswaerness: The issue will be fixed in the next theme update. Please use the following CSS Code as a temporary fix.
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    body:not(.home) #header-content.main-nav-scrolled {
        bottom: inherit;
        position: fixed;
        top: 0;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Change capitalisation in menu #164066
    Skandha
    Participant

    @tim-van-rooijen: Thank you very much. Let me know if you have anymore issues. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: Which is the best free WordPress theme for WooCommerce? #164065
    Skandha
    Participant

    @imranabdul: For blogs Clean Magazine Pro, Clean Journal Pro, Verity Pro, Clean Portfolio Pro and Simple Persona Pro will be some good options. You can also check out out other themes as well.

    Let me know if this helps you out!
    Kind Regards,
    Skandha

    in reply to: Menu on iPhone issue #164060
    Skandha
    Participant

    @rodeboy: Can you please attach me a screenshot of the mobile menu issue you are having?

    Kind Regards,
    Skandha

    in reply to: how to increase the font size of the theme? #164059
    Skandha
    Participant

    @pdequestrian18: Sorry, that was a typo.
    Go to => Appearance => Theme Options => Layout Options => Single Page/Post Image => Check Disabled
    This should disable the image that is showing up above your posts.

    Yes it is possible to only show around 4 images and then have a view all link at the bottom.
    Go to => => Appearance => Customize => Theme Options => Portfolio => No of Items => Select the few number of posts you want to show up on your site.
    Now, you will need to put all the posts of your portfolio into a single category. Then insert that Category page link as Button Link of View all text.

    Let me know if this helps you out!
    Kind Regards,
    Skandha

    in reply to: How do i disable the search button on the top right corner? #164058
    Skandha
    Participant

    @thejway: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .hero-content-wrapper .entry-container {
    	padding:50px 70px !important;
    }

    You can change the padding to alter the size of hero content.
    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Featured Slider Chooser #164054
    Skandha
    Participant

    @twin6: Thank you very much. Let me know if you have any more issues. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: Event Date with year #164053
    Skandha
    Participant

    @cappellanova: Can you please post in you site URL so that I can look into the issue and provide you feasible solution.

    Kind Regards,
    Skandha

    in reply to: Disable "view full size" on Gallery #164048
    Skandha
    Participant

    @belenmusic: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .jp-carousel-image-meta {
    	display:none;
    }

    Let me know if this is what you want!
    Kind Regards,
    Skandha

    in reply to: How to use the Essential Content Types Pro plugin #164047
    Skandha
    Participant

    @elliottrae: Go to => Appearance => Customize => Menus => View All Locations => Primary Menu => Edit the menu => Click on Login and Remove.

    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: CT:Tour open link in new window #164045
    Skandha
    Participant

    @erich74: Yes, we do have it. You can check it out on this link or you can even look at the Changelog section in the readme.txt file inside your theme folder.

    Let me know if this helps you out!
    Kind Regards,
    Skandha

    in reply to: Hi #164044
    Skandha
    Participant

    @greenlawcorp-com: Were you able to resolve the issue? Do let me know if you are still having the issue.

    Kind Regards,
    Skandha

    in reply to: Can't add new page to heading menu #164043
    Skandha
    Participant

    @beabeau: I will need to look into your site to debug the issue. For that I will need your WP admin credentials. I will contact you shortly by email.

    Kind Regards,
    Skandha

    in reply to: How do i disable the search button on the top right corner? #164041
    Skandha
    Participant

    @thejway: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .header-button {
    	margin-top:100px !important; 
    }

    You can change the margin to change the position of header button.
    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Site description panel divin #164039
    Skandha
    Participant

    @redheadanna: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .home .custom-header-content {
    	padding:123px 98px 679px 98px; 
    } 

    You can change the padding to change the position of site description on the homepage.
    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Create custom image sizes & increase font size #164033
    Skandha
    Participant

    @sorayacge: To change the size of the featured image size used you will need create a child theme and do a little bit of customization. Let me know if you are familiar with child theme customization otherwise I suggest you to hire a customizer.

    To increase font size please post in your site URL and let me know which text you want to be updated.

    Kind Regards,
    Skandha

    in reply to: Featured slider height keeps changing #163995
    Skandha
    Participant

    @stthomasmore: This is because the amount of lider text is different each slide. So the slider adjust its height to show up all the text. You can put uniform amount of text in each slides to avoid this from happening.

    Let me know if this helps you out!
    Kind Regards,
    Skandha

    in reply to: modern menu broken #163994
    Skandha
    Participant

    @peer: Please post in your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

Viewing 20 posts - 9,281 through 9,300 (of 12,034 total)