Forum Replies Created

Viewing 15 posts - 46 through 60 (of 3,354 total)
  • Posted in:
  • in reply to: Titles does not appears in news ticker #35611
    Cosmin – SUPPORT
    Member
    Post count: 3851

    OK, thanks for letting us know 🙂

    Regards,

    ————————————————————————————————————

    Cosmin – Support

    in reply to: Automatic image creation #35610
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hi,

    This is not related to Retina, but rather to how WordPress works.

    The theme ‘tells’ WordPress that it needs several image sizes for its layouts (think of all the portfolio columns, featured images, etc) – these all require differently sized images.
    The way WP works is that for each defined image size, it will generate a resized image based on your original upload.

    The image sizes registered by our theme are defined in functions.php, lines 85-89.

    Regards,

    ————————————————————————————————————

    Cosmin – Support

    in reply to: Recent Posts Misaligned #35608
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hi Linda,

    Think it’s a bug in the CSS, so in the meanwhile, if you plan on using 4 columns, add this in the Custom CSS box from the General theme options:

    .recent-post:nth-child(4n+1) {
        clear: left;
    }

    Regards,

    ————————————————————————————————————

    Cosmin – Support

    in reply to: tabs problem #35142
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hi,

    I don’t see our theme in there…

    Regards,

    ————————————————————————————————————

    Cosmin – Support

    in reply to: Changing Page Width? #35141
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hi guys,

    The idea here is that changing the layout is a very advanced customization that cannot be covered by our free theme support.

    Ed mentioned what version of the Twitter Bootstrap framework the theme is using, and suggested that you will need to custom code it yourself, should you have this need, as the theme options don’t have any controls/buttons that do this.


    @JayJay
    – we are here to help, but as I said, we do not do customizations.

    Regards,

    ————————————————————————————————————

    Cosmin – Support

    in reply to: Assigning Post Categories to Pages #35140
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hi,

    Unfortunately our free theme support does not cover such advanced customizations. This definitely needs a custom coded page template – if you lack the PHP skills, I suggest hiring a freelancer.

    Regards,

    ————————————————————————————————————

    Cosmin – Support

    in reply to: Icon Color #35138
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hi James,

    I don’t see your text elements having extra classes on them, you need to add uniquely named extra classes to each text element, then style them individually, just as I explained above.

    Regards,

    ————————————————————————————————————

    Cosmin – Support

    in reply to: Swift Page Builder – align right? #35137
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hi,

    Have you tried having an empty 3/4 element on the left?

    Regards,

    ————————————————————————————————————

    Cosmin – Support

    in reply to: Revolution slider not showing #35136
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hi,

    Can you please update your revolution slider? There’s a new version out.

    Regards,

    ————————————————————————————————————

    Cosmin – Support

    in reply to: Can't open Revolution Slider-Panel in Admin anymore #35134
    Cosmin – SUPPORT
    Member
    Post count: 3851

    OK, thanks for letting us know 🙂

    Regards,

    ————————————————————————————————————

    Cosmin – Support

    in reply to: Photo quality #35132
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hi,

    Uploading is handled by WordPress, so this may depend on your server.

    Can you link to your site, please? Maybe you’re looking at an element that is larger than your image and, the theme being responsive, it forces the image to fill that element, thus losing quality. I’ll let you know once I see it.

    Regards,

    ————————————————————————————————————

    Cosmin – Support

    in reply to: Layout Page Builder option gets overruled? #35131
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hi Eva,

    Not sure how you have it setup, I would need to you to kindly remind me your site URL.

    Did you set the posts page option to be the page that has your blog element? That’s not needed.

    Regards,

    ————————————————————————————————————

    Cosmin – Support

    in reply to: Boxed Layout Issues & Navigation Menu Position #35127
    Cosmin – SUPPORT
    Member
    Post count: 3851

    It’s added to a container, yes. You would need to remove the background in the theme options and add your own CSS to apply an uploaded image, to the body.

    You can target the header section with #header-section in CSS

    Regards,

    ————————————————————————————————————

    Cosmin – Support

    in reply to: increase height of impact text + button element #35125
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hi Martha,

    You can add an extra class to that element, then style it with custom CSS in the General theme options Custom CSS box.

    Suppose you add a class of large.

    Your CSS would be:

    .wpb_impact_text.large .wpb_call_text {
      font-size: 40px !important;
    }

    The button has 3 options for sizes, you can use those.

    Regards,

    ————————————————————————————————————

    Cosmin - Support

    in reply to: Shopping cart icon in header? #35122
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hi Maggie,

    You don’t see any difference, because the color is still black 🙂

    Let’s have it more customizable; change the code above that I gave you, with this:

    Give us a call: 510-225-0690 <br><br><a href="http://link.com" class="header-cart-link"><i class="icon-shopping-cart icon-large"></i></a>

    Then, add this in the Custom CSS from the General theme options:

    .header-cart-link i { color: #FF0000 !important; }

    That would change ONLY the icon color, to a bright red. And you can adjust that color as you please. Hope this helps.

    Regards,

    ————————————————————————————————————

    Cosmin – Support

Viewing 15 posts - 46 through 60 (of 3,354 total)