Forum Replies Created

Viewing 15 posts - 31 through 45 (of 3,354 total)
  • Posted in:
  • in reply to: Carousel Images displaying double #37539
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hi @francice,

    To start off, please keep in mind that responsive designs are not testable by simply resizing your browser window; the theme has mobile and desktop breakpoints where the layout changes to fit the screen. These breakpoints are extremely well tested to work on any mobile device or desktop (the theme is using an open source layout framework built by the people that built Twitter).

    Now regarding your issue, I’ve checked both your site and ours, with Chrome and Firefox, resizing in both browsers, but failed to see what you’ve attached. So, what browser is this happening for you in? Does it happen only when you slowly resize your window, or when you open your browser and navigate to the page, without resizing?

    Regards,

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

    Cosmin – Support

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

    Hi,

    I honestly can’t find where you’ve inserted it, but it seems like it’s looking fine now? (tested with Firefox and Chrome)

    Anyway, I went ahead and added it in Pinpoint Options/General options -> Custom CSS, just in case it starts acting weird again 🙂

    Regards,

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

    Cosmin – Support

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

    Hmm, I don’t see it being added – did you hit Save?

    If you did, then please do privately reply with admin login and I’ll have a look.

    Regards,

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

    Cosmin – Support

    in reply to: ShareThis – Theme file to change #35630
    Cosmin – SUPPORT
    Member
    Post count: 3851

    You have an option to not include social sharing, when writing a post.

    Regards,

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

    Cosmin – Support

    in reply to: Update caused my site to crash – Help! #35629
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hi,

    Looks like something went wrong with the server while it was updating. Probably it took too long and it threw an error, because scripts in PHP have a time limit when executing.

    Anyway, login via FTP and remove the flexform folder from wp-content/themes/

    WordPress should activate a default theme and you can proceed to installing the theme again (download the latest version from ThemeForest).

    Note that this will not affect your content or theme options. But, if you made changes directly in theme files, those will be gone (they would have been anyway, if you updated from the dashboard).

    Regards,

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

    Cosmin – Support

    in reply to: underline links in content area #35628
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hi,

    Instead of all that code, you can simply use this in the Custom CSS from the General theme options:

    .page-content a {
        text-decoration: underline;
    }

    Regards,

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

    Cosmin – Support

    in reply to: vertical dividers in the footer #35626
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Sure thing Antoine, happy coding 🙂

    Regards,

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

    Cosmin – Support

    in reply to: Submenu goes 'lost' at the right side of my PC screen #35625
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hi Gustav,

    You need to add the code Melanie provided, in the Custom CSS box from the General theme options in WordPress.

    Regards,

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

    Cosmin – Support

    in reply to: Bug for Google Map widget? #35623
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Thanks for letting us know, closing as resolved 🙂

    Regards,

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

    Cosmin – Support

    in reply to: Portfolio filter issues with url and link. #35622
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hi,

    Can you privately reply with your WP admin login, so I can check how the portfolios are setup and try to help?

    Regards,

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

    Cosmin – Support

    in reply to: Services and Capabilities Circle Icons #35621
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hi Pete,

    I think it would be better if you added each of your 6 sections, inside a text element. So you’d have 3 text elements per row, 6 in total.

    Text elements use the framework’s grid system, so they should align properly. The way you have them now, 3 cols with content in them, won’t be possible to align very easily, if at all.

    Regards,

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

    Cosmin – Support

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

    Cool, glad to hear that 🙂

    Regards,

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

    Cosmin – Support

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

    http://support.swiftideas.net/forums/topic/revolution-slider-latest-version-2/

    Scroll at the bottom.

    Regards,

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

    Cosmin – Support

    in reply to: Translate the blog aux options #35616
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Those strings are translatable as well, are you sure you didn’t miss any strings while translating? What did you use to translate the theme?

    Regards,

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

    Cosmin – Support

    in reply to: Hover icon for posts? #35615
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hi,

    It’s not an image, it’s a font. (google FontAwesome)

    The markup for the blog element is in includes/page-builder/composer/lib/shortcodes/blog.php

    The type of icon to be used is defined at line 162 in there, which is:

    $item_icon = "file-alt";

    You can check the FontAwesome cheatsheet and replace with a different one (no need to add the fa- prefix). But note that the theme is not using FontAwesome 4, so not all icons are available. I have no idea where you can find the FontAwesome 3 cheatsheet, been searching for that myself.

    Regards,

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

    Cosmin – Support

Viewing 15 posts - 31 through 45 (of 3,354 total)