Hi
I need help on changing the default display option from "compact" to "detailed"
so i can remove the div that contains this 3 gallery options - i need only the detailed option.
thanks,
Leon.
How to change default gallery display
14 posts from 3 voices-
Posted 2 years ago #
-
Have a look at these threads:
-) http://www.kriesi.at/support/topic/how-to-remove-the-sliding-effect-for-display-button-) http://www.kriesi.at/support/topic/editing
The Dude
Posted 2 years ago # -
sorry but this wasnt helpfull,
the link you posted is for removing the buttons / or removing the slide effecti want to remove all buttons but i want that the default gallery display will be "detailed" and not compact as it is by default,
please helpPosted 2 years ago # -
Please help i need a solution for my client!!
Posted 2 years ago # -
On weekends the support takes a bit longer - James will answer you as soon as possible.
The Dude
Posted 2 years ago # -
Hey,
The default view on the demo is the Detailed view - what's your site URL?
Support questions are generally answered Monday to Friday between 9am and 5pm (GMT +1), sometimes outside these hours. Posts are answered in the order received. You should receive an answer within 1 working day of posting.
Cheers,
JamesPosted 2 years ago # -
Hi and thanks for the answer.
i just visited the demo and saw that the "compact" view is the default display as it is in the theme i bought from theme forest
take a look at it here:
http://ahuzat.webmagazine.co.il/ .my client prefers to display only the detailed option so after configuring that i want to remove the div that contains this three buttons with a
a display none css class.sorry for the bad English.
Posted 2 years ago # -
Hey!
To hide the buttons, open up style.css, find this code:
.display_buttons { display:none !important; float:left; width:238px; }and replace it with this code:
.display_buttons { display:none !important; }Regards,
JamesPosted 2 years ago # -
Hi;
i know how to make the buttons desapear -
but HOW DO I CONFIGURE THE DETAILED OPTION AS THE DEFAULT ONE?Posted 2 years ago # -
James did you clear your cookie cache - Expose creates one so the user doesn't need to change his prefered style everytime he loads the page. Maybe you chose Detailed view some time ago and now it appears as "default" view to you.
If I delete the cookie named "gallery_display" my default view is "Compact".
The Dude
Posted 2 years ago # -
nm, solved it.
had to override the cookie with a const.had to replace this:
itemContainer.attr('id',$.cookie('gallery_display'));with this:
itemContainer.attr('id','item_medium_gallery');solved it.
thx
Posted 2 years ago # -
Glad that you sorted it out.
The Dude
Posted 2 years ago # -
@leonavit Sorry about my confusion / mistake I'm glad you got this sorted out.
@Dude looking through the source code of js/custom.js I see you're right. I must have clicked on Detailed at some point and it got saved.
Posted 2 years ago #
Reply
You must log in to post.














