Forum Replies Created
-
AuthorPosts
-
perfect, sorted thanks!
Hi Mike
I do not have that file in my child theme and adding it makes no difference
thanks
Hi
problem fixed
thanks- This reply was modified 6 years, 4 months ago by smoothbob.
enfold is changing the path – the one I enter is correct
http://wpg.com.gridhosted.co.uk/wp-content/uploads/2018/07/myicon.pngbut it ends up being:
http://wpg.com.gridhosted.co.uk/wp-content/uploads/dynamic_avia/wpg.com.gridhosted.co.uk/wp-content/uploads/2018/07/myicon.pnghow do I stop that? use a relative path?
I tried checking and unchecking this in the performance section of the theme:
Delete old CSS and JS files?
but nothing happens.
also tried installing some caching plugins but none work properly right now…thanks
This is what I am trying to do, but it will not find the image when in the css- I have the same problem using pngs as icons, it cannot find the image path or will not display the image
http://wpg.com.gridhosted.co.uk/wp-content/uploads/2018/07/preview-back.png
.main_color .portfolio-preview-content {background-color: rgba(255, 255, 255, 0.25); box-shadow: none; background-image: url(http://wpg.com.gridhosted.co.uk/wp-content/uploads/2018/07/back-1.png) }
thanks
if you copy the image link and try it it is correct
.myicon .av-icon-char {
background-image: url
(http://wpg.com.gridhosted.co.uk/wp-content/uploads/2018/07/myicon.png);
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
}In private.
- This reply was modified 6 years, 4 months ago by Rikard.
I replaced the icon with a more suitable image.
something is happening, as in the fontello icon is being removed but it is not showing the image in its place
http://wpg.com.gridhosted.co.uk/wp-content/uploads/2018/07/myicon.pngthanks!
perfect, thanks!
Hi
this is what I am trying to do. but the actual icon bounding box is rectangular and it cuts off the image
http://wpg.com.gridhosted.co.uk/wp-content/uploads/2018/07/icons.png
thanks!
hi
it’s OK, I did things a different way
cheers
Hi
revisiting this…
I got it working using a different class, and I can remove the background but when I try to use an image in the back it does not find it
http://wpg.com.gridhosted.co.uk/wp-content/uploads/2018/07/back-1.png
what I wanted to achieve was a different column colour effect with the logo on a white background and the text on a grey one. but using column shortcodes it always has an outer border in the ajax window
this is my code:
.main_color .portfolio-preview-content {background: transparent; box-shadow: none; background-image: url(“http://wpg.com.gridhosted.co.uk/wp-content/uploads/2018/07/back-1.png”) }thanks!
Hi Mike
I tied that but it didn’t work, plus could you answer my other questions regarding the size and alignment as well :)
thanks!
perfect, thanks!
Hi
very close thanks, but as you can see it is cutting off the top and bottom of the image, is that fixable?
http://wpg.com.gridhosted.co.uk/wp-content/uploads/2018/07/icon.pngand how can I add a border to the {square) image icon
thanks!
Hi
I am only trying to target specific portfolio grids as it was affecting the whole site.
I have given the portfolio grid a custom css name of “continents”
this is my code so far – I am trying to have the icons smaller in the space and SQUARE – I tried using a png 227×227 transparent dimensions but it ignores this
ALSO I am trying to remove the background and add a line border.continents {
.grid-image img {
height: 160px !important;
display: block;
margin: 0 auto; }.attachment-portfolio_small size-portfolio_small wp-post-image
{background-color:transparent !important; }
}thanks!
Hi
I kind of achieved some of what I wantedbut is there a way to target the individual tabs on the page in css?
I see they have a number
data-av-tab-section-title=”1″thanks!
perfect. thanks!
Hi
sorry, caching issue in chrome, it worked, but how do I make the bounding box area 128 in height as well, and edit the background colour?
thanks!
Hi Victoria
I checked that, it works now, caching issue in chromethanks!
Hi Ismael
I added this code:
.grid-image img {
width: 128px !important;
display: block;
margin: 0 auto;
}my images are 128 x128 but they are still stretching to fit.
thanks!
Hi Victoria
I have tried both of these but neither works
.ajax_slide.open_slide {
background: #000!important;
}.main_color .portfolio-preview-content {
background: #000 !important;
}if you check the page again you will see that the background of the preview box does not change and
ALSO! when i rescale the browser to mobile view it completely loses the background and goes transparentthanks!
Hi
no response yet :)
thanks
Hi
no response yet :)
thanks
the link again
Hi
http://wpg.com.gridhosted.co.uk/wp-content/uploads/2018/07/tabs.png
so using custom images/icons, colourising and resizing the tabs
thanks
fixed thanks!
Hi Ismael
thanks for that. I added it to the child theme functions and cleared the cache but it still opens above the thumbnail
thanks
Ian
-
AuthorPosts