Forum Replies Created
-
in reply to: portfolio, pages and posts issues
Okay, I fixed it. When you fill in – to let the custom field boxes always appear in the admin so they don’t mess up the order, I added some extra code totthe single-container.php, single-fullwidth.php, single-gallery.php and single-floating.php in the specular\includes\view\portfolio\ directory.
find (sometimes there are 3 in a file!):
<?php if(isset($cl_redata['single_portfolio_custom_fields'][$i]) && !empty($cl_redata['single_portfolio_custom_fields'][$i]) ): ?>
and replace with:
<?php if(isset($cl_redata['single_portfolio_custom_fields'][$i]) && !empty($cl_redata['single_portfolio_custom_fields'][$i]) && $cl_redata['single_portfolio_custom_fields'][$i] != "-" ): ?>
in reply to: portfolio, pages and posts issuesBut what page do we have to edit?
in reply to: portfolio, pages and posts issuesMaybe we can add some code to the page, such as: IF ( customfield == ‘-‘ ) => do not display the field en field title.
Because when we enter something, like – the blanc custom field values do not dissapear.
in reply to: portfolio, pages and posts issuesThis happens to me too.
When leaving custom fields empty, the empty ones are gone after saving the portfolio item.
Please check yourself: fill in custom fields for example 1 and 10 and leave 2 to 9 empty. After saving, the next time you go to the custom fields, only 1 and 2 are there. So 2 gets the value of field 10 which is not good.
Hello, is somebody there to help me? I bought the theme because of this Fullscreen Innovative blog. I had to edit a php file to get the background, and now the white transparent block is still not there. Please help!
Hmmm, this is too bad. No replies… :(
Anybody there? :) The white transparent block on my text is missing from your example. How do I do that?
Okay, thank you, this is working now! :-)
Last question: How do I add the white block behind my text, such as in <span style=”color: #666666; font-family: ‘Helvetica Neue’, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 21px; background-color: #fbfbfb;”>https://codeless.co/specular/portfolio2/?page_id=708 ?</span>
in reply to: Trouble with eye catching innovativeOkay, just tried, nothing happens.
I only would like to have this: https://codeless.co/specular/portfolio2/?page_id=708
But no background images show up. I did exactly as in the docs and your video.
in reply to: Trouble with eye catching innovativeIs this still necessary for Fullscreen Innovative blog? I have the latest version of Specular and WordPress and the featured image is not visible as background image, only on the post page itself.
Can you make this default behavior? That seems more logic to me. Or even better, can you make it an option for each Social Link?
Otherwise we always have to edit your php files after an update.