gcwp
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Sydney] how increase page size?Kharis
Just to increase the space taken up by the front page ..
Cheers
Geoff
Forum: Plugins
In reply to: [The Events Calendar] Google map now showing venueShelby
where are you?!
Cheers
Geoff
Forum: Plugins
In reply to: [The Events Calendar] Google map now showing venueShelby
Thanks for your reply.
Take a look at this
http://www.olgajegunova.com/concert/olga-jegunova-npl-music-society/
here the Google map does not have the + and – symbols but clicking on the +Google Map link does show the correct address …
However! Here it does!
http://www.olgajegunova.com/concert/lunch-time-recital-st-brides-church/
So far I cannot see why the difference.
Cheers
Geoff
Forum: Plugins
In reply to: [The Events Calendar] Google map now showing venueOn the same website I am finding that some of venues have the Google maps with the + / – signs whereas others do not. I cannot see why this is happening!
Geoff
Forum: Plugins
In reply to: [The Events Calendar] Google map now showing venueI should add that clicking on the +Google Map option does open Google map at the correct place!
Why does this work but the pic in the avove post does not?!
Geoff
PS have just realised my mistake in the first post ! I should have said that I have added the venue postal address not the URL
Forum: Plugins
In reply to: [The Events Calendar] Google map now showing venueThis pic shows the Google map but minus any + and – sign and if you click on the cursor nothing happens …

Geoff
Forum: Themes and Templates
In reply to: [Sydney] am going round in circles re top of page size!OK thanks!
Geoff
Forum: Themes and Templates
In reply to: [Sydney] am going round in circles re top of page size!Awan
understood now re template – you changed the template for the home page. Templates apply to individual pages?
Geoff
Forum: Themes and Templates
In reply to: [Sydney] am going round in circles re top of page size!Forum: Themes and Templates
In reply to: [Sydney] am going round in circles re top of page size!thanks Awan – will try the css but not clear how you change the template!?
Geoff
Forum: Themes and Templates
In reply to: [Sydney] am going round in circles re top of page size!‘have just tried on an ipad and with the landscape view the top of the pic is cut off – anything can be done re this?
Cheers
Geoff
Forum: Themes and Templates
In reply to: [Sydney] am going round in circles re top of page size!‘afraid I went to sleep!
looks just right !!!
Many thanks – will now try to see why. Was there any particular major change that you made?
Cheers
Geoff
Forum: Themes and Templates
In reply to: [Sydney] am going round in circles re top of page size!Awan
I just thought I had a good idea but it hasn’t worked out! It’s 3.09am here! How about you?
will email you the access to a couple of sites both using Sydney and a few thoughts!
Cheers
Geoff
Forum: Themes and Templates
In reply to: [Sydney] am going round in circles re top of page size!a picture worth a 1000 words so here is the picture!
I want to cut down the black area above my name …
Cheers
Geoff
Forum: Themes and Templates
In reply to: [Sydney] am going round in circles re top of page size!Many thanks! I have used the above css and removed what I think is not needed css. I now have the css below. See anything wrong?
The space above my name on the mobile front and the other pages is a little too large – how can I lessen its height?
Geoff
#slideshow {
height: 600px !important;
}@media only screen and (max-width: 991px){
#page {
padding-top: 0px !important;
}
#slideshow {
height: 500px !important;
}
}@media only screen and (max-width: 600px){
#slideshow {
height: 240px !important;
}
}div#page {
padding-top: 50px !important;
}div.page-wrap {
padding-top: 5px;
}div.header-wrap {
height: 50px;
}a.roll-button.button-slider { /* removed the click here below the welcome message */
display: none;
}div.contain.text-slider { /* places welcome lower and to right */
position: relative;
padding: 2px 2px 2px 2px;
background-color: #000000;
top: 150px;
margin-left: 7%;
width: 200px;
height: 50px;
}.text-slider .maintitle { /* re format welcome message */
font-size: 60%;
line-height: 1.1;
}.page-id-4 #content.page-wrap {
display:none;
}