larsky
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Screenr] Plugins@wmiw
how did you get those parts on other pages?Hi ZainB,
To get rid of the duplicates, go to the (admin)page your reviews are in, get rid of the shortcode and just check the “Enable WP Customer Reviews for this page” part just beneath the text field of that page.
Worked for me!Cheers…
Forum: Fixing WordPress
In reply to: Problem with header heightFor possible future reference; Here is the complete #header .container section in the style.css of my template.
#header .container { padding: 25px 0 40px; background: url('images/logo.png') no-repeat 3px bottom; height: 51px; }I finally was able to take out the complete display part and merge it with an allready existing #header .container part.
Since i am pretty new on css i am not sure if it is ‘ok’ what i did, but the result suits me fine.Thanks again for your input SS_Minnow
Forum: Fixing WordPress
In reply to: Problem with header heightThank you for your quick reply SS-Minnow!
Indeed that did the trick. First i took out the <h1> to <H4> in header.php. After doing that the upwards shifting of the page content was a fact. But after i put in:#header .container { display: hidden; height: 51px; }everything was just the way i intended it!
Thank you very, very much! 🙂Forum: Fixing WordPress
In reply to: Problem with header heightYou’re so right…. sorry. It is all about the visual present title in the header as you probably do understand when checking this link 😉