Search Results for 'ie'

  • Author
    Search Results
  • #33530
    Zed
    Cryout Creations mastermind

    Double 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.
    #33524

    In reply to: PRESENTATION PAGE text

    Zed
    Cryout Creations mastermind

    Yes 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.
    #33523
    Zed
    Cryout Creations mastermind

    If 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.
    #33480

    In 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?

    #33428

    In reply to: when go responsive

    Zed
    Cryout Creations mastermind

    The 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.
    #33394
    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 -->
    #33343
    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.
    Yara

    #33294
    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/

    #33289
    Zed
    Cryout Creations mastermind

    Leaving 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.
    #33282
    Zed
    Cryout Creations mastermind

    Appearance > 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.
    Zed
    Cryout Creations mastermind

    By 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.
    #33274
    Zed
    Cryout Creations mastermind

    Each 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.
    #33267
    Zed
    Cryout Creations mastermind

    Do 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.
    #33266
    Zed
    Cryout Creations mastermind

    It 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.
    #33242
    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>

    #33239
    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
    mike

    #33236
    Zed
    Cryout Creations mastermind

    I 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.
    Zed
    Cryout Creations mastermind

    The 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.
    #33229
    Zed
    Cryout Creations mastermind

    Thanks 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.php

    This 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.
    #33216
    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!

    #33180
    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

    #33174

    In 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!

    #33160

    In reply to: Custom CSS

    Zed
    Cryout Creations mastermind

    The 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.
    #33137
    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!

    #33117
    GerBear

    I copied and pasted the code provided by karl:
    http://pastebin.com/0PtSbjFT

    No 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.

    #33112
    Multilingual 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

    #32572

    In reply to: ICON ERROR

    Zed
    Cryout Creations mastermind

    It 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_CORS


    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.
    #32539
    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.

    #32529
    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

    #32499
    Zed
    Cryout Creations mastermind

    The 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.
Viewing 30 results - 1,861 through 1,890 (of 3,146 total)