Forum Replies Created

Viewing 20 posts - 4,461 through 4,480 (of 14,504 total)
  • Author
    Posts
  • Sakin
    Keymaster

    @Omar: Many of the plugin uses hook <?php wp_head(); ?> which will be there in header.php before <body> tag and hook <?php wp_footer(); ?> which will be there in footer.php after </body> tag. If you homepage template, look like it’s missing <?php wp_footer(); ?> hook for reference check out footer.php file.

    in reply to: Background color on older browsers #54303
    Sakin
    Keymaster

    @Omar: You can W3 Total Cache plugin installed. So, you need to clear your Cache from W3 Total Cache plugin settings after you make the changes. Your site has green background in all browser and devices. You are experiencing different because of cache. You can change that background color from “Appearance => Theme Options => Color Options => Site Color Options” and click on “Site Background Color”. Change it as per your need and then don’t forget to clear your cache.

    in reply to: Responsive Element still active #54302
    Sakin
    Keymaster

    @lisan955: After you remove that you browser will only show responsive element but when you check from mobile devices it shouldn’t who mobile version. It will show as there must be Responsive Style in your style.css. So, you can build child theme and don’t enqueue parent theme style.css and just copy the style.css in yoru child theme before this element

    /*--------------------------------------------------------------
    Responsive Style
    --------------------------------------------------------------*/

    So, everything after this should be deleted.

    in reply to: Search Box #54301
    Sakin
    Keymaster

    @Omar: Sorry, this is beyond the scope of Theme. We are not allowed to modify the core elements of WordPress. So, as I said previous. It falls under plugin territory. You either need to search fro plugin to modify it or you need to create child theme and customize the search searchform.php

    in reply to: Social Media Widget Alignment #54272
    Sakin
    Keymaster

    @Patrice: NICE 🙂

    in reply to: Can't change background color #54265
    Sakin
    Keymaster

    @John: Need to check in your site as it’s working fine in our test site.

    in reply to: Changing Polylang switcher widget display #54262
    Sakin
    Keymaster

    @Steve: try adding in the following css in “Appearance => Theme Options => Custom CSS” box:
    .header-sidebar .widget_polylang li { display: inline-block; }

    Sakin
    Keymaster

    @Laura Pio: Yes, you can remove/edit that from “Appearance => Customize => Theme Options => Footer Editor Options” in Full Frame Pro theme. See the theme instructions page at http://catchthemes.com/theme-instructions/full-frame-pro/

    in reply to: Can't change background color #54256
    Sakin
    Keymaster

    @John: You can change that from your basic color option. Change that background color and click on “Save and Publish”. If you want your default color back then you can just click on that element “Select Color” and then it will show color picket and in the right you will see “Default”. Click on Default and “Save and Publish”.

    in reply to: Create different front pages by author #54255
    Sakin
    Keymaster
    in reply to: Advice on interesting page design? #54254
    Sakin
    Keymaster

    @shellfish_tracker: In Featured Content, you can add any number of content. You can change that from “Appearance => Customize => Featured Content Options => Featured Content Type”, after you choose type, you will see “No of Featured Content”, you can add up to 20. So, change that and click on Save and Publish. After that you can refresh your browser or reload the customizer again “Appearance => Customize => Featured Content Options => Featured Content Type” and add in more content.

    You can enable this featured content only in Homepage or Entire Site. For that go to “Appearance => Customize => Featured Content Options => Featured Content Settings” and change “Enable Featured Content on”.

    in reply to: Eliminating White Space on Side and Under Graphic #54253
    Sakin
    Keymaster

    @alphaxyz: Post in your site URL so that I can check in and send you css.

    in reply to: Removal of White Space Above Header #54222
    Sakin
    Keymaster

    @Jan Deelstra: For your header space, you need to add the following cs sin “Custom CSS” box:
    #header-content { padding: 0 ; }

    in reply to: Removal of White Space Above Header #54221
    Sakin
    Keymaster

    @tcurran: You need to add in background image like following css. So, it depends on the css.

    #header-content {
        background: transparent url(http://i.imgur.com/vEm7H2J.png) no-repeat;
    }
    in reply to: "submit" button in mailchimp naked form invisible #54220
    Sakin
    Keymaster

    @cosmiccarletti: That sign up button in “Join Natures Grace Emails” widget is showing fine when I check in. Can you refresh your browser and check in.

    in reply to: Gradient page background instead of solid color #54219
    Sakin
    Keymaster

    @kyle: Yes, thanks 🙂

    Sakin
    Keymaster

    @Laura Pio: looks like it’s issue in older version of iPhone as I don’t have issue in my iPhone. So try adding in the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    @media screen and (max-width: 319px) { #logo-icon { width: 55%; } }

    Did you wait for site to load fully and click on menu.

    in reply to: Slider Image Text #54215
    Sakin
    Keymaster

    @allene1218: That is called “Featured Page Slider” and you can add your own slider image, text and content. For that first you need to create page and add in Featured image in your page. Then go to “Appearance => Customize => Featured Slider Options => Featured Slider Type” and select “Featured Page Slider” and then you can just select the pages where you have added in featured image. Now, it will display you page title, content and featured image.

    If you want to disable the slider completely then go to “”Appearance => Customize => Featured Slider Options => Featured Slider Settings” and in Enable Slider on, you need to choose “Disabled” and save change.

    But if you just want to hide the text in the slider, then you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
    #feature-slider .entry-container { display: none; }

    in reply to: Remove page and sidebar on home page #54214
    Sakin
    Keymaster

    @Mac: The URL you have posted in is not using Catch Responsive theme so bit confused on css to give. But if you want to remove the content are in Homepage then you should be adding the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
    .home .site-content { display: none; }

    in reply to: duplicate image #54211
    Sakin
    Keymaster

    @Claudio: Yes for that you need to create pt_BR.po and pt_BR.mo files using http://poedit.net/ free software. I have compile file for you and I will email you.

Viewing 20 posts - 4,461 through 4,480 (of 14,504 total)