gamerpotion
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [NewGamer] Comments not workingCan you try posting a new comment and see if that one shows up?
Forum: Themes and Templates
In reply to: [NewGamer] Comments not workinghi, are the comments showing as transfered in the admin panel?
Forum: Themes and Templates
In reply to: [NewBar] Change header sizehi, sorry for late reply,
open up the functions.php file.look for this code:
// Set height and width, with a maximum value for the width. 'height' => 80, 'width' => 300, 'max-width' => 300, 'header-text' => false,
then change the values to any value you want to use.
Forum: Themes and Templates
In reply to: [NewMedia] Featured Article?hi, the sticky posts will only display on the top of the middle content area.
For sidebar, you may have to use a plugin for such a thing.
Forum: Themes and Templates
In reply to: [NewMedia] Post title change to h1hi,
if you wish to increase the post title size,
open style.css and look for
.post-title a { font-family: 'News Cycle', sans-serif; font-size: 17pt; color: #1d1d1d; text-transform: none; font-weight:200; } .post-title a:hover { font-family: 'News Cycle', sans-serif; font-size: 17pt; color: #1d1d1d; text-transform: none; font-weight:200; }
then change the font-size to anything you like.
Forum: Themes and Templates
In reply to: [NewPersonal] Jumping navbarhi, sorry for late response,
could you post link to your site so I can see the problem.
thanks.hi, yes it can be done mainly through CSS, you can first create a child theme,
then in CSS just search for all instances of
width:960px;
and change towidth:95%;
hope that helps.
Forum: Themes and Templates
In reply to: [NewGamer] header image size is too smallHi. first create a child theme (so that if theme gets updated, you wont lose the changes), look here
Then copy over the functions file to child theme folder.
In that functions file, find this code:-
// Set height and width, with a maximum value for the width. 'height' => 80, 'width' => 300, 'max-width' => 300,
Now simply change max-width to your choice. You can also change the height. Then go to Header section in dashboard and try uploading new header.
Forum: Themes and Templates
In reply to: How do I get this coloring back?Check your theme index.php for any unclosed div tags and for any unwanted </div> tags.
Forum: Themes and Templates
In reply to: [NewTek] Error at functions .phpYou can find them here:-
Version 1.4.1 – https://pastebin.com/YAM2HdBU
Version 1.4.2 – https://pastebin.com/Jpsh1BRx