Forum Replies Created
-
AuthorPosts
-
Thanks I think that worked but it seems I also lost some styling on the magazine element – or maybe with an update – as now it has the /by admin tag on everything and the layout is messed up. How do I get rid of that?
at one point I edited the mag element like this (as per your suggestion):
Edit config-templatebuilder > avia-shortcodes > magazine.php, find this code on line 558: if(empty($this->atts['thumbnails'])) { $image = ""; $extraClass = "av-magazine-no-thumb"; } Below, add this: $excerpt = !empty($entry->post_excerpt) ? $entry->post_excerpt : avia_backend_truncate($entry->post_content, apply_filters( 'avf_magazine_excerpt_length' , 10) , apply_filters( 'avf_magazine_excerpt_delimiter' , " "), "…", true, '');
and had everything lining up with a sqare photo, title, and excerpt underneath, but now it’s showing the /by admin tag and the photos are not filling the frame, and the titles and excerpts are moved too far down. Can you see what’s causing this suddenly? I have not changed any settings or css.
thanks
Nancy- This reply was modified 6 years, 6 months ago by Munford.
I still do not see the changes you made to the css. hard refresh, etc.
Can you point to the code you updated so I can see what’s been done?
thanks
NancyThanks – I can’t see that your adjustments have made a difference.
I still see 2 different font sizes on the mobile.
Is there an easy way to clean up my css? It always gets a bit messy by the time I’m done building.
thanks
Nancythanks login below
yes – why doesn’t that code also effect slider 4 & 8? That’s where I’m confused.
all the font sizes in the slider captions are set to default. Something is conflicting and I can’t find it.
thanks
Nancythanks – that worked for those 2 sliders –
do I have to target the sliders individually? I’d like to target all 4 on the page.reload the page – sometimes they don’t display at first
I have done a hard refresh many times and am still seeing duplicated images and images not showing up in the masonry galleries when LOAD MORE is selected.
bottom of the page with with load more option https://imgur.com/mjLAXf9 (nor correct)
bottom of the page with “all” option selected https://imgur.com/a/2qukN (correct)
you can see the end of the gallery here on the backend: https://imgur.com/a/WCXny I don’t see these images displayed on the page at all. Maybe something got corrupted on the page?any ideas? I can just select “all” but would like the option for mobile.
nancy- This reply was modified 6 years, 8 months ago by Munford.
no I meant that the client didn’t like the zoom transition effect on the lightbox. I think it is fixed now – thanks for your help!
if you scroll down and click the load more button, you will see that the images are displayed twice – the gallery starts over again.
thanks – will this work? or should it be in the mfg-img {}?
.mfp-img {
-webkit-animation: none;
animation: none;
}.mfp-zoom-in .mfp-figure, .mfp-zoom-in .mfp-iframe-holder .mfp-iframe-scaler {
transition: background 0.2s ease,
padding 0.8s linear;
}I don’t really code…
Hi again
I updated enfold, per your instructions in #1 above, but am still having issues with copies of images in my masonry galleries. I have never seen this happen before. Can you see what the issue is?
thanks
NancyThanks –
can’t see the change on the load more button – still pops up on scroll instead of page load (see page below)thanks for your always help,
Nancy- This reply was modified 6 years, 8 months ago by Munford.
I added that but doesn’t seem to be “easing in” when the page loads.
any ideas?Not sure how to use that – ??
.avia_desktop .avia_transform3d .av-masonry-entry .av-masonry-item-loaded .av-inner-masonry {
transition: opacity 2s ease-in;
}/* Masonry image load animation*/
.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;
}thanks – that takes all the animation off.
Is there a way to fade it in?thanks that did it.
Hi Romano2
I had the same issue and got decent results following this thread and modifying my shortcode.css file.
https://kriesi.at/support/topic/masonry-animation-fade-in-only-on-load/#post-203853good luck!
I have found a way around the vimeo problem, but you can still see the top 2 videos are embedded as video elements with vimeo links, and they are not showing properly. The other videos are images with links, and they work fine, but shouldn’t the vimeo links show up? I dont’ have the problem with you tube.
thanks that solved the issue.
Please check again – I am seeing the site fine (except for the errors)
I seem to be able to edit pages but not any of the portfolio items. Spinning wheel.- This reply was modified 6 years, 11 months ago by Munford.
this whole color section should be only seen on the mobile – see image below. They 2 color sections have IDs I am targeting. Works fine on the english version of the page.
I can’t access any of the pages for editing – just a spinning wheel….or a 403 error. I see errors on the display of several pages as well. These issues were not there a week ago when I updated the site. I see on threads here that other people are having similar issues. I am running 4.2 and WP up to date.
any idea what the issue could be?
anyone??- This reply was modified 6 years, 11 months ago by Munford.
Hi MIke
Thanks I figured it out. IT was this code:
/*fixes layer slider shift chrome error*/
.container {
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
}
any idea what that would have been for? seem like something specifially for a chrome issue.thanks for your help
Nancy- This reply was modified 6 years, 11 months ago by Munford.
I tried that but no change. Still don’t understand what is causing the menu issue, since I have not changed any plugins and the site was working fine. The menu items are there, but are restricted to showing only in a small window if you scroll down. Looks like there is something restricting the height of the white menu overlay?
I also see another new problem – in the color section halfway down the landing page, where there is a hand in the background, the text should be centered there (it’s an icon box) but it’s aligning left instead. (see image below)
Can you check that?
thanks- This reply was modified 6 years, 11 months ago by Munford.
forget it, I changed the design
sorry now it’s called
JOIN THE MARCH FOR SCIENCE
and should scroll to the next white section
thanksHi Jordan,
yes I know how to set up the anchor links, but this one is not working for some reason. I have the same setup on another page that is fine.
Any idea?
thanks
NancyThanks that did the trick!
Hi
I don’t really understand where these rules are set – in the sitemap file?
I have never had to edit this before – all my other sites were mobile friendly with enfold.
can you help me with this?
thanks
Nancy -
AuthorPosts