Tagged: x
-
AuthorPosts
-
October 25, 2016 at 6:19 pm #1230603
Evan BParticipantHello all, I am currently having an issue with the following website, http://www.nitrotrailers.com with customizing the Global CSS under customize. I have written code in there already, but I cannot add to it now. Let me know what you may think is the issue, and I can give out login credentials if need be. Thank you!
October 25, 2016 at 11:30 pm #1230901
Prasant RaiModeratorHello Evan,
Thanks for writing in!
Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / password
– FTP credentialsDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Thanks.
October 26, 2016 at 5:49 am #1231262
Evan BParticipantThis reply has been marked as private.October 26, 2016 at 6:30 am #1231315
Paul RModeratorHi,
Can you try 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.
Thanks
October 26, 2016 at 3:05 pm #1232077
Evan BParticipantI did try testing them, the only that I suspect is Wordfence may be giving me issues, when I deactivated the plugin, it gave me the ERROR, total bytes allocated deal. The other ones all worked.
All I’m really trying to do is make the header full size on my website, http://nitrotrailers.com. I’ve gotten the code before from another website I did a year ago.
October 26, 2016 at 9:08 pm #1232495
Paul RModeratorHi Evan,
It’s a memory issue, kinldy add this in your wp-config.php file located at the root directory of your site.
define( 'WP_MEMORY_LIMIT', '256M' ); define( 'WP_MAX_MEMORY_LIMIT', '512M' );You may add it before this line.
/* That’s all, stop editing! Happy blogging. */
The FTP login provided is not working.
Thanks
October 27, 2016 at 9:48 am #1233230
Evan BParticipantPerfect! That worked. Now, is there a code I can use to make the width and height of the header 100%? I used this code from another website I did, but it wasn’t a full width website either. Any help is appreciated, thank you.
.x-container-fluid.width {
width: 100%;
}.x-logobar .x-logobar-inner .x-container.max.width,
.x-navbar-inner .x-container.max.width {
width: 100%;
max-width: 100%;
}October 27, 2016 at 11:49 am #1233449
RupokMemberHi there,
Your container is already fullwidth with the above code. Let’s add this CSS to make the logo fullwidth :
.x-brand, .x-brand.img > img { display: block; width: 100%; }Cheers!
October 27, 2016 at 12:01 pm #1233462
Evan BParticipantExcellent, works perfect thank you!
October 27, 2016 at 1:16 pm #1233561
Prasant RaiModeratorYou are most welcome. 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1230603 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
