Tagged: x
-
AuthorPosts
-
May 17, 2016 at 1:15 pm #995932
jamcesParticipantHey guys, bought the theme and love it. Had about 10-20 times I needed help but the forum and a bit of searching helped amazingly.
There’s a weird grey bar at the end of every page.
The pagnation for the blog “1,2,3,4” etc when not hovered over is white unless it’s the page you’re on. So you can’t see the 2,3,4 etc unless you’re on it or hovering over.. Can’t figure out how to change the colour?
Thanks guys!
May 17, 2016 at 1:15 pm #995933
jamcesParticipantThis reply has been marked as private.May 17, 2016 at 4:07 pm #996136
FriechModeratorHi There,
Thanks for writing in! The grey bar at the bottom of your page seems to be cause by a plugin, please do a testing for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.
Regarding the pagination, you can add this under Custom > CSS in the Customizer.
.x-pagination a, .x-pagination span { background-color: #2a2a2a; }But first add the missing closing bracket of this block of code on your custom css in customizer.
(max-width: 979px) { .x-navbar .x-brand { max-width: 239px; width: 75%; }Hope it helps, Cheers!
May 19, 2016 at 4:10 pm #1000290
jamcesParticipantHi guys, thanks for the fast reply!
I added the new CSS code but it didn’t make a difference. It reads:
@media (max-width: 979px) {
.x-navbar .x-brand {
max-width: 239px;
width: 75%;
}.x-pagination a, .x-pagination span {
background-color: #2a2a2a;
}Is that right?
May 19, 2016 at 9:12 pm #1000707
Rue NelModeratorHello There,
The correct code should be this:
.x-pagination a, .x-pagination span { background-color: #2a2a2a; } @media (max-width: 979px) { .x-navbar .x-brand { max-width: 239px; width: 75%; } }Please always keep in mind that all @media css block should be at the bottom of all the other codes.
May 23, 2016 at 10:06 am #1005317
jamcesParticipant<3 thanks guys!
May 23, 2016 at 10:10 am #1005326
RahulModeratorYou are most welcome!
May 23, 2016 at 10:14 am #1005332
jamcesParticipantJust one more thing, when I try to add google remarketing code to footer.php, as told to do in tutorials, it messes the whole thing up!
May 23, 2016 at 10:27 am #1005376
ThaiModeratorHi There,
Could you please provide us with your google remarketing code?
Thank you.
May 23, 2016 at 10:36 am #1005398
jamcesParticipantThis reply has been marked as private.May 23, 2016 at 10:42 am #1005417
RahulModeratorHi there,
Please check if the below part in your code is properly formatted :
<div style=βdisplay:inline;β> </div>If it is not needed, please remove it and try to add your code.
Thanks
May 23, 2016 at 10:52 am #1005428
jamcesParticipantThis reply has been marked as private.May 23, 2016 at 11:07 am #1005453
ThaiModeratorYes, it will work π
This part is not necessary:
<!β Google Code for Remarketing Tag β> <!βββββββββββββββββ Remarketing tags may not be associated with personally identifiable information or placed on pages related to sensitive categories. See more information and instructions on how to setup the tag on: http://google.com/ads/remarketingsetup βββββββββββββββββ>You can remove it.
Regards!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-995932 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
