Forum Replies Created
-
AuthorPosts
-
Zed
Cryout Creations mastermindThis 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.Zed
Cryout Creations mastermindThe 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.Zed
Cryout Creations mastermindThank 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.Zed
Cryout Creations mastermindWhat 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.Zed
Cryout Creations mastermindYou 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.Zed
Cryout Creations mastermindYou’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.Zed
Cryout Creations mastermindDid 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.Zed
Cryout Creations mastermindThanks 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.Zed
Cryout Creations mastermindHi.
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.Zed
Cryout Creations mastermindLeave 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.Zed
Cryout Creations mastermindWhat 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.Zed
Cryout Creations mastermindYou 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.Zed
Cryout Creations mastermindI 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.Zed
Cryout Creations mastermindThe 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.Zed
Cryout Creations mastermindBecause 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.Zed
Cryout Creations mastermindThe 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.Zed
Cryout Creations mastermindWhen 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.November 21st, 2013 at 14:54 in reply to: How do I remove space for slider on presentation page? #13851Zed
Cryout Creations mastermindDid 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.Zed
Cryout Creations mastermindYou 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.Zed
Cryout Creations mastermindI 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.Zed
Cryout Creations mastermindThere’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.Zed
Cryout Creations mastermindThere’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.Zed
Cryout Creations mastermindThere 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.Zed
Cryout Creations mastermindMantra 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.Zed
Cryout Creations mastermindPost 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.Zed
Cryout Creations mastermindTemporarily 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.Zed
Cryout Creations mastermindI 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.Zed
Cryout Creations mastermindCorrect. 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.November 21st, 2013 at 13:38 in reply to: how to change the label on the button "Home" in the menu in another language #13832Zed
Cryout Creations mastermindIf 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.November 17th, 2013 at 13:59 in reply to: How do I remove search box at bottom of presentation page? #13701Zed
Cryout Creations mastermindThe 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. -
AuthorPosts