Digital experiences for all disciplines
Forum Replies Created
-
-
I’ve been using this one with great results:
http://codecanyon.net/item/logos-showcase-multiuse-responsive-wp-plugin/4322745
Which version of the Flexform theme are you using?
I want to change the excerpt length or use a custom excerpt if there’s one in the post.
I have – see the attached screenshot…
.chart-shortcode span { font-size: 32px; }
Can I not move that file to the Child theme? I’ve tried it, but it still seems to be overridden by the file in the main theme…
See my post about this here:
http://support.swiftideas.net/forums/topic/enable-reddit-in-social-sharing-sharethis/
Instead of the Reddit code, use this:
<span class='st_linkedin_hcount' displayText='LinkedIn'></span>
Yes, you can – just use .page-id-## in front of your CSS selector, replacing the ## with the ID of the page. You can use the Catch ID’s plugin to show the Page ID’s of your pages.
It would look like this:
.page-id-12 #main-container { background: url(your-image.jpg) top center no-repeat; }
February 17, 2014 at 2:37 am in reply to: Removing space between Parallax section and full width text box #49396Scratch that last reply – this is the correct code:
`.spb_parallax_asset.alt-bg {
margin-top: 0;
margin-bottom: 0;
}This CSS should take care of it:
.alt-bg { margin-left: -410px!important; padding: 0px 410px;
Hope that helps!
February 17, 2014 at 1:44 am in reply to: Removing space between Parallax section and full width text box #49393This CSS should do it:
.spb_parallax_asset.alt-bg { margin: 0 0; }
It removes the top and bottom margin from the Parallax element – adjust to taste.
January 17, 2014 at 5:07 am in reply to: Make a post not appear in swift page builder blog element #43117Don’t be too hard on them – people make mistakes now and then. I think they do a great job – they’ve helped me on more than one occasion. 😀
Glad you go it working!
I’ve done this on this site – http://fatechventures.com/team
See attached screenshot.
I think this is the CSS you’ll need:
/* Single Team Page styling */ article.type-team .article-body-wrap { width: 64%; } article.type-team .profile-image-wrap { width: 30%; } .team-member-bio { /* team member bio text justify */ text-align: justify; }
There *may* be more to it – I also did a lot of custom coding for the team.php file located at:
flexform/includes/page-builder/composer/lib/shortcodes/team.php
though I’m not sure it would apply in your situation.
Hope this helps!
January 15, 2014 at 11:38 pm in reply to: Make a post not appear in swift page builder blog element #42823Couldn’t you change the ‘category=”all”‘ in the shortcode with only the categories that you want to show and put that particular post in a category that is not in the shortcode category list?
Yes – there are a couple ways to do it:
http://premium.wpmudev.org/blog/wordpress-menu-images/
or use a plugin like this one:
-
Posted in: Reply To: Navigation bar