-
AuthorSearch Results
-
September 27th, 2015 at 17:28 #33530
In reply to: scroll left is available
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.September 27th, 2015 at 17:25 #33524In reply to: PRESENTATION PAGE text
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.September 27th, 2015 at 17:25 #33523In reply to: How do I add a Picture to my Presentation Text?
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.September 24th, 2015 at 05:21 #33480In reply to: when go responsive
Allen Huffman
When I view on an iPhone, the text box goes off the right of the screen, clipping text. Is there something that needs to be enabled to allow for it to responsively work?
September 20th, 2015 at 16:59 #33428In reply to: when go responsive
Zed
Cryout Creations mastermindThe recent 2.0 update adds responsiveness (among other improvements) to Zombie Apocalypse.
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 17th, 2015 at 18:22 #33394In reply to: Options.php on saving settings
bankim
I saw below function in main.php calling options.php…but could not figure out where is options.php…
<div id="main-options"> <form name="parabola_form" action="options.php" method="post" enctype="multipart/form-data"> <div id="accordion"> <?php settings_fields('parabola_settings'); ?> <?php do_settings_sections(__FILE__); ?> </div> <div id="submitDiv"> <br> <input class="button" name="parabola_settings[parabola_submit]" type="submit" style="float:right;" value="<?php _e('Save Changes','parabola'); ?>" /> <input class="button" name="parabola_settings[parabola_defaults]" id="parabola_defaults" type="submit" style="float:left;" value="<?php _e('Reset to Defaults','parabola'); ?>" /> </div> </form> <?php $parabola_theme_data = get_transient( 'parabola_theme_info'); ?> <span id="version"> Parabola v<?php echo PARABOLA_VERSION; ?> by <a href="http://www.cryoutcreations.eu" target="_blank">Cryout Creations</a> </span> </div><!-- main-options --> </div><!--lefty -->
September 13th, 2015 at 14:03 #33343In reply to: Shortcodes in Text Area, Presentation Pages
Yara
Hi,
I did give two reaction on this meassage, but they disappeared after a few seconds.
I tried to include HTML tags in the text area on the presentation page, but not every tag works. <br> does work for instance, but <p> does not work.
I would like to get paragraphs in my text.
Thank you for your help and the creation of this beautiful Nirvana Style website.
YaraSeptember 8th, 2015 at 13:33 #33294In reply to: Change background on textfields (text and textarea)
ARS
I found the solution… adding this code to css on miscelaneous tempera settings.
input[type="text"], input[type="password"], input[type="email"], input[type="file"], textarea, select, input[type="color"],input[type="date"],input[type="datetime"],input[type="datetime-local"],input[type="month"],input[type="number"],input[type="range"], input[type="search"],input[type="tel"],input[type="time"],input[type="url"],input[type="week"] { background-color: #xxxxxx !important; }
!important is the key
Here the result
http://www.alojamientoruralsegovia.com/contacto/September 8th, 2015 at 13:30 #33289In reply to: How to remove items from the presentation page
Zed
Cryout Creations mastermindLeaving fields empty will make them disappear from the frontend.
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 8th, 2015 at 13:18 #33282In reply to: Where do I change custom slides?
Zed
Cryout Creations mastermindAppearance > Nirvana Settings > Presentation Page – clicking on the various sub-section titles will open their configurable fields.
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 8th, 2015 at 13:12 #33277Zed
Cryout Creations mastermindBy default animation time is 250ms with a 5000ms pause time. Try setting these values in the appropriate fields.
Theme settings can only be restored as a whole, not individually.
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 8th, 2015 at 13:08 #33274In reply to: How to edit your site's browser tab titles?
Zed
Cryout Creations mastermindEach page has a title field when you write it in the dashboard. That exact title will be displayed in the browser’s tab title as well.
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 8th, 2015 at 12:59 #33267In reply to: Latest posts from the category not work
Zed
Cryout Creations mastermindDo you have any categories?
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 8th, 2015 at 12:57 #33266In reply to: Custom javascript not saving
Zed
Cryout Creations mastermindIt depends on the code you are trying to place in there.
Wordpress strips out <script> </script> tags, so you cannot use these in the custom JS field.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 4th, 2015 at 00:17 #33242In reply to: Post excerpt..display issues using
mike
Found it! You can choose to display HTML Tags in the excerpt view. This solves my problem.
Want to have line breaks in the excerpt view? Now you can with<br>
September 3rd, 2015 at 15:06 #33239In reply to: Post excerpt..display issues using
mike
Hi,
i have many posts using the “code” tags. But they do no format the text properly in the post excerpt view. If i open the full post using “Read more” the code is displayed properly as it should using the code tag. How can i fix this?Thanks
mikeSeptember 3rd, 2015 at 12:16 #33236In reply to: IE displays page incorrect
Zed
Cryout Creations mastermindI cannot replicate this. Are you using any particular sub-version of IE 11 (on a particular version of Windows) or are you seeing this on any IE 11 and on all Windowses?
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 3rd, 2015 at 11:44 #33230Zed
Cryout Creations mastermindThe recent updates changed the columns code to keep Nirvana and Tempera better in sync (so they are easier to maintain).
This new code makes the columns read more buttons no longer appear if there is no column text. Add at least some spaces and the buttons will reappear.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 3rd, 2015 at 11:40 #33229In reply to: Font settings broken when using localizations
Zed
Cryout Creations mastermindThanks for pointing out this issue, however there is an easier fix: changing
<option value="<?php echo $general; ?>"><?php echo $general; ?></option>
to
<option value="General Font"><?php echo $general; ?></option>
in admin/prototypes.phpThis will be fixed in the next 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.September 1st, 2015 at 14:30 #33216In reply to: Nirvana Settings problem
Marijeta
I have the same problem. Pages won’t load. Only categories and posts. I update theme but still it doesn’t work. Any suggestions? Thx!
August 26th, 2015 at 18:43 #33180In reply to: Tempera Update from 1.2.2 to 1.2.7 or higher.
wayfarer
Updating Tempera shouldn’t erase any of your layout settings. This is from the Tempera FAQ page:
D. Updates
▶ D1. Are my hard-worked settings kept during an update?
Theme settings (together with the Custom CSS and Custom JS field contents) are kept during updates.
File modifications (changes to style.css, to theme files or newly added files) in the theme folder are lost on update (this is default WordPress behaviour).Consider using the custom CSS / JS fields or resorting to child themes for your extra customizations.
Important note: Since you can never have enough backups – and just to be on the safe side – use the Export Settings button (in theme settings) to save a complete backup of all theme settings before updating.
Updating your theme is quite simple. In your WordPress dashboard, go to Appearance > Themes. Any themes that have updates available will display an alert banner. Click on the theme you want to upgrade and click on “update now.”
Just remember to backup your site before you attempt to update it.
~ Wayfarer
August 25th, 2015 at 12:49 #33174In reply to: Theme Defacement?
Andrei
Update: I also tried Parabola and the frontpage works as usual, but whenever I try accessing another page or post, it goes to the defaced page. It works just fine with Mantra, though…
Later Update: When I change the theme to a stardard worpress theme, it only shows the defaced page… I can’t access any other page.
I am confused… please help!
August 23rd, 2015 at 14:59 #33160In reply to: Custom CSS
Zed
Cryout Creations mastermindThe custom CSS had nothing to do with this issue.
You have a plugin that is overlapping Parabola’s colour selector functionality, messing up the colour codes. You need to figure out which one it is and disable it (at least while editing Parabola’s settings).In some cases the plugin adds an extra colour selector when clicking the colour field (beside the theme’s colour selector) so if you’re getting this, use it to identify which plugin is the cause (the second selector should disappear when the plugin in question is disabled).
Check the colour codes, they should all start with #. If they don’t, add back the hash sign to each code after disabling the problematic plugin.
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.August 20th, 2015 at 13:06 #33137In reply to: Lag in the shoutbox hyperlinks
Sergio
Found!
the problem has been solved inactivating the plug-in “WP-SpamShield”.
That plugin has something weird on a js that remains 5-6 secs “thinking” before showing the next page.Now everything works fine!
Thanks again!
August 18th, 2015 at 04:27 #33117In reply to: WooCommerce: Wrong breadcrumbs displayed
GerBear
I copied and pasted the code provided by karl:
http://pastebin.com/0PtSbjFTNo deal, it doesn’t work for me.
Is there something I’m missing here?
Still the product is in category 1 2 & 3.
If the customer gets to the product via Category 3, the breadcrumb still shows category 1.
August 17th, 2015 at 13:29 #33112Multilingual Nirvana
I’m too curious about the possibility of having the presentation page in multiple languages. For example, using the WPGlobus plugin like the previous poster creates example.com/language/ page which could server as a homepage in an additional language. The question is how to populate it with the separate content.
Any experience with other plugins?Thanks
August 15th, 2015 at 23:36 #32572In reply to: ICON ERROR
Zed
Cryout Creations mastermindIt is a browser security limitation. You are browsing your site from one URL while WordPress believes it is installed on a (slightly) different one and tries to load fonts from there.
See:
http://en.wikipedia.org/wiki/Cross-origin_resource_sharing
https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORSIf 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.August 11th, 2015 at 20:04 #32539In reply to: Post Information: Display errors
Integrant Services
Same problem here. Multiple clients running Tempera are having the post meta appear in duplicate on single page view. In particular, Date and Category.
August 10th, 2015 at 22:00 #32529In reply to: Empty social media sharing button
Sami
Hi,
So recapping an earlier bug report.
Using the customizer to edit the text in a text widget located in the 3rd footer area of Tempera 1.3 generates an extra footer social media icon.
The icon is un-editable, contains no content, and if you max out the five total icons it will still appear as a sixth.The error occurs when adding a hyperlink to the text widget in order to link out to a facebook page.
This is what is used.<a href="https://www.facebook.com/winghamfarms">Follow us on Facebook <a/>
THe extra icon immediately appears if this hyperlink text is used in the text widget. It dissapears again if it is removed.
Using <br> causes no issues.I will most likely be able to solve this issue using a short code.
Thanks,
Sami
August 8th, 2015 at 15:39 #32499In reply to: Comment Form Name Field doesn't get focus on click
Zed
Cryout Creations mastermindThe WP Ajax Edit Comments plugin is adding some invisible HTML elements on top of the comment form, which overlap the name field, making it unreachable with the mouse.
Add this custom CSS to correct this:
body #aec_edit_options { float: left; }
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