Forum Replies Created

Viewing 20 posts - 9,241 through 9,260 (of 14,504 total)
  • Author
    Posts
  • in reply to: AMAZON #18760
    Sakin
    Keymaster

    @terra: You can use options page sidebar for that particular page and add it.

    in reply to: Installation of Ad Widgets #18759
    Sakin
    Keymaster

    @terra: Can you select sidebar on those product page. If not then you need to use plugin for that. Search plugin in wordpress.org/plugins

    in reply to: Header and right header match up #18758
    Sakin
    Keymaster

    @Ralph177: You need to add both the ads in Header Right Sidebar. Remove the ads from Header Top Sidebar. Then add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #sidebar-header-right .widget_catchbox_adwidget { margin-botton: 0; }

    in reply to: Replace Featured Slider with Video (Embedded) #18755
    Sakin
    Keymaster

    @ianroach: There in no option to do that. You need to build Child Theme and replace slider with the video.

    in reply to: Header Sidebar CSS #18754
    Sakin
    Keymaster

    @Graham: You need to remove the following CSS from your Custom CSS:

    #header-right.header-sidebar.widget-area {
        height: 10px;
    }
    #header-right.header-sidebar.widget-area {
        margin-bottom: 0;
        padding-top: 10px;
    }
    #text-2.widget.widget_text {
        height: 5px;
    }

    Then add the following CSS in your Custom CSS
    #text-2.widget.widget_text { margin-bottom: 0; }

    in reply to: Navigation Borders #18752
    Sakin
    Keymaster

    @Graham: try using hexadecimal color code in CSS. So, your Custom CSS can be as.
    #header-menu ul.menu { border-top: 3px solid #fff; }

    in reply to: Header and right header match up #18751
    Sakin
    Keymaster

    @Ralph177: Sorry I don’t understand what you mean. Can you explain please or share screenshot showing what you want.

    in reply to: Sidebar at bottom of main page, need on right #18750
    Sakin
    Keymaster

    @panselli: Can you post in your site URL and then I can check in.

    in reply to: Remove search and align both header sidebar #18749
    Sakin
    Keymaster

    @bossydsmom: Please post in your site URL?

    in reply to: page numbers #18735
    Sakin
    Keymaster

    @Ralph177: Sorry I don’t know about your detail customization that you have done in the site. So, for this you need to hire customizer to work on it.

    in reply to: Social Icons #18734
    Sakin
    Keymaster

    @Graham: When I check in your site. The social icons are looking perfect. If you want to change the social icon image then you need to replace the image from your image directory in your theme directory.

    in reply to: No changes in css code possible? #18733
    Sakin
    Keymaster

    @AnnaLena: For Institut Banner Image, just add the following CSS in “Appearance => Theme Options Custom CSS” box.

    .page-id-2 #main { padding-top: 0; }
    #bannerbild {
        margin-left: -40px;
        margin-right: -40px;
    }
    @media screen and (min-width: 1190px) {
    #bannerbild {
        margin-left: -50px;
        margin-right: -50px;
    }
    }
    @media screen and (max-width: 1060px) {
    #bannerbild {
        margin-left: -30px;
        margin-right: -30px;
    }
    }

    For font embed, it bit problematic. You need to build child theme and add font and then embed it. You cannot do it directly. So, the best option will be to use the Font Plugin. Search the plugin in wordpress.org/plugins

    in reply to: Simple Catch – Page Title – remove as link #18732
    Sakin
    Keymaster

    @agermanucf: People will use pages in the page and post. So, if you want to link back to the main page then the title is useful. You can add the following CSS in “Appearance => Theme Options => Custom CSS” to hide the title only from the pages.
    .page .entry-title { display: none; }

    Sakin
    Keymaster

    @Markus: Can you try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.

    @media screen and (min-width: 961px) {
    .widget.widget_hybridconnect_widget { margin-top: -12px; padding-top: 0; }
    }
    in reply to: Additional Social Media Link #18713
    Sakin
    Keymaster

    @JamieNovak: That will be possible only by custom coding and building child theme. So, better use plugin which have social icons with email me or you can hire customizer to build child theme and add it.

    in reply to: My own CSS file #18712
    Sakin
    Keymaster

    @JamieNovak: Sorry when you are posing your long codes. Please use either pastebin.com or gist.github.com and paste in the link here. It will be easier to read code that way.

    About your Captcha. You need to check in with your Captcha Plugin and Script. This is not a theme related issue and sorry we will not be able to find it. So, please post in that captcha or newsletter support forum.

    in reply to: Remove search and align both header sidebar #18711
    Sakin
    Keymaster

    @Ralph177: Ok thanks for your information.

    in reply to: How to Center Post & Page Titles #18709
    Sakin
    Keymaster

    @Charles: It would have been easy if you have posted in your site URL. So, now I am guessing that you are using Catch Evolution theme and wanted to center post and page titles. For that can you try adding in the following css in “Appearance => Theme Options => Custom CSS” box.
    .entry-title { text-align: center; }

    in reply to: menubar padding #18708
    Sakin
    Keymaster

    @chukarnold: Can you try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #header .bottom-bg { padding-top: 0; }

    in reply to: Simple Catch – Page Title – remove as link #18707
    Sakin
    Keymaster

    @agermanucf: If you want to remove link from your page title then you need to build child theme and then create a functions.php file and then copy the function
    simplecatch_loop() from simplecatch_functions.php file and edit it.

Viewing 20 posts - 9,241 through 9,260 (of 14,504 total)