Forum Replies Created

Viewing 15 posts - 3,331 through 3,345 (of 3,354 total)
  • Posted in:
  • in reply to: accordion tab color and text issue #545
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hi,

    1. Custom CSS in theme options:

    .wpb_accordion h3.ui-accordion-header a { background: #FF0000 !important; }

    2. You’ll need to make sure your copy fits the accordion container. As with any site, if text reaches the end of its container, it will break onto the next line. Maybe try a soft return before ‘Macbook’ (with Shift+Enter)

    Regards,
    ————————————————————————————————————
    Cosmin
    Support Assistant

    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hi,

    I’ve just tested it quickly and breadcrumbs actually do show up when “Show page title” is unchecked. Are you running the latest version of Flexform?

    Example: http://s.icosmin.com/flexform/about-2/

    Regards,
    ————————————————————————————————————
    Cosmin
    Support Assistant

    in reply to: Revolution slider conflict #536
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hi Richard and thanks for the kind words 🙂

    I’ll make a note to Ed to update the plugin in the theme, looks like some things we’re fixed in 2.3.4 (2.3.3 is what we have in Flexform).

    Note: you can find the Revolution Slider zip file in flexform/includes/plugins. Our theme has that installer under Appearance, which simply installs that zip file.

    Regards,
    ————————————————————————————————————
    Cosmin
    Support Assistant

    in reply to: Alignment of the slider #533
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hi,

    Centering can only be done relative to the container in which the slider exists, so that’s why it won’t center if the slider is bigger. (full width centering in the docs refers to full width pages). If you leave a link to your site, I’ll have a look and maybe I can find a workaround (can’t guarantee, but will do my best).

    Regarding menus, have you set them in Appearance/Menus?

    Regards,
    ————————————————————————————————————
    Cosmin
    Support Assistant

    in reply to: Google maps Address #473
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hmm, just used “Stanley Avenue, Gillette, WY, United States” and seems to be working: http://s.icosmin.com/pinpoint/contact-alternate/

    After saving the section in Page Builder, are you also updating the page?

    Regards,
    ————————————————————————————————————
    Cosmin
    Support Assistant

    in reply to: background image stretch #472
    Cosmin – SUPPORT
    Member
    Post count: 3851

    You will need to edit a theme file, as the background scrolling can’t be changed with custom CSS added to the theme options.

    Edit /wp-content/themes/pinpoint/css/custom-styles.css.php and find this line (282):

    background: #fff url(<?php echo $body_upload_bg; ?>) repeat center top;

    Replace that with:

    background-image: url(<?php echo $body_upload_bg; ?>);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    background-color: #fff;
    background-attachment: fixed;

    Save the file to server and test again. This will only apply to background images that you upload.

    Regards,
    ————————————————————————————————————
    Cosmin
    Support Assistant

    in reply to: Page Meta #470
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hi Leon,

    What version of the theme do you have? Also, try disabling and activating the theme again, see if that fixes it.

    Regards,
    ————————————————————————————————————
    Cosmin
    Support Assistant

    in reply to: Nice example of pagebuilder… but how ;-) #468
    Cosmin – SUPPORT
    Member
    Post count: 3851

    @eduturns – thanks so much for being awesome! Really!


    @roemer
    – it’s very detailed above and yes, in general, if you want to see how things are done in the demo, go ahead and import the demo content XML. It will help you understand the Page Builder much faster 😉

    Regards,
    ————————————————————————————————————
    Cosmin
    Support Assistant

    in reply to: Recent Posts – Thumbnails #466
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hi,

    For each post, you need to scroll down and set the post thumbnail (not featured image).

    Regards,
    ————————————————————————————————————
    Cosmin
    Support Assistant

    in reply to: logo area #465
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hi Aal,

    Can you please link to your site so that I can have a look? At first sight, I would say it can either stay like that, flowing over the slider, or maybe we can have it push the slider down, though that would create a lot of whitespace on the right side and will tend to unbalance the design.

    Is adding some CSS to shrink the image size an option for you?

    Regards,
    ————————————————————————————————————
    Cosmin
    Support Assistant

    in reply to: Conflict in /css/bootstrap.min.css #464
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hi,

    Bootstrap is a layout framework and it normalizes styles for later handling. I see you’re using a plugin that doesn’t define any styling for labels, but this can be easily fixed with the following custom CSS in theme options:

    .quiz label { display: inline-block !important; }

    Regards,
    ————————————————————————————————————
    Cosmin
    Support Assistant

    in reply to: Vimeo Content in Portfolio #463
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hi,

    I think this depends on the video itself. See our demo page, it gets left/right black borders: http://themes.swiftpsd.com/flexform/shortcodes/images-videos-lightbox/

    Now see my playground for Flexform, using a Videoplayer section with Page Builder: http://s.icosmin.com/flexform/about-2/

    That also gets borders, as you can see. If you’ve set the Videoplayer to a bigger size, that might be the difference, as the embeds are smaller on page, compared to it.

    Regards,
    ————————————————————————————————————
    Cosmin
    Support Assistant

    in reply to: Custom in focus widget #462
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hi,

    What version of the theme are you using? This has been fixed about 4-5 days ago.

    Regards,
    ————————————————————————————————————
    Cosmin
    Support Assistant

    in reply to: Captions in images and sliders #461
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hi,

    Sliders have their own “captions”, which is content defined for each slide. For images, it should work, have you tried it? (images inserted via classic editor or in a text module, that is).

    Regards,
    ————————————————————————————————————
    Cosmin
    Support Assistant

    in reply to: Post Slider + Recent Post Thumbs #460
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hallo Rico,

    On our demo homepage, we have the blog post carousel and the blog modules inserted with the page builder; those will output those two sections.

    You can choose to import the demo content XML file and you will get all the pages and posts just like we have them in the demo 🙂

    Regards,
    ————————————————————————————————————
    Cosmin
    Support Assistant

Viewing 15 posts - 3,331 through 3,345 (of 3,354 total)