Forum Replies Created
-
AuthorPosts
-
I am having a similar problem. My header image has disappeared with the recent update.
cache was cleared
Hi Ismael,
Thanks but that did not change the spacing for me
see below
??HI Victoria
I fixed the code in a new magazine.php file and now it’s working fine. Also, by adding this code:time.av-magazine-time.updated{ display:none!important; }
I got rid of the /byadmin and that also fixed the image frame issue and the member shortcode problem, though I’m not sure why. The only issue I see now is in the sorting categories where there is no spacing around the separators. (ie it looks like: All/ADD-ONS/ROUNDTRIPS and is hard to read.) Can you help me fix that?
thanks
Nancy-
This reply was modified 6 years, 11 months ago by
Munford.
HI Basilis
I have not changed any plugins – but as a test I deactivated them all and did not see any changes to the mag element. I have added login below if you want to take a look at the back-end/plugins.
thanks
Nancy-
This reply was modified 6 years, 11 months ago by
Munford.
Hi again
still can’t find out why my magazine element has changed. I am getting an author line (not there before), out of aligment text, wrong size image border, and the sorting categories at the top are not working anymore. Any ideas?? I also have a [member] / [nonmember] shortcode on the mag elements like this:[member][av_magazine link='portfolio_entries,261,317' items='10' offset='0' tabs='aviaTBtabs' thumbnails='aviaTBthumbnails' heading='' heading_link='manually,http://' heading_color='theme-color' heading_custom_color='#ffffff' first_big_pos='top' custom_class='' av_uid='av-3cuuz8'][/member]
[nonmember][av_magazine link='portfolio_entries,261,262' items='10' offset='0' tabs='aviaTBtabs' thumbnails='aviaTBthumbnails' heading='' heading_link='manually,http://' heading_color='theme-color' heading_custom_color='#ffffff' first_big_pos='top' custom_class='' av_uid='av-vqzewk'][/nonmember]
which worked fine but now it looks like both elements are showing on the page. see below in private.
???
thanks
Nancy-
This reply was modified 6 years, 11 months ago by
Munford.
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, 11 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 7 years, 1 month 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 7 years, 1 month 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 7 years, 4 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 7 years, 4 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 7 years, 4 months ago by
Munford.
-
This reply was modified 6 years, 11 months ago by
-
AuthorPosts