Forum Replies Created

Viewing 20 posts - 21 through 40 (of 4,922 total)
  • Author
    Posts
  • in reply to: Adding HTML geo tags to website #133362
    Mahesh
    Keymaster

    @vikas: As @skandha has mentioned, it is not recommended to edit theme code as you will lose all the changes when the theme is updated. The best alternative is to use a Child theme instead.
    And as for the issue you are currently having, the feature you are seeking falls beyond the theme support scope. I recommend you to hire a customizer.

    Regards,
    Mahesh

    in reply to: Remove padding around widgets & content #132427
    Mahesh
    Keymaster

    @barbidol31: The above code is theme specific and is for Clean Box Pro. It won’t work on other themes. And this support forum is for themes and plugins by CatchThemes only. Please contact your theme author/support for the CSS code, hope they’ll help you.

    Regards,
    Mahesh

    in reply to: Hiding 'Home' #131829
    Mahesh
    Keymaster

    @fireflywebs: Add the following CSS:

    .home #content #main .entry-header {
    	display: none;
    }

    Regards,
    Mahesh

    in reply to: Copyright #130096
    Mahesh
    Keymaster

    @umerumerali0gmail.com: I don’t understand what you mean by nulled themes and why you are using it. Chicago theme is GPL theme and you can download it for free and use it.
    https://wordpress.org/themes/chicago/

    Regards,
    Mahesh

    in reply to: How to put Site Title text on top of Herder Image? #129916
    Mahesh
    Keymaster

    @gweng: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    @media screen and (max-width: 480px) {
        #site-title {
            font-size: 20px;
            line-height: 20px;
        }
        #site-description {
            font-size: 15px;
            line-height: 20px;
        }
    
        #header-content {
            padding: 10px 0;
        }
    }

    Regards,
    Mahesh

    in reply to: Building Real Estate Website #129888
    Mahesh
    Keymaster

    @petegwebmaster: Replace the above with the following CSS:

    @media screen and (min-width: 481px) {
        #supplementary.two .widget-area {
            width: 50%;
        }
    }

    Regards,
    Mahesh

    in reply to: Infinite scroll does not work #129815
    Mahesh
    Keymaster

    @avatejo: Please use our Catch Infinite Scroll plugin.
    https://wordpress.org/plugins/catch-infinite-scroll/

    Regards,
    Mahesh

    in reply to: Background Image Only on Homepage #129174
    Mahesh
    Keymaster

    @frej-martin: Please post in your site url. Could you please clarify more.
    For page id, please use Catch IDs plugin:
    https://wordpress.org/plugins/catch-ids/

    I don’t get the following line:
    And for the background image URL, if I have uploaded it to my media, should I ID it exactly as the image file?

    Regards,
    Mahesh

    in reply to: Rockstar theme #129167
    Mahesh
    Keymaster

    @thegrasslers: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    .social-icons li {
        vertical-align: middle;
    }

    Regards,
    Mahesh

    in reply to: Background color articles etc. #128983
    Mahesh
    Keymaster

    @ackitaga: What actually do you want to change to black?

    Regards,
    Mahesh

    in reply to: Rockstar theme #128748
    Mahesh
    Keymaster

    @svguitar: Custom Social Icons is provided so that user may add the desired social icons that are not available by default in the theme. Its same as the social icons, you’ll need to add the custom logo. Let me know if any problem.
    If you desire to make vk.com available to the theme itself by default, I recommend you to hire a customizer.

    Regards,
    Mahesh

    in reply to: Rockstar theme #128635
    Mahesh
    Keymaster

    @svguitar: Add the following CSS:

    .background-image {
        background-attachment: scroll;
        background-repeat: no-repeat;
    }

    Regards,
    Mahesh

    in reply to: Rockstar theme #128623
    Mahesh
    Keymaster

    @svguitar: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    .background-image {
        background-size: contain;
    }

    Regards,
    Mahesh

    in reply to: How do ECT: Services and ECT: Featured Content tab works? #128388
    Mahesh
    Keymaster

    @victoralejandrobr: The ECT tabs options that you are seeing is from the plugin. Seems you’ve installed the ECT plugin. The Plugin provides four Custom Post Types support “Featured Content”, “Portfolio”, “Services” and “Testimonials”. The theme supports Featured Content and Portfolio and you can manage theme with the customizer. As for Services and Testimonials, you’ll need to use shortcodes as follows:
    For Services:
    [services display_types="true" display_tags="false" columns="2" showposts="10" orderby="title"]

    For Testimonials:
    [testimonials columns="2" showposts="10" orderby="title"]

    For details, please check the link below:
    https://catchthemes.com/wp-plugins/essential-content-types/

    Regards,
    Mahesh

    in reply to: Change position of site-info #128185
    Mahesh
    Keymaster

    @rwilkin: Add the following CSS to remove the thin black line above the menu section.

    .site-header-menu {
        border-top: 0;
    }

    Regards,
    Mahesh

    in reply to: Padding on the sides… #128184
    Mahesh
    Keymaster

    @jonathankobz: Please remove the previous CSS I’ve provided and use the following:

    .wrapper {
        max-width: 960px;
    }
    
    @media screen and (min-width: 900px){
    	#primary {
        		width: 70%;
    	}
    
    	.sidebar.sidebar-primary.widget-area {
        		width: 30%;
    	}
    }

    Regards,
    Mahesh

    in reply to: Padding on the sides… #128171
    Mahesh
    Keymaster

    @jonathankobz: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    .wrapper {
        max-width: 1200px;
    }

    Regards,
    Mahesh

    in reply to: Change position of site-info #128169
    Mahesh
    Keymaster

    @rwilkin: Go to Dashboard=> Appearance=> Customize=> Custom CSS box and add the following CSS:

    .site-info {
        margin-top: 10px;
    }
    .site-header-menu {
        border-top: 1px solid #333;
    }

    Regards,
    Mahesh

    in reply to: Padding on the sides… #128155
    Mahesh
    Keymaster

    @jonathankobz: Where actually do you want it? On the header or the content? Could you please show with an image?

    Regards,
    Mahesh

    in reply to: Change position of site-info #128154
    Mahesh
    Keymaster

    @rwilkin: Please post in your site url.

    Regards,
    Mahesh

Viewing 20 posts - 21 through 40 (of 4,922 total)