Forum Replies Created

Viewing 30 posts - 811 through 840 (of 1,120 total)
  • Author
    Posts
  • in reply to: ERRORS: Feature image not uploading/ updates not taking #379954

    UPDATE
    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 8 years, 7 months ago by Yigit.
    in reply to: masonry gallery alignment #379943

    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 now

    thanks for your help
    Nancy

    • This reply was modified 9 years, 10 months ago by Munford.
    in reply to: masonry gallery alignment #379693

    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 8 years, 7 months ago by Yigit.
    in reply to: masonry gallery alignment #379418

    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
    Nancy

    in reply to: firefox update problem masonry rollover #376708

    ah 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 9 years, 10 months ago by Munford.
    in reply to: firefox update problem masonry rollover #376395

    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+ */
    }
    ?
    thanks

    in reply to: firefox update problem masonry rollover #375587
    This reply has been marked as private.
    in reply to: disable animation #374025

    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 9 years, 10 months ago by Munford.
    in reply to: URGENT help! quick css customization not working #373143

    Thanks Andy I figured out another way to do what I wanted.

    in reply to: disable animation #373141

    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 9 years, 10 months ago by Munford.
    in reply to: disable animation #371048

    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.
    ?

    in reply to: Masonry Gallery url links and rollover #370778

    thanks that worked

    in reply to: URGENT help! quick css customization not working #370668

    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.

    in reply to: URGENT help! quick css customization not working #370651
    This reply has been marked as private.
    in reply to: Masonry Gallery url links and rollover #370274
    This reply has been marked as private.
    in reply to: extra space above header #369906

    thanks

    in reply to: extra space above header #365270

    thanks –
    If I delete the theme and reinstall it, will I lose all my settings/quick css / styling?

    • This reply was modified 9 years, 11 months ago by Munford.
    in reply to: sidebar problem #365268

    thanks I got it all working.

    in reply to: filter sortable portfolio #362875

    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

    in reply to: slideshow captions #357798
    This reply has been marked as private.
    in reply to: sidebar problem #357431

    OK that’s weird. I did some editing on the landing page and now it is displaying correctly with no sidebars – did not change any setting though. I was also seeing problems with the image hotspots (all the hotspots were in the upper left corner for some reason) but that is OK now as well. strange.

    Could you help with another issue? I’d like to move the logo at the top a bit further up, which I know can be done with a -value whitespace separator, but then on the mobile it’s too high and gets cut off. Is there another way to do this – a padding value or something? I can’t see what’s making all that space.

    thanks very much
    Nancy

    in reply to: sidebar problem #357422
    This reply has been marked as private.
    in reply to: slideshow captions #357198
    This reply has been marked as private.
    in reply to: mobile header changes #356673
    This reply has been marked as private.
    in reply to: H1, letter spacing #356651

    thanks!

    in reply to: sidebar problem #356650

    oh did not know there was a new update.
    I now have it all updated but am still seeing this sidebar problem:
    http://andes-world-travel.theunsteadyproblem.com/
    I checked all the page settings again and it’s all as it should be.
    Can you see what is going on?
    thanks
    Nancy

    • This reply was modified 9 years, 12 months ago by Munford.
    in reply to: slideshow captions #345324
    This reply has been marked as private.
    in reply to: down arrow, mobile landing page #345192

    OK did not understand that. thanks

    in reply to: slideshow captions #344559
    This reply has been marked as private.
    in reply to: slideshow captions #344113


    I want the “business as usual” caption to be on one line, without making the font size smaller.

Viewing 30 posts - 811 through 840 (of 1,120 total)