Forum Replies Created
-
in reply to: Home SLIDER above the menu :(
thanks for your response, but i like the SIMPLE menu on TOP of the slider, not OVER the SLIDER:
Can you help me?
Thanks!
in reply to: Home SLIDER above the menu :(This reply has been marked as private.in reply to: Home SLIDER above the menu :(<p class=”p1″>www.srcsl.com/berria</p>
in reply to: Error with PORTFOLIO itemsThanks you very much, fixed up!
Regards,
in reply to: Error with PORTFOLIO itemsThis reply has been marked as private.in reply to: Error with PORTFOLIO itemsThanks you very much, fixed up!
in reply to: Error with PORTFOLIO itemsHello,
But the position of the portfolio items don´t work:

I have got too another problem: The order of the portfolio items. I have installed a plugin “Custom Post Order” but look at the backend order:

It´s not the same order in the backend and in the frontend :(
Thanks,
Iñaki.
in reply to: Error with PORTFOLIO itemsI have fix the portfolio items:
switch($cl_redata[‘portfolio_columns’]){ case ‘1’: $p_per_page = 3; break; case ‘2’: $p_per_page = 6; break; case ‘3’: $p_per_page = 9; break; case ‘4’: $p_per_page = 12; break; case ‘5’: $p_per_page = 10; break;Based on the number of rows you have, edit the number of items to display. Set the value to ‘-1′, to display them all. In your case you need to edit case ‘3’, to this:
case ‘3’: $p_per_page = -1; break;It will display all items in portfolio page.
in reply to: Error with PORTFOLIO itemsI have fix the portfolio items:
<pre style=”box-sizing: border-box; overflow: auto; font-family: Inconsolata, Consolas, Monaco, ‘Lucida Console’, monospace; font-size: 15px; color: #444444; padding: 5px 10px; border: 1px solid #dddddd; max-width: 95%; vertical-align: middle; margin-top: 0px; margin-bottom: 24px; background: #f9f9f9;”><code style=”box-sizing: border-box; font-family: Inconsolata, Consolas, Monaco, ‘Lucida Console’, monospace; display: block; padding: 0px; line-height: 24px; border: none; max-width: 100%; vertical-align: middle; margin: 0px; overflow-wrap: normal; overflow: auto; background: transparent;”>switch($cl_redata[‘portfolio_columns’]){
case ‘1’:
$p_per_page = 3;
break;
case ‘2’:
$p_per_page = 6;
break;
case ‘3’:
$p_per_page = 9;
break;
case ‘4’:
$p_per_page = 12;
break;
case ‘5’:
$p_per_page = 10;
break;
<p style=”box-sizing: border-box; color: #393d40; font-family: ‘Open Sans’, ‘Helvetica Neue’, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;”>Based on the number of rows you have, edit the number of items to display. Set the value to ‘-1′, to display them all. In your case you need to edit <strong style=”box-sizing: border-box;”>case ‘3’, to this:</p><pre style=”box-sizing: border-box; overflow: auto; font-family: Inconsolata, Consolas, Monaco, ‘Lucida Console’, monospace; font-size: 15px; color: #444444; padding: 5px 10px; border: 1px solid #dddddd; max-width: 95%; vertical-align: middle; margin-top: 0px; margin-bottom: 24px; background: #f9f9f9;”><code style=”box-sizing: border-box; font-family: Inconsolata, Consolas, Monaco, ‘Lucida Console’, monospace; display: block; padding: 0px; line-height: 24px; border: none; max-width: 100%; vertical-align: middle; margin: 0px; overflow-wrap: normal; overflow: auto; background: transparent;”>case ‘3’:
$p_per_page = -1;
break;
<p style=”box-sizing: border-box; color: #393d40; font-family: ‘Open Sans’, ‘Helvetica Neue’, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;”>It will display all items in portfolio page.</p>in reply to: Error with PORTFOLIO itemsanother error: When i select “No pagination” the articules of second page 2 not appears :(
Thanks you very much
in reply to: Error with MENU items – don´t work :(This reply has been marked as private.in reply to: Error with MENU items – don´t work :(¿¿¿Hello??? I can´t do anything :(

