Forum Replies Created

Viewing 20 posts - 11,701 through 11,720 (of 12,027 total)
  • Author
    Posts
  • in reply to: Mobile User Experience #133409
    Skandha
    Participant

    Hello @petegwebmaster, This is not a theme-related issue. I would more than happy to help you if you have any theme related issues.

    Regards,
    Skandha

    in reply to: How to add contact form in our 'contact' page. #133407
    Skandha
    Participant

    @tmurthy: Glad I could help you out. Have a good day.

    Regards,
    Skandha

    in reply to: Featured Images showing on posts #133406
    Skandha
    Participant

    @fireflywebs: Yes, To use the layout option(show full content-no feature image) you will need to add a featured image, only then the option will work.

    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
    To mend the distorted image

    .has-post-thumbnail .archive-post-wrap img {
        width:unset;
    }

    To use the (show full content-no feature image) option you will need to insert a feature image while editing your posts. If you insert images using other ways the layout option won’t effect those images.

    Is there a way to hide them from posts and pages, and have the images within the post content show up instead.
    Can you elaborate what you mean by this?

    Again to use the single post/page image layout option you will need to insert a featured image to a post or page. You seem to have directly added image to your post/page using add media option. To make use of layout option use featured image option which lies to lower right while editing a post or page.

    Let me know if this solves your issue.

    Regards,
    Skandha

    in reply to: Featured Pages Columns #133401
    Skandha
    Participant

    @fireflywebs: There is option to select up to 4 columns in the featured content layout option. If you want the featured content layout to be 5 columns you will need to do a lot of customization using a child theme. For this purpose i suggest you to hire a customizer.

    Regards,
    Skandha

    in reply to: Change Footer font color #133365
    Skandha
    Participant

    @donadonatoearthlink-net: To update the theme
    You’ll need to first download the theme from https://catchthemes.com/my-account/page. Then install Catch Web Tools plugin and activate Catch Updater Module. https://wordpress.org/plugins/catch-web-tools/
    Please check the tutorial video in the link below:
    https://www.youtube.com/watch?v=W95SuabDZi8

    Let me know if you’re still having difficulties updating the theme.

    Regards,
    Skandha

    in reply to: Collapse mobile menu on Catch Reponsive Pro #133364
    Skandha
    Participant

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

    To show the third level menu only on hover.

    .sidr ul li ul li ul {
    	display:none !important;
    }
    .sidr ul li ul li:hover ul {
    	display:block !important;
    }

    Let me know if you want the menu to expand when clicked rather than on hover.

    Let me know if this solves your issue.

    Regards,
    Skandha

    in reply to: Change Footer font color #133361
    Skandha
    Participant

    Hello @donadonatoearthlink-net, Are you comfortable providing me your admin credentials so that i can login into your site and look into the issue?

    Let me know if you’re comfortable so that i can contact you through email.

    Regards,
    Skandha

    in reply to: How to add contact form in our 'contact' page. #133360
    Skandha
    Participant

    @tmurthy: Go to => Dashboard => Contact => Add new => You will see a predefined sample form. All you need to do is edit the form with your requirement. Once you’re done creating a form save it. You will get a shortcode below the contact form title as soon as you save the form. You can paste that shortcode to post or pages where you want to display the contact form.

    Let me know if you still have problems creating a form. I will guide you.

    Regards,
    Skandha

    in reply to: main menu wrapping when 2 column layout used #133359
    Skandha
    Participant

    @mike404: It’s difficult to know what your issue really is without having a look at your site. Can you post your URL when your site is ready? I’ll be more than happy to help.

    Regards,
    Skandha

    in reply to: Title, Menu, Text colors #133358
    Skandha
    Participant

    @luismarioochoa: You have set a background image with 682px height and width so it does not full cover the screen. So the background automatically gets adjusted when you change the width or height of the screen. And the background on the phone and desktop looks different because their height differs. I think there is little you can do about this.

    About the bottom mobile menu
    Have you inserted any menu items do the menu? I don’t see any menu items.

    Regards,
    Skandha

    in reply to: Additional css is not working on IE browser #133356
    Skandha
    Participant

    @rkolanup: This maybe due to your browser cache. Clear your browser cache and try again.

    Let me know if the issue persists.

    Regards,
    Skandha

    in reply to: Changing Font Size #133355
    Skandha
    Participant

    @benderpc: To change the font size of different elements you will need to add a bit of CSS Code.
    To increase font size of the tagline
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .site-description {
        font-size:20px;
    }

    You can change the font-size:”value” according to your requirement.
    Let me know if this solves your issue.

    Regards,
    Skandha

    in reply to: Logo – size and centre #133322
    Skandha
    Participant

    @sazerelli: Since you want the logo to be bigger than it’s original size the resolution of the logo has decreased.

    Let me know if you have anymore issues.

    Regards,
    Skandha

    in reply to: Adding Video to Header #133319
    Skandha
    Participant

    @tmurthy: Have a good day!

    Regards,
    Skandha

    in reply to: Align logo to the title #133314
    Skandha
    Participant

    @gruis28: Glad the issue is resolved. Have a good day.

    Regards,
    Skandha

    in reply to: Adding HTML geo tags to website #133311
    Skandha
    Participant

    @vikas: Please check out the following plugin.

    Let me know if this does the work for you.

    Regards,
    Skandha

    in reply to: slideshow with audio #133310
    Skandha
    Participant

    @hollyehrocketmail-com: The audio control bar starts only after the video content so it does not block any content. You cannot decrease the height of it but you can remove the whole bar if you want. Let me know what you would like to do.

    Regards,
    Skandha

    in reply to: Logo – size and centre #133309
    Skandha
    Participant

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

    @media screen and (min-width:1023px) {
    	.custom-logo-link img {
    		width:12%;
    		max-height:200px !important;
    	}
    }

    Let me know if this solves your issue!

    Regards,
    Skandha

    in reply to: Adding Video to Header #133308
    Skandha
    Participant

    Hello @tmurthy, I think I found a better solution for your issue.

    Go to => Appearance => Customize => Additional CSS and the following CSS Code.

    @media screen and (min-width:64em) {
    	.has-header-video .custom-header-media {
    	min-height:450px;
    	}
    }
    #wp-custom-header-video {
    	object-fit:cover;
    }

    Let me know if this works out for you.

    Regards,
    Skandha

    in reply to: Title, Menu, Text colors #133300
    Skandha
    Participant

    @luismarioochoa: To get rid of the white line
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #mobile-footer-menu {
    	border:none;
    }

    To correctly set primary menu as sticky menu
    Go to => Dashboard => Settings => myStickymenu => Change the Sticky Class to .nav-primary and save changes.

    Let me know if this solves your issue!

    Regards,
    Skandha

Viewing 20 posts - 11,701 through 11,720 (of 12,027 total)