Forum Replies Created

Viewing 20 posts - 9,421 through 9,440 (of 14,500 total)
  • Author
    Posts
  • in reply to: not display site with IE #18175
    Sakin
    Keymaster

    @web-automobile: Sorry but you need to consider hiring developer to work for you. As our default theme works fine in IE but your customize site doesn’t work and I am having difficulty debugging it.

    in reply to: Bug in the theme? #18174
    Sakin
    Keymaster

    @Peter: Yes it was custom social icon issue. But when I check in your site now it looks file.
    Otherwise, you can remove that custom social icon and add that flag image and link from Text Widget to the header right sidebar.

    in reply to: Slider in header #18173
    Sakin
    Keymaster

    @Betty: You can not supposed to add the function in Child Theme directly as this function is added through action hook and to make changes you need to do it from action hook. I don’t know why you need to adjust this function. If you are trying to change the image then you can change it from “Appearance => Header”.

    Now you need to delete your child theme from FTP or Hosting Control panel.

    in reply to: Search box #18172
    Sakin
    Keymaster

    @rbrt_bene: Yes let me know what you want to do it with your reference to your site URL.

    in reply to: How to make spacing between paragraphs smaller #18171
    Sakin
    Keymaster

    @insanelydivine: I see that you have removed the border that is why it is showing big gap. You can add the following CSS in “Appearnace => Theme Options => Custom CSS” box.

    #content article {
        margin-bottom: 0;
        padding-top: 0;
    }
    in reply to: Formatting Footer text #18170
    Sakin
    Keymaster

    @brooklynfunbus: You can add the text from Text Widget in the Footer Sidebar.

    You can add the following CSS in “Appearance => Theme Options => Custom CSS” box to adjust the font size.
    #footer-sidebar .widget-title { font-size: 14px; }

    in reply to: Replace Header Picture With HTML Code #18163
    Sakin
    Keymaster

    @Jeff: Sorry your question is not clear. So, can you explain with reference to your site URL.

    in reply to: How to reduce comment whitespace and font size #18162
    Sakin
    Keymaster

    @youngwings: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    .comments-title {
        margin-bottom: 15px;
    }
    .comments-area article {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .comments-area article header {
        margin-bottom: 10px;
    }
    .comments-area article p {
        margin-bottom: 10px;
    }
    in reply to: Replace Header with my png to match site. #18160
    Sakin
    Keymaster

    @jatco: Sorry, I don’t understand your question properly. Do you mean to change the entire header that is grey background with your own image. Then first you need to upload the image in your site and then add the following CSS in “Appearance => Theme Options => Custom CSS” box. In the following CSS replace the text Your Image URL with the image url

    #header {
        background-image: url("Your Image URL");
    }
    in reply to: theme update process #18159
    Sakin
    Keymaster

    @cowboy-mike: Yes, you can either update the theme from WP Admin or from FTP. But works fine and it will not effect your custom CSS and theme settings.

    in reply to: Bug in the theme? #18158
    Sakin
    Keymaster

    @Peter: It looks like the image you uploaded for custom social icon is small http://erp-training.nl/sap/wp-content/uploads/2013/12/ukflagW30.gif . You need to upload image with minimum 40px width and 40px height.

    in reply to: Mobile Drop Down menu in Arabic #18157
    Sakin
    Keymaster

    @blackkeys: Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #header-right { clear: both; }

    in reply to: How To Change "Continue Reading" text? #18156
    Sakin
    Keymaster
    in reply to: W3c validation #18154
    Sakin
    Keymaster

    Hi Pawel,

    Looks like you have issue with the translation .mo and .po file. All confused as it validate in our site. So, I have disable that again.

    Regards,
    Sakin

    in reply to: not display site with IE #18135
    Sakin
    Keymaster

    @web-automobile: For Facebook open graph, it is best recommended to use plugin.

    in reply to: Headline Font #18134
    Sakin
    Keymaster

    @Oceani5: You cannot change only for Menu. You can change the font from “Appearance => Theme Options => Font Family Options”.

    in reply to: How To Change "Continue Reading" text? #18123
    Sakin
    Keymaster

    @Jaime: Check your footer.php file for

    <?php 
    /** 
     * catchevolution_site_generator hook
     *
     * @hooked catchevolution_footer_social - 10
     * @hooked catchevolution_footer_content - 15
     */
    do_action( 'catchevolution_site_generator' ); ?> 
    in reply to: Header: Logo Display Inline with Sitle Title #18122
    Sakin
    Keymaster

    @Antonio: Thanks 🙂

    in reply to: Read More links leading to 404, then to a Page #18121
    Sakin
    Keymaster

    @Annie: What you have change in the theme. Looks like you have changes the code. Load the default theme and then you can change the permalink structure from “Settings => Permalinks”

    in reply to: Iframe Into theme Footer #18120
    Sakin
    Keymaster

    @julianno: Please post in your Site URL.

Viewing 20 posts - 9,421 through 9,440 (of 14,500 total)