theSysadminChannel
Forum Replies Created
-
I rated it 5 Stars. Excellent support. Thank you.
Perfect. I found the line code that outputs the div from above and was able to out put the gallery shortcode that i premade. Everything is working as planned and working beautifully. Thank you very much..
Hi, Thank you for the quick response. I clicked on the option to eliminate all hyperlinks so the default that I am getting now is: (example)
<div class=”ftpimagefix” style=”float:none;”><img width=”500″ src=”https://i.imgur.com/OmLeY97.jpg”></div>
I am currently setting all posts to pending, manually removing that code and changing it to [gallery columns="1" size="full"] and then publishing because I have specific functions and css that are used with the gallery.
Is this easily changeable?
-Paul
Forum: Themes and Templates
In reply to: [GamePress] img:hover border in GamePressHi Alex, thank you for replying. I was actually just interesting in just setting the border to 2px when I hover over an image in the gallery. In v .08 of GamePress it is working the way it should be, but the later version something was changed and I cant seem to find the code to modify it. Can you please help. Thank You.
Forum: Themes and Templates
In reply to: [GamePress] Changing 'Latest News' Heading On The Front PageIt is going to be in the index.php.
search for the following code.
<h2 class=”section-header”><?php _e(‘Latest news’, ‘gamepress’); ?></h2>
Put a space in the place of ‘latest news’ if you do not want anything to show up I.E.
<h2 class=”section-header”><?php _e(‘ ‘, ‘gamepress’); ?></h2>-Paul
https://badsentinel.com (Gamepress Theme)
https://shop.badsentinel.com (Test GamePress)Forum: Themes and Templates
In reply to: [GamePress] Ad SpaceGo into the header.php and look for the following: (Please use caution or just wait until the update has come out. This is for those who have a basic understanding of editing code.)
################
<h1 id=”site-title”>” title=”<?php echo esc_attr( get_bloginfo( ‘name’, ‘display’ ) ); ?> – <?php bloginfo(‘description’); ?>” rel=”home”><?php bloginfo(‘name’); ?></h1><p><?php bloginfo(‘description’); ?></p>
<?php endif; ?>
</div><!—–ADBanner—–>
<div style=”display: inline-block; vertical-align: center; float: right; “>YOUR 468 X 60 BANNER AD SCRIPT GOES HERE.
</div>
<!—–ADBanner—–><div class=”clear”></div>
<nav<?php if (!of_get_option(‘gamepress_search’)) : ?> class=”nosearch”<?php endif; ?>>
#########################This worked for me so hopefully it works for you. See it at https://shop.badsentinel.com (my test site)
By the way. I love this theme.. It has soo many features and extremely customizable. The responsive feature on the pro version is super nice too.
-Paul
https://badSENTINEL.comForum: Plugins
In reply to: How To Auto-Number Each IMG in a Post?Not sure if you are still looking for this but it is proprietary code and is not free and you probably wont find it easily avaialable.
Please post the your site so I can see what you’re using.If you are still interested send me an email at [email protected].
You can see it live here.
https://badsentinel.com/2012/10/26/life-hacks-are-for-everyone-43-photos/Thanks
Forum: Plugins
In reply to: Detailed Photo CommentingNot sure if you are still looking for this but it is proprietary code and is not free.
If you are still interested send me an email at [email protected].
You can see it live here.
https://badsentinel.com/2012/10/26/life-hacks-are-for-everyone-43-photos/Forum: Themes and Templates
In reply to: [GamePress] Ad Placement Issueturns out this worked for me. Thanks anyway.
<div style=”display: inline-block; vertical-align: center; float: right; “> </div>
Forum: Themes and Templates
In reply to: [GamePress] Ad Placement IssueI see a section in the stylesheet.css
.header-ad-section {
float: right;
width: 468px;
height: 60px;
position: relative;
}we want to know what exactly do we put in the header.php to incorporate that.
I was thinking something like:<div .header-ad-section=”<My ad script>”> </div>
the site is https://badsentinel.com
Thanks in advance
you are awesome. it worked. Thanks.
Forum: Themes and Templates
In reply to: How to number an image galleryThank you thank you. You are a genius and your help is very much appreciated.
Forum: Themes and Templates
In reply to: How to change block color and font for headerRight now i just installed a custome CSS plugin. The .com has a customCSS but i dont have access to that. (or atleast I dont know how to find)