Forum Replies Created

Viewing 20 posts - 11,701 through 11,720 (of 12,035 total)
  • Author
    Posts
  • in reply to: Services Section in Decree Pro Theme #133484
    Skandha
    Participant

    @benderpc: If you are using Essential Content Type Plugin you can insert shortcodes into post or pages where you want to display services section. Check out the link to how you can display services using shortcodes.

    Let me know if you’re still having difficulty displaying services section.
    Regards,
    Skandha

    in reply to: Custom Social Icons specifications #133483
    Skandha
    Participant

    @violetde: Please remove the custom social link and the image you have used for the yelp social link.
    Go to => Appearance => Customize => Social Links => Social Link => go to the last option Link and insert the link to yelp for which you want the yelp social icon.

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

    .widget-wrap a[href*="https://www.yelp.com/biz/mi-box-moving-and-mobile-storage-of-dallas-dallas"]::before {
        content:'\f1e9';
    }

    After the adding the css the social links should appear in the following manner:
    https://www.dropbox.com/s/i2huaduqlvg1o8c/Screenshot-2018-3-15%20Support%20%E2%80%93%20Just%20another%20WordPress%20site.png?dl=0

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

    in reply to: Page builder #133439
    Skandha
    Participant

    @cassyput: Yes page builders like Elementor can be used with our themes but we can’t guarantee for compatibility as we have not tested for it.

    Let me know if you come across any issues.

    Regards,
    Skandha

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

    @cjcjcreativedesign-com: It is not possible to view the sub-menu items on the first click and follow the link of the page on the second click using additional CSS. If you really want this I suggest you to hire a customizer.

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

    in reply to: Mobile User Experience #133418
    Skandha
    Participant

    @petegwebmaster: You can increase the size of the top left corner menu if that is what you want.
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #mobile-header-left-menu #header-left-menu {
    	font-size:35px;
    }

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

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

    @rkolanup: Can you tell me which version of IE you are using?

    Regards,
    Skandha

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

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

    td {
        background:unset !important;
    }

    There is no recommended size for a background image as such. I think anything around 1920*1080px or smaller with 16:9 aspect ratio would look good for a custom full screen background.

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

    in reply to: Editing Footer to remove theme name/author #133410
    Skandha
    Participant

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

    #footer-right-content {
       display:none;
    }

    Let me know if this works out.

    Regards,
    Skandha

    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

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