Forum Replies Created

Viewing 30 posts - 361 through 390 (of 1,120 total)
  • Author
    Posts
  • in reply to: magazine element out of alignment #948029

    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.
    in reply to: font size on slideshow caption titles #939883

    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
    Nancy

    in reply to: font size on slideshow caption titles #938617

    Thanks – 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
    Nancy

    in reply to: font size on slideshow caption titles #937771

    thanks login below

    in reply to: font size on slideshow caption titles #937675

    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
    Nancy

    in reply to: font size on slideshow caption titles #937391

    thanks – that worked for those 2 sliders –
    do I have to target the sliders individually? I’d like to target all 4 on the page.

    in reply to: font size on slideshow caption titles #937260

    reload the page – sometimes they don’t display at first

    in reply to: masonry gallery load more extra image copies #930558

    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.
    in reply to: change lightbox animation #929686

    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!

    in reply to: masonry gallery load more extra image copies #929397

    if you scroll down and click the load more button, you will see that the images are displayed twice – the gallery starts over again.

    in reply to: change lightbox animation #929093

    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…

    in reply to: masonry gallery load more extra image copies #928490

    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
    Nancy

    in reply to: masonry gallery load more extra image copies #928040

    Thanks –
    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.
    in reply to: fullscreen slider in mobile #926352

    I added that but doesn’t seem to be “easing in” when the page loads.
    any ideas?

    in reply to: fullscreen slider in mobile #925189

    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;
    }

    in reply to: fullscreen slider in mobile #924478

    thanks – that takes all the animation off.
    Is there a way to fade it in?

    in reply to: fullwidth menu loading error #923726

    thanks that did it.

    in reply to: Galery Masonry animation #920310

    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-203853

    good luck!

    in reply to: Vimeo embed error #916388

    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.

    in reply to: page error / unable to edit site #890934

    thanks that solved the issue.

    in reply to: page error / unable to edit site #890726

    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.
    in reply to: page error / unable to edit site #889975

    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.
    in reply to: invisible mobile menu #884381

    yes

    in reply to: invisible mobile menu #884348

    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.
    in reply to: invisible mobile menu #883895

    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.
    in reply to: problem with button to section id# #872775

    forget it, I changed the design

    in reply to: problem with button to section id# #872444

    sorry now it’s called
    JOIN THE MARCH FOR SCIENCE
    and should scroll to the next white section
    thanks

    in reply to: problem with button to section id# #871623

    Hi 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
    Nancy

    in reply to: align social icons in widget #839251

    Thanks that did the trick!

    in reply to: google search – not mobile friendly #836519

    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

Viewing 30 posts - 361 through 390 (of 1,120 total)