bimmerime
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: how to align my social media buttonsi followed this tutorial
by the way it’s still slightly unaligned but thanks anyway it’s better than it was before
Forum: Fixing WordPress
In reply to: how to align my social media buttonsThank you very much man for taking the time to help me. i really appreciate it
i did what you suggested and it did actually improved but it’s just not quite there
here’s a screenshot http://postimg.org/image/5qyw4diu9/
the first one is before and the second one is afteri tried to adjust the margin but nothing changed. any suggestions?
Thanks again
Forum: Fixing WordPress
In reply to: how to align my social media buttonsyes they are the same width and height. it’s just that the pinterest button is dislocated
Forum: Fixing WordPress
In reply to: how to align my social media buttonsThis is what i found after i used “inspect element”
<a href="https://www.pinterest.com/pageid" class="PIN_1449009004902_follow_me_button PIN_1449009004902_hazClick" data-pin-href="https://www.pinterest.com/pageid/pins/follow/?guid=0iExcL8FodRs-0" data-pin-log="button_follow">Follow<b></b><i></i></a>how should i proceed ?
Forum: Fixing WordPress
In reply to: removing the FAQs archives page?yes i did but it’s nowhere to be found. i think it’s an auto generated page from the theme i’m using
Forum: Fixing WordPress
In reply to: please help me with headerthe logo looks fine to me. what’s the problem?
Forum: Themes and Templates
In reply to: [Theme: Avada] Different font size for the homepageThanks it actually did work
this is the exact code i used.home .entry-title { font-size: 16px !important; }Forum: Themes and Templates
In reply to: [Fortunato] How to hide a post from homepage?use this plugin
https://wordpress.org/plugins/wp-hide-post/
in the page editor, check “hide on the front page” update and voila the page is no more on the front pageForum: Themes and Templates
In reply to: [Theme: Avada] How can i add an horizontal line under my headerbump
Forum: Fixing WordPress
In reply to: set a different font size for the homepagesounds like a canned response. thanks anyway
Forum: Fixing WordPress
In reply to: set a different font size for the homepagethe website is not live yet. i’m using the avada theme if that helps
Forum: Fixing WordPress
In reply to: add 404 pages to the excluded pagesThank you, it worked perfectly.
Forum: Fixing WordPress
In reply to: add 404 pages to the excluded pagesdidn’t work, i’m still seeing the ad in my 404 pages
Forum: Fixing WordPress
In reply to: add 404 pages to the excluded pagesyes exactly, the code i’m using already exclude the contact and about us ……… pages and i would like to exclude the 404 pages
Forum: Fixing WordPress
In reply to: add 404 pages to the excluded pagesthis is the code i’m using,
<?php if( !is_page( array(‘about-us’, ‘contact’, ‘privacy-policy’, ‘terms-of-use’) ) ) : ?> adsense code <?php endif; ?>
i tried the second one you gave me but all those 4 pages give a 404 error.
what i want is to exclude the adsense code to show under my header on the 404 pages