Forum Replies Created
-
AuthorPosts
-
November 25th, 2019 at 21:44 in reply to: Help editing 'find us' and about the site' in sidebar #95663ZedCryout Creations mastermind
Two of those are the widget titles, which are generally configurable in the widgets themselves (in WordPress’ widgets administration section in the dashboard).
The ‘menu’ title is not directly configurable, but can be changed using translations.
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.ZedCryout Creations mastermind1. The search icon is appended at the end of the menu. To change its position you’d need to modify the code controlling its addition.
2. If you refer to adding a search input (and perhaps the ‘search’ button as well) in the menu itself, that’s not something easy to do.
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.ZedCryout Creations mastermindThe Plus edition has built-in support for enabling the mobile menu at a configurable screen width. In the free edition you’ll need to use custom CSS to do that:
body #nav-toggle { display: block; } body #access { 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.ZedCryout Creations mastermindOur themes support mega menu plugins in the main navigation location, however they require a one line change to disable the built-in styling from applying on the menu.
Edit the header.php file (preferably through a child theme) and rename the access ID from the main container to anything else (like access2).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.ZedCryout Creations mastermindYour site is displaying the theme’s presentation page feature with the default demo content. Have you always used the presentation page? Was it configured with your own content in the slider/columns sections? If not, you can disable the presentation page from the theme’s 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.November 25th, 2019 at 21:27 in reply to: H1 headline (h1.entry.title) DISAPPEARS on narrow devices #95657ZedCryout Creations mastermindYou’re using a long section title with the contained header image (which resizes to fit on the available width, resulting in a very short header space for the title). To make your long titles work with the current header image you should switch to using cropped header images.
https://www.cryoutcreations.eu/docs/themes/options/header/content/#header-image-behaviourIf 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.ZedCryout Creations mastermindHi Mark,
I’m sorry to say, but Google is not and does not make standards.
There’s a consortium that defines CSS and HTML standards and any changes need to pass through there to become official and be adopted by all browsers. Some vendors may choose to adopt proposed changes earlier, but that doesn’t make those changes standards.Otherwise, we’ll just end up in a new IE era, but with Google/Chrome at the center of all problems instead.
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.ZedCryout Creations mastermindTo make content images clickable make sure you enable their links when inserting/editing them (in the editor). You’ll also need to use some kind of fancy/color/light-box plugin to make the larger images pop-up on the existing site (WordPress functionality will simply make the browser display just the image file in the current tab).
WordPress.com provides some detailed information on how to use images in the content (although the interface is not identical to the .org counterpart):
https://en.support.wordpress.com/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.ZedCryout Creations mastermindAdding notifications at the top, over the content or at the bottom of the site should work with any theme if the plugin is correctly coded. Try a different plugin if the one you used seemed to not work.
The theme’s sidebars are not designed to be sticky – achieving this with a plugin will most likely not be possible (since the plugin cannot take into account any theme’s possible styling). This should be possible with custom styling, but it is not an easy task (also, the “stickyness” behaviour is variable)
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.ZedCryout Creations mastermindThe display of featured images is controlled by the theme’s options:
https://www.cryoutcreations.eu/docs/themes/options/post-info/featured-image/?theme=esoteraIf 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.November 12th, 2019 at 14:03 in reply to: H1 headline (h1.entry.title) DISAPPEARS on narrow devices #95144ZedCryout Creations mastermindCan you show us a screenshot or a link with the site where you observe that 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.November 12th, 2019 at 13:59 in reply to: Is it possible to rerrange the order of the drop down menu buttons? #95143ZedCryout Creations mastermindYou can precisely control the content and layout of your menus by using custom menus:
https://www.cryoutcreations.eu/wordpress-tutorials/how-to-use-a-custom-menu-in-your-wordpress-websiteIf 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.ZedCryout Creations mastermindHi Tanner,
The links should be:
#lp-blocks1 #lp-blocks2
The second icon block section is available in the Plus edition of the theme only.
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.ZedCryout Creations mastermindI have also discussed this issue through our support service. My last suggestion was to track down which plugin is responsible for the comments blocking but we have not heard back from you.
Did you manage to identify the plugin and resolve the issue?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.ZedCryout Creations mastermindThe text areas are, as their name implies, dedicated to text.
Their input is parsed with WordPress’ core sanitization functions to make content safe, resulting in any complex markup, especially scripts, to be filtered out.To insert scripts on the site use plugins: https://wordpress.org/plugins/header-and-footer-scripts/
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.ZedCryout Creations mastermindThe Plus editions always have and always will work on multisite WordPress installation. The only limitation concerning multisite is that the automatic updates functionality is not available there (you would need to manually update the theme(s) when new releases 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.ZedCryout Creations mastermindThat is a design choice which you can turn off with CSS:
body .comment-form-author input, body .comment-form-email input, body .comment-form-url input, body .comment-form-comment textarea { text-transform: 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.ZedCryout Creations mastermindI’m not sure how I missed your message on my previous rounds through the forum.
I can confirm the issue is present in the theme and we’ll have it fixed in the next update. Until then you can apply the following custom styling to your site to correct it:@media print { #site-header-main .site-header-top { 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.ZedCryout Creations mastermindTempera (and our other settings-based themes) have pretty much reached their feature and functionality maturity and we consider them stable.
We are now updating them only when necessary to fix identified bugs or improve compatibility with new WordPress releases.
Nowadays we’re constantly bombarded with update notifications and everything is constantly getting a new release almost daily. Personally I don’t like this and feel that nothing is ever properly tested any more. Software done right and working doesn’t require constant modifying and changing – that only adds to the uncertainty factor.
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.ZedCryout Creations mastermindCould we see 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.ZedCryout Creations mastermindYou can find those options in the theme’s settings page:
https://www.cryoutcreations.eu/docs/themes-legacy/settings/color/#site-titleIf 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.November 4th, 2019 at 22:51 in reply to: Page template three column sidebar left and right both sidebars on left #94815ZedCryout Creations mastermindThe custom styling applied on #content is interfering with the theme’s own layout styling.
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.ZedCryout Creations mastermindThat message indicates that your license has expired or the license key entered is invalid. Updates are provided only while the license is active.
I see you have made a new purchase today, so you should be able to update the plugin now.
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.ZedCryout Creations mastermindDid you also select the desired slider in the theme’s options?
https://www.cryoutcreations.eu/docs/themes/options/landing-page/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.ZedCryout Creations mastermindWe would need to see your site to investigate.
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.ZedCryout Creations mastermindThere is some invalid output on your site which is preventing the theme from functioning normally on that page.
Something (most likely a plugin) is attempting to output some additional parameters on the body tag, but it is outputting invalid data, breaking the rest of the attributes already present.
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.ZedCryout Creations mastermindEdit the posts and remove their ‘sticky’ attribute (this triggers the “Featured” indicator) and clear the post format (triggers the “image” post format indicator).
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.ZedCryout Creations mastermindWe have not removed shortcodes functionality from the custom footer text field. Test some other shortcode there to see if it still isn’t working then also check the content placed in the field to ensure it is not invalid and somehow interfering with shortcodes 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.ZedCryout Creations mastermind1. The headings already have set-configurable font size (relative to the general font size):
https://www.cryoutcreations.eu/docs/themes/options/typography/content/#headings
I assumed you were referring to other adjustments (independent fonts, colors, other attributes)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.November 4th, 2019 at 22:28 in reply to: How To set de sizes of the verbosa headings h1 – h6? #94807ZedCryout Creations mastermindThis is an example theme page which also includes headings.
The section title is styled and placed differently to make it stand out even if it is slightly smaller than the H2 title below 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. -
AuthorPosts