Forum Replies Created

Viewing 20 posts - 4,121 through 4,140 (of 4,903 total)
  • Author
    Posts
  • in reply to: Customize sidebar widget recent posts #87587
    Mahesh
    Participant

    @micha: This is not possible with Custom CSS. You’ll need to create a Custom Widget area. I recommend you to hire a customizer.

    Regards,
    Mahesh

    in reply to: Remove search bar #87586
    Mahesh
    Participant

    @shawzepe: Here is a Custom CSS for removing it from the site, go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS:

    #fixed-header #menu-home li:not(.menu-item) {
        display: none;
    }

    Let me know if any problem.

    Regards,
    Mahesh

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

    @bsmitty358gmail-com: Checked your site again and noticed that you have a custom script “BudgetBadge” (flyout in the top right) in your site and is enqueued before main jquery library which may have caused the issue. Please enqueue it after enqueing the main jquery library.
    Hope this helps.
    Let me know if any problem.

    Regards,
    Mahesh

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

    @yourmarriagemaven: Its strange that the zip file was automatically uncompressed while downloading in your browser. Normally, it should have only downloaded the zip file. Glad to know you re-compressed it again and got it installed. Have a nice day!

    Regards,
    Mahesh

    in reply to: Centre Feature Content Text – Catch Everest FREE Theme #87583
    Mahesh
    Participant

    @adunning: Yes that can be done, just create a text widget in the footer widget area and copy the code for subscription into it and it will work.
    And for the color of sub-pages on the menu, add the following CSS:

    #header-menu ul.menu ul a {
        color: #f8d342;
    }
    #header-menu ul.menu li:hover a, #header-menu ul.menu ul li:hover a {
        background-color: #000000;
    }

    Regards,
    Mahesh

    in reply to: Center Logo and Title + Subtitle #87535
    Mahesh
    Participant

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

    #header-left, #site-logo, #hgroup {
        display: block;
        float: none;
        text-align: center;
        padding: 0;
    }
    
    #hgroup-wrap img {
        display: inline-block;
    }
    
    #hgroup-wrap {
        padding-bottom: 20px;
    }

    Let me know if any trouble.

    Regards,
    Mahesh

    in reply to: Centre Feature Content Text – Catch Everest FREE Theme #87534
    Mahesh
    Participant

    @adunning: Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS:
    1. Center the text under my featured content images on the home page

    #featured-post article .entry-title {
        text-align: center;
    }

    2. Change the color of the “Catch Themes” text-link in the footer, including the hover color

    #site-generator .powered .theme-author a, 
    #site-generator .powered .theme-author a:hover {
    	color: #f8d342;
    }

    3. I don’t quite get what you mean, can you please clarify more.

    Regards,
    Mahesh

    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

Viewing 20 posts - 4,121 through 4,140 (of 4,903 total)