Forum Replies Created
-
AuthorPosts
-
Zed
Cryout Creations mastermindThis has been fixed in 1.0.0. Sorry about 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 mastermindWell we did correct that at a point, but WordPress went full derp in 4.0 and removed functionality we (and other theme developers) were using to limit the editor’s width to the same width as you configured the theme to.
The only solution now is to remove the limiting entirely and let the editor go fullscreen, without any indication as to how your content will actually align on the frontend.
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 are no longer using the slider I see…
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 widget appearance differs depending on whether or not responsiveness is triggered.
When site fits on screen, the columns behave normally (with hover effects and all); when responsiveness kicks in because the site no longer fits the screen, the theme considers this to be a mobile device (hence no mouse to hover with) so it replaces hovering effects with static elements with texts under the 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.Zed
Cryout Creations mastermindDebbie, the theme is designed to be used with a header. As you chose not to use anything in the header area (except the donation button), the header remains empty when viewer on mobile devices.
You can hide it completely with some CSS:
@media (max-width: 800px) { body #branding, body #bg_image { min-height: 0; } }If the header area still remains (due to the invisible donation button), add this CSS as well (before the ending } )
body #header-widget-area { 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 mastermindIt sounds like a JavaScript issue.
Check your browser’s developer console (F12 in most) after reloading the page. Do you see any errors in 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 mastermindThis behaviour depends on the browser and cannot be controlled by the theme. Try not to use videos where other page elements are expected to overlap.
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 mastermindCheck your plugins. You have at least one that’s poorly written as it loads its scripting all over the dashboard, including the theme’s settings page (affecting the colour fields).
Pinpoint which one it is (by alternatively enabling/disabling them) and re-saving theme settings to check that the # signs are back in the colour 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.Zed
Cryout Creations mastermindImage resize/cropping is handled by WordPress.
If you want absolute sizes, you can use the force cropping option in WordPress.
Otherwise you need to be careful at the image sizes used.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.December 5th, 2014 at 19:44 in reply to: arrows in dropdown menu are gone and have strange graphic instead #28520Zed
Cryout Creations mastermindKelley, you are encountering a different… behaviour.
If you access your site via http://www.dumcpreschool.org, the icons will appear correctly, but if you access it via dumcpreschool.org (no www.) the icons will be invalid.See http://stackoverflow.com/questions/11616306/css-font-face-absolute-url-from-external-domain-fonts-not-loading-in-firefox for more info.
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 cannot see your issue on either Android or Windows
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.December 5th, 2014 at 19:21 in reply to: Upper right widget lays over Headline on Smartphone Displays #28517Zed
Cryout Creations mastermindThat’s caused by a theme glitch that we’ll try to get fixed as soon as 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.December 5th, 2014 at 19:15 in reply to: After 1.4.2 update mobile devices are no longer able to zoom #28516Zed
Cryout Creations mastermindGo into the theme settings and enable the “Allow zoom” option under Layout.
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 mastermindWe also have a tutorial on the subject of comments here:
http://www.cryoutcreations.eu/wordpress-themes/wordpress-tutorials/wordpress-disable-comments-tutorialIf 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 change does not affect theme functionality. It only increases (slightly) the difficulty of hiding our link to those not familiar with CSS and 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.Zed
Cryout Creations mastermindPlease follow the quick debug guide:
http://www.cryoutcreations.eu/forums/t/minimal-step-by-step-tutorial-for-debugging-bugsissuesincompatibilitiesIf 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.
We’ll publish a WooCommerce compatibility child theme once we release Nirvana 1.0 (which is pretty close by). This will make the store pages follow the generally configured layout.
For separate sidebar positions in the store, the information provided by Andrew is very valuable.
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 that out.
Apparently Google doesn’t like merging font in a single request when subsets are also specified.We’ll fix this 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 mastermindDerenk, that’s because the “Leads” plugin you are using breaks Javascript on the entire 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.Zed
Cryout Creations mastermindI have not encountered this before.
Could you post a link to your 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.Zed
Cryout Creations mastermindScott, I finally found a browser that displays that, and it appears to be a missing header background image. Do you have such an image set under Appearance > Header? Remove it and that glyph should go away.
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 mastermindSteph, you have a static page as the homepage. Return to “Your latest posts” under Settings > Reading and the presentation page will reappear.
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 Appearance > Header section is part of WordPress, not the theme.
You need to remove existing images from the Media Library to remove them from the header.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 pagination does not work when the “Category page with intro” template is used on the homepage.
We know about this issue as it’s caused by the same problem making the homepage pagination not work in our other themes. We have to correct this in 3 themes so it will take a little while.
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 mastermindTempera doesn’t have a wp_query.php file.
Also, Tempera doesn’t use base64 encoded contents. Check your site for intrusions, it may have been hacked.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 bit of CSS should correct that:
.bbp-body .reply a { background-color: transparent; border-color: transparent; margin: 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 mastermindIn the FAQs: http://www.cryoutcreations.eu/wp_super_faq/e5-is-parabola-compatible-with-woocommerce
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 mastermindWalt, did you by chance upload your images in the theme folder?
Cam, I cannot check your site at the moment (I get just a blank 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 mastermindThe last update is over a month old, the first 5 messages in this topic are from before it was released and the number of complaints are very small compared to the number of people using the theme – these indicate to me that there is no real problem in the theme.
Did you update from a pre-1.2 version? If yes, try a force refresh in your malfunctioning browser(s) (Ctrl+F5 or Ctrl+R depending on the browser). Version 1.2 moved some JS around and can cause issues due to browser caching.
Things to check:
- no plugins enabled
- latest WP and theme versions
- force refresh in the browser
- test several browsers
Then let us know how it goes.
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 mastermindWhile not having any plugins installed, are you running the latest theme and WordPress versions?
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