-
AuthorSearch Results
-
April 24th, 2016 at 19:04 #36535
In reply to: Header Full Width
Zed
Cryout Creations mastermindUse a header image as wide as desired (and possible) and skip the cropping step when applying it. This will make WordPress display it at its original size.
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.April 24th, 2016 at 18:52 #36530In reply to: Presentation page not working.
Zed
Cryout Creations mastermindThat is the presentation page – which is displayed correctly.
The slider not working though is a different story…
You need to identify which (if a) plugin is interfering with WordPress’ jQuery, brekaing it, and disable it.
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.April 24th, 2016 at 18:29 #36528In reply to: What kind of help can I get for donating?
Zed
Cryout Creations mastermindThe functions displaying the header contents is located in includes/theme-functions.php and is called mantra_title_and_description. It is a hooked functions (you’ll find the hook call into cryout_branding_hook below its declaration).
To customize it, you need to copy it in your child theme and rename it, unhook the original and hook the replacement in place. Then you can edit functionality.
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.April 10th, 2016 at 14:38 #36388In reply to: social icons
Zed
Cryout Creations mastermindChecking the box to enable the location in the theme settings will display socials menu in the appropriate location, but that menu needs to have content (social icons) for anything to actually become 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.April 10th, 2016 at 14:31 #36386In reply to: How to hide page title on some pages
Zed
Cryout Creations mastermindYou can hide all page titles from the theme’s settings or use custom styling to hide specific page titles (as each page has an unique id which can be used).
body.page-id-THEID h1.entry-title { display: none; }
Replace THEID with the numeric id of the page. Duplicate this for each page you want it to apply to.
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.April 10th, 2016 at 14:24 #36384In reply to: Manage Menu Items
Zed
Cryout Creations mastermindMenus are administered from Appearance > Menus. If you don’t have a menu defined and assigned to the Main Navigation area, the theme will display WordPress’ automatically generated (alphabetically arranged) pages menu.
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.April 10th, 2016 at 12:59 #36375In reply to: Button Colors in Tempera
Zed
Cryout Creations mastermindThe read more buttons displayed there are generated and styled by WooCommerce, not the theme.
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.April 4th, 2016 at 14:14 #36313In reply to: Image note showing as thumbnail
ippolit
I have to be a little bit clearer.
If I use a ‘featured image’, it shows up on both posts.
I mean this feature in the settings: AUTO SELECT IMAGES FROM POSTS – it only displays that image in the first post on the main page as a thumbnail, and not in the second post.I have currently set all the posts to have a featured image, so I have partially dealt with the problem by circumventing it. Except for the currently latest post (The Idea of Communism (Introduction)), the featured image is smaller than others, not sure why…
Thanks for your response.
IppolitApril 2nd, 2016 at 20:11 #36303In reply to: social icons
Zed
Cryout Creations mastermindFluida uses WordPress’ way of displaying social icons – using a dedicated menu. Do you have a social menu created and assigned to the social menu area?
The theme creates a sample social menu on activation that you can start with.https://en.support.wordpress.com/menus/social-links-menu/
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.April 2nd, 2016 at 19:59 #36299In reply to: NIrvana theme sliders are changing height
Zed
Cryout Creations mastermindThe slider does not impose size restrictions on the displayed images. You should set up your slides to have images of the same size (preferably the same size configured in the settings).
If using post generated slides, the theme registers the correct crop size (so make sure to regenerate thumbnails if using previously uploaded images).
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.April 2nd, 2016 at 19:55 #36297In reply to: Breadcrumbs problem
Zed
Cryout Creations mastermindThe breadcrumbs are generated by WordPress (or WooCommerce on its sections).
Perhaps this topic provides useful 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.April 2nd, 2016 at 19:50 #36294In reply to: Spacing on presentation page
Zed
Cryout Creations mastermindI assume you don’t use the presentation page columns. If that is true, use this custom styling:
body #front-columns-box { 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.April 2nd, 2016 at 19:45 #36292In reply to: Text Area 2
Zed
Cryout Creations mastermindTry
body #front-columns-box { 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.April 2nd, 2016 at 19:23 #36283In reply to: Image note showing as thumbnail
Zed
Cryout Creations mastermindDo you have two such posts (using the same featured image but only one displaying it) currently visible on your site?
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.March 28th, 2016 at 20:31 #36241In reply to: Turning off shadow & scroll w/images
Zed
Cryout Creations mastermindThe featured image height is configurable in the theme’s settings. Its viewable width is variable depending on screen size and up to the configured site width divided by the number of content columns minus the sidebar(s) width(s).
As a result, it would need to either get cropped or be displayed with spaces to the left/right (spaces that would vary through screen sizes). For cosmetic reasons we chose the cropping option.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.March 28th, 2016 at 20:21 #36238In reply to: Slide show
Zed
Cryout Creations mastermindDoes the slider plugin you will be using provide usage instructions? You should follow those.
Otherwise, the plugin should provide a shortcode (with a syntax that you need to find or figure out) which can be placed in any content area (page, post, text widget, theme extra field) to display the slider in that area.
The plugin will provide the functionality for setting up, configuring the slider.
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.March 24th, 2016 at 07:59 #36183In reply to: featured image on pages
Gretchen Zimmermann
I’m a big fan of Cryout creations themes and the flexibility in layout they offer. The one minor nuisance for me is that I’m used to themes that display the featured image inside the post or page. The right way to use theme themes from the start is to simply put the desired image in the post and then set the theme to auto select the featured image from the post. But what if you didn’t build the site that way from the start?
I just switched a site with a lot of content that relies on featured images in posts to Parabola, and I thought I’d have to make a child theme to show the featured images, but decided to look for a plugin first. Voila! This plugin works great: Featured Image in Content. Hope others find it useful.
March 21st, 2016 at 17:00 #36169In reply to: Menu subitems in left column
Zed
Cryout Creations mastermindThe sidebar menu does not yet support displaying submenu items. We’ll try to add this in a future 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.March 20th, 2016 at 18:37 #36136In reply to: Post excerpts doesn't display correctly
Zed
Cryout Creations mastermindSticky posts are not counted by WordPress’ database query engine. This is not something the theme has control over. We can only include or exclude sticky posts altogether from results.
The theme will always display the the number of posts configured and all sticky posts.
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.March 15th, 2016 at 06:19 #36087sandras
Yes, the size of images is ok and if I change the order of posts or ID´s – for example the previous 3rd position ID to 1st position, then it is displaying it and does not display the one was displayed before on 1st position and moved to 3rd.
March 8th, 2016 at 16:44 #36040In reply to: More than 10 posts are not showing in home page
Zed
Cryout Creations mastermindYou currently have the presentation page enabled. If you want do display posts below the presentation page contents, enable that in theme settings. Otherwise, create a separate page to hold your posts and assign it the theme’s Blog page template.
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.March 8th, 2016 at 16:27 #36027Zed
Cryout Creations mastermind@Eriq, the theme does not use RevSlider, the theme is not bundled with RevSlider and it is not really the theme’s task to support (?) RevSlider. How and where you decide to include a slider in your site content is up to you (not the theme).
If you want to display content before the page itself that spans the full with of the content area plus sidebar, you can place widgets in the Above Content Widget Area.
Modifying theme files is not recommended as you will lose any changes on the next update (this could also be what happened when you updated before and lost the slider).
@Kent, that change is explained in the Tempera 1.4(.0.1) sticky post in the forum.
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.March 8th, 2016 at 16:11 #36022In reply to: Mantra Settings
Zed
Cryout Creations mastermindJens, is the plugin installed and active? What does it say on its about page (Appearance > Cryout Serious Theme Settings)?
What does the theme’s settings page (Appearance > Mantra Settings) display? Could you test with a different browser (to rule out caching issues)?
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.March 3rd, 2016 at 21:12 #35995Eriq
I think I just figured out a temporary fix. I had to manually edit the header.php file and added php code to get the slider to display (<?php putRevSlider(“HomeSlider”,”homepage”) ?>) again. But I technically shouldn’t have had to do this however, since it wasn’t necessary before. And shouldn’t the theme natively support revslider?
It’s appearing now since editing the header file, but this issue appears to be a bug nonetheless…
March 3rd, 2016 at 20:54 #35994Eriq
Sorry, I didn’t receive email notification that you had responded.
I am using revslider and it was part of the header, I very sure. I don’t think it was part of the page content since I never had to use shortcode to make the slider appear before.
I thought that manually adding revslider shortcode into the page (at top) would fix the issue, but the slider doesn’t display full-width and above the sidebar. Instead, the sidebar is on the right of the slider now. Before, the slider appeared ABOVE it, and was full-width (I know I kind of repeated myself. just trying to make it clear).
So I just removed the revslider shortcode. How do we fix the slider to make it appear as part of the header again?
March 1st, 2016 at 15:42 #35978In reply to: suddley unable to view youtube on presentation page
Rick Richbourg
(sorry if this double posts – first update didn’t seem to post)
I am adding additional info hoping to clarify my issue and get a reply so I can update the client.
before updating WordPress to version 4.2.2 and the template to version 1.4.0.1, YouTube videos displayed on the Presentation page via an entry on the extra text section using this code`[video src="https://youtu.be/Z9ae-tmuQa0"]
After updating (Feb 24) both WordPress and the Tempura template, the video will not display in Firefox.
I appreciate the complexity of the presentation page ‘offers’ more opportunity to have things display differently on different browsers. For example, in Windows, you can use relative links for the sliders on the presentation page; but, they don’t render properly in Safari and require an absolute link to display. I am curious if there is something malformed in the code referenced above that now makes it not work for Firefox?
Thank you in advance, -Rick
March 1st, 2016 at 15:10 #35977In reply to: suddley unable to view youtube on presentation page
Rick Richbourg
The client is starting to inquire more forcefully about why the video is not working on the presentation page in Firefox. Let me try and clarify.
Let me state that until the site was update to the current version of WordPress (4.4.2) and updated the theme to version 1.4.0.1, YouTube videos played on the presentation page of theme just fine (using the code in referenced in the post above). After the updates, youtube videos no longer play on the presentation page in Firefox!
I appreciate that the complexity in the presentation page multiplies the chances for things to display differently on each browser. I also understand that it interacts with different browsers in different ways. For example, I have discovered that on windows the sliders can be called via a relative link; but, in Safari, they must be explicitly called. Obviously, to correct that issue I just use explicit links and every thing works as expected. I am looking for some sort of work around to allow the YouTube video’s to be displayed on the presentation page. If there is something malformed about the code below, please let me know 😉
[video src="https://youtu.be/Z9ae-tmuQa0"]
thank you in advance, -Rick
February 28th, 2016 at 22:41 #35965In reply to: Social Icons
Allen Dusk
I installed the theme and no social icons appear like in the demo theme. In the Verbosa customization menu, under Social Icons, there are only 3 check boxes:
Display above Site Title
Display below Site Title
Display at the bottom of the sidebarI do not see any area to enter the URLs for social networks like the other themes of yours I have used. Is something not working, or am I looking in the wrong place?
February 28th, 2016 at 18:33 #35953In reply to: Enable "About", "Contact", and search in TOP BAR
Zed
Cryout Creations mastermindThe top bar holds the top menu area. Create a menu and assign it to that position and it will be displayed there.
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.February 27th, 2016 at 15:12 #35799In reply to: Search box in Footer
Zed
Cryout Creations mastermindThe search boxes are both part of menus and are only displayed if menus exist in the appropriate areas.
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. -
AuthorSearch Results