Zed

Forum Replies Created

Viewing 30 posts - 4,921 through 4,950 (of 6,633 total)
  • Author
    Posts
  • in reply to: Word at bottom of Sliders #34449
    Zed
    Cryout Creations mastermind

    You are using a gallery/slider plugin that is loading its content where it shouldn’t.
    Either find which and disable that plugin or update Nirvana to 1.2.1 which should hide that stop button.


    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: How to customize the "Recent posts" Widget? #34448
    Zed
    Cryout Creations mastermind

    The customizer is WordPress core functionality and not controlled by the theme.

    Everything you see there is WordPress itself, and you should ask this question on the WordPress forums. I believe you will need a different widget (provided by a plugin for example) for the functionality you want. The default one cannot do 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: How to edit the presentation page in another language? #34447
    Zed
    Cryout Creations mastermind

    Widgets are not handled by the Strings feature.

    I’m not sure it this would work with Polylang, but there is a WPML Widgets plugin which lets you display different widgets based on language.


    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 behaviour on mobile (portrait and landscape) please!!!! #34446
    Zed
    Cryout Creations mastermind

    Mobile menu is automatically enabled/disabled depending on screen width (the limit is set at 640px)


    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: Format header image #34445
    Zed
    Cryout Creations mastermind

    1) The header image is inside the header area (does not cover the top menu / top bar and does not extend left/right beyond the content limits). To simulate a full width/height header image, you can use the site background image.

    2) The built-in widget displays all categories. You need to search for a plugin which provides a widget that lets you pick which columns to display.
    These widgets are WordPress core functionality and are not controlled by 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.
    in reply to: Can't see Published Pages In Menu Customizer #34444
    Zed
    Cryout Creations mastermind

    The menu administration is WordPress core functionality and is not controlled by the theme. WordPress forums may give you a better answer as to how private pages work. As far as I know, private means the pages are not publicly 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: Accessing the Home Menu #34443
    Zed
    Cryout Creations mastermind

    The homepage shows up as either Home or Home : home (when you also have a static page called Home).
    Did you look in the “All Pages” tab 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.
    in reply to: Continue Reading Button Loops Back #34442
    Zed
    Cryout Creations mastermind

    I’ve browsed your Blog page now and Continue reading buttons correctly link to each of the posts themselves.
    Are you still having this issue?


    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: Header Image Click #34441
    Zed
    Cryout Creations mastermind

    1) is the a:focus colour (which uses the first accent colour). You can disable this for all links with body a:focus { background: transparent; }

    2) We did adjust the center-aligned menu styling a bit (to correct issues on some browsers). This may have made the elements slightly wider.
    Use this styling to reduce the element left/right padding:

    body #access a span {
        padding-left: 15px;
        padding-right: 15px;
    }

    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: Nirvana Settings Blank #34437
    Zed
    Cryout Creations mastermind

    You probably updated to WordPress 4.4
    Please see our announcement on the matter.


    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 colour hover issue #34436
    Zed
    Cryout Creations mastermind

    We’ll look into it (hoping Edge doesn’t turn into the new IE6/7/8)


    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: Nirvana Settings Bug #34435
    Zed
    Cryout Creations mastermind

    That is due to a change in WordPress 4.4
    Please see our announcement on the matter.


    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: RGBA vs HEX in Color Settings #34434
    Zed
    Cryout Creations mastermind

    The settings fields only accept HEX colour codes and will filter out/reset any content that is not a six digit hexadecimal number.

    You need to resort to custom styling applied on top of the theme’s styling to use rgba colours.


    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: No mobile responsiveness #34433
    Zed
    Cryout Creations mastermind

    That means you’re seeing Jetpack’s Mobile Theme feature.

    Turn that off to see the actual site on mobile devices.


    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: Found "stop" under slide show front page #34432
    Zed
    Cryout Creations mastermind

    You’re using a gallery plugin which is adding content where it shouldn’t (like that stop button).

    The latest update should stop that from happening.


    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: 3rd level menu item in mobile devices #34431
    Zed
    Cryout Creations mastermind

    Is your browser called Chrome or plain Browser?

    We’ve noticed variants called Browser are far from supporting all HTML standards.


    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: How to change Font Size for Presentation Page Title ? #34430
    Zed
    Cryout Creations mastermind

    If you’re referring to the column titles:
    body .column-header-image { font-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.
    in reply to: Tagline #34429
    Zed
    Cryout Creations mastermind

    body #site-description { color: ...; font-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.
    in reply to: How to edit front page text in Tempera? #34428
    Zed
    Cryout Creations mastermind

    Appearance > Tempera Settings, in the Presentation Page section.

    If you’ve updated to WordPress 4.4, see our announcement on 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: How to remove or edit Widget Column? #34427
    Zed
    Cryout Creations mastermind

    In English installs it’s Appearance > Widgets.

    We also have a tutorial about 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: Trying to modify home page after selecting static front page #34426
    Zed
    Cryout Creations mastermind

    In Tempera, the presentation page will always be the homepage when enabled, and it is automatically disabled if you set a static page as your homepage (this is a WordPress rule requirement).

    If you’re trying to use the homepage as a different (not home) page, that is not possible.


    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 "continue reading" color #34424
    Zed
    Cryout Creations mastermind

    body a.continue-reading-link { color: red; }
    will work.


    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 are closed #34423
    Zed
    Cryout Creations mastermind

    http://www.cryoutcreations.eu/wordpress-themes/wordpress-tutorials/wordpress-disable-comments-tutorial
    Basically… do the reverse.


    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: PayPal 'Buy it Now' buttons #34422
    Zed
    Cryout Creations mastermind

    Presentation page fields only accept shortcode. Placed (basic/advanced) HTML there will get filtered out by WordPress on save.


    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: Presentation Page Slideshow and Placed Images not displaying! #34421
    Zed
    Cryout Creations mastermind

    I see you are currently using a static page instead of the presentation page.

    The theme’s presentation page is a page itself, always takes the place of the homepage when enabled and cannot be inserted into pages (especially via page creation). Are you using a plugin here?


    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: Tempera settings not responding #34420
    Zed
    Cryout Creations mastermind

    Follow the quick debug guide (stickied on this forum) to figure out what is the cause of the interference.


    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: multilingual sites #34419
    Zed
    Cryout Creations mastermind

    Tempera currently works with these multilanguage plugins:

    • qTranslate X
    • Polylang
    • WMPL (commercial 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: slide show and tempera setting menu not working #34418
    Zed
    Cryout Creations mastermind

    The settings plugin will only solve the incompatibility created by WordPress 4.4 and restore the settings options once we’ll have to remove them in the next update.

    It cannot solve issues created by other causes (like problematic plugins, broken Javascript in the dashboard, so on).


    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 Column stoping work! #34417
    Zed
    Cryout Creations mastermind

    How are the columns set up (widgets or post based)?
    Do you have any plugins that are active only on the problematic site?
    Do you have custom content in the text areas above the columns? Is the content on the problematic site different than on the working 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.
    in reply to: Header not clear Header Bild unscharf #34416
    Zed
    Cryout Creations mastermind

    What device are you seeing the header image in poor quality on?

    I’m looking at the site right now and the image appears the right size (1200×300) and proper quality.


    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 - 4,921 through 4,950 (of 6,633 total)