Forum Replies Created

Viewing 20 posts - 4,141 through 4,160 (of 4,916 total)
  • Author
    Posts
  • in reply to: clean box pro install problem #87531
    Mahesh
    Participant

    @yourmarriagemaven: Here is a link to the video tutorial on how to install a Pro theme, please visit the link below:
    https://www.youtube.com/watch?v=gVvrbKJNfkE
    Hope this helps.

    Regards,
    Mahesh

    in reply to: clean box pro install problem #87525
    Mahesh
    Participant

    @yourmarriagemaven: If you’ve purchased the theme, then you can download the theme’s zip file from catchtheme’s My Account Page https://catchthemes.com/my-account/. Download it from there then go to “Appearance => Themes => Add New” and upload the zip file there.
    Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Images in Portrait IPhone and Ipad Mode #87524
    Mahesh
    Participant

    @husker: I tried the your content (table and images) with Catch Responsive theme, and using the following CSS fixed the issue

    table td {
        width: 50%;
    }

    I think the issue is because of the CSS in child theme, seems you’ve modified a lot of CSS in child theme, please try the same with the parent theme (and Custom CSS I’ve used) and let me know if the issue persists with parent theme.

    Regards,
    Mahesh

    in reply to: Catch Kathmandu #87522
    Mahesh
    Participant

    @abhishek1975: Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS:

    #colophon {
    	border-top: none;
    }
    #site-generator {
        background-color: #dd9221;
    }
    #primary {
        width: 100%;
    }

    Let me know if this fixes your issue. How did you lose all your settings?

    Regards,
    Mahesh

    in reply to: Slider not working (jQuery Conflict?) #87521
    Mahesh
    Participant

    @bsmitty358gmail-com: I checked the theme with the same plugin (Google Calendar Events) on our server (local) and its is working fine, no such issue. Do you have other plugins installed? Try deactivating plugins one by one and check if the issue resolves.
    Let me know if the problem persists.

    Regards,
    Mahesh

    in reply to: How do I keep the theme's default images? #87519
    Mahesh
    Participant

    @alhenterprises: I assume you mean the image from the slider? If yes then you can download the default image first and then upload to the theme, and place your desired text to the in the text for slider.
    For downloading image you can get if from image folder inside theme. All default images for slider/featured content is located here. Or go to “Dashboard=> Appearance=> Customize=> Slider Options” and select Demo Slider in Select Slider Type and then go to Front end and download the image from browser and again upload in the theme.

    Regards,
    Mahesh

    in reply to: Promotion Headline – Translation #87514
    Mahesh
    Participant

    @ericmuc: Thank you for using Catch Kathmandu Pro. The theme is translation ready. The feature of adding multiple content for multiple language in admin section is provided by the qtranslate plugin. And that feature is not available in the theme.

    Regards,
    Mahesh

    in reply to: Can I use default images on my blog? #87507
    Mahesh
    Participant

    @bencarton23: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

    in reply to: Cannot install Simple Catch Pro version 3.3 #87506
    Mahesh
    Participant

    @rflores: That’s great. Have a nice day!

    Regards,
    Mahesh

    Mahesh
    Participant

    @karbasetti: The update should not be making any changes to the database. I checked it on our server and didn’t face any issue like you’ve mentioned. Does it revert everything to default or just the Featured Content section?

    Regards,
    Mahesh

    in reply to: Line height #87504
    Mahesh
    Participant

    @sbartch: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

    in reply to: Center Menu Bar #87503
    Mahesh
    Participant

    @lygiahuan: Glad you made it work out. Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

    in reply to: Change menu colors? #87502
    Mahesh
    Participant

    @abhishek1975: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

    in reply to: Images in Portrait IPhone and Ipad Mode #87501
    Mahesh
    Participant

    @husker: Its kind of a strange issue. And is only seem to be visible in iphone portrait version. We are working on it. We’ll let you know once its fixed.

    Regards,
    Mahesh

    in reply to: hide title #87499
    Mahesh
    Participant

    @katonov: Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS”
    1. If you want to hide entry-title on given page only:

    .page #content article.page.post-13 .entry-header {
        display: none;
    }

    2. If you want to hide entry-title on entire page of you site:

    .page #content article.page .entry-header {
        display: none;
    }

    Regards,
    Mahesh

    in reply to: Small dots in Slider #87498
    Mahesh
    Participant

    @arnold: Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS:

    #feature-slider .cycle-pager {
        display: none;
    }

    Regards,
    Mahesh

    in reply to: Change width of center text box #87497
    Mahesh
    Participant

    @barb: You’re using one-column no sidebar layout so, the width of the content seem bit smaller. You can use other layouts i.e. sidebar-left or sidebar-right. Or if you prefer to use full-width with no sidebar layout, I recommend you to upgrade to pro version.
    But if you want to change the view in free version itself, go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS:

    .one-column .site {
        width: 1000px;
    }
    
    @media screen and (max-width: 1024px) {
        .one-column .site {
            width: 960px;
        }
    }
    
    @media screen and (max-width: 990px) {
        .one-column .site {
            width: 910px;
        }
    }
    
    @media screen and (max-width: 960px) {
        .one-column .site {
            width: 720px;
        }
    }
    
    @media screen and (max-width: 767px) {
        .site, .one-column .site {
            width: 600px;
        }
    }
    
    @media screen and (max-width: 640px) {
        .site, .one-column .site {
            width: 460px;
        }
    }
    
    @media screen and (max-width: 479px) {
        .site, .one-column .site {
            width: 100%;
        }
    }

    Regards,
    Mahesh

    in reply to: CHANGE HOMEPAGE URL #87448
    Mahesh
    Participant

    @[email protected]: By link in custom menu, in your site’s current menu you have My Dream Life with link http://mydreamlife.me/, I meant to change this. But what you need is way more different than this. I think you’ll need to htaccess redirect or server level support as it falls beyond theme support scope.

    Regards,
    Mahesh

    in reply to: CHANGE HOMEPAGE URL #87441
    Mahesh
    Participant

    @hollyehrocketmail-com: I’m afraid this is not possible, only the link in custom menu can be edited/customized.

    Regards,
    Mahesh

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

    @holleyhrocketmail-com: Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add any of the following CSS as required:
    For Blog List Page
    1. For disabling posted date from all posts:

    .blog #content .post .entry-meta {
        display: none;
    }

    2. For disabling posted date from selected posts(Hides post date from post titled Lucid Dreaming):

    .blog #content .post.post-2925 .entry-meta {
        display: none;
    }

    For Blog Single Page
    1. For disabling posted date from all single page posts (Entire site):

    .single #content .post .posted-on {
        display: none;
    }

    2. For disabling posted date from selected single page posts(Hides post date from post titled Lucid Dreaming):

    .single #content .post.post-2925 .posted-on {
        display: none;
    }

    Let me know if any trouble.

    Regards,
    Mahesh

Viewing 20 posts - 4,141 through 4,160 (of 4,916 total)