Forum Replies Created
list of topics you have created till now.
-
-
Thanks !
nevermind, found it buried inside theme -> details -> plugins -> installed pre-pack plugins !
where’s that plugin ? , I dont have it
was trying to put the code here but i dont know what is happening, anyway just follow the link
Thanks…, that solve it !! just in case i put this in my .htaccess (beware if your site use the www implicit in WP settings you have to use it as in http://www.yourdomain.com, above)
<blockquote cite="
Header set Access-Control-Allow-Origin: http://domainurl.com“>
so i include Windows in the test and Windows Chrome is working but Windows firefox no.
yout tell me on your side,
the site is http://www.alexandracolon.comi know i also check the demo site and all the icons shows up.
am using Bookcard 4.8 on wordpress 4.0 , test on:
Chrome v 37 – not showing
Chrome v38 Beta – not showing
Safari – showing
Firefox – display the code of the icon in the square like F0CAno problem at all, the theme is super cool !
well thanks but that wont work, with the plugin you have to manually sort it and thats not the idea…, I know it can be coded but I didnt find where but today i find it and it works soooo here I share…,
look in Appearance -> Editor for ‘page_inner-portfolio.php’ and search for :
$args_portfolio = array( ‘post_type’ => ‘portfolio’, ‘posts_per_page’ => -1
and add this :
, ‘orderby’ => ‘title’, ‘order’ => ‘ASC’
The whole line will end looking like this:
$args_portfolio = array( ‘post_type’ => ‘portfolio’, ‘posts_per_page’ => -1, ‘orderby’ => ‘title’, ‘order’ => ‘ASC’ );
* everything will depend how you want to order it here is all the orderby parameter you can apply: