jimmyg164
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: wordpress GalleryHi there
working on my first theme,
original pictii.com
trying to re write @ https://pictii.highland-it.co.uk/?page_id=8
kind regards
JimmyForum: Themes and Templates
In reply to: wordpress GalleryHi Esmi,
there is not much css
.content { position: absolute; font-size: 13px; color: #cccccc; font-family: "Quicksand", Gil Sans, arial, sans-serif; top: 8%; padding-top: 1%; padding-right: 0px; padding-bottom: 0%; padding-left: 225px; height: 81%; min-height: 300px; /*border: 2px solid #333;*/ width: 100%; } .gallery { } .gallery .gallery-item { float: left; margin-top: 0; /*text-align: center;*/ width: 100%; position:relative; /*display: inline-block;*/ padding: 0px; display: inline; } .gallery-item {float: left;} .gallery-columns-1 .gallery-item { width: auto; } .gallery-columns-2 .gallery-item { width: auto;} .gallery-columns-3 .gallery-item { width: auto; } .gallery-columns-4 .gallery-item { width: auto; } .gallery-columns-5 .gallery-item { width: auto;} .gallery-columns-6 .gallery-item { width: auto; } .gallery-columns-7 .gallery-item { width: auto; } .gallery-columns-8 .gallery-item { width: auto; } .gallery-columns-9 .gallery-item { width: auto;} .gallery-columns-10 .gallery-item { width: auto;} .gallery-columns-11 .gallery-item { width: auto;} .gallery-columns-12 .gallery-item { width: auto;} .gallery-columns-13 .gallery-item { width: auto;} .gallery-columns-14 .gallery-item { width: auto;} .gallery-columns-15 .gallery-item { width: auto;} .gallery img { /*box-shadow: 0px 0px 4px #999;*/ /*border: 1px solid white;*/ padding: 0px; background: #f2f2f2; /*width: 100%;*/ /*height: 100%;*/ /*float: left;*/ /*display: inline-block; position:relative; display: inline-block;*/ } .gallery img:hover { background: white; } .gallery .gallery-caption { color: #888; font-size: 12px; margin: 0 0 12px; } .gallery dl, .gallery dt { margin: 0; } .gallery br+br { display: none; }
Forum: Themes and Templates
In reply to: wordpress Galleryhi esmi
i get this from firbug image 13 is number 9 in the sequence
img width="855" height="570" src="https://www.pictii.com/wp-content/uploads/2013/12/8-975x650.jpg" class="attachment-medium" alt="8" /> </dt></dl><dl class='gallery-item'> <dt class='gallery-icon portrait'> <img width="569" height="570" src="https://www.pictii.com/wp-content/uploads/2013/12/13-649x650.jpg" class="attachment-medium" alt="13" /> </dt></dl><br style="clear: both" /><dl class='gallery-item'> <dt class='gallery-icon landscape'> <img width="570" height="570" src="https://www.pictii.com/wp-content/uploads/2013/12/15-650x650.jpg" class="attachment-medium" alt="15" /> </dt></dl><dl class='gallery-item'> <dt class='gallery-icon landscape'>
Forum: Themes and Templates
In reply to: wordpress GalleryHi Esmi,
I must be missing something then, as when i display above 9 images the go onto a second line even if i make the width 20000 pixels
thanks
Forum: Themes and Templates
In reply to: wordpress GalleryHi Esmi
it is my first attempt at creating my own theme, but even if i change to twentythirteen it has the same galley options
kind regards
Forum: Themes and Templates
In reply to: wordpress GalleryHi esmi,
thanks for getting back to me appreciate the help,
I am using the Gallery Settings withing the gallery to show them in a row.
how would i over ride this setting
kind regards
Forum: Themes and Templates
In reply to: PHP displaying a galleryPaul,
your a star – thanks for your help,
got another question re CSS
i have remove style by putting this in my functions
add_filter( ‘use_default_gallery_style’, ‘__return_false’ );
and I have the images displayed as i like apart from the fact that i want them in a row
any help would be appreciated
regards
Forum: Themes and Templates
In reply to: PHP displaying a galleryHi There
I have used this
<?php if (have_posts()) : while (have_posts()) : the_post();?> <?php the_content(); ?> <?php endwhile; endif; ?>
but it puts out what looks like thumbnails and I want the original image so that i can use css to size it and add code to make it grow and shrink based on display size
Forum: Themes and Templates
In reply to: PHP displaying a galleryHi There,
thanks paul for your reply,
all I am trying to do is output a gallery added into a page using php
I have created a template, added a gallery to a page using that template
now i want to output the images (not the thumbnails)
cheers
For the helpForum: Themes and Templates
In reply to: Ipad SwipeCheers Andrew,
appreciate the responce
regards
JimmyForum: Themes and Templates
In reply to: Ipad SwipeHi Andrew,
one I bought from themeforest(KIN) but the author is no longer supporting it.
I posted the job on a frelance site to update it but got a bit burned and am left updating it my self after having paid. I have done a bit to it and have to sort out a bit more
cheers
Forum: Plugins
In reply to: [Job Manager] CV's visible on Google – how do I remove?!good to know how you have done this
kind regards
JimmyForum: Plugins
In reply to: [XML Sitemap Generator for Google] Image SitemapForum: Plugins
In reply to: [Yoast SEO] Switch XML Sitemap image URLs to CDN (nextgen images)Hi In webmaster tools if i want to add a sitemap the only option is to add it in the root eg
cdn.mobbly.com but my sitemap exists on the root of mobbly.com as such I have no images indexed it webmaster tools under mobbly.com
I have added cdn.mobbly.com but can not add a sitemap
any ideas
kind regards
Forum: Plugins
In reply to: [Yoast SEO] Switch XML Sitemap image URLs to CDN (nextgen images)cheers dude