Digital experiences for all disciplines
Forum Replies Created
-
-
October 20, 2013 at 5:35 pm in reply to: Can't enter a carriage return when I use dropcase shortcode in Flexform #27484
Any chance I could see it in action? I can’t try to repro at the moment, as all my dev sites are full with client work – otherwise you’ll have to wait a few days until I get a new server account set up that I just bought and try to see what’s going on…
Is there a particular reason for not using Youtube or Vimeo? Self-hosting should *only* be done using a CDN, otherwise you could run into bandwidth problems, videos loading slowly, etc.
When a client needs to host their own videos, I recommend S3 Media Maestro:
I’m assuming you want all the text next to the disc in an unordered list to be aligned to the indent, yes? If so, try this:
ul{ list-style: disc outside none; padding: 10px 10px 10px 25px; }
Adjust the padding as needed.
Are you familiar with using Chrome Developer Tools or Firebug for Firefox?
If not and you plan on developing websites, you *really* need to learn them.
Since I can’t see your site, I can’t tell you specifics about what needs to be changed/altered to get rid of the boxes. I would try it on one of my development sites, but they’re all full with other client work at the moment…
I’m sorry to bug you again, but I think the documentation is incorrect, as there’s no /includes/page-builder/composer/assets file or folder in the 1.5.3 theme.
Maybe you mean /includes/page-builder/assets (not inside the composer folder)?
Can you double check this? It’s absolutely critical that I get this right…
Thanks!
October 19, 2013 at 1:09 am in reply to: Can't enter a carriage return when I use dropcase shortcode in Flexform #27295How are you adding the line break?
It’s not quite clear what you’re trying to do – can you clarify a bit more?
From the WordPress codex:
http://codex.wordpress.org/Function_Reference/add_editor_style
October 19, 2013 at 12:58 am in reply to: How to add custom background (img) to footer & accordion section questions #27292usnraver – just add background-color: to the style with the hex color code you’d like it to be, as such:
#footer { background: url("path/to/image.jpg") 0 0 repeat transparent !important; background-color: #fff }
Do you have a link to the site so we can see it in action? I’m not clear on exactly what you’re using for each display – carousel or ??
What I did for one of my clients was create a Photoshop template for the proper box sizes, then took each of the client images and centered it in the box, so that they were all consistent.
And, yes, I had to create different image sizes for the carousel and the page (in their case it was Portfolio, not Clients, but it’s the same principle).
You can see it here:
Can you post a link to your site?
Without seeing your site, I’m going to give you the generic CSS change that *should* work, but may not depending on how you have your site set up with all the Flexform options. You can try this code just change the ’50px’ to a smaller number to reduce the margin of the content below the breadcrumbs:
.inner-page-wrap {
margin-top: 50px;
{October 14, 2013 at 10:43 pm in reply to: Logo showing twice in mini header and search not working #26675I believe if you set an image size in the Flexform options for the standard vs. retina images it should correct the problem with the mini-header. Or you could suppress one of them with the following CSS:
#mini-logo img.retina {
display: none;
}You can put your email and password in a reply and then tick the box below the text area that says ‘Set as private reply’ – that way only the forum admin(s) have access to it.
And you only need to give them your WordPress admin login details.
Thank you for considering this – I *love* this theme (and any that use SPB) as it’s so versatile. Being able to Child Theme everything I change would make it even more awesome (and easier/faster to review when an update comes out).
Cheers!
Have you tried the suggestion from this thread:
http://support.swiftideas.net/forums/topic/recent-posts-thumbnail-issue/
-
Posted in: Reply To: Thumbnails not showing up