Digital experiences for all disciplines
Forum Replies Created
-
-
Add the following to Flexform Options > General Options > Custom CSS:
.recent-post .post-item-details { display: none; }
– Ed
Flexform Options > Header Options > Top bar social icon config
You can find the types of icons set in that shortcode.
– Ed
I think Cosmin might have got confused with the navigation question. For the Revolution Slider navigation, check the navigation menu when you edit the slider – http://cl.ly/O0dF
All of those animations are available when you edit the slide, and layers. It’s part of the plugin.
The grid width of the slider should not be larger than 1170px. You can set it to full width by following this guide – http://support.swiftideas.net/knowledgebase/how-do-i-add-a-full-width-slider/
Hope that helps.
– Ed
April 3, 2013 at 11:00 am in reply to: Reordering Portfolio, Removing Breadcrumbs, Sidebar on Portfolio page #599@grokism – thanks for chiming in to help, much appreciated!
@jbrookeiv – we’ll add it to the list, but it’s actually not frequently requested.– Ed
Thanks again, it’s much appreciated 🙂
– Ed
If you have the latest version of the theme, then remove your entry to the “logo width” box in the Flexform Options > Header Options panel. This will make sure the logo resizes.
– Ed
Currently that isn’t possible, but we’ll add it to the wishlist! 🙂
– Ed
Let us know!
– Ed
Hi there,
By default, this isn’t supported. However I’ve put together some replacement code for you. Take the code from here – http://pastie.org/7299111 , and replace the code in template-portfolio.php. That should work then.
Hope that helps.
– Ed
.frm_form_fields p:empty, .frm_form_fields br { display: none; }
If you add the above to the custom css box within theme options, that should hopefully reduce it. Seems the plugin is adding breaks in-between hidden fields for some reason.
– Ed
Add the following to the custom css box within theme options:
.page-text { font-size: 14px; }
– Ed
What are you looking to do exactly? Please could you explain further so that we can help with some code?
– Ed
Hi there,
The shortcode won’t work in the excerpt as standard, and it will depend if you’re using the dropcap just in the standard post editor, not the page builder. If you’re using the standard post editor, then add this to the functions.php file:
add_filter('the_excerpt', 'do_shortcode');
Hope that helps 🙂
– Ed
Hi there,
Is it possible for you to use non-latin characters for the category slug? You should still be able to use latin characters for the display name. Using latin characters for the slug is likely to cause issues if using with the portfolio filter as well.
Let me know.
– Ed
You can download the latest version here – http://support.swiftideas.net/forums/topic/revolution-slider-latest-version/
-