Forum Replies Created
-
AuthorPosts
-
Zed
Cryout Creations mastermindYou can try this custom CSS:
.menu-main-search form input.s { font-weight: bold; }
This will also make the searched text bold as the placeholder inherits its styling from the input styling (and doesn’t have separate styling capabilities).
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 theme normally displays the ‘recent posts’ (same as the default blog homepage). To make it behave differently you’d need to customize the query handling this posts list.
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.July 8th, 2017 at 21:24 in reply to: single.php fatal error after upgrade to 1.6.1.2 & WP 4.8 #49392Zed
Cryout Creations mastermindWe’ve renamed the
tempera_posted_on()
function a little while ago. As you have calls to it in your child theme files, you will need to update these calls to reflect the new name.See the update announcement for a complete list of renamed functions.
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 /stores/ page you are indicating does not exist on your site.
What you are describing should not happen. WooCommerce renders in content inside the theme’s layout, meaning that if the sidebar is active it has to be the same width regardless of the site section currently viewed (a category, page or store section).
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 mastermindWooCommerce’s breadcrumbs are not something that’s under the theme’s control.
If that action is still valid in the current plugin releases, perhaps adding a later priority to the init hook
add_action( 'init', 'jk_remove_wc_breadcrumbs', 99 );
will resolve the order of the hook/unhook.I no longer see breadcrumbs on your site, but if you’re still having issues disabling them I suggest asking for this in the WooCommerce 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 mastermindIf you’re asking from the theme settings perspective, Parabola is using the previous settings page interface, while for Anima we had to adopt the now enforced customizer interface for theme options.
Due to this the options are mostly different between the two themes and direct settings migration is not 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.Zed
Cryout Creations mastermindI’m assuming this happens due to some custom styling or plugin-added styling, as this doesn’t occur in the theme (as you can see on the demo page).
I suggest trying to temporarily disable all plugins and also temporarily remove all custom styling used (if any).
PS: Also see this FAQ item.
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 might be able to use a widget or a shortcode plugin in the theme’s “Above Content” widget area to display your featured article.
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’ll need you to rephrase the request to understand it. Which ‘pages’ (visible where) do you want to turn off?
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 mastermindIf you’re using a slider instead of the included static image, make sure you turn off the overlay by setting it’s opacity to 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 mastermindThe theme has a built-in option to hide page titles.
The space you want to remove is mostly part of the above content widget area (which you use to display the banner image). You can reduce its margins with:
#main .content-widget-before, .content-widget-before > section { 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 mastermindYou can do that by customizing theme strings:
https://www.cryoutcreations.eu/wordpress-tutorials/editing-theme-strings-translationsIf 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 mastermindIf the sidebar is currently visible (enabled) you can assign your widgets either via the customizer interface or from the old Appearance > Widgets menu.
If the sidebar is not enabled, you’ll need to switch the theme’s layout to one that includes the wanted sidebar.
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 breadcrumbs follow the general color options (for text and links). The background is controlled by the menu background color (adjusted to a slightly darker shade)
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 mastermindSuch functionality does not exist in the theme, but you can most likely accomplish it using plugins (or custom 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 mastermindThe theme will make the header area as tall as configured in the options. You are currently displaying a 250px tall image in an 120px tall area. You might want to adjust that 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.Zed
Cryout Creations mastermindIf the widgets management no longer works as expected, you have an issue that extends beyond the theme functionality.
Try temporarily disabling your plugins and see if the widgets return to working order (try managing them both through the customizer and the old Appearance > Widgets interface).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 change the images and captions appearance from the theme’s options, under General > Post 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 mastermindWhat are you referring to by “Editor 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 mastermindCustomize the appropriate
$custom_query2->query('showposts='.$nirvana_columnNumber.'&[...]
line (depending on the theme option you are using for the columns source) to add the necessary query parameters to retrieve your custom post type.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 mastermindAnima handles the header image differently, so the options behaviour is not the same as in Nirvana.
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 mastermindYoast has a separate section for the homepage title, description and other meta information in its settings page. This applies to the default blog homepage and the theme’s ‘presentation page’ feature that replaces 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.July 2nd, 2017 at 14:55 in reply to: Error with customized single.php since last update (1.4.2.1) #48808Zed
Cryout Creations mastermindYou can copy over the current single.php file from Nirvana and edit the code
<div id="nav-below" class="navigation"> <div class="nav-previous"><?php previous_post_link( '%link', '<i class="crycon-left-dir"></i> %title' ); ?></div> <div class="nav-next"><?php next_post_link( '%link', '%title <i class="crycon-right-dir"></i>' ); ?></div> </div><!-- #nav-below -->
to restore your customizations.
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 looks like something more serious is happening:
Fatal error: Unknown: Cannot use output buffering in output buffering display handlers in Unknown on line 0
Several refreshes later the site appears to partially load, ending in a
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 788977 bytes) in [...]/html/bohemian/wp-includes/wp-db.php on line 3024
so it looks like you’re hitting the server’s memory limit for your site. Ask for a limit increase from the hosting provider or disable some of your extensions (plugins) to reduce memory usage.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.July 2nd, 2017 at 12:44 in reply to: Special Characters Not Shown in Breadcrumbs and Meta Bar #48804Zed
Cryout Creations mastermindPlease see
https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORSIf 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 mastermindEntirely disabling the header area is not something we had in mind when we designed the theme.
You can remove the space left over from the empty header with:
body #branding, body #bg_image { min-height: 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 mastermindIf your featured images were uploaded to WordPress before you activated Anima, you’ll have to regenerate thumbnails to make sure the site has the properly sized crops for the theme’s current featured image size options.
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 landing page tries to get its initial content from your site’s posts and pages. If you don’t have enough posts and pages (or have none of these at all), the landing page will miss some of its sections entirely – the icon blocks and text areas get content out of pages, the boxes out of posts.
You can also add posts/pages and assign them to the the desired areas at any time though the theme’s landing page options.
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 mastermindDisable the theme’s “Force header image responsiveness” option to avoid 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.Zed
Cryout Creations mastermindIt seems that when posts are listed by IDs, the columns are limited to WordPress’ general ‘posts per page’ option value. We’ll correct this in the next theme update.
Thank you for letting us this happens.
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