Forum Replies Created
-
AuthorPosts
-
ZedCryout Creations mastermind
WordPress’ ‘Display Site Title and Tagline’ option controls the whole ‘identity’ block (logo, site title and tagline). To display just the logo you’ll need to keep this option activated and adjust the theme’s own option and chose what to display.
All of our themes enforce a size limit on featured image to get used in the header (meaning the featured images need to be at least 75% of the configured header image width and height to be used there).
We’ve added an option to control this behaviour in the latest 1.0.1 update and set it to disable this limit (for 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.January 13th, 2019 at 16:55 in reply to: comment form doesn't return a message after submission #72660ZedCryout Creations mastermindThe comments functionality is a core WordPress feature and not handled by the theme. It can also be overriden by plugins (which may or may not work correctly).
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 don’t include an easy method of customizing our credit link due to… reasons.
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 code edit I indicated applies to all posts and doesn’t apply to any (static) pages.
Pages do not normally appear in lists where their titles are clickable links.
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.January 13th, 2019 at 16:47 in reply to: Timely Calendar & KAHUNA: featured image does not display when … #72657ZedCryout Creations mastermindWhat is the theme’s Auto Select Images from Posts Content option currently set to?
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’ve tracked down an issue after a recent update with the spam check blocking the forms entirely in some instances. That is resolved now, sorry about the trouble.
1. The homepage is a special section for WordPress, which uses the site title, unless a static page is assigned as the homepage in which case that page’s properties will be used instead.
2. The menu behaviour is configurable in the theme 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.ZedCryout Creations mastermindHi Jamie,
Do things work if you temporarily switch to one of the default Twenty themes?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 I understand how you’re looking to customize the header area.
Do you have a mock-up/sketch with the desired layout?You can find a lot of sites using Kahuna using a custom search.
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 mastermindAccessing theme or plugin files is a feature provided (or blocked) by WordPress, not the theme. However, editing theme files directly is generally bad practice (as such changes would be lost on every theme update). Customizations such as this need to be done either manually using a child theme or using alternative solutions (I remember there is a plugin in the repository which allows customizing comment form 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.ZedCryout Creations mastermindThe headings sizes are generated based on the configured value. You can override these values with additional CSS (the values are the current ones on your site):
h1 { font-size: 2.33em; } h2 { font-size: 2.06em; } h3 { font-size: 1.79em; } h4 { font-size: 1.52em; } h5 { font-size: 1.25em; } h6 { font-size: 0.98em; }
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 mastermindHi Mike,
Based on your report we’ve tracked down an issue after a recent update with the spam check blocking the forms entirely in some instances. That is resolved now, so thanks again for pointing out the problem.
2. The tags are designed to appear in those particular locations. Theoretically they can be moved around, but that will require adjusting their styling as well.
3. You can make that customization permanent by placing the appropriate custom styling in WordPress Additional CSS field (in the Customize screen):
body .wp-caption .wp-caption-text { font-size: 12px; }
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 landing page static image responsive behaviour is designed to work best with the captions on top of it. Apply this CSS to adjust its responsiveness for your usage case:
body .lp-staticslider .lp-staticslider-image { max-width: 100%; }
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 try temporarily disabling all active plugins to test if this resolves the menu 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.January 13th, 2019 at 16:10 in reply to: Space between menu and Serious Slider on Landing Page #72643ZedCryout Creations mastermindWe’ve had some issues with the spam check over-filtering our forms, but that is solved now. Sorry about that.
You can reduce the spacing between landing page elements with a bit of CSS:
body .lp-section-header, body .lp-blocks-inside { padding-top: 0; padding-bottom: 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.ZedCryout Creations mastermindI notice you have the theme’s landing page feature enabled. Please see this tutorial to get more info on how to use that feature, or turn it off from the theme’s options if you don’t need it (to return to the classic WordPress homepage).
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 mastermind@MRGerrits your menu works fine for me at this moment. Did you solve this or are you still having issues?
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 mastermindThis capability would require custom coding (either via a page template or a shortcode) to implement.
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 general font option applies to all elements not covered by the other theme font options. If the other options are set to use a different font, that specific font will apply to the target element(s) instead of the general font.
Previous theme versions had a bug which made some font values to not apply (making the general font apply instead), which is corrected in the latest release.
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 mastermindTry adding this CSS to the site as it is at this moment:
/* center form vertically in the menu bar */ body #access li.menu-main-search { margin-top: 9px; } /* center the search icon horizontally in the button */ body #access li.menu-main-search .crycon-search { padding: 0; } /* center the search icon vertically in the form field */ body li.menu-main-search .searchsubmit[type="submit"] { top: 0; } /* search icon color */ body li.menu-main-search .searchsubmit[type="submit"] { color: #fff; } /* search icon background */ body li.menu-main-search .searchform::after { background-color: #ec4b80; width:52px; height:52px; }
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 mastermindHi @Naomi, how was the image misbehaving without a container div?
Hi @Pollybert, could you post a screenshot with 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 theme is not designed to be used with nothing in the header area (title/logo, header image). Do hide everything above the menu on mobile devices, use this CSS:
@media (max-width: 800px) { body #branding, body #bg_image { 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 mastermindI cannot reproduce any issues with settings tags while using Tempera. Are you using the classic editor or the blocks one?
Could you test if the tags still fail if you temporarily disable all active plugins while Tempera is the active 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.ZedCryout Creations mastermindPlease use the following custom CSS until we correct this in the theme:
@media (max-width: 800px) { #primary, #secondary { height: auto !important; } }
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 mastermindHi @haken61
This intermittent issue should be resolved in the 3.1.0 update. Please let us know how it works for you.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 believe we have communicated on these items through the support service.
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 see you’ve changed themes in the meantime.
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 mastermindIf (de)activating the child theme makes the link change, then the code doing that is present in the child theme. Are style.css and functions.php the only files present in the child 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.ZedCryout Creations mastermindIf that functionality used to work before, it should continue working even after the update (after a successful cache reset).
Have you updated anything else beside the theme at the same 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.ZedCryout Creations mastermindI interpreted your ‘avoid’ expression in the initial message as the wish to remove the link functionality from the post titles. That is what the code customization does.
Were you looking to achieve something else?
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 publishing functionality is not handled by the theme.
Check if the same issue occurs without the child theme active (and if you’re still having trouble, test with one of the default Twenty themes).
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