Forum Replies Created
-
TonyModeratorHi Diego,
I think this case related to http://docs.gantry.org/gantry5/configure/inheritance#atom-inheritance
Can I take a look your page settings ? Check your base outline -> page settings -> the Uikit3 atom is enabled -> OK
Next, check the page layout for this page https://www.semiologia.net/cursos/ and make sure its inherited from the base outline too (Uikit3 atom)
TonyModeratorCould you please share your site ?
TonyModeratorYou should implement their Uikit atom (version 2) not version 3 from us. Inspiretheme still using Uikit version 2 for their particle. Please ask support via Inspiretheme if you use the particle (portfolio) from them.
TonyModeratorHi Cheryl,
Instead copying the template and rename it, you can DUPLICATE template using this method https://www.cloudaccess.net/joomla-knowledgebase/103-joomla-3-1/template-manager/540-duplicating-a-template-joomla-3-0.html
TonyModeratorYou need to use Uikit version 2 that included with your portfolio particle. Where you got the portfolio particle ?
TonyModeratorFrom this page view-source:https://www.semiologia.net/cursos/ I couldn’t find the jluikit.min.js/css loaded for the page so that’s a problem.
Please make sure Uikit 3 for Gantry5 atom is loaded for this page via your layout config.
TonyModeratorHi Marco,
Is it happened with our Overlay demo too ? See demo http://demo.joomlead.com/particles/index.php/particles/overlay
TonyModeratorHi there,
I see you are using Free Dream theme. Your “portfolio” using Uikit version 2 not 3. Is it your custom particle ?
TonyModeratorHi Diego,
Could you please give me the special page that you use Overlay particle ? Click view source mode and make sure jluikit.min.js and jluikit.min.css files are loaded.
TonyModeratorHi SF,
It was weekend and I’m sorry for the delay. Is it possible to put your site live so I can take a look on it?
Are you using particle version 1.x ?
TonyModeratorHi Erol,
Please let me know if you need any help.
TonyModeratorPosted 5 years, 10 months ago in reply to: Filter Gallery Particle – usage Masonry Layout for HikashopHere the response for K2 https://github.com/gantry/gantry5/issues/2404
I think its same with Hikashop
TonyModeratorPosted 5 years, 10 months ago in reply to: Filter Gallery Particle – usage Masonry Layout for HikashopHi Greg,
Particles support Joomla articles only, It does not support 3rd components like K2, Hikashop.
Hikashop itself support template override, you can override the hikashop layout to use the masonary effect.
TonyModeratorHi Sven,
Sure, pause-on-hover event assigned to true by default, we will add the feature to enable/disable this function in the next update (this month).
Now you can modify the particle to avoid the transition stop on hover like so
Openjlslideshow.html.twig
line 285 change
autoplay: true;{% endif %}
to
autoplay: true; pause-on-hover: false;{% endif %}
TonyModeratorHi Erol,
I’m not sure about gantry 5 support adding “particle shortcode” inside another particle but did you try this http://demo.joomlead.com/particles/index.php/particles/content-toggle ?