Forum Replies Created
-
AuthorPosts
-
Zed
Cryout Creations mastermindCheck your site’s source code. Is the /mraid.js file referenced as part of the theme folder?
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 see this topic.
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 mastermindCould you check your browser’s development tools for any errors?
They can be accessed by pressing F12 in most browsers and you should look in the Console tab (refresh the page once after opening the development tools).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 mastermindOne of your plugins interferes with the theme’s slider, adding a sixth ghost slider.
Disable the Video Gallery plugin.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 recent 2.0 update adds responsiveness (among other improvements) to Zombie Apocalypse.
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 remember this was caused by custom styling you were using on your site which you apparently corrected.
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 mastermindoptions.php is a WordPress file. You will not find it in the theme folder.
You need to enable WP_DEBUG or check the server error log for the actually error message you should be seeing at that moment.
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 mastermindSupport for custom widgets in the columns is still experimental.
Add this custom CSS to better handle the twitter widget:
@media (max-width: 800px) { #front-columns #pi_simpletwittertweets-2 { display: inline-block; width: 47%; } } @media (max-width: 480px) { #front-columns #pi_simpletwittertweets-2 { margin: 10px 10%; width: 80%; } }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 mastermindUnfortunately any of your extensions can generate that empty line. The only way to figure out which one is to disable each one and recheck your site source.
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 mastermindDo you have any installed plugins? Try to temporarily disable them to check if any of them is interfering in some way.
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 assume you want to make the menu items fill up the entire menu bar. For that you need either longer or more menu items or force their width so that they use up all the space.
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 mastermindDoes this happen to both homepage and category pages or only one of those?
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 update to 1.1.3 where this is 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 mastermindJetpack should not cause such an issue. Is Jetpack the only plugin you have enabled at the time?
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 have HTML excerpts enabled.
That is an experimental option and should only be used when you are sure the HTML tags used in posts don’t coincide with the point at which the content is trimmed (or you’ll end up with unclosed tags and with the result you 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 mastermindFor a small change such as adding a background, CSS is a lot simpler:
body .entry-content, body .entry-summary { background: #fff; padding: 20px; }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 mastermindWordpress’s dashboard is normally available at /wp-admin (unless you’ve used some “security” plugin to relocate it).
Links to the dashboard are not normally present on the site unless you manually add them in or use the Meta widget someplace.
Edit buttons for content are only present when you are logged in.
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 14th, 2015 at 09:21 in reply to: HTML tags not working in text area presentation page #33355Zed
Cryout Creations mastermindI cannot confirm this issue. HTML formatting (like <strong>) works fine for me.
Could you double-check?Note that the presentation page doesn’t have the same formatting as posts/pages (for example, the space between paragraphs).
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 mastermindAre the settings still set to use Excerpts?
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 mastermindbody .nivo-caption { width: 70%; }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 a custom menu and add the links (to the login / logout pages/sections) manually.
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 theme functionality. You may receive better help if you ask this question in the WordPress forums.
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 mastermindColumn widgets images are links since version 1.3.
They don’t follow the open in new window option yet, but this will be done 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 mastermind#primary, #secondary { border-color: red; border-style: solid; border-width: 0; } #primary { border-width: 0 1px 0 0; } #secondary { border-width: 0 0 0 1px; }However note that the sidebar(s) and the content area will not always have the same height.
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 mastermindAs the editor is WordPress functionality, you may get better answers if you ask this in the WordPress forums.
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 mastermindAppearance > Tempera Settings > Presentation Page > Slides
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 mastermindUntil we make the footer text follow theme settings, you can use this CSS:
#footer2 { font-size: 13px; }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 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.September 8th, 2015 at 13:33 in reply to: Change background on textfields (text and textarea) #33293Zed
Cryout Creations mastermindOr specificity.
body input[type="text']...
takes precedence over the theme’s styling.
!important should only be used as a last resort as it cannot be overridden.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 8th, 2015 at 13:31 in reply to: Adding a > to the submenu items that has submenus itself #33291Zed
Cryout Creations mastermindWe’ll be adding this 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. -
AuthorPosts