Digital experiences for all disciplines
Forum Replies Created
-
-
Hi Jeremy,
Just looking into this!
EDIT: How did you update to v1.2? I was pretty sure I fixed this in that update, as it’s working fine here.
The fix was in /css/responsive.css
(just realised I didn’t list that as a changed file, apologies!)
– Ed
Hi there,
The default spacing can be overwritten through the use of extra classes (there is a box provided when you edit the element). This is covered in the documentation, but you can see the provided classes here – http://cl.ly/OMXE
– Ed
Glad you figured it out 🙂
For everyone else, the image is the alt background for the text block, and the text is within a column shortcode.
– Ed
This wouldn’t be possible without modifying the framework CSS, which I wouldn’t advise, as it would require quite a bit of config.
This would be outside the scope of our support, so you’d need to hire a freelancer if you aren’t able to do it yourself.
– Ed
You’re welcome!
– Ed
No idea. They shouldn’t be deleted if you remove the plugin, but it might be set up that way.
The other way to do it would be to FTP the updated files to replace the old ones.
– Ed
Hi Tom,
I’m not seeing this when testing it locally. Can you provide a link so we can see what you’ve done?
– Ed
As Cosmin said, you can change the text string here: includes/page-builder/composer/lib/shortcodes/portfolio.php
If you’d like to have different text on each page you’d need to use an if statement to return different text based on the page – http://codex.wordpress.org/Function_Reference/is_page
– Ed
Sure Nick, just comment again when you hear.
– Ed
Hi Michael,
Apologies that you haven’t had a reply yet, it must have got missed by accident.
A) You can set the featured image of the portfolio item, or set the slider image in the meta options.
B) Add the following to Flexform Options > General Options > Custom CSS
.caption-details-inner .details span.date { display: none; }
C) Not possible as standard, we’ll add this to the wishlist.
– Ed
April 17, 2013 at 3:23 pm in reply to: Implementing a maximum excerpt character length in the recent posts module #1898Addition:
Ahh ok, I see the issue. What you’d be best off doing is setting the min-height for the recent posts, using some jQuery. Open up /js/functions.js and and find (should be line 430):
var widgets = { init: function() {
below, add this:
jQuery('.recent-posts').equalHeights(); jQuery(window).smartresize(function(e){ jQuery('.recent-posts').equalHeights(); });
That will set the min-height so that they stick to the grid.
– Ed
April 17, 2013 at 3:02 pm in reply to: Implementing a maximum excerpt character length in the recent posts module #1896Hi Jack,
In functions.php line 728-730 you’ll fine:
function new_excerpt_length($length) { return 60; }
You can increase it there, if you need to make it longer. Make sure you also have it set in the page builder block too.
Hope that helps.
– Ed
1) Open /includes/sf-functions.php and change line 680 from:
$items .= '<li class="clearfix team-member four columns">';
to
$items .= '<li class="clearfix team-member eight columns">';
2) Not possible as standard.
– Ed
You can remove it by adding the following to the custom css box within Theme Options:
.title-wrap { display: none; }
Hope that helps 🙂
– Ed
Hi there,
Not as standard, due to the AJAX functionality it would require quite a bit of configuration.
– Ed
-
Posted in: Reply To: Comments In Portfolio