Forum Replies Created
-
TonyModeratorHi there,
Please switch the Joomla editor to codemirror or NONE then open your logo module -> remove the p Tags outside img tagIt should be
<a class="tm-logo uk-navbar-brand uk-float-left uk-visible-large" href="http://demo.joomlead.com/minimal"> <img src="/minimal/images/lead/logo.png" width="190" height="61" alt="Demo"> </a>
without p tags
TonyModeratorYou’re welcome
TonyModeratorHi Dmitry,
Just open joomla/template/template_name/custom/scss/custom.scss add#g-navigation .g-main-nav .g-sublevel > li > .g-menu-item-container { color: #a9a9a9; text-transform: inherit !important; }
We will note this case and update in the next release
TonyModeratorYou’re welcome 🙂
TonyModeratorHi Dmitry,
Do you mean the text format for Menu item or body ?
Thank you
TonyModeratorHi Matic,
We’re not using Phoca extension so not really sure its support front-end editing or not. You can ask the extension developer for more detail.About Quix: Front-end editing will be added in Quix version 2(coming soon next month), at the moment Quix 1.9.x does not support this feature.
See more info about Quix 2.0 feature https://www.themexpert.com/blog/inside-quix-version-2
Current beta release https://www.themexpert.com/blog/quix2-beta-released
TonyModeratorYou’re welcome.
TonyModeratorThis reply has been marked as private, meaning that only the original poster and forum moderators can see the content of the reply.
TonyModeratorDid you face the same issue with the raiseup demo site?
Thanks
TonyModeratorDear Matic,
Could you please take a look this screenshot https://www.dropbox.com/s/rkc2zfm6wen99q3/private.png?dl=0 and provide private message with the joomla administrator account for me to check this issue?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.
TonyModerator2. We will take a look about this case and implement the feature for portfolio if possible.
3. Do you mean, creating a custom link field for portfolio items. If a custom link field is empty, portfolio item will open with lightbox popup, otherwise portfolio item will open custom album link?
TonyModeratorHi Luigi,
Please take a look this video tutorial https://www.youtube.com/watch?v=XNI_B3RezgQ to custom Joomla Multilingual site.
Thank you
TonyModerator“Do I need to still activate the jscript frameworks per page like described in the grav manual?”
Yes, you can do it without problem.
“1. Can I tell the portfolio1 or portfolio2 particle to look for images in certain places instead of manually adding items?”
At the moment, the portfolio does not support this feature, we will consider about this case in future update.“2. Do your particles adhere to scrset or the other grav features to create smaller versions of images automatically?”
Do you mean the portfolio resize imgs automatically?“3. Can I adjust the css of particles to have css clases, giving me the option to decide whether they show a link, a lightbox link or both?”
Yes you can, simply open particle_name.twig.html then modify the classes. By default, the particle portfolio already added different classes for link or lightbox, could you please be more detail which class you wish to change?
TonyModeratorHi Gymnae,
You can follow Gantry5 documentation for particle install without problem 🙂Creating a custom folder then add the particle here is better. Why? See http://docs.gantry.org/gantry5/advanced/file-overrides
When creating custom files, you should always keep these files in your custom directory. If you place overridden files or edit existing ones outside of this directory path, you run the risk of losing these customizations when the Gantry-powered theme, or the Gantry framework, is updated.
And this http://docs.gantry.org/gantry5/tutorials/moving-between-themes
The Custom folder is the basic concept of Gantry 5 where everything that gets stored after a user interaction: custom settings, custom layouts, and custom CSS all goes in that folder.