Forum Replies Created

Viewing 20 posts - 4,101 through 4,120 (of 4,916 total)
  • Author
    Posts
  • in reply to: Featured slider starts slowly #87867
    Mahesh
    Participant

    @dolomie: Checked your site, but I didn’t see the slider image on your site. Please let me know further so that I can help you.

    Regards,
    Mahesh

    in reply to: Update problem #87864
    Mahesh
    Participant

    @gio: I’ll forward the query to the sales team. They will help you sort out the issue.

    Regards,
    Mahesh

    in reply to: gravitar for blog author #87863
    Mahesh
    Participant

    @hollyehrocketmail-com: Seems @pratik has already given the solution for the post in the following thread, please check this link:
    https://catchthemes.com/support-forum/topic/gravitar-for-blog-authog/#post-86837.
    Please do not repeat the same question.

    Regards,
    Mahesh

    Mahesh
    Participant

    @karbasetti: Sorry for the late reply. Please contact me at mahesh [at] catchthemes [dot] com.

    Regards,
    Mahesh

    in reply to: Featured Slider Text Overlap #87749
    Mahesh
    Participant

    @dougdavis: It can be controlled with Excerpt Length in Words. Go to “Dashboard=> Appearance=> Customize=> Theme Option=> Excerpt Length in Words” and adjust number of words you want to limit to.
    Note: This limits words on blog list page too.

    Regards,
    Mahesh

    in reply to: gravitar for blog author #87726
    Mahesh
    Participant

    @hollyehrocketmail-com: You mean in admin dashboard? That should be happening. Please make sure that you are logged in using author’s credentials and also make sure that you’ve changed the gravatar profile image for the email that you are using for the author.
    Let me know if any trouble. Please provide the screenshot too if possible.

    Regards,
    Mahesh

    in reply to: Favicon #87724
    Mahesh
    Participant

    @dougdavis22: Site Icon is available in WordPress Core from version 4.3. Go to “Dashboard=> Appearance=> Customize=> Site Identity” and select an icon in Site Icon and click save and check if the favicon comes up on your site.
    Let me know if any problem.

    Regards,
    Mahesh

    in reply to: How do I remove H1 that default? #87723
    Mahesh
    Participant

    @ericmuc: Can you be more specific, with a page link. And I don’t quite get it what you meant by other tags. Please specify so that I can help.

    Regards,
    Mahesh

    in reply to: Hiding Masthead to Breadcrumb per page #87722
    Mahesh
    Participant

    @calsurance: Thank you for your appreciation. Yes, your above code is more specific (navbar having classes .nav-primary and .search-enabled), and since you’ve enabled searchbar, it will work fine. Have a nice day!

    Regards,
    Mahesh

    in reply to: Remove search bar #87721
    Mahesh
    Participant

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

    Regards,
    Mahesh

    in reply to: Help making content font size slightly smaller #87720
    Mahesh
    Participant

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

    Regards,
    Mahesh

    in reply to: Slider Head Error #87719
    Mahesh
    Participant

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

    Regards,
    Mahesh

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

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

    Regards,
    Mahesh

    in reply to: Logo resolution #87675
    Mahesh
    Participant

    @ericmuc: I do understand your problem. The pixel are visible a little without zooming when viewing in browser. Changing to a bigger logo is okay too, could you provide the actual image you are trying to use instead. But for retina displays, it is recommended that you use SVG images instead of bitmap images (JPEG, TIFF, PNG, and GIF).
    Let me know if I can help you further.

    Regards,
    Mahesh

    in reply to: Improvement responsive.css #87670
    Mahesh
    Participant

    @ericmuc: Its kinda strange, earlier when I checked your site having all of the above code above in Custom CSS, the widget seem to be sticking out to left iat 560px to 481px (causing design issue) and now you’ve removed it (as per my suggestion), causing design issue as in the image link you’ve provided. Please use the Custom CSS that you’ve put earlier and this design issue will be fixed. May be a cache problem in mine earlier.
    Let me know if any trouble.
    Sorry of the inconvenience.

    Regards,
    Mahesh

    in reply to: Full width slider #87666
    Mahesh
    Participant

    @ospriya: There plenty of differences and similarities in these two themes. Following differences can be pointend out:
    Catch Adaptive Pro:
    1. Full width Layout theme
    2. Full width fixed header menu
    3. Full width Slider
    4. Full width Footer
    5. Masonry layout blog page

    Catch Responsive Pro:
    1. Boxed Layout theme
    2. Fixed width header menu
    3. Fixed width Slider
    4. Fixed width Footer
    5. Normal Blog list

    You can find more details on the link below:
    Catch Adaptive Pro: https://catchthemes.com/themes/catch-adaptive-pro/
    Catch Responsive Pro: https://catchthemes.com/themes/catch-responsive-pro/

    For just hiding date on meta-data, go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS:

    #content .entry-meta .posted-on {
        display: none;
    }

    Regards,
    Mahesh

    in reply to: Improvement responsive.css #87664
    Mahesh
    Participant

    @ericmuc: Checked your site and the margin left in your Custom CSS is working fine correctly (reflecting as it should on the front end). But as I checked, I think you can remove the middle one media rule i.e. the below code:

    @media screen and (max-width: 560px) {
    	#secondary .widget {
    		margin-left: -20px;
    		padding: 10px 4%;
    		width: 91%;
    	}
    }

    It is causing some design issue when viewed at width 560px to 481px. Other is working fine as it should.
    Let me know if any problem.

    Regards,
    Mahesh

    Mahesh
    Participant

    @karbasetti: We tried to contact you through email but it says “Delivery to the following recipient failed permanently”, you can send us your email or a/c details to our email privately.
    Let me know if any trouble.

    Regards,
    Mahesh

    in reply to: Hiding Masthead to Breadcrumb per page #87661
    Mahesh
    Participant

    @calsurance: For the given page, you’ll just have to do a slight change and it will fix the issue. Please use the following CSS:

    .page-id-331 #masthead, 
    .page-id-331 .nav-primary, 
    .page-id-331 #breadcrumb-list {
        display: none;
    }

    Note: Your variant in second one didn’t work because nav-primary is class not id so we have to use .(dot for class) instead of #(hash for id).
    Hope this helps.

    Regards,
    Mahesh

    Mahesh
    Participant

    @karbasetti: We’ll need to check with your server to see what it the problem. We will contact you through email.

    Regards,
    Mahesh

Viewing 20 posts - 4,101 through 4,120 (of 4,916 total)