Hi,
Nice template, perhaps you could implement the solutions to modules not working into the template to save half a day of looking at your forum and solutions.
e.g.
www.smartaddons.com/forum/55-sj-k2-slideshow-ii/34620-problem-with-admin-panel-afert-joomla-update-to-381
After installation, 5 of your addons don't work. Why not implement your forum solutions for joomla upgrades into your template, or offer a Jooml 3.8 above version to save each person buying the template having to use your forums to find each answer.
My question is, to keep the YT Shortcode unmodified, the template CSS files unmodified for updates - and I wish to modify YT Member css property - how do I do this?
e.g. in a module
<div class="col-sm-4" style="padding-left: 0px; padding-right: 0px;">[yt_member style="1" background="" color="" border="0px none #cccccc" shadow="0 0 0 #eeeeee" radius="0px" text_align="center" photo="images/services/test2.jpg" name="Our Bistro" role="Italian Food" url="" ]</div>
is fine, but 3 images across there is a margin at the bottom which comes from membar.css or is inherited from heavens know where but it gives a margin at the bottom of 1.5em which I cannot remove using [yt-member .....]
i.e.
<div id="ytm5d4b70b25f4a417817647671565225138" class="yt-member yt-member-style-1" data-url="/index.php/en/restaurant"><div class="yt-member-photo"><a href="/index.php/en/restaurant" title="Our Restaurant"><img src="
localhost/.../images/services/test1.jpg" alt=""></a></div><div class="yt-member-info"><span class="yt-member-name">Our Restaurant</span><span class="yt-member-role">Italian Food</span></div><div class="yt-member-icons"><div class="yt-member-ic"></div></div></div>
gives
.yt-member {
position: relative;
overflow: hidden;
width: 100%;
margin: 0 auto 1.5em auto;
background: #fff;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
The 1.5 em I guess comes from membar.css - .yt-member-info { padding: 1.5em; }
I need it margin bottom 0em so a row of 3*3 show clean no gap.
Custom CSS file is overwritten by the YT sortcode as is adding style:... in the [yt-member ...]
I.e. in order to use your YT Shortcodes but not break future updates, how can I add custom css where needed on top of the YT output. And I've wasted a lot of time with this.
Thank you for your assistance.