Huge Performance Improvements, CSS Units and More

Joomla Wesbite Builder Gridbox with Performance Improvements and CSS Units
Mon. - Fri. 9 am - 5 pm Ask a Question
Remember me

Tag filter text and location

3 weeks 1 day ago #1

  • Grossenbacher Yvan's Avatar
  • Grossenbacher Yvan
  • Posts: 9
Can I change the position and text of the Tag filter.
I would like to position it just below the Categories filter. With the same look, without text and without "Reset button".
Thank you and best regards.
Yvan

3 weeks 1 day ago #2

  • Vyacheslav's Avatar
  • Vyacheslav
  • Posts: 26073
Hello,
Thank you for contacting us

This can only be done using custom code

Regards,
Vyacheslav, Balbooa.com

3 weeks 21 hours ago #3

  • Grossenbacher Yvan's Avatar
  • Grossenbacher Yvan
  • Posts: 9
Hi,
On a smartphone, the "categories filter" look nice, but the "Tags filter" not.
Can you give me an example of custom code to make "Tags filter" loocking like "categories filter"?
It is not urgent.
Thank you.
Yvan

3 weeks 21 hours ago #4

  • Vyacheslav's Avatar
  • Vyacheslav
  • Posts: 26073
Send us a link to page with problem.

Regards,
Vyacheslav, Balbooa.com

3 weeks 21 hours ago #5

  • Grossenbacher Yvan's Avatar
  • Grossenbacher Yvan
  • Posts: 9
Hi,
You can have a look on : www.yvangrossenbacher.ch/plongee-en-mer
The upper part is made with Balbooa Gallery.
The lower part with CW Gallery (discontinued).
I would like to have the filter looking like the one in the lower part.

3 weeks 21 hours ago #6

  • Vyacheslav's Avatar
  • Vyacheslav
  • Posts: 26073
Use this solution
support.balbooa.com/forum/joomla-gallery...-change-layout#80892

Best Regards,
Vyacheslav, Balbooa Support Team

3 weeks 20 hours ago #7

  • Grossenbacher Yvan's Avatar
  • Grossenbacher Yvan
  • Posts: 9
Yes, but on mobile phone it is not usefull.
Attachments:

3 weeks 20 hours ago #8

  • Vyacheslav's Avatar
  • Vyacheslav
  • Posts: 26073
It requires a lot of custom code (we wrote a sample code), you can change and modify depending on your needs
@media (max-width: 1200px){
	.equal-positions-tags {
	    background: transparent;
	    box-shadow: none;
	    border-radius: 0;
	    box-sizing: border-box;
	    left: 0;
	    margin-left: 0;
	    opacity: 1;
	    visibility: visible;
	    overflow: hidden;
	    overflow-y: hidden;
	    position: static;
	    padding: 0;
	    top: 0;
	    width: 80%;
	    z-index: 1050;
	}

	.filter-modal-footer,
	.show-filter-modal {
	    display: none !important;
	}

	.ba-gallery .gallery-tags-wrapper .span12 {
	    flex-wrap: wrap;
	}
}


Best Regards,
Vyacheslav, Balbooa Support Team
Powered by Kunena Forum