sentineltravis
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [GamePress] Gamepress Full Width Post issueI have actually created my own plugin to add the page attributes to the new Post section. Thank You for all your help Alex!
Forum: Themes and Templates
In reply to: [GamePress] Gamepress Full Width Post issueOne thing that may work is when making a post. I select text then do the following in the text field
<div id=”containter” class=”nosidebar”>
[gallery link="file" columns="1" orderby="title" gallery size="full"]Only thing is I do not know if their is a div is to select the post area and class to extend it. Do you know of anything I can add to accomplish this? I tried <div id=”content-fullwidth” class=”content”> but that did nothing haha.
Forum: Themes and Templates
In reply to: [GamePress] Gamepress Full Width Post issueThank you very much Alex for that info. Is there anyway to add the page attributes to the new post just like in the new page so that a full width post could be selected? I tried to edit the single.php with the content from Full-Width-Page.php but unfortunately am rather new to php and am not to confidant in what I am doing.
Only reason I ask is because when making a new page with Hi-Res images it does not appear on my home page of recent posts. I currently have a custom image number system set up for Picture Galleries and would very much love to add higher quality posts to my site.
My test site is: https://pacontreras.com/
the Hi-Res page I am testing is: https://pacontreras.com/?page_id=176Thank you for all your help!
Forum: Themes and Templates
In reply to: [GamePress] Ad Placement IssueThanks
Forum: Themes and Templates
In reply to: [GamePress] Ad Placement IssueI saw the concept you made with the header-ad-section on the stylesheets Style.css
I guess I was just wondering where exactly to place my ad code on the header.php or how to place the code into the header.php and ref the header-ad-section that you wrote.
Forum: Themes and Templates
In reply to: Setting custome theme color in the theme – GamepressAlex I was able to get that working perfecting while testing, Thank you for that info.
Would you happen to know where we can set the 468x60px ad space as shown in the header @ https://html.webtuts.pl/evolved/blue/index_blog2.html
Forum: Themes and Templates
In reply to: Setting custome theme color in the theme – GamepressThank you very much for this info alex. I will test this our and let you know how it goes!
Forum: Themes and Templates
In reply to: CSS to ref gallery images within posts commentsafter further review this may be something that can be achieved via the plug in editor instead of the custom css section
Forum: Themes and Templates
In reply to: How to number an image galleryI feel like such a bug.
can the image on the home page be set to link into the post? currently when clicked it links to only the imagefile instead of entering the postForum: Themes and Templates
In reply to: How to number an image galleryYou’re a genius. Im so donating to the paypal on your site!
last question is if there is a way to remove the 1 from only the home page?
Forum: Themes and Templates
In reply to: How to number an image galleryThat is working perfect. The only issue is the display on the home page.
You can see what I am trying to accomplish @ https://pacontreras.com/
Is there a way to link the fist image from the gallery to be the only image appearing on the home page post then have the “view more” link underneath?Or possibly just insert the image file and use “view more” and code to hide them once inside the full post?
Forum: Themes and Templates
In reply to: How to number an image galleryAlso previously we were linking the first image to the post then using the “more” feature so that only one image was displayed on the home page.
we are currently using the [gallery link="file" columns="1" orderby="title"] code from the codex link you sent.
Forum: Themes and Templates
In reply to: How to number an image galleryalchymyth-
I was able to get the result in another test post listed below.
https://pacontreras.com/2012/10/11/yoga-26-photos/Would you happen to know if there is a way to set the images to be their full size and centered?
Forum: Themes and Templates
In reply to: How to number an image galleryI will test again using info provided and let you know either way! thank you again
Forum: Themes and Templates
In reply to: How to number an image galleryalchymyth-
Did you just paste the code at the bottem of functions.php? Below is a link to a post on my test site.
https://pacontreras.com/2012/10/05/revenge-of-morning-madness-31-photos/
Thank you for the responses.