Forum Replies Created

Viewing 15 posts - 13,846 through 13,860 (of 14,094 total)
  • Posted in:
  • in reply to: Google maps error #1613
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    No worries, glad you sorted it!

    – Ed

    in reply to: Related Posts Thumbnail #1612
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Make sure you have the featured image set for the post. You can find the option to set this in the right hand column when you edit a post.

    – Ed

    in reply to: Custom Menu Widget #1611
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    You can reduce the height by adding the following to Pinpoint Options > General Options > Custom CSS:

    .widget.widget_nav_menu ul li > a {
    padding: 8px 0;
    }

    You could add an arrow with a background image if you liked.

    – Ed

    in reply to: Logo size and Navigation Menu center #1609
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Add to Pinpoint Options > General Options > Custom CSS

    #menubar-controls {
    display: none;
    }
    #main-navigation {
    width: 97%;
    }
    nav .menu {
    text-align: center;
    }
    nav .menu li {
    float: none;
    }
    

    – Ed

    in reply to: Tab border #1608
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    You can change the border around the tabbed content with:

    .wpb_tabs .ui-tabs .ui-tabs-panel {
    border: 1px solid #e5e5e5;
    }
    

    and the tabs themselves are:

    .wpb_tabs.standard .ui-tabs .ui-tabs-nav li {}

    You should add also custom css to Pinpoint Options > General Options > Custom CSS

    – Ed

    in reply to: Subscribe action #1607
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    The form code that you get from Wysija should include an “action” parameter in the form tag. This is the action URL. You may need to edit the input in header.php line 307-311 to match the requirements for Wysija.

    – Ed

    in reply to: Shortcodes Button = 404 Error #1606
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    You’re welcome. Errors like that are annoying, and unless you know from experience what causes them it’s not always easy to identify the issue.

    Glad it’s sorted 🙂

    – Ed

    in reply to: Homepage (Static) Content Disappeared!! #1599
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi Graffig,

    I’ve not seen this before. Are you able to replicate the issue, or not?.. For this page, were you purely working in the page builder, or swapping back and forth between the classic editor?

    One thing you could check is the page revisions. Make sure it’s enabled in Screen Options > Revisions, then scroll to the bottom to see the dated revisions. You could then revert to a previous saved version?

    – Ed

    in reply to: Background colors Swift Page Elements #1597
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    You can change the background colour for any asset that has an Alt BG option. You can set these in Flexform Options > Asset Background Options.

    – Ed

    in reply to: Revolution Slider random start #1596
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Unfortunately I don’t think that’s possible with the revolution slider, you’d have to look at a custom solution, or maybe a plugin?

    – Ed

    in reply to: Server configuration of your DEMO site #1595
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi Vikram,

    We run a very powerful Dedicated Server, as we have to deal with large traffic spikes and a lot of traffic across our network of demos and support.

    The theme itself is quick, so if you’re seeing slow performance it’s likely your hosting. You could try installing W3 Total Cache or WP Super Cache?

    – Ed

    in reply to: Link color footer Widget #1594
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi Martijn,

    You can change the colour in the color customiser (link in the WP Admin Bar).

    – Ed

    in reply to: Can't use the Color Customizer all of a sudden #1593
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Thanks for pointing that out, it’s the jQuery UI styling overwriting it. I’ve just added it to the fix list for the update. If you want to change it now, you can use the following css to Flexform Options > General Options > Custom CSS:

    .ui-widget-content a {
    color: #333;
    }
    .ui-widget-content a:hover {
    color: #222;
    }
    

    – Ed

    in reply to: Lightbox #1592
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Edit /includes/page-builder/composer/lib/shortcodes/portfolio.php, find the instances of:

    class="view"

    and remove them.

    – Ed

    in reply to: Prevent top bar collapsing at breakpoint #1591
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    We found a lot of users wanted pop out mobile menus rather than the select box, which was why we developed this solution 🙂

    – Ed

Viewing 15 posts - 13,846 through 13,860 (of 14,094 total)