Forum Replies Created
-
AuthorPosts
-
Zed
Cryout Creations mastermindYes, the original 6 are sample content, they are not editable and disappear as soon as you add your own columns.
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.January 12th, 2014 at 11:25 in reply to: I tried to create the child theme and is not working #15799Zed
Cryout Creations mastermindDoes your child theme’s style.css file have the required content?
/*
Theme Name: Tempera Child
Theme URI: http://example.com/
Description: Tempera sample child
Author: Cryout Creations
Author URI: http://example.com
Template: tempera
Version: 0.1
*/
@import url("../tempera/style.css");
/* Child theme styling starts here
-------------------------------------------------------------- */http://codex.wordpress.org/Child_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 mastermindWhere are you having issues with the more tag? posts? pages? category page with intro template? homepage?
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 doesn’t display breadcrumbs for pages. We’ll see if we can add 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.Zed
Cryout Creations mastermindThe extra empty line was there in the original theme file as well. Thanks for pointing that out. It’s fixed for 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 mastermindJust because a third party service looks for some information that isn’t there doesn’t mean there are errors in the theme. It just means the information in question isn’t provided.
Should it be there? Will it be there? We’ll think about it and document ourselves on what Google actually expects to find and decide if we’ll make these changes 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 mastermindUse your browser’s dev tools to inspect for JavaScript error in your dashboard (specifically on Parabola’s settings page). Look for names/source of the scripts to figure out which plugin is causing them and disable that.
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@media (max-width: 650px) {
#site-title span a {font-size: 25px !important;line-height: 30px !important;}
#site-description {font-size: 12px !important;line-height: 15px !important;}
}
@media (max-width: 480px) {
#site-title span a { font-size: 18px !important;line-height: 20px !important; }
#site-description { font-size: 11px !important;line-height: 10px !important; }
}
Change these to the desired values and add to the Custom CSS field.
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 solved this via premium support and it was caused by missing “#” in the color codes.
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 made quite a bit of changes to the themes.
Did you make any changes to the theme’s excerpts functionality?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.January 10th, 2014 at 12:44 in reply to: Not all window sizes are responsive; how can I fix this? #15714Zed
Cryout Creations mastermindResponsiveness is meant for mobile devices, not resized windows.
If you resize your browser to a smaller than 800px width, responsiveness kicks in; otherwise, you see the desktop (full width) version of the site.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.January 10th, 2014 at 12:43 in reply to: Custom CSS displaying BEFORE theme style instead of AFTER #15713Zed
Cryout Creations mastermindDo you have any plugins installed? Did you try disabling them?
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 mastermindBeside the very slow loading of your site (might be an issue between my internet and your host, plus I’m on a different continent), Firefox does not support TIF files; try opening this in Firefox: http://gotschadesign.com/wp-content/uploads/2014/01/Slider-1.tif
Use JPG or PNG images for the 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.January 10th, 2014 at 12:39 in reply to: Fatal error: Cannot call overloaded function fo/wp-includes/user.php on line 217 #15711Zed
Cryout Creations mastermindSince the issue appears in /wp-includes/user.php it’s user functionality related (and definitely not theme related). Since it’s also intermittent it may be about a user-related plugin you may have installed, but the “internets” seem to agree it’s mostly caused by server overload.
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 mastermindAnswered 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.Zed
Cryout Creations mastermindNot without extensive theme modifications.
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#header-container > div { text-align: center; }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 need to select the text you want to turn into a link for the link button to become available.
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 need custom CSS for that:
#main { background-image: url(...); }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.January 10th, 2014 at 12:21 in reply to: How to add simple form to field above columns on presentation apge #15702Zed
Cryout Creations mastermindIf you’re using a plugin like Contact Form 7 you can use it’s form shortcode there.
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 integrated slider is only part of the presentation page.
For other sliders on pages you can use plugins.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 mastermindInclude them in a second category which you use on only for the presentation 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.Zed
Cryout Creations mastermindThat selector should work fine in IE 10 and 11. Older versions may pose issues.
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 mastermindTo link to your homepage (in this case also the presentation page), notice the special Home item (no. 5) in our custom menu tutorial.
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 mastermindThis is exactly that the “Category page with intro” page template is for. See our tutorial on this: http://www.cryoutcreations.eu/wordpress-themes/wordpress-tutorials/how-to-use-the-category-page-with-intro-template-in-our-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 mastermindHow did you “turn off” the title and tagline?
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 see you managed to center 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.Zed
Cryout Creations mastermindYour menu items may point to non-existent sections or your permalinks may be broken.
Inspect the element items that they point to correct content and check your permalinks settings (and that they can be saved).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 mastermindThis is not a bug but a design choice. Consider using shorter captions or bigger 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.January 10th, 2014 at 12:03 in reply to: Fonts/Titles on presentation page not showing special characters (á, š, č…) #15692Zed
Cryout Creations mastermindNot all fonts support extended character sets (international characters).
Try switching to a different font, and wait for the 0.9.5 update to be able to change fonts for all presentation page elements.
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