Forum Replies Created

Viewing 20 posts - 10,681 through 10,700 (of 14,506 total)
  • Author
    Posts
  • in reply to: Increase page heading size #14109
    Sakin
    Keymaster

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

    @media screen and (min-width: 960px) {	
    .entry-header .entry-title { font-size: 50px; }
    }
    in reply to: Disable featured post slider at some pages #14091
    Sakin
    Keymaster

    @Teedok: Then you can add the following CSS in “Appearance => Theme Options => Custom CSS” box to hide the slider in main page.
    .home #main-slider { display: none; }

    in reply to: Increase page heading size #14085
    Sakin
    Keymaster

    @oly: Sorry I cam bit confused which page heading you are talking about. Can you explain it or share screenshot.

    in reply to: Quote Rotator #14083
    Sakin
    Keymaster

    @martyn: Sorry I don’t know about that plugin much. they said that have shortcode. You can add that. Also for plugin, it’s better to ask plugin author as we don’t know about that plugin code.

    in reply to: Increase width of main slider title box #14080
    Sakin
    Keymaster

    @oly: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box. This will make the container max with 60% and it depends on the need of the tile.
    #main-slider .entry-container { max-width: 60%; }

    in reply to: Disable featured post slider at some pages #14079
    Sakin
    Keymaster

    @Teedok: You can hide it for those pages thorough css. Send me the pages for which you have to hide it then I will send you the custom css.

    in reply to: Add seperate blog #14078
    Sakin
    Keymaster

    @bamrider: Maybe separate with the category.

    in reply to: Extra image slider with tumbnails #14077
    Sakin
    Keymaster

    @Frans: You can use the same slider to all page from “Appearance => Theme Options => Featured Slider => Slider Options”

    in reply to: Menu Bar Lines and Menu Text Bold #14076
    Sakin
    Keymaster

    @Dave39713971: Not sure about that. But let’s try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #branding ul.menu li { display: inline-block; float: none; }
    #branding #access { text-align: center; }
    #branding ul.menu ul a { text-align: left; }
    in reply to: center navigation #14075
    Sakin
    Keymaster

    @daenuu: This is more complicated. You should consider hiring CSS Developer. I have come up with the CSS. But I am not sure it will work or not. Try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #access ul {
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    #access ul li {
        display: inline-block;
        float: none;
    }
    #access ul li a { float: none; }
    #access ul li ul li {
        display: block;
        float: left;
        width: 100%;
        text-align: left;
    }
    #access ul li.default-menu { display: none; }
    @media screen and (max-width: 767px) { #access ul { display: none; text-align: left; }  }
    in reply to: How to disable widgets on mobile #14065
    Sakin
    Keymaster

    @owen: Thanks for your appreciation.

    in reply to: Strange behaviour of widgets #14064
    Sakin
    Keymaster

    @fogruen: Thanks a lot. I have been able to find the issue and have fixed in your site.

    For all other, we will release the patch by checking all the details carefully.

    in reply to: Changing the spacing between header elements #14059
    Sakin
    Keymaster

    @ESD: Ok let me check your site and give you the instruction.
    You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #header .social-search form.searchform { padding-top: 0; }
    #header .logo-wrap, #header .social-search, #header #mainmenu { margin-top: 40px; }
    #header .bottom-bg { padding-top: 40px; }
    in reply to: Strange behaviour of widgets #14047
    Sakin
    Keymaster

    @fogruen: Ok I just check in your site.

    1. On Home you can see the widgets “Search” and “Archives” on the sidebar – although there is no widget assigned in the backend (neither to “Main Sidebar” nor to “Optional Homepage Sidebar”)
    — If you want to disable the sidebar in the homepage, then you have to disable it from “Appearance => Theme Options => Layout Options”.
    — If you don’t have any widget in sidebar then it will load the default item “Search Form” and “Archive”.

    2. On the 2 Posts you can see a completely blank sidebar – altough there is a “Kalender”-widget assigned to (to the “Optional Post Sidebar”).
    — I see there is sidebar. But the widget is not loading. So, can you try adding any other widget to test it. You can try adding the text widget with some text on it.

    If you still cannot solve the issue then I have just emailed you. You can send me the screenshot of what you want and your site admin access through email.

    in reply to: Easiest way for email contact? #14046
    Sakin
    Keymaster

    @ddeandrea: Yes the easiest way it to build contact from through plugin like “Contact Form 7”, “Jetpack” and “Gravity Form”. You can use any of these forms. You can download plugin directly from your WordPress Dashboard at “Appearance => Plugins => Add New”

    in reply to: center navigation #14045
    Sakin
    Keymaster

    @daenuu: I need to check in your site. So, send me your site URL.

    in reply to: Problems with Smartphone #14044
    Sakin
    Keymaster

    @peru: Sorry I am not being able to understand your request.

    Can you post your site URL and maybe you can explain with the screenshot. You can upload your screenshot in your site or any photo sharing site and add in the screenshot url.

    So, you can explain me in visual way and we both can understand it.

    in reply to: Ev Pro – featured slider title & content position #14043
    Sakin
    Keymaster

    @oly: You can just change the top position. For now i have change that to 10%. So, you can just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #main-slider .entry-container { top: 10%; }

    in reply to: How to move the header image below the site title #14042
    Sakin
    Keymaster

    @owen: Yes you can move it from “Appearance => Theme Options”. There you will see “Move Site Title and Tagline”. Check to move above the Header/Logo Image and click on “Save Change” button.

    in reply to: How to disable widgets on mobile #14041
    Sakin
    Keymaster

    @owen: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box to hide the Sidebar in the Mobile devices with max-width: 960px.
    @media screen and (max-width: 960px) { #main #secondary { display: none; } }

Viewing 20 posts - 10,681 through 10,700 (of 14,506 total)