Viewing 1 reply thread
You must be logged in to reply to this topic.
Hello,
In the single portfolio i can only select for content on the left, right and bottom. I want my content first and below the slideshow of photo’s.
Is this possible?
Many thanks and regads,
Rein
Hello,
Yes, it’s possible with some code customization. Please follow the steps:
-Go to file \specular\includes\core\codeless_metaboxes.php and find this line:
'options' => array('left' => 'Left', 'right' => 'Right', 'bottom' => 'Bottom'),
Replace it with this:
'options' => array('left' => 'Left', 'right' => 'Right', 'bottom' => 'Bottom', 'top' => 'Top'),
-Now download here file specular\includes\view\portfolio\single-container.php and replace the one you have.
-Go to portfolio item and edit portfolio entry. Select Content Position > Top from the dropdown list.
-Save and see.
Best regards!
You must be logged in to reply to this topic.