Forum Replies Created

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

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

    @gracealcantaralaw: Go to => Appearance => Customize => Theme Options => Header Right Option and you can edit the number under Call Number and the text under Call Text.

    Let me know if this solves your issues.

    Regards,
    Skandha

    in reply to: How to add adsense beside header image (right side) #131846
    Skandha
    Participant

    @clint23: You can add an adsense ad using the Custom Html widget in the available widget areas. I’m afraid you cannot add an adsense ad beside the header image.

    Let me know if you have anymore issues.

    Regards,
    Skandha

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

    @wednesdaycall: Yes, that is possible. Please tell me which widgets you want to remove and on which pages?

    Regards,
    Skandha

    in reply to: Banner Image sizing #131841
    Skandha
    Participant

    @fireflywebs: Please post in your site url and i will provide you with the necessary additional css.

    Regards,
    Skandha

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

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

    body:not(.home) .widget-area {
         display:none;
    }

    Let me know if this solves your issue!

    Regards,
    Skandha

    in reply to: Feature Content Section | High Responsive Pro #131740
    Skandha
    Participant

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

    #featured-content-section .hentry-inner {
    	border: 5px solid black;
     
    }

    Let me know if this solves your issue!

    Regards,
    Skandha

    in reply to: HELP!! Remove Background from Single Post Pages #131689
    Skandha
    Participant

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

    Regards,
    Skandha

    in reply to: HELP!! Remove Background from Single Post Pages #131686
    Skandha
    Participant

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

    .post-template-default.single.single-post {
          background:none;
    }

    Let me know if this solves your issue!

    Regards,
    Skandha

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