Forum Replies Created
-
AuthorPosts
-
Still only some of the quick css on my child theme is working, have cleared the cache, checked the code. Some of it is taking effect on the mobile instead (.content .entry-content-wrapper {padding-right: 30px!important;} for example shows on the phone but not on the PC).
I really want to keep the child theme, but this is frustrating. Any ideas?I am also seeing that I am getting extra padding/margins on the mobile = although css styling is displaying correctly there that doesn’t on my PC. ??
Thanks Yigit –
I looked at the site and it was indeed improved but now I am again seeing my quick css changes not dsiplaying.
I have for instance this:
.widgettitle{
font-weight: 400;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 14px;
}
and yet the font is displaying at 600 & when I look at the inspector it is this:
.widgettitle {
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 14px;
}
I have cleared the cache many times. no change. I also now see that my h4 heading, which after your fixing the site displayed correctly in blue #2d5c88, are now black again. I did not change those settings. Not sure what is going on here. Also this is not working, though it was before I added the child theme:
/*padding sides*/
.container {
padding: 0px 30px;
}
.content .entry-content-wrapper {
padding-right: 30px!important;
}It is displaying and still listed in the inspector at a 50px padding.
I am still seeing icons on my landing page & in my portfolio grid overlays.
I have this:
/*disable icons in front page boxes*/
.iconbox_icon {
display: none!important;
}/*disable icon on overlay but keep transparency*/
.image-overlay .image-overlay-inside {
display: none;
}
?? Should I be putting all my css changes in the child theme? I don’t get what’s happening.A general question about child themes and how to use them – after I have all my quick css changes is it good to just copy them to the child theme files? what is a smart way to use the child theme during development, as I tend to go back and forth on styling.
thanks for your continued help,
Nancy-
This reply was modified 10 years, 5 months ago by
Munford.
anyone?
This reply has been marked as private.any ideas? none of my css is working on my child theme. kind of frustrating as I am working on customization on the site.
thanks
NancyHI Elliot
None of my quick css is being applied from my child theme.
Before I made it all was working fine. Is there an issue when you make a child theme after you have built a site? I think it’s all set up right, but none of my customization is working.
??
NancyThis reply has been marked as private.January 20, 2015 at 8:35 pm in reply to: ERRORS: Feature image not uploading/ updates not taking #382636thanks it’s working better now.
perfect thanks!
It’s not possible to set individual links for the feature images, is it?January 15, 2015 at 9:48 pm in reply to: ERRORS: Feature image not uploading/ updates not taking #380472Hi Elliot
No the problem is the page doesn’t update – I get a blank page and a warning that if I reload it will resubmit data, but it’s always blank. When I go back to the edit page, the changes I made are gone :(-
This reply was modified 10 years, 5 months ago by
Munford.
January 15, 2015 at 11:27 am in reply to: ERRORS: Feature image not uploading/ updates not taking #379954UPDATE
ok I have no idea why but just now I was able to update the feature image on , but am still not able to update the team member tabs on the site. Any ideas??
thanks
N-
This reply was modified 9 years, 2 months ago by
Yigit.
thanks for your help
for some reason the page is loading correctly now. NO idea what happened but I will cross my fingers that it’s right nowthanks for your help
Nancy-
This reply was modified 10 years, 5 months ago by
Munford.
I did a test with the same images – this time measuring 353 x 282 & 705 x 282 on this sister site: and it looks great. All the settings are the same, as far as I can tell. Can you see what the problem is?
thanks for your help! still having the issue of not being able to set the feature images on this site: cfcnorge.com. I have tried with new portfolio items and no luck. Is this an issue with the new WP update? I am also seeing errors on the site in that I am not able to update the member items on the ABOUT page – when I click “update” I get a blank page and the changes do not take effect. Any idea how to remedy that? It’s very frustrating as I am trying to make an update to both of these sites. I reinstalled WP on both today, no change.
Please help!
thanks as always
Nancy-
This reply was modified 9 years, 2 months ago by
Yigit.
Hi again
Still have the issue of the masonry images not lining up correctly, but I am now seeing another issue on that same page – I can’t set the feature image on the portfolio item for some reason. It just doesn’t “take” when I choose it and save. I made a new portfolio item and tried a different image and have the same issue. Any idea what is causing that?
It also seems to me that your search function for this forum is working differently than it used to. When I do a search for “masonry” for example, I only get about 14 items – surely there must be more in the forum about masonry elements, no? I am looking in the wrong place or have you changed something in the search? It’s been SO useful to me in the past and I would hate to lose that functionality.
thanks for your help
Nancyah I figured it out, thanks.
was not sure where that code was coming from or where to change it but I added this:
.avia-mozilla .avia_desktop.avia_transform3d .av-caption-on-hover .av-masonry-entry.av-masonry-item-with-image .av-inner-masonry-content {
transform-style: inherit!important;
}.avia_desktop.avia_transform3d .av-caption-on-hover .av-masonry-entry.av-masonry-item-with-image .av-inner-masonry-content{
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform-origin: center bottom;
-moz-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-transform: rotateX(120deg);
-moz-transform: rotateX(120deg);
transform: rotateX(120deg);
-webkit-transform-style: preserve-3d;
transform-style: inherit!important;
}and it seemed to work. I have another problem now – the zoom animation seems unstable on firefox – if you hover over the images the zoom moves a bit. http://www.cfcnorge.com/item/human-rights-democracy/ I have disable some of the animation with this:
.avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry{
-webkit-animation: none; /* Safari 4+ */
-moz-animation: none; /* Fx 5+ */
animation: none; /* IE 10+ */
}.av-masonry-entry {
opacity: 1 !important;
visibility: visible !important;
}.avia_desktop .av-hover-overlay-active .av-masonry-image-container {
opacity: 1!important;
}but this:
.av-masonry-image-container:hover {
transform: none !important;
}which was supposed to disable the zoom did not work. I am not sure what is causing the problem in firefox, since I deleted that last code and it is fine in other browsers.
any suggestions?
Thanks very much
Nancy-
This reply was modified 10 years, 5 months ago by
Munford.
sorry, I don’t see where this code is:
.avia_desktop.avia_transform3d .av-caption-on-hover .av-masonry-entry.av-masonry-item-with-image .av-inner-masonry-content {
transform-style: preserve-3d;
}?
__
yigit said “add” the code, not to replace anything.
should I still have this code:
.avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry{
-webkit-animation: none; /* Safari 4+ */
-moz-animation: none; /* Fx 5+ */
animation: none; /* IE 10+ */
}
?
thanksThis reply has been marked as private.actually that did not work. it was disabled but then on hover the zoom was there.
http://www.cfcnorge.com/item/human-rights-democracy?
??-
This reply was modified 10 years, 5 months ago by
Munford.
Thanks Andy I figured out another way to do what I wanted.
Thanks for your help! Can you please check this page http://www.cfcnorge.com/portfolio-item/human-rights-democracy/ and see if it is responding in the right way?
The entries load but the animation seems to still be there. Its not a huge issue but I’d like to find the right settings.
Thanks for your help.
Nancy-
This reply was modified 10 years, 6 months ago by
Munford.
thanks Ismael
I used this code
.avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry{
-webkit-animation: none; /* Safari 4+ */
-moz-animation: none; /* Fx 5+ */
animation: none; /* IE 10+ */
}but it does not seem to work.
?thanks that worked
thanks – I’m pretty sure the W3 total cache was the issue.
Regarding that last code – thanks for the tip = I’m actually trying to display only the titles on the masonry gallery on the mobile (ID #norad),
but that code disables both the title and caption. Is there a way to do that? Is there also a way to have
the masonry on the mobile display with a perfect grid instead of the auto masonry I am
using here? I asked this on another thread but have not gotten a response.
I will delete the other thread.This reply has been marked as private.This reply has been marked as private.thanks
thanks –
If I delete the theme and reinstall it, will I lose all my settings/quick css / styling?-
This reply was modified 10 years, 6 months ago by
Munford.
thanks I got it all working.
any ideas about how I can do this with Enfold? I see there are specific themes for travel companies, most of them pretty ugly and not quite what I want – and I really don’t want to lose the great customization options with Enfold and, of course, the great support here.
Any suggestions welcome….
Nancy -
This reply was modified 10 years, 5 months ago by
-
AuthorPosts