Zed

Forum Replies Created

Viewing 30 posts - 5,191 through 5,220 (of 6,631 total)
  • Author
    Posts
  • in reply to: Font settings broken when using localizations #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.
    in reply to: Bug in my site #33228
    Zed
    Cryout Creations mastermind

    I cannot see the ads. Are you seeing this behaviour on any other devices or just your computer?
    If it is limited to your computer, you may have some spyware interfering with your browser.


    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.
    in reply to: Loss of all; web-site content #33161
    Zed
    Cryout Creations mastermind

    The theme cannot cause this. The symptoms are similar to having a broken table/database.
    https://wordpress.org/support/topic/how-to-restore-broken-database-site-down


    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.
    in reply to: Custom CSS #33160
    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.
    in reply to: Text Presentation Page columns disappeared after update #33159
    Zed
    Cryout Creations mastermind

    James, do you have any text entered in the columns? If not, enter at least some spaces for the read more to 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.
    in reply to: Has anyone lost their WP Plugins Page? #33158
    Zed
    Cryout Creations mastermind

    What URL is your plugins page taking you to when it displays the 404 error?


    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.
    in reply to: Cryout Widget Columns #33157
    Zed
    Cryout Creations mastermind

    MacQ, in the 1.3.0 update we rewrote the column functionality (to be in sync with Nirvana’s code). Now, if the columns don’t have any text entered, the read more buttons are not displayed either. Type in at least a space.


    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.
    in reply to: Alt text in header image #33156
    Zed
    Cryout Creations mastermind

    That’s a bit more complicated to add. Plus, the header image alt attribute is not that important since the header area can have the title / logo displayed (with 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.
    in reply to: Post Information: Display errors #33155
    Zed
    Cryout Creations mastermind

    This is caused by a bug introduced in 1.3.0 and will be fixed in the upcoming update (1.3.2)


    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.
    in reply to: Custom CSS not showing properly #33154
    Zed
    Cryout Creations mastermind

    Is you child theme still active?

    Perhaps you need to make your custom CSS a bit more specific.


    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.
    in reply to: Empty social media sharing button #32573
    Zed
    Cryout Creations mastermind

    Double check the closing tag. It should be
    </a>
    not
    <a/>


    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.
    in reply to: ICON ERROR #32572
    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.
    Zed
    Cryout Creations mastermind

    That styling (or similar) already exists in the theme if you check the Keep header image aspect ratio option (under Header Settigns).


    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.
    in reply to: syntax error #32502
    Zed
    Cryout Creations mastermind

    There is no constant on line 19 in that file, line 19 corresponds to
    // Callback functions
    which is just a comment.

    Double-check the file is complete, re-upload it (from the theme archive) or remove and reinstall the theme altogether.


    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.
    in reply to: Comment Form Name Field doesn't get focus on click #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.
    in reply to: change sidebar text color will not apply #32497
    Zed
    Cryout Creations mastermind

    Do the new colours remain set in the settings page after saving?


    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.
    in reply to: slider shows slide too much! #32496
    Zed
    Cryout Creations mastermind

    Disable the Video Gallery plugin (which is improperly loading its scripts on top of the theme’s 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.
    in reply to: Unable to Save Settings #32495
    Zed
    Cryout Creations mastermind

    We’ve never been able to replicate this issue before since it only appears to manifest on oddly configured servers (either older setups or very limited/controlled environments).

    Did anything change related to your hosting between when it used to work and now when it no longer works? Did you substantially increase the amount of custom text/content defined in the settings 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.
    in reply to: overlap title & text on slider image on iPad #32494
    Zed
    Cryout Creations mastermind

    The slider captions are designed to overlap the slider images in Parabola (and they jump below the slide images on small mobile devices).
    You are using a particular slider image size / slider size configuration to make the captions appear below the image, but depending on the size of the screen being viewed on, the captions may or may not still overlap the slider 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.
    in reply to: Pagination in posts page not working #32493
    Zed
    Cryout Creations mastermind

    Are you using some kind of plugin to remove the “category” placeholder from the URL?
    Most of them have issues with pagination links when the placeholder is removed.


    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.
    in reply to: Mobile Issues (Title + Menu) and Slider issue #32489
    Zed
    Cryout Creations mastermind

    1. The option that exists in the theme is to add extra left margin to the title/logo, not center it. If you add too much left margin then the title/logo will go off-screen on smaller devices.
    Custom CSS can be used to center the title/logo which will also work for mobile devices.

    2. Due to the selected colours, the submenus are white text on white background on mobiles. If you cannot reconfigure colours to make them visible, use this custom CSS instead:

    body #access ul ul li a {
        color: #181818;
    }

    3. Make the slider text shorter or the slide images taller for everything to fit in.


    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.
    in reply to: Menu not working properly on Mobile #32487
    Zed
    Cryout Creations mastermind

    Wolfineer, Greener did you try to temporarily disable all plugins to check if this still happens?

    We’ve never encountered this issue in our tests so it may be caused by interference from a 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.
    in reply to: Comments have Disappeared #32486
    Zed
    Cryout Creations mastermind

    Activating a different theme should not affect content in any way.
    Were your comments in WordPress or are you using a dedicated comments plugin? Do the comments return if you temporarily switch to a different 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.
    in reply to: Tag widget #32485
    Zed
    Cryout Creations mastermind

    Could you post a link to your site?
    Does the tag widget work correctly on a different 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.
    in reply to: BUG with up to date 1.30 #32484
    Zed
    Cryout Creations mastermind

    Unfortunately with site-wide issues the problem needs to be fixed before the next update can be installed when it becomes available.

    I recommend completely deleting the theme folder (using the hosting account’s file manager or a FTP client) – wp-content/themes/tempera then manually installing the previous theme version with https://downloads.wordpress.org/theme/tempera.1.2.6.zip


    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.
    in reply to: Parse error: syntax error, unexpected #32483
    Zed
    Cryout Creations mastermind

    Sorry about this issue which only manifests itself on older PHP version (before 5.3). We’ve already submitted the fix with a new update, now it’s up to WordPress to approve it and make it live.

    Another workaround until then if you’re not into file editing is to delete the theme folder completely (using a file manager or via FTP) and manually install an older theme version:
    https://downloads.wordpress.org/theme/tempera.1.2.6.zip


    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.
    in reply to: Cryout Widget Columns #32482
    Zed
    Cryout Creations mastermind

    You are using HTML on your column titles which causes code markup errors with the latest update (in which the image alt attribute displays the column title for SEO/accessibility purposes).


    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.
    in reply to: Text Presentation Page columns disappeared after update #32481
    Zed
    Cryout Creations mastermind

    I see the columns display the read more buttons at this moment while using the latest theme update.
    Did you solve 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.
    in reply to: Search not working #32480
    Zed
    Cryout Creations mastermind

    We’ll look into 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.
    Zed
    Cryout Creations mastermind

    The alt attribute displays the slide title starting with 1.3.0


    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 posts - 5,191 through 5,220 (of 6,631 total)