Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #854635

    I do not do code. I found a thread where you said to add some code to a box in the enfold section. I added it. It did nothing.

    Can you please help me get rid of the horrible boxes that pop up and the title in the gallery?

    On your mason gallery, you have an option to disable or show them, maybe in the future, you can add that option in the regular gallery.

    I put this under Enfold theme options quick CSS and it did nothing.

    .ppt, .pp_description { display: none !important; }
    .mfp-title {
    display: none !important;
    }

    Thank you in advance for your help.

    Pam
    http://www.photomagx.com

    #855196

    Hey extraeyes,

    I’m not sure what you mean by “the horrible boxes”, could you try to explain a bit further please? A screenshot highlighting them might help us to understand what you are looking to remove.

    Best regards,
    Rikard

    #855405

    Sorry there is only one box that appears above the image when you mouse over an image in a gallery. Now I have to waste time asking you how to upload an image for you to see the boxes that appear above the image because I cannot figure out how to attach here. Please advise. I sent a reply to the email advising you responded but I am not sure you will get it that way.

    Pam

    #855716

    Hi Pam,

    Try to go to Enfold->Advanced styling and select the Linked Image Overlay element. Then set it to Disable Overlay.

    Best regards,
    Rikard

    #855832

    Thank you but that did not work. Any other suggestions, please?

    I have another issue. should I open a new thread? When using the tab section I put a slider box next to a box of type. Every time the image changes the box moves so my reader cannot read the type as it is jumping all around.

    I have this on one page. http://photomagx.com/portfolio-item/thousand-palms-oasis-photography-ca/

    I read how links improve seo so I was putting links in the box to go on every page. Hoping you get to me quickly doing this today.

    thanks again for your help!!

    Pam

    #856186

    Hi Pam,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .avia-image-container .image-overlay.overlay-type-extern {
      display: none !important;
    }
    

    Well, the images should be the same height or remove the autorotation from the slider.
    If you need further assistance please let us know.

    Best regards,
    Victoria

    • This reply was modified 7 years, 1 month ago by Victoria.
    #856950

    That code did not work in either location.

    Even when there is only one image the page still bounces. I disabled every plug in. No matter what is in that section the page bounces. It has nothing to do with image size. The whole point is to have the auto rotation.

    Please help.

    #856989

    It turns out that when you have several different tabs even if one of the images is a different size in a different tab it will make all the tabs jump. Can you please still address the boxes above the mouse over on the gallery images??

    Thank you.

    #857721

    Hi,

    Tabs are getting a general upgrade on the upcoming version with a lot of fixes from the development team.
    We appreciate the patience while that goes over.

    Best regards,
    Basilis

    #858763

    I am still waiting on instructions how to get rid of the black boxes that hover over the gallery when you mouse over and the box with the title???? It’s been so long I have started removing all galleries and replacing them. Please reply asap.

    #859344

    Hi,

    I just tried

    .avia-image-container .image-overlay. overlay-type-extern {
      display: none !important;
    }

    and it is working fine.
    Can you please make sure cache is cleared?

    Best regards,
    Basilis

    #859667

    It is not working. I put it in both places. I cleared the cache. The title and captain are still appearing. I spent 5 hours on Saturday deleting all Captions in each image in the library. The title is showing up so I had to change all titles to look decent.

    I tested a page not changed. It still has the issue. I started changing over to a mason gallery which does not have the issue. I have over 100 pages with galleries. There is not enough time to continue this way. Please advise.

    Thank you.

    #860193

    Hi extraeyes,

    I am not seeing the black hover, could you please post a page with the issue and a few screenshots of the issue?

    Best regards,
    Victoria

    #860612

    I just explained to you that I have spent hour after hour removing the galleries and or the type that shows up in the box which appears above the gallery on hover so if you checked a few pages I changed them. I have over a hundred pages with it. I didn’t know I am the only one who has this happen to and thought you knew what the issue actually is. Here is one I have not gotten to yet. http://photomagx.com/portfolio-item/edwin-b-forsythe-n-w-r/ You will see a black box with the type upon hover. You will see a GRAY BOX with the alt text appear which no one needs to see and the Alt text shows up under the image when scrolling through the gallery and I need my alt text for seo.

    If you don’t mind trying to get to me quickly, please. This waiting and back and forth are very frustrating. I am from the day that you could speak to a person for help.

    Thank you in advance for your help.

    #860970

    Hi extraeyes,

    The grey box, the img alt showing up is the default HTML mechanism, but here are some things you could try
    https://stackoverflow.com/questions/36305805/how-to-hide-alt-text-using-css-when-the-image-is-not-present

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #861060

    I cannot try that. Again, I need my alt text for SEO purposes (you sent me to a place that explains why you should NOT do what the article says to do to remove text) as some of my images appear #1 on the google image search. I am trying to become more famous not less. :) I do not do code. Any other options? Or should I spend the weekend removing all 100 galleries and replacing them with the mason type and please advise how this will affect my SEO if I do this. This will take an extremely large amount of time to switch.

    Will you ever be considering having the display captions and titles or not display nothing like you have in the masonry gallery??

    thank you

    #861064

    Oh after all this I went to your site demo and I see the masonry gallery boxes have the gray box that appears when clicking the image showing the atl text. I have spent 50 hours on my over 1000 images creating alt text for SEO purposes. I feel as if I cannot win in this situation. Need my text but do not want my fans to see it!!

    Is there even a solution to this?

    Thank you.

    #862255

    Hi,

    I’m sorry but you cannot remove the “graybox” without removing the images’ title attribute. It is a default browser feature. You can try this in the functions.php file.

    // custom script
    function add_custom_script(){
    ?>
    <script>
    (function($){
    	$('.avia-gallery-thumb a').removeAttr('title');
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'add_custom_script');
    

    Best regards,
    Ismael

Viewing 18 posts - 1 through 18 (of 18 total)
  • You must be logged in to reply to this topic.