Forum Replies Created
-
AuthorPosts
-
PunkUK
MemberNo Problem. I have fixed it.
PunkUK
MemberHi Victor,
Thank you again for your reply. I wish I could answer your question but I don't know the answer. I used this code on the Altitude Pro theme and it works fine but for some reason I get this error with Infinity Pro.
If you have any suggestions I would most grateful. Would help to see the full functions PHP?
PunkUK
MemberHi Victor,
Thank you so much for replying. The line is: echo get_the_post_thumbnail($thumbnail->ID, 'header');
Many thanks.
PunkUK
MemberHi Victor,
Thank you for replying. Sorry about the display issues, they have been fixed now.
I would like all white space removed above and to the sides. Also, if it is possible, adding a headline or text overlay to the image.
Many thanks.
Steve
PunkUK
MemberI figured it. I used this CSS code -
.front-page-5 .flexible-widgets .widget {
padding-left: 0px;
padding-right: 0px;
}PunkUK
MemberThat worked brilliantly. Thank you so much!
PunkUK
MemberThank you so much for your reply. I have added color to the background to make it easier to see in the screen shot link
PunkUK
MemberI am having trouble with these scripts. Some of them conflict with the website so I can not use them.
Any advice?
PunkUK
MemberThank you for your response. Unfortunately that isn't the issue, the changes are being made but oh I think I know what it might be....a plug in issue.
PunkUK
MemberI have now sorted the Footer.
PunkUK
MemberHi Terry,
Nope, still trying ?
PunkUK
MemberHi Terry,
Nope, still trying 🙁
PunkUK
MemberHi. Thank you for the response. I have thought about that but I can't seem to get it to work.
PunkUK
MemberYes it has been, thank you.
November 22, 2016 at 4:51 am in reply to: Changes to widget area in Centric pro theme not showing on ipad #196458PunkUK
MemberSorted.
It was my bad the image color that I uploaded wasn't long enough. I increased it to 3000px in length and now it covers the widget in any view.
November 22, 2016 at 4:27 am in reply to: Changes to widget area in Centric pro theme not showing on ipad #196457PunkUK
MemberThank you for the advice Victor but unfortunately that isn't the cause.
I have cleared all cache repeatedly. When I use the PC and shrink the page, I can see the color from the widget area change, and when the page shrinks down to mobile size the color is back.
It is just so strange, I can't get my head around it.
PunkUK
MemberHi Carasmo. Thank you for your reply.
I have deactivated all the plugins (apart from a cache plugin) cleared the cache but still no change. I also tried another cache but no joy.
PunkUK
MemberThank you for letting me know of the error, I was unaware of it.
I thought I would let everyone know that I discovered what was causing the error. It was in fact to do with some coding in the css that I implemented from a source online, here is the coding:
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and ( min--moz-device-pixel-ratio: 2),
only screen and ( -o-min-device-pixel-ratio: 2/1),
only screen and ( min-device-pixel-ratio: 2),
only screen and ( min-resolution: 192dpi),
only screen and ( min-resolution: 2dppx) {
.header-image .site-title > a {
float: left;
min-height: 164px;
width: 100%;
background: url(images/british-candy-retina.png) no-repeat left top !important;
background-size: 330px 164px !important;
}
For some reason whenever this code is implemented it stops any other css changes from appearing on a desk top device.Have never come across a coding issue like this before.
-
AuthorPosts