twebdonny
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Twelve] Image Size GalleryThanks,
I changed my gallery shortcode in https://www.travel-ascending.com/las_vegas to read [gallery columns="4" link="file" ids="453,454,456,460,461,462,463,464,465,486,487,488,489,490,491,492,493,494,496,497" orderby="rand" size="large"] , yet I see no change to the relative size of the images displayed. Could this be due to the original size of the image?A second question regarding this topic: Is there any way to make the default size large for all galleries without changing the shortcode individually on each page?
Forum: Themes and Templates
In reply to: [Twenty Twelve] Tag Pages and Duplicate ContentThanks, I used an SEO plugin to noindex these generated pages
Forum: Themes and Templates
In reply to: [Twenty Twelve] Image Size GalleryOk thanks, Now the question is where would I place this size=medium tag?
size
specify the image size to use for the thumbnail display. Valid values include “thumbnail”, “medium”, “large”, “full” and any other additional image size that was registered with add_image_size(). The default value is “thumbnail”. The size of the images for “thumbnail”, “medium” and “large” can be configured in WordPress admin panel under Settings > Media. For example, to display a gallery of medium sized images:
[gallery size="medium"]Forum: Themes and Templates
In reply to: [Twenty Twelve] favicon not showing upDisregard, I found it, It was a Plugin Override that was causing this malfunction. Plug In removed, all is well.
??
Forum: Themes and Templates
In reply to: [Twenty Twelve] favicon not showing upMy favicon shows up some pages yet not all. Quite mysterious.
It is on https://www.travel-ascending.com
yet missing on https://www.travel-ascending.com/orlando/
Forum: Themes and Templates
In reply to: [Twenty Twelve] favicon not showing upThanks
Forum: Themes and Templates
In reply to: [Twenty Twelve] PHP Coded Search Box in Main SidebarResolved
Forum: Themes and Templates
In reply to: [Twenty Twelve] Forum Twenty Twelve SearchThanks
Forum: Themes and Templates
In reply to: [Twenty Twelve] JavaScript in WebPageI am going to attempt to use “PureHtml” plugin and see if I can work around this. I just want that JavaScript Search code only on specific pages within the site.
Forum: Themes and Templates
In reply to: [Twenty Twelve] JavaScript in WebPageThanks,
I think I’ll have to find another option for implementing
my search applet because that just appears much too complicated
for my limited abilities at this point.but regardless, thanks again and I am sure this will benefit
other users who may come across it in the futureForum: Themes and Templates
In reply to: [Twenty Twelve] JavaScript in WebPageThanks but that wp_enque_script usage is a bit advanced for me
to use.Is there not some type of usable plugin that would work within
twentytwelve that allows one to just add the javascript code
to the page itself?In html is was as easy as just pasting that code snippet within the
page and it would work.ps: I do have a child page setup but did not think this was
a place where that would be necessary as I am just wanting to include
the javascript in a single individual pageThanks all
Update: Found an update to the child style.css that reads as follows:
/* remove site margin */
body .site{margin:0;max-width: 100%;}This works however I now am encountering another problem.
Whatever I use in my TwentyTwelve Background is no longer
showing up in the web page. I initially see it for a few seconds
and then it reverts to default Background.I also have added this to my style.css so as to change
background color on menu
.nav-menu {
background: #EAE4F2;
}Is this the offending code and why is it affecting background images and or color ?
Thanks
Thanks I added it using one of those custom css plugins and it had no effect. I will try and figure out the child theme setup and try it there.
Thanks, but any info on the original question as I have installed a custom CSS plugin?