Forum Replies Created
-
TonyModeratorHi Dario,
I replied via ticket #1517, please check.
Thank you
TonyModeratorHi Dario,
Could you please give me a screenshot the result you wish to change ? For layout manager , please take a look http://docs.gantry.org/gantry5/configure/layout-manager
You can resize the grid columns inside layout settings very simple. See http://docs.gantry.org/gantry5/configure/layout-manager#blocks
TonyModeratorHi Appman,
I’m planing to add it in to our particle collection :).You can download vking template, go to template->particles -> copy two files
horizontalmenu.html.twig
horizontalmenu.yaml
Next copy scss code from template_name/scss/vking/particles/_horizontalmenu.scss then place into template_name/custom/scss/custom.scss- This reply was modified 5 years, 1 month ago by Tony.
TonyModeratorHi Sven,
For this case, please open custom.scss file then add@media (min-width: 960px) { .jl-offcanvas-flip .jl-offcanvas-bar { right: -1920px; } } .jl-offcanvas-flip .jl-offcanvas-bar { left: auto; right: -1920px; }
Let me know if it works for you
TonyModeratorHi Sven,
Thank you, I just removed it, it should be
{% endif %}
without</a>
We will release the update in this week.
- This reply was modified 5 years, 1 month ago by Tony.
TonyModeratorPosted 5 years, 2 months ago in reply to: Unable to install jbelieve church Joomla on Site5 hosting platformHi Tushare,
It seems your server does not support the modern UTF8MB4 encoding. For this case, please check two options “Force UTF8” while restoring the package, like this https://imgur.com/a/dRURofp
TonyModeratorHi Dario,
Sure, you can replace all js code of ttw-music-player.js with https://anotepad.com/notes/m9em4w5NOTE: ttw-music-player.js located at joomla/templates/template_name/custom/js/
Thank you
- This reply was modified 5 years, 2 months ago by Tony.
TonyModerator“I had that problem in tarotistas españolas the plugin maybe is not working beacuse is not compatible with PHP 7.3”
Could you please explain more detail ? Gantry 5 not working with php 7.3 ? I didn’t see you use Gantry5 for your wordpress theme.
TonyModeratorLet me know if you have any questions.
TonyModeratorHi Dario,
“When I open the about us page I see the articles from blog articles category. When I click on the title of the article It opens in the page content section of the homepage.”Do you mean instead opening the article page, it redirect to the home page ? If so, that mean you didn’t create the blog layout for blog content.
From this demo http://demo.joomlead.com/believe/index.php/features/about-us
if you click to any article link, it will open the article page like http://demo.joomlead.com/believe/index.php/blog-articles/27-lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elitIs it possible for me to check your current site ?
TonyModeratorHi Tommy,
I see the Days of the week inherited the color from g-slideshow section. You can change the color for slideshow section to solve the issue. Or custom css code for the days like.header-day { color: black; }
I will add a custom color solution for days in next release.
TonyModeratorHi Alessandro,
YES, you can use tutorial above to translate to Quix contact form label 🙂
TonyModeratorLet me know if you have any questions.
TonyModeratorYou’re welcome.
TonyModeratorHi David,
Did you check our particle quickstart before ?The custom color for list title using css code. Example
<span class="jl-text-success">Money Back Guarantee!</span>
you can see the css jl-text-success class for green text. See full predefined text color here https://getuikit.com/docs/text#text-color
Remember changing the css prefix from uk- to jl- to avoid the conflict from Uikit version 2 (https://joomlead.com/gantry-5-particles/changelog/ – starting from 2.0.2 we changed the css prefix)