• Resolved angelusagendi

    (@angelusagendi)


    Good day,

    I installed your plugging and it seems to work well. However, I would like to remove the filter. “All” appears on top of each of my galleries. I read the forum and saw some comments with CSS codes, I tried it, but it doesn’t work.

    I cannot provide you a link to my website since it is in the maintenance mode and not available to public view yet.

    Could you please help me to remove “All” filter (I don’t need any filters for this particular gallery).

    Thank you so much.

    Natallia

    The page I need help with: [log in to see the link]

Viewing 12 replies - 1 through 12 (of 12 total)
  • Plugin Author A WP Life

    (@awordpresslife)

    Hi angelusagendi,

    Please try this code by pasting into Custom CSS of the plugin setting.

    .simplefilter > li:first-child { display: none; }

    Try & let me know.

    Thanks! ??

    Thread Starter angelusagendi

    (@angelusagendi)

    Dear A WP Life,

    It worked like magic! Thank you so much ??

    I have one more question. I have 3 galleries on 1 page. Settings are at 3 columns, and thumbnail size is Large.
    Gallery A has 6 photos and beautifully aligned, Gallery B has 9 photos and also very well aligned. But my Gallery C has only 1 photo and it tends to stay on the left side. If I change it to to two columns, it becomes big. How can I place my photo in the gallery C in the middle still using settings I used for my other galleries. Do you have any CSS code that can be helpful?

    Thank you again.

    Natallia

    Plugin Author A WP Life

    (@awordpresslife)

    Hi,

    Actually, its possible with the only margin.

    .filtr-item {
     margin-left:50%;
    }

    Because I can’t see your gallery page, I can’t tell the exact position of margin you can increase or decrease the number of percentage of margin for the correct position.

    If you like our plugin & support please rate our plugin. we will be thankful to you
    Click-Here to rate us

    Thanks in advance!

    • This reply was modified 7 years, 2 months ago by A WP Life.
    Thread Starter angelusagendi

    (@angelusagendi)

    Hi there,

    I plugged the code to the Gallery C, but it centred my other galleries too and things didn’t work out.
    When I plugged filter remover CSS to one of my galleries, it worked for all the galleries/ Which is good. But in case of the alignment, this doesn’t work as it seems that each gallery CSS box is connected to each other, and any code we plug applies to all galleries.

    Is there a way to separate those CSS codes?

    Thanks so much.

    I will definitely rate your plugin soon.

    Natallia

    Plugin Author A WP Life

    (@awordpresslife)

    ok,

    Please try with this code

    .filtr_item_<?php echo $pf_gallery_id; ?> {
     margin-left:50%;
    }

    Thanks

    • This reply was modified 7 years, 2 months ago by A WP Life.
    • This reply was modified 7 years, 2 months ago by A WP Life.
    Thread Starter angelusagendi

    (@angelusagendi)

    Hi there.

    I tried but it doesn’t work.

    Plugin Author A WP Life

    (@awordpresslife)

    Did you remove that code that I gave you before?

    And your page link https://it%20is%20in%20the%20maintenance%20mode didn’t work.

    Thread Starter angelusagendi

    (@angelusagendi)

    I did remove it yes.
    I never sent you a link because as I mentioned before, the website is not available for public view – it is in maintenance mode (I cannot put it live yet).

    Plugin Author A WP Life

    (@awordpresslife)

    Ok,

    Let me know your gallery shortcode id.

    Thread Starter angelusagendi

    (@angelusagendi)

    The one that i have to edit is: [PFG id=802]
    It has to be 3 columns setting (as mentioned before). I just have one photo and want it to be in the middle.

    Thank you so much.

    Plugin Author A WP Life

    (@awordpresslife)

    Hi please try this code.

    .filtr_item_802 {
     margin-left:50%;
    }

    Thanks

    Thread Starter angelusagendi

    (@angelusagendi)

    Hi there!
    Thank you! It worked, but it was more on the right side, so I tested margin % and 33.5% is the most central. Everything is good now. Your help was great.

    I’ll rate the plugin. It was very useful.

    Have a nice day.

    Natallia

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Remove filter “ALL”’ is closed to new replies.