Forum Replies Created
-
TonyModeratorThis reply has been marked as private, meaning that only the original poster and forum moderators can see the content of the reply.
TonyModeratorHi Jeffrey,
I can create a custom table version for you. Which type of content you wish to add to table column ? Text or image field ? And the next column after Link field, right ?
TonyModeratorHi Bertrand,
In future update (all gantry 5 themes), the custom particles scss will be added directly via theme scss, the custom.scss is optional and will be removed. So for existing custom.scss, after updating the theme, custom.scss still working without any problem 🙂
TonyModerator“Means, if you manage some code addition in this custom.scss file, these codes will be lost during template update?”
We do not plan to use custom.scss to add the theme style so you dont need worry about the override while updating theme.“and last question, JoomLead template update use Joomla! Update System ?”
In future, we will create custom path for pro and free version to update via back-end (software licensing), for now, you need to download and install manually via customer area.
TonyModeratorIf you plan to use multipages for all pages, I can help create a custom version that remove the ONE PAGE smoothscroll feature.
If you plan to use both one page scroll and multipage pages for other menu items, simply add class no-scroll for the menu items that not using anchor link (to avoid the #undefined issue).
In Menu Manager -> Menu Item -> choose “Helix Menu Options” tab from menu settings, then in Custom CSS Class, just add the custom css class no-scroll (Screenshot https://imgur.com/ZkGS8Hg )
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 solved.
TonyModeratorHi Fatin,
Could you please submit the private reply with site info so I can take a look inside ?
Thank you
TonyModeratorHi Pawel,
Could you please provide the site for me to check the issue ?
Thank you
TonyModeratorHi Sven,
We will implement the theme offcanvas width settings for uikit soon.
Thanks
TonyModeratorPosted 5 years ago in reply to: Frontend editing -cannot see different between published and unpublished articleHi hasani,
For warp 7 framework, You can do the customization blog/article layout to make the article status look like default joomla template.
Example copy whole code for blog
joomla-root/components/com_content/views/category/tmpl/blog_item.php
then replace to
joomla-root/templates/jl_venture_ii_pro/html/com_content/category/blog_item.phpNext joomla/components/com_content/views/article/tmpl/default.php
replace to
jl_venture_ii_pro/html/com_content/article/default.phpYou need to style the css code for the article meta like published date, author, category
TonyModeratorGlad to hear that
TonyModeratorHi Serkan,
This issue is fixed recently, please open joomla-root/templates/jl_logan/scss/logan/sections/_navigation.scss line 65 change
color: #a9a9a9;
to
color: $menustyle-text-color;
TonyModeratorAre you using Quickstart package for Finance template or just the template package only? Finance using Unite slider, you can take a look full documentation here
If you start with the template only, I can provide the unite slider package for you to install.
TonyModeratorYou’re welcome