Great thanks, but one question where does the WCManoNegraBta.otf file go?Ok, here is the new package for RandomQuotes.
Upload the RandomQuotes directory to your data directory.(example.com/data/RandomQuotes). Then install as usual.
I spruced it up a bit, but not completely happy with it. NOTE: I cannot put author's name or piece of the text in bold.
Look at the screenshot and tell me what you think of the font?
I put the randomquotes folder in the /data directory of my forum
Imported it via the portal modules admin section.
All works good except the styling... the font is the default... where does the font go to show up like yours? And also how do I get the red quotes around it also like yours? Here is a screenshot of what mine looks like, thanks, this is a really cool mod, hope to get it working 100%
View attachment 7040
Its a request Im not sure if its ok here, but can someone help make a Block to place just one photo icon to a linked page or just a html Block?
its in thereCheck make sure the WCManoNegraBta.otf file is in your "data/RandomQuote" directory.
<div class="section">
<div class="secondaryContent">
<h3>Random Quote</h3>
<div>
<script type="text/javascript" charset="utf-8">
jQuery(document).ready(function($) {
$.get('./data/RandomQuote/quotes.txt', function(data) {
var quotes = data.split("\@");
var idx = Math.floor(quotes.length * Math.random());
$('.quotes').html(quotes[idx]);
});
});
</script>
<div class="quotes"></div>
</div>
</div>
</div>
its in there
Code:<div class="section"> <div class="secondaryContent"> <h3>Random Quote</h3> <div> <script type="text/javascript" charset="utf-8"> jQuery(document).ready(function($) { $.get('./data/RandomQuote/quotes.txt', function(data) { var quotes = data.split("\@"); var idx = Math.floor(quotes.length * Math.random()); $('.quotes').html(quotes[idx]); }); }); </script> <div class="quotes"></div> </div> </div> </div>
Im not sure the WCManoNegraBta is called out?
.quotes in css?
I like the look, but can we do the quotes in a different color? Like a dark gray or black? I haven't downloaded the new zip file so I haven't had a chance to look at it yet, but just wondering![]()
color: @primaryMedium;
I second this request.Its a request Im not sure if its ok here, but can someone help make a Block to place just one photo icon to a linked page or just a html Block?
Ok, here is the new package for RandomQuotes.
Upload the RandomQuotes directory to your data directory.(example.com/data/RandomQuotes). Then install as usual.
EDIT: updated package.
We use essential cookies to make this site work, and optional cookies to enhance your experience.