Digital experiences for all disciplines
Forum Replies Created
-
-
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
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.
Compatibility is planned, but no date or confirmation as of yet. Hopefully soon! 🙂
– Ed
Hi there,
What are you looking to change it to?
– Ed
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
Loading fine now, add the following custom css:
@media only screen and (max-width: 767px) { .logo-full #logo { padding-top: 0!important; } }
– Ed
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
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
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
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
Hi there,
You need to edit the page, and you will be able to edit the text block and change the icon name.
– Ed
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
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
The responsive code is within /css/responsive.css, starting on line 224. You’ll need to make the changes here.
– Ed
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
-