Forum Replies Created

Viewing 15 posts - 13,876 through 13,890 (of 14,094 total)
  • Posted in:
  • in reply to: Slider Settings used in Envato Marketplace #1546
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi there,

    The posts slider requires little setup at all. All you need to do is edit the page where you wish to display it, and scroll down to the page meta options (below the content editor). You will find the option to enable the posts slider here. Once you’ve enabled it and saved the page, you will see it visible.

    The way to posts slider works is that if a featured image (or slider image) is set for the post, then it will show here with the slide up overlay. If not, it will show the holding slide with the text. You can set the featured image or slide image for each of the posts when you edit them.

    Hope that helps.

    – Ed

    in reply to: Portfolio creation #1545
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi Mark,

    Are you struggling with setting up the portfolio page, the portfolio items, or both?

    Let us know and we’ll be happy to provide a few pointers.

    – Ed

    P.S. I don’t suppose you tried importing the demo content? This would give you something to look at to see how it’s done. You can find instructions for importing this in the documentation.

    in reply to: Ultimate Tinymce plugin doesn't work in supreme theme #1544
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Compatibility is planned, but no date or confirmation as of yet. Hopefully soon! 🙂

    – Ed

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

    Hi there,

    What are you looking to change it to?

    – Ed

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

    For the logo, change header.php line 221 to:

    <div class="header-items three columns alpha">

    line 227 to:

    <div id="logo" class="ten columns">

    and line 234 to:

    <div class="header-items three columns omega">

    For the menu, you’d need to remove the search if you wanted it to be center. I can provide code if so.

    – Ed

    in reply to: Hiding buttons when not needed #1541
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Loading fine now, add the following custom css:

    @media only screen and (max-width: 767px) {
    .logo-full #logo {
    padding-top: 0!important;
    }
    }
    

    – Ed

    in reply to: Google maps error #1539
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi there,
    It looks like something may be messing with the Google Maps script loading, I’m getting an alert when trying to view the page.

    Do you have any plugins installed?

    – Ed

    in reply to: Sub-menu hover doesn't work #1538
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi there,

    Please add the following to the custom css box in Pinpoint Options > General Options:

    nav .menu ul li a:hover {
    	color: #fff;
    }
    

    – Ed

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

    Hi Jenn.

    You’re getting an “Internal Server (500) error” on the shortcode generator page –

    Failed to load resource: the server responded with a status of 500 (Internal Server Error) http://elearn101.com/wp-content/themes/pinpoint/includes/sf_shortcodes/interface.php/?ver=358-23224

    This is likely a permissions issue with the php file, so either it’s not readable, or there is something in a htaccess file/server config preventing viewing this. Might be best to ask your host if you’re unsure.

    – Ed

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

    Hi Charlie,

    Glad you like the theme. To remove the lightbox functionality from the single image asset, you’ll need to edit /includes/page-builder/composer/lib/shortcodes/image_galleries.php and change line 159 to: http://pastie.org/7491059

    – Ed

    in reply to: Services & Capabilities icon #1529
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi there,

    You need to edit the page, and you will be able to edit the text block and change the icon name.

    – Ed

    in reply to: changing background image #1528
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi there,

    Do you have the page layout set as boxed? The background image is only visible when using that page layout. You can find this in Flexform Options > General Options.

    – Ed

    in reply to: Testimonial text color problem #1527
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi there,

    That is using an asset background, which you can choose within the edit screen of the asset within the page builder, and set the options in Flexform Options > Asset Backgrounds.

    In that panel you will be able to set the background/text colour for the various alt backgrounds.

    – Ed

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

    The responsive code is within /css/responsive.css, starting on line 224. You’ll need to make the changes here.

    – Ed

    in reply to: what is saved in theme options export ? #1524
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi Tasos,

    The theme options export covers everything in the theme options panel.

    A way to export the live customiser is on our todo list for a future framework update!

    – Ed

Viewing 15 posts - 13,876 through 13,890 (of 14,094 total)