• Hi,
    I got 4 questions. I use fourteen extended. My site –> http://zureklukasz.com

    1.
    I hid left sidebar and now I want to display post with full width, not only 874. What should I write in Simple Custom CSS?

    2.
    Another problem is primary menu. I use Easy Social Icons and I put code –>
    <?php if ( function_exists(‘cn_social_icon’) ) echo cn_social_icon(); ?>
    in header.php file to display icons. Is there more elegant solution? (maybe in CSS file, to not changing everything after update)

    3. I would like to use subscribe2 plugin. But I don’t want to use this plugin in widget area (I don’t have sidebars). It will be perfect to insert code to the primary menu. It is possible? (again css?)

    4. You see that my last post display at the main page feed. Is there any possibility to change options to display only featured posts (in a grid) at main page?

    Thanks a lot.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter k201244

    (@k201244)

    One more thing. I probably mess up with font size in primary menu (admin bar) (height 48px) and now when I scroll down menu dissapers. Can I try to set admin bar to for example 60px (how?) and keep the admin bar locked? Please help. (My icons have 48px and it has been working before i changed font size/added another menu item)

    Hi k201244!
    So:

    1.

    .site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .site-content .entry-meta, .page-content {
    max-width: 100%!important;
    }

    2.Your solution is okay as long as you’ve created a Child Theme and made changes in header.php there, otherwise the next time your theme updates you’ll lose the icons.

    3.You can insert something like
    <?php echo do_shortcode("[subscribe2]"); ?>
    BUT again, not without a child theme and don’t touch anything if you’re not confident enough with these edits in your theme files. Ask to the plugin author for support.

    4.Do you want to show ONLY featured post in the main page? I just want to make sure 🙂

    Thread Starter k201244

    (@k201244)

    Thanks for answers.
    That solution is temporary. May I change something in css to get permanent results?

    AD.4 – I want only grid (featured) in the main page. Now I got grid and one post with excerpts (REAL – BARCELONA 23.03.2014). It should show only in GRID. OK i update my last post and add featured category. Post in feed at the bottom dissapeared and now it shows a text ~~~”No result was found. Start blogging”.

    Thread Starter k201244

    (@k201244)

    Bearded Rick WOW:)You are my God. Thanks. It really works. I got full width post:)
    Maybe You help me with another problem.
    I created page http://zureklukasz.com/hiszpania to show every post in category Hiszpania in that way (grid). But it is not elegant solution I think. What should I write in css to do the same result when I click category “Hiszpania” the main page. I think I should change something in the code with archive. But what?

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Problem with width and menu’ is closed to new replies.