Forum Replies Created

Viewing 20 posts - 11,881 through 11,900 (of 12,027 total)
  • Author
    Posts
  • in reply to: Homepage image full width on desktop and mobile #132235
    Skandha
    Participant

    @skynet: Glad that the issue is resolved.If it’s not too much trouble, I have a quick request: could you please leave an honest review? https://wordpress.org/support/theme/catch-box/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated.Thanks, and if there’s anything else at all that I can do to help,
    don’t hesitate to let me know.

    Regards,
    Skandha

    Skandha
    Participant

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

    .home #content {
        display: none;
    }

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

    in reply to: Homepage image full width on desktop and mobile #132220
    Skandha
    Participant

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

    @media screen and (min-width:280px) {
        #content .entry-summary img {
    		margin:0;
    		width:100%;
    		max-width:100%;
    
        }
    }

    Let me know if this solves your issue!

    Regards,
    Skandha

    in reply to: Site description over site heading, home page modifying #132205
    Skandha
    Participant

    @sofiadieselcenter: To move site description over site title Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    h2.site-description {
        position:absolute;
        top:10px;
        left:95px;
    }
    .site-title{
        position:absolute;
        top:40px
    }

    To modify your homepage like the demo of Wen Business Pro theme you can follow the link theme-instruction and customize your homepage according to your need. If you have difficulty customizing your site you can always hire a customizer.

    If you want to remove /category/ from the url, follow these two steps:

    Go to Settings >> Permalinks and select Custom and enter: /%category%/%postname%/
    Next set your Category Base to .

    To remove text Category: from the page title you will need to create a child-theme and customize your site. Let me know if you are comfortable with child theme customization.

    Let me know if you have anymore issues!

    Regards,
    Skandha

    in reply to: Business Latest News Widget #132202
    Skandha
    Participant

    Hello @acosta, Can you please post in your site URL.

    Regards,
    Skandha

    Skandha
    Participant

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

    .no-results {
       display:none;
    }

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

    in reply to: Video and Static Banner on Homepage #132200
    Skandha
    Participant

    @jebernier: We have tested it using same video on our systems in Safari and its working fine. Please try disabling all your plugins and see if the problem persists. Also, remove any custom CSS code and try again.
    You can check out the screenshot: https://www.dropbox.com/s/mueluxzgmqgrve0/Screen%20Shot%202018-02-23%20at%2010.42.20%20AM.png?dl=0

    Let me know if this resolves the issue!

    Regards,
    Skandha

    in reply to: Rockstar Theme Mobile issues #132197
    Skandha
    Participant

    Hello @connor1200, I don’t see any background image on your site. Could you please clarify what your issue is.

    Regards,
    Skandha

    in reply to: Home page background images #132196
    Skandha
    Participant

    @petegwebmaster: Please remove the css you used using #main {background:url("");}
    Go to => Appearance => Customize => Additional CSS and add the following CSS.

    #content {
        background: url("http://gaterepairca.com/wp-content/uploads/gate-garage-door.jpg");
        background-position:left top;
        background-size:cover;
        background-repeat:repeat;
        background-attachment:fixed;
    }

    Let me know if this solves your issue!

    Regards,
    Skandha

    in reply to: Disable author and pemalinkin footer #132142
    Skandha
    Participant

    @vasikk: Please post in your site URL.

    Regards,
    Skandha

    in reply to: Home page background images #132128
    Skandha
    Participant

    @petegwebmaster: I’m sorry i was not able to understand you. Please check if the following code is what you want.
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code

    body.page-id-32.custom-background {
    	background:url("http://gaterepairca.com/wp-content/uploads/gate.jpg");
    	background-position:left top;
    	background-size:cover;
    	background-repeat:repeat;
    	background-attachment:fixed;
    }
    
    #content {
    	background: black !important;
    }

    Let me know if you need more changes to be made!
    Regards,
    Skandha

    in reply to: Home page background images #132123
    Skandha
    Participant

    @petegwebmaster: #post-21 is the Automatic Gates post inside Automatic Gates. The previous code you used should work perfectly. Please inside the Automatic Gates page.

    Let me know if you have anymore issues!

    Regards,
    Skandha

    in reply to: Home page background images #132122
    Skandha
    Participant

    @petegwebmaster: #post-21 is the Automatic Gates post inside Automatic Gates page. The previous code you used should work perfectly. Please check inside the Automatic Gates page.

    Let me if you have anymore issues!

    Regards,
    Skandha

    in reply to: Home page background images #132120
    Skandha
    Participant

    @petegwebmaster: It looks like the post id you entered may be incorrect. Can you tell me on which post you want to insert a background image.

    To insert background on the entire page. Go to => Appearance => Customize => Additional CSS and add the following CSS Code

    #page {
       background: url("http://gaterepairca.com/wp-content/uploads/gate-1.jpg");
    }

    Let if know if this solves your issue!

    Regards,
    Skandha

    in reply to: Home page background images #132113
    Skandha
    Participant

    @petegwebmaster: If you have a post with id #post-1 and want to make xyz.jpg as the background image for the post you can add the following Custom CSS.

    #post-1 {
        background: url("xyz.jpg");
    }

    Let me know if you have any other issues!

    Regards,
    Skandha

    in reply to: Struggling with setting up a Blog page on a static Website #132112
    Skandha
    Participant

    @luismarioochoa: Your homepage has Catch Box Pro Theme activated whereas your blog page has a different theme twenty sixteen theme activated. Please check your web server, it looks like there is a new wordpress installation inside your /blog folder.

    Let me know if the issue is resolved.

    Regards,
    Skandha

    in reply to: homepage overlapping issue #132104
    Skandha
    Participant

    @rambb1: You don’t seem to be using our theme. This support forum is for themes and plugins by Catch Themes only. Please post your issues in the respective theme support forum.

    Regards,
    Skandha

    in reply to: homepage overlapping issue #132102
    Skandha
    Participant

    @rambb1: Please post in your site URL.

    Regards,
    Skandha

    in reply to: Video and Static Banner on Homepage #132101
    Skandha
    Participant

    @jebernier: You seem to have uploaded the header media video in .mov format which is not the recommended format. Re upload the video in .mp4 format. A static image flashes before the video starts because the video takes a small amount of time to load.

    Let me know if you have anymore issues!

    Regards,
    Skandha

    in reply to: Banner Image sizing #132099
    Skandha
    Participant

    @fireflywebs: Thank you for your appreciation. Have a good day!

    Regards,
    Skandha

Viewing 20 posts - 11,881 through 11,900 (of 12,027 total)