Forum Replies Created

Viewing 20 posts - 2,041 through 2,060 (of 14,491 total)
  • Author
    Posts
  • in reply to: Position of footer widget areas #68046
    Sakin
    Keymaster

    @Isabella: Footer Widgets area the divided in columns. If you only have activate Footer Area One, then you will have 100%. If you have widget in Footer Area One and Two then you will have 50% each in two columns and so on.

    So, first decide how many columns you want and then add widgets accordingly in the Footer Widgets Areas. After that send me your site URL and let me know which one you want on right. For that I will give you custom css.

    in reply to: CSS for menu in sidebar #68045
    Sakin
    Keymaster

    @kurt: I need to know what you want. I am but confused with this. I check in your site and you have implemented the css for your menu in the sidebar. Also you already have border bottom.

    in reply to: Add website made from wordpress into social menu #68041
    Sakin
    Keymaster

    @Pia: It’s your browser cache issue. You can check this screenshot https://dl.dropboxusercontent.com/u/81234910/IMG_6223.PNG

    You can also check from this site which doesn’t cache it http://anonymouse.org/cgi-bin/anon-www.cgi/http://bonitatissue.com/

    in reply to: CSS for menu in sidebar #68011
    Sakin
    Keymaster

    @kurt: do you have screenshot of what you want. If you want whole background

    .widget_nav_menu .menu-demomenu-container { background-color: #003; }

    in reply to: Secondary menu not responsive #68009
    Sakin
    Keymaster

    @vdesc: Catch Evolution Free theme doesn’t have option to enable Secondary and Footer Menu in mobile devices. Sorry this option is there only in pro version.

    in reply to: Change primary menu and title font to Robotic #68001
    Sakin
    Keymaster

    @Isabella: You can add the following css:

    .no-sidebar.full-width .hentry {
        padding-top: 0;
        padding-bottom: 0;
    }
    in reply to: css grids built-in? #67995
    Sakin
    Keymaster

    @Andrew: Sorry we don’t have build in css columns. You can try to use Responsive Columns plugin or Responsive Table plugin. You can search at http://wordpress.org/plugins/

    in reply to: Change primary menu and title font to Robotic #67991
    Sakin
    Keymaster

    @Isabella: You haven’t copied that css properly. There is missing dot before hentry. Replace your css:

    /* Take away the grey
    border */
    hentry, 
    .widget, 
    .no-results, 
    #author-info, 
    #disqus_thread, 
    #content .error404 {
       border: none;
    }

    with the following:

    /* Take away the grey
    border */
    .hentry, 
    .widget, 
    .no-results, 
    #author-info, 
    #disqus_thread, 
    #content .error404 {
       border: none;
    }
    in reply to: Colour of the text of the secondary menu #67986
    Sakin
    Keymaster
    in reply to: Advertising Headline Error #67985
    Sakin
    Keymaster

    @Ralf_St: Ok that’s fine.

    in reply to: Secondary menu not responsive #67984
    Sakin
    Keymaster

    @vdesc: Please post in your site URL and then I can check in the issue.

    in reply to: 'Menu' Not Working Properly on Mobile View #67983
    Sakin
    Keymaster

    @Young: That’s great 🙂

    in reply to: Featured Slider #67963
    Sakin
    Keymaster

    @Pier: Sorry not sure about the development process, I will refer this today. Sorry we missed this thread. Will try to add in next version update.

    For now, can you just use “Featured Category Slider”, so it takes latest posts automatically.

    in reply to: problem with WPML #67962
    Sakin
    Keymaster

    @Dolomie: For Promotion Headline. First, you need to add in your English text and save it. Then you need to go to “String Translation” section in WPML plugin settings and add in other languages for that.

    in reply to: Remove Search option in header. #67959
    Sakin
    Keymaster

    @Paul: Just go to “Appearance => Theme Options => Header Options” and then check in “Disable Header Right Sidebar?” and save changes.

    in reply to: Promotion headline, featured content and WPML #67958
    Sakin
    Keymaster

    @Haydie: Sorry, I haven’t got any email from them. If it was our theme issue then they will contact us. So, I guess its from their side and they are fixing it in plugin updates.

    in reply to: Advertising Headline Error #67957
    Sakin
    Keymaster

    @Ralf_St: Please post in your site URL and explain. So, if I get your test site and live site then I can make comparison and tell you what you have been doing wrong or send you custom css to adjust it.

    in reply to: Change primary menu and title font to Robotic #67956
    Sakin
    Keymaster

    @Isabella: Yes, for font size for primary menu. You can add the following css:

    #header-menu ul.menu a {
        font-size: 14px;
    }

    You can remove the border by adding the following css:

    .hentry, 
    .widget, 
    .no-results, 
    #author-info, 
    #disqus_thread, 
    #content .error404 {
        border: none;
    }

    To remove the top padding above content, you can add the following css:

    #main {
        padding-top: 0;
    }
    in reply to: Email link #67940
    Sakin
    Keymaster

    @nsalas: In Catch Kathmandu Theme, you can just go to “Appearance => Theme Options => Social Links” and then add your email address in “Email” box. No need to add in mailto.

    in reply to: CSS for menu in sidebar #67939
    Sakin
    Keymaster

    @kurt: You can change the color code in the following css and then add it in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    /* Menu Widget Color */
    .widget_nav_menu a {
        color: #21759b;
    }
    /* Menu Widget Hover Color */
    .widget_nav_menu a:hover,
    .widget_nav_menu a:focus,
    .widget_nav_menu a:active {
        color: #404040;
    }
Viewing 20 posts - 2,041 through 2,060 (of 14,491 total)