Forum Replies Created
-
AuthorPosts
-
Zed
Cryout Creations mastermindEnable excerpts on the homepage (from theme settings, under Post Information).
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.Zed
Cryout Creations mastermindEnabling the magazine layout in theme settings will arrange all posts into two columns.
The presentation page is always the homepage (if enabled in the settings). If it is not visible, make sure you did not set a static page as your homepage, as that disabled the presentation page.
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.Zed
Cryout Creations mastermindThe top bar is configurable in theme settings, under Graphics.
Use custom CSS to customize margins as file changes are lost on update.
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.Zed
Cryout Creations mastermindAdd a classname to that single image and then style the custom class to have a border.
Wordpress strips plenty of inline styling.If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.Zed
Cryout Creations mastermindIt would be safer to use JS to do this as changes done to theme files are lost on update.
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.Zed
Cryout Creations mastermindSince version 1.1.3 the column titles are now in sync with headings sizes (as set in the options).
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.Zed
Cryout Creations mastermindIf you use post-generated slides, you can hide the titles/texts with CSS:
body .nivo-caption { display: none !important; }If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.September 27th, 2015 at 17:58 in reply to: How to remove search bar from primary navigation bar? #33551Zed
Cryout Creations mastermindYou can disable the search bar in menu(s) from the theme settings (under Graphics).
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.September 27th, 2015 at 17:56 in reply to: Photo's stored in Nirvana overwritten with update? #33550Zed
Cryout Creations mastermindAll files in the nirvana/ folder get deleted and recreated on every update. You should not edit or add files there unless you plan to never update the theme again.
Use a child theme for customizations and store your image files in the media gallery. Delete versions of the files that you no longer use. WordPress automatically creates multiple size versions of every image you upload and uses them where needed. Don’t delete these variants if you use at least one edition of the image.
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.Zed
Cryout Creations mastermind<p>works as well, but it does not have the same formatting as paragraphs that are inside posts/pages, so it will not appear the same.If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.September 27th, 2015 at 17:52 in reply to: Remove "previous post" and "next post" in single post/page bottom #33548Zed
Cryout Creations mastermindYou can hide them with CSS:
body #nav-below { display: none; }If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.Zed
Cryout Creations mastermindThe Cryout Columns are not designed to be used outside their dedicated area on the presentation page.
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.Zed
Cryout Creations mastermindYou cannot hide/protect that which is already visible (and hence readable).
There are plugins that provide this “protection” functionality, but they can be easily circumvented by advanced users (there are browser extensions for this).
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.September 27th, 2015 at 17:47 in reply to: Different colors and header-image depending the menu #33545Zed
Cryout Creations mastermindTo change the background image per page, you can use a plugin.
To change colours, reference
body.page-ID identifier { color: #123; }To use different header images per page, use the theme’s functionality (under Featured Image Settings). Make sure the featured image is large enough to fill your header (width-wise).
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.September 27th, 2015 at 17:44 in reply to: Adding a > to the submenu items that has submenus itself #33544Zed
Cryout Creations mastermindThese are now included since 1.1.3
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.September 27th, 2015 at 17:40 in reply to: how to Add video on text areas in presentation page #33543Zed
Cryout Creations mastermindWho is providing the [vimeo] code? Does this shortcode work inside posts/pages content?
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.Zed
Cryout Creations mastermindWhich page is your blog page?
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.Zed
Cryout Creations mastermindAs you are not using text on your columns, as of version 1.3 you need to type in at least some spaces in the text fields for the Read More buttons to be displayed.
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.Zed
Cryout Creations mastermindPlace it in a Text widget in the Header Widget Area.
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.September 27th, 2015 at 17:35 in reply to: Featured and post image not displaying on homepage. #33539Zed
Cryout Creations mastermindMake sure your posts are set to be displayed as excerpts (at least on the homepage). The options are under the Post Information section.
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.Zed
Cryout Creations mastermindWe have a tutorial covering the columns:
http://www.cryoutcreations.eu/wordpress-themes/wordpress-tutorials/how-to-use-the-new-tempera-presentation-page-columnsIf you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.Zed
Cryout Creations mastermindYou can do this with CSS:
body .nivo-caption { left: 80px; right: initial; }If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.Zed
Cryout Creations mastermindBruce, please detail “is not the same”…
The content on the presentation page cannot inherently look the same on both a large screen and a small one since it needs to adjust to fit on the smaller one.
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.Zed
Cryout Creations mastermindSee the WordPress Menu User Guide
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.Zed
Cryout Creations mastermindDouble check your content, make sure you use no forced width elements that overflow the viewport creating scrolling bars.
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.Zed
Cryout Creations mastermindYes you can, but you need to manually type in the HTML code for the link as those fields don’t use the WYSIWYG editor.
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.Zed
Cryout Creations mastermindIf you’re referring to the extra text fields on the presentation page, you’ll need to type in the HTML code for the image yourself:
<img src="path/to/my/image-file.jpg" title="" alt="" />The rest of my text...If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.Zed
Cryout Creations mastermindHoping I’ve made the code blocks readable, please use the backticks/backquotes to enclose code: `
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.Zed
Cryout Creations mastermindIf you have a caching plugin that can also cause delays in your changes becoming visible.
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.Zed
Cryout Creations mastermindI cannot replicate an issue. Could you be more specific on what happens?
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic. -
AuthorPosts