Forum Replies Created
-
TonyModeratorHi Katrin,
Do you mean the color link for nav item on click/active/hover ? Did you try to change the Menu Styles section before ?
NOTE: Switching to base outline for style settings.
TonyModeratorHi Appman,
Thanks for your report. I checking this case and will release an update as soon as possible.
TonyModeratorGlad your problem is solved.
TonyModeratorHi Stony,
Simply create a custom html module then add your logo image path here. Next, assign the module to logo-small position ๐
TonyModeratorHi Josehroberto,
Yes, grab the package again then copy new particle/js for instafeed.
Clear gantry 5 caches after replacing.
TonyModeratorThanks, I will test and correct it soon.
TonyModeratorFixed, please update to Instafeed to 2.0.9 and js lib instafeed.min.js to version 1.1.3
TonyModeratorI have noticed this issue and working to fix it right away
Please wait.
TonyModeratorYou’re welcome
TonyModeratorHi there,
Please take a look joomla/templates/template_name/less/theme.less
css files are compiled automatically by less compiler so please do not modify the css file like template.css file.
If you want to custom css file, you can add custom css code via custom.css file or via template settings ๐Have a nice weekend.
TonyModeratorPosted 5 years, 6 months ago in reply to: Button-link in JL Feature Box only opens in new tab or window. Not same window.You’re welcome ๐
TonyModeratorPosted 5 years, 6 months ago in reply to: Button-link in JL Feature Box only opens in new tab or window. Not same window.Hi there,
Please open the jlfeaturebox.html.twig then change{% set linkscroll %} {% if item.buttonlink|e matches '/#/' %} jl-scroll{% endif %} {% endset %}
to
{% set linkscroll %} {% if particle.class != 'no-scroll' %} {% if item.buttonlink|e matches '/#/' %} jl-scroll{% endif %} {% endif %} {% endset %}
after, open feature box particle, add no-scroll class to the particle to remove scroll feature ๐
Let me know if it works for you.
TonyModeratorPosted 5 years, 6 months ago in reply to: Button-link in JL Feature Box only opens in new tab or window. Not same window.Or if you want, I can help to remove the scroll feature for the particle ๐
TonyModeratorPosted 5 years, 6 months ago in reply to: Button-link in JL Feature Box only opens in new tab or window. Not same window.BUT when linking to an id or anchor on that menu-item, it doesnโt work. When clicking the button it just scroll up to top of page.
By default, smooth scroll feature added automatically to page-internal link that contains a URL fragment.
Do you know about ONE-PAGE scrolling? Its the same method :), see more detail
I’m not sure about your button settings, if you want to navigate from the button to special sections, simply defined the same section id for button anchor link.
Example button link:
#my-id
And the section to scroll to:<h1 id="my-id">End here!</h1>
TonyModeratorHi Alsthom,
I understand your point. For this case we can use css method to handle the padding on mobile/tablet devices (Using media queries). Can I take a look your current page to advice ?