Forum Replies Created
-
AuthorPosts
-
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.Zed
Cryout Creations mastermindIt seems you’re discarding the fact that it’s your site/server that performs the actual file replacement (update) procedure, with files that are stored and retrieved from WordPress.org.
You are also the only one that reported this problem, so it points to the problem being limited to your installation and not a general theme issue. I gave you a simple procedure to try to resolve the problem you are reporting to have. It is entirely your choice if you wish to try it 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 mastermindThe way in which the theme behaves since the 0.9.2 update is how we intend it to work. Previously the theme would display the images at their original size in an area always set at the configured height (cropping the bottom part if the images did not fit).
Since the update the theme will generate proper sized crops for various screen sizes (so the browsers can load a smaller image, not the full sized one).
If you don’t like this, use the filter described in the 0.9.2 release announcement to disable the srcset functionality (and return to the previous behaviour).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 how the theme is designed to function, with the ‘read more’ being the 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.Zed
Cryout Creations mastermindDue to WordPress having logo-related option of its own (and requiring us to not move them around in the customizer), there are two sets of options that can affect the logo’s visibile, under the Site Identity panel and under the theme’s 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.June 23rd, 2017 at 16:52 in reply to: Text Areas display static home page content instead of page content #48185Zed
Cryout Creations mastermindCould we see the site exhibiting this problem?
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