Zed

Forum Replies Created

Viewing 30 posts - 5,821 through 5,850 (of 6,631 total)
  • Author
    Posts
  • in reply to: dropdown sub menu broken #14356
    Zed
    Cryout Creations mastermind

    This topic is continued in the original post.


    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 Images Border" settings doesn't work. #14355
    Zed
    Cryout Creations mastermind

    The image border options did not change. They’re the same and they look the same as they have always been.
    The thing that changed recently is the captioned image border look (which was always different than the image borders).


    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: parabola_pagination #14112
    Zed
    Cryout Creations mastermind

    Thank you for respecting our work and leaving our link intact… or not.


    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: Page title and it's Menu tag have different names #14111
    Zed
    Cryout Creations mastermind

    What you’re describing has nothing to do with themes.
    Use a custom menu for absolute control of your menu ‘tabs’ (I call them ‘items’).


    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: Plugin problem #14110
    Zed
    Cryout Creations mastermind

    You should check your server log for an actual error related to that blank page.
    Out of memory could be a cause… but the log should provide the answer.


    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 form problem #14108
    Zed
    Cryout Creations mastermind

    You’ve placed a search form in the before content widget area.
    The search result page comes with its own form. So you’re seeing two forms. This is not a bug.

    Remove one of the forms; you’ll need to customize the search page file if you want to remove the form from search results.


    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: Responsiveness mobile device problems ? #14107
    Zed
    Cryout Creations mastermind

    Did you check the “Force header image aspect ratio” 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.
    in reply to: Google Fonts linking securely? #14106
    Zed
    Cryout Creations mastermind

    Thanks for pointing this out. We’ll get it 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: Cookie Law Info & Cookillian plugin conflicts #14034
    Zed
    Cryout Creations mastermind

    Hi.

    I just tested Cookie Law Info with Parabola and the warning is displayed fine, including being responsive on small screens.

    I couldn’t get Cookillian to display any notice, either on Parabola or on the Twenty-something themes.


    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: Fewer than 3 social icons? #13972
    Zed
    Cryout Creations mastermind

    Leave the URL field empty (delete the #) for the social icons you don’t want to use.


    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 for mobile dont work #13970
    Zed
    Cryout Creations mastermind

    What browser/device?


    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: Plugin problem #13968
    Zed
    Cryout Creations mastermind

    You can switch through as many themes as you want. Theme settings are independently saved, and as long as you don’t start changing other stuff (like widgets, menus) you’ll see exactly what you left when you return to a previously used 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 in frontpage footer? #13960
    Zed
    Cryout Creations mastermind

    I don’t see this behaviour on your site now. Did you fix it or does it occur only on specific browsers?


    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: German Translation for Comments #13856
    Zed
    Cryout Creations mastermind

    The comment system is mostly part of WordPress. Is your WordPress in German?


    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: Social Media Option #13855
    Zed
    Cryout Creations mastermind

    Because we love Steam too, it shall be done 🙂


    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: add button > url open in same tab #13853
    Zed
    Cryout Creations mastermind

    The button shortcode has an additional parameter for target. The default is blank page/tab: target="_blank"
    You’d want to use
    target="_self"


    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 excerpt #13852
    Zed
    Cryout Creations mastermind

    When creating posts manually write the excerpt in the Excerpt field. It will be displayed exactly as written in (including manual HTML).


    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 do I remove space for slider on presentation page? #13851
    Zed
    Cryout Creations mastermind

    Did you also try the CSS?


    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 Column Image Slideshow #13850
    Zed
    Cryout Creations mastermind

    You can only place shortcodes in the column text. The column image field accepts an image URL only.


    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: Image in text fields #13849
    Zed
    Cryout Creations mastermind

    I named the wrong file in my previous post. frontpage.php is for Parabola; in Mantra, the file is includes/theme-frontpage.php.
    Open it, look for the line
    // First FrontPage Title
    if($mantra_fronttext1) {?><div id="front-text1"> <h1><?php echo esc_attr($mantra_fronttext1) ?> </h1></div><?php }

    and replace this with your image HTML; then add the proper CSS to position/arrange that image HTML in the theme’s custom CSS field.

    PS: This should be done via a child theme; when done via a child theme, the file includes/theme-frontpage.php needs to be called (include_once()) by the child theme’s functions.php file, otherwise it is not read.


    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 shorten the text or hide it in the slider? #13846
    Zed
    Cryout Creations mastermind

    There’s no easy way to hide just the excerpts from the slider. But you can hide the captions completely on mobile devices:

    @media (max-width: 1100px) {
    body.mobile .theme-default .nivo-caption { display: none; }
    }
    @media (max-width: 800px) {
    .theme-default .nivo-caption { 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.
    in reply to: Graphic Upload errors #13843
    Zed
    Cryout Creations mastermind

    There’s definitely a size limit, but that’s connection / server imposed.

    Try uploading the media via the Library. If it works there and fails (same file) via the theme settings page, let us know.
    If it fails in the Library, either the file is too big or you have a server / WordPress issue.
    Either way, you should get an error if the file is not accepted (too big), not a freeze.


    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: Parabola Presentation Page Issue #13840
    Zed
    Cryout Creations mastermind

    There are some issues with multisite installs we haven’t gotten around to fixing yet.

    The media loader should be fixed in the 1.3.0 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: Can't use mantra settings #13838
    Zed
    Cryout Creations mastermind

    Mantra 2.3.0 actually requires WordPress 3.5, but will partially work on 3.4 as well.
    3.1 is a very old version and unfortunately we can no longer support it. And running such an outdated version is never a good idea security wise.

    But if you really have to, try Mantra 1.7.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.
    in reply to: "Post Images Border" settings doesn't work. #13837
    Zed
    Cryout Creations mastermind

    Post Image Border option does not affect images with captions. That one has its own (fixed) designs controlled by the Caption Border option below. And the caption borders were indeed changed a bit in the 2.3.0 update (this is what you saw different).

    We’re looking into the huge smileys 🙂


    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: Plugin problem #13836
    Zed
    Cryout Creations mastermind

    Temporarily switch to one of the Twenty-something themes and check to see if you can successfully enable Jetpack then.


    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 report Mantra 2.3.0 #13835
    Zed
    Cryout Creations mastermind

    I believe we covered this in the comments and it was caused by improperly adding files to the theme’s folder, files which are lost when you 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: Search form is broken #13834
    Zed
    Cryout Creations mastermind

    Correct. We’ll get that fixed 🙂


    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

    If you use auto-generated menus, you’ll need to do that via WordPress’ translation.

    Otherwise, the easy way is to use a custom 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.
    in reply to: How do I remove search box at bottom of presentation page? #13701
    Zed
    Cryout Creations mastermind

    The site title and tagline are WordPress options.
    Hiding it is a theme option. And themes aren’t allowed to add/customize WordPress options.
    So the only way to have them all is to have them in separate places…


    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,821 through 5,850 (of 6,631 total)