Forum Replies Created
-
AuthorPosts
-
ZedCryout Creations mastermind
Category descriptions are now hidden together with the category titles (when the option to do this is enabled).
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.ZedCryout Creations mastermindCreate a child theme and add this to it’s functions.php file:
function comment_reform ($arg) {
$arg['title_reply'] = __('Please leave a comment');
return $arg;
}
add_filter('comment_form_defaults','comment_reform');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.ZedCryout Creations mastermindNo FAQs apply to your case since you are using a separate plugin to add custom content to your site, content not in WordPress by default.
As a result, the theme has no support for such custom content. If you want to display “events” in your presentation page, you’ll need to get down and dirty and modify the source code PHP for that special page and adapt it to display the content you want it to display.
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.ZedCryout Creations mastermindWe added this option to Parabola in 1.1.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.ZedCryout Creations mastermindAre the comments also globally disabled from the WordPress “Discussion” settings?
Maybe you are using some custom plugin that’s providing comment functionality (like Jetpack, or Disqus)
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.September 18th, 2013 at 20:36 in reply to: Font size of slider block quote & opacity of slider bottom #12375ZedCryout Creations mastermindThere are no built-in options for these. You’ll need to use custom CSS rules to achieve 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.ZedCryout Creations mastermindShould I assume you’re using an “Events” plugin?
Does this issue disappear if you temporarily switch to one of the default 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.ZedCryout Creations mastermindDouble check your slides images URLs are correct.
The permalinks are WordPress, not Parabola. As an idea, WordPress requires write access to your website root to write to the .htaccess file when you change permalinks options. Check this file exists and is writable by WordPress (you’ll get an alert in the permalinks page if it cant write it).
The font and colours are the same as the general font and colours.
Aligment is always left except the column texts which respects the content text alignment option setting.
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.ZedCryout Creations mastermindThis was a bug introduced in 1.1.0 and eventually solved in 1.1.2. Your presentation page should work fine no matter what that setting is set to if 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.ZedCryout Creations mastermindDouble check what page your “home” menu item actually links to, and update the menu if it’s wrong.
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.ZedCryout Creations mastermindHopefully all the bugs have been exterminated by 1.1.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.ZedCryout Creations mastermindThe 4th column is displayed just fine.
Fields that are empty don’t get displayed (like the text and link).
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.ZedCryout Creations mastermindIs it just me or are these images already distorted?
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.September 5th, 2013 at 18:31 in reply to: Unable to upload media eg. Slider images on Presentation Page #12072ZedCryout Creations mastermindWe’ve had a couple of reports about that issue before. We don’t know why it’s happening.
On all our test and public sites the upload/select works fine. We’re still looking 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.ZedCryout Creations mastermindThat message is meant to remain visible when there’s indeed a problem. If it hides then there’s no problem and you should be able to use Mantra just fine.
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.ZedCryout Creations mastermindPending meant it was already submitted and was awaiting approval.
It’s been available for about a week now.
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.ZedCryout Creations mastermindIf 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.ZedCryout Creations mastermindYou’ll need CSS to change the size of those two titles:
#front-text1 h1 { font-size: size; } #front-text2 h1 { font-size: 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.ZedCryout Creations mastermindThat’s the empty site description/tagline (which you can hide from the Header Settings).
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.ZedCryout Creations mastermindI have no idea what this is about. I’ll need a link for it…
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.ZedCryout Creations mastermindThat page went totally missing in the meantime…
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.ZedCryout Creations mastermindEnjoy this awful 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.September 5th, 2013 at 18:05 in reply to: Removing empty field for category page titles/intro #12060ZedCryout Creations mastermind#content .page-header { display: none; }
will hide it via 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.ZedCryout Creations mastermindIt’s the second option in the second row next to Site Title.
Hover over the fields to see their names (or click on them to open the color selector which also displays the names of the 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.ZedCryout Creations mastermindCustom menus should be the solution (Appearance > Menus).
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.ZedCryout Creations mastermindLet us know if you still have issues with featured/content images in 1.0.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.September 5th, 2013 at 17:55 in reply to: How to show the latest posts instead the extra text? #12055ZedCryout Creations mastermindA better way of doing this is to copy that modified index.php file to a child theme (so you don’t lose it on the next update).
We’ll try to add an option for this functionality in a future 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.ZedCryout Creations mastermindA bit of CSS knowledge and using the browser’s developer tools (or better yet, Firebug), really eases up the work on websites.
1. #access .menu { display: table; margin: 0 auto; }
2. #access { margin-top: value; }
3. .slider-wrapper { margin-top: value; }
#container { margin-top: value; }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.ZedCryout Creations mastermindIt’s from us… WordPress only gives you updates that have passed through the theme review.
We just didn’t get around to posting the changelog yet.PS: One can never be too paranoid 😉
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.ZedCryout Creations mastermindYou are right, that’s a typo. Thanks for pointing it out 🙂
We’ll fix it 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. -
AuthorPosts