Forum Replies Created
-
TonyModeratorHi Sven,
Open jltabs.html.twig and find line 387, you can special tab index for items using active option. Let say you want to set the active class for 2nd item. The original code looks like:<ul class="jl-tab{{tab_alignment}}{% if particle.tab_margin == 'default' %} jl-margin{% else %} jl-margin-{{ particle.tab_margin|e }}{% endif %}" jl-tab="connect: #js-{{id}};{{tab_animation}}">
change to
<ul class="jl-tab{{tab_alignment}}{% if particle.tab_margin == 'default' %} jl-margin{% else %} jl-margin-{{ particle.tab_margin|e }}{% endif %}" jl-tab="connect: #js-{{id}}; active: 1;{{tab_animation}}">
Simply pass the option
active: 1
to specify the active index on init (for 2nd item).Thank you
TonyModeratorHi Dwayne,
Could you please give me a screenshot your particle settings ? Did you add the article images via “Images and Links” tab fields ?
Thank you
TonyModeratorI added the counter for home page and its working. Could you please check ?
You can enable the particle (Welcome Home layout) to see the result on home page.
TonyModeratorThis reply has been marked as private, meaning that only the original poster and forum moderators can see the content of the reply.
TonyModeratorThis reply has been marked as private, meaning that only the original poster and forum moderators can see the content of the reply.
TonyModeratorGlad your problem is resolved.
TonyModeratorHi Thierry,
I think the issue related to the Gantry5 layout (Home/Default) settings :). Did you set the Home layout to default for all pages instead the Default layout ?
By default, the hydrogen or helium doesn’t assign the page content for Home layout, its assign the page content for the Default layout to present the joomla/wordpress/grav content for all pages (http://docs.gantry.org/gantry5/particles/page-content). Home is a special layout for home page using custom page (http://docs.gantry.org/gantry5/configure/menu-item).
Thank you
TonyModeratorThis reply has been marked as private, meaning that only the original poster and forum moderators can see the content of the reply.
TonyModeratorGot it. The problem is you didn’t add the “Ending Number” value for the item.
There’re two fields: Start Number (The number to start counting from. example: 0) and Ending Number (The number to stop counting, example: 100).
Please check the doc https://joomlead.com/g5/docs/simple-counter-particle-documentation/
Thank you
TonyModeratorCould you please submit a private ticket so I can check inside ?
Thank you
TonyModeratorHi Theo,
Did you clear Gantry5 caches before ?
Thank you
TonyModeratorHi Gustavo,
Did you enable the Uikit 3 for Gantry5 atom before ? See https://joomlead.com/g5/docs/uikit3-for-gantry5/
and https://joomlead.com/gantry-5-particles/particles-documentation/#first-step
Thank you
TonyModeratorHi Molina,
Sure, which particle version that you are using ? Please give a try with the latest 2.1.2 version updated 04 May 2020 (GTM+7).
Tab Style -> Title section -> Uncheck Show Title option (This option added recently and you can use this option to show/hide title inside the content panel.)
TonyModeratorGlad your problem is resolved.
TonyModeratorFor the next time please submit question via ticket.
Thank you