Forum Replies Created

Viewing 15 posts - 76 through 90 (of 155 total)
  • Posted in:
  • Tekguild
    Member
    Post count: 171

    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…

    in reply to: Self Hosted Video #27483
    Tekguild
    Member
    Post count: 171

    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:

    http://s3mediamaestro.com/

    in reply to: List Order #27482
    Tekguild
    Member
    Post count: 171

    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.

    in reply to: Clients Logotypes size #27302
    Tekguild
    Member
    Post count: 171

    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…

    in reply to: Flexform 1.5.3 Update Question #27297
    Tekguild
    Member
    Post count: 171

    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!

    Tekguild
    Member
    Post count: 171

    How are you adding the line break?

    in reply to: List Order #27294
    Tekguild
    Member
    Post count: 171

    It’s not quite clear what you’re trying to do – can you clarify a bit more?

    in reply to: How do I add font styles? #27293
    Tekguild
    Member
    Post count: 171
    Tekguild
    Member
    Post count: 171

    usnraver – 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
    }
    in reply to: Clients Logotypes size #27291
    Tekguild
    Member
    Post count: 171

    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:

    Home

    in reply to: Space below breadcrumbs #26676
    Tekguild
    Member
    Post count: 171

    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;
    {

    in reply to: Logo showing twice in mini header and search not working #26675
    Tekguild
    Member
    Post count: 171

    I 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;
    }

    in reply to: Thumbnails not showing up #26371
    Tekguild
    Member
    Post count: 171

    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.

    in reply to: Make it easier to Child Theme #26370
    Tekguild
    Member
    Post count: 171

    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!

    in reply to: Thumbnails not showing up #26028
    Tekguild
    Member
    Post count: 171

    Have you tried the suggestion from this thread:

    http://support.swiftideas.net/forums/topic/recent-posts-thumbnail-issue/

Viewing 15 posts - 76 through 90 (of 155 total)