Forum Replies Created

Viewing 20 posts - 11,901 through 11,920 (of 12,035 total)
  • Author
    Posts
  • 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

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

    @jebernier: You did not post your site URL. Please post in your site URL.

    Regards,
    Skandha

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

    @petegwebmaster: Yes, these codes work for all mobile, tablet and PC. If you have any problem regarding this let me know.

    You can have different background images for different pages. Yes you will need to reference page ids and post ids. If you have any problem doing it you can tell me the page where you want to have the background images, i will provide you with the necessary CSS Codes.

    Let me know if you have anymore issues!

    Regards,
    Skandha

    in reply to: Top White Strip removal #132044
    Skandha
    Participant

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

    #masthead {
       display: none;
    }

    Let me know if this solves your issue!

    Regards,
    Skandha

    in reply to: How to translate credits line in the footer? #132042
    Skandha
    Participant

    @pharaoh_tr: Our themes are translation ready but I do not think Turkish Translation file is available for Decree Free Theme. To translate those texts, you need to add Turkish language file tr_TR.po which you can get by renaming the decree.pot file in languages folder.
    Then, just open that file from free software from http://poedit.net/ and check for Posted on, change that and save it. It should work. You can also add other translations there as well.
    You can send us the translated .po file and we will add it in our theme with you as a contributor for the translation.

    Let me know if this solves your issue!

    Regards,
    Skandha

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

    @vasikk: If you want to hide the author name and permalink Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #colophon .powered {
        display:none;
    }

    Let me know if you have anymore issues!

    Regards,
    Skandha

    in reply to: Banner Image sizing #132020
    Skandha
    Participant

    @fireflywebs: Hello there,I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/nepalbuzz/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

    in reply to: How do you modify the phone number #131944
    Skandha
    Participant

    @gracealcantaralaw: Hello there,I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review? https://wordpress.org/support/theme/decree/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

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

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

    /*For header section*/
    #masthead {
        background: url(" ");
    }
    
    /*For promotion headline section*/ 
    #promotion-message {
        background: url(" ");
    }
    
    /*For featured content section*/
    #featured-content {
        background: url(" ");
    }
    
    /*For content section*/
    #content {
        background: url(" ");
    }
    
    /*For footer widget area*/
    #colophon #supplementary {
        background: url(" ");
    }

    Add the image url in between the double quotes.
    Let me know if this solves your issue!

    Regards,
    Skandha

    in reply to: Change color of words in Header Right Widget area #131941
    Skandha
    Participant

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

    .sidebar .textwidget p a, .sidebar .textwidget p {
       color: #000;
    }

    But as you make the text color black and scroll down both the text color and the header background becomes black and you won’t be able to see the text.

    Let me know if you have anymore issues.

    Regards,
    Skandha

    in reply to: Banner Image sizing #131937
    Skandha
    Participant

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

    .custom-header {
        height: 454px;
    }

    If this is not what you want can you please elaborate the issue!

    Regards,
    Skandha

    in reply to: How do you modify the phone number #131899
    Skandha
    Participant

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

    Regards,
    Skandha

    in reply to: remove widgets from pages other than home page #131891
    Skandha
    Participant

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

    .page-id-42 .widget-area {
    	display: block !important;
    }
    #ct-video-embed-7 {
    	display:none;
    }
    #ct-about-9 {
    	display:none;
    }

    Let me know if this solves your issue!

    Regards,
    Skandha

Viewing 20 posts - 11,901 through 11,920 (of 12,035 total)