Thank you so much for this wonderfull theme. I love it!
I need documentation for the sortable portfolio page. It´s the only thing i can´t do and it´s important for me.
highlighted text is not supported?
Thanks
Thank you so much for this wonderfull theme. I love it!
I need documentation for the sortable portfolio page. It´s the only thing i can´t do and it´s important for me.
highlighted text is not supported?
Thanks
Hey,
1) Shoutbox doesn't offer a portfolio feature and doesn't offer a sortable or non sortable portfolio. There's no portfolio feature mentioned in the description: http://themeforest.net/item/shoutbox-magazine/400938 nor is it part of the demo.
2) You can create highlighted text by using spans. Switch to html view in your post/page editor and enter:
<span style="background-color: #FFCCFF;">This tag highlights the desired text pink, though you can use any color you want.</span>
If you want to use the same color/colors all the time you can also create css classes. I.e. add following code to css/custom.css:
.pink{
background-color: #FFCCFF;
}
and in the text editor add:
<span class="pink">This tag highlights the desired text pink, though you can use any color you want.</span>Ok, no problem with the portfolio.
I´d added the pink class in css/custom.css and wrote the post as you said and didn´t work... strange!
Hey,
try
.pink{
background-color: #FFCCFF;
}Yep typo - instread of "background color" use "background-color". I corrected the code above too.
You must log in to post.