Forum Replies Created
-
AuthorPosts
-
ZedCryout Creations mastermind
The posts navigation is core WordPress functionality and (as far as I know) not configurable.
The links are chronological site-wide (they point to the previous and next published posts, regardless of category or tags).
If you really need to, you can hide them with CSS:
body #nav-below { 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 mastermindDo you have an example of a site section which includes tables?
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.March 12th, 2019 at 20:38 in reply to: How To Replace Serious Slider Demo Images With My Own Images #75436ZedCryout Creations mastermindTo get started with our slider plugin I recommend taking a look at the dedicated tutorial:
https://www.cryoutcreations.eu/wordpress-tutorials/create-slider-serious-slider-plugin
2) Breadcrumbs can be disabled from the theme’s 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 mastermindGTMetrix also provide additional information together with their diagnostics:
https://gtmetrix.com/specify-a-cache-validator.html
Caching is normally handled by a plugin (or directly at the server/hosting level).
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 only accept basic HTML. If the code you are entering is complex it would be best to include it through a HTML via shortcode method.
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 mastermindText defined through the theme’s settings is translatable using Polylang’s strings feature.
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 mastermindAre posts set to display full posts or excerpts?
Are you defining manual excerpts for the posts?You did not provide a link. That would be useful in checking up on the reported 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.ZedCryout Creations mastermindThe theme will follow its layout (sidebar placement) option, regardless of any options provided by the page builder plugins.
To control the layouts used by the theme you need to set its options accordingly (and use the available page templates if desired).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 you’re modifying theme files directly, yes, such changes would be lost on every update.
You should include code customizations in a child theme or a plugin even.
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 mastermindSometimes there is no need to reinvent existing functionality.
https://wordpress.org/plugins/search/random+image/
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 themes are capable of migrating existing options from their free counterpart.
Content is normally not dependent on theme and will work just the same.
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.February 27th, 2019 at 13:05 in reply to: dropdownmenu under the prime navigation menu is not popping up #74677ZedCryout Creations mastermindYour current menu does not appear to have submenu items.
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@kbecker: a site 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.ZedCryout Creations mastermindI believe you’ve found a hiccup in the theme which is visible with a specific menu configuration (not on top of header image but fixed). We’ll correct this in the next update.
Thank you for pointing this out.
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 mastermindHow are product images not working?
You mobile menu appears to work fine at this moment (at least on my devices). Are you still having issues? Did you test with a different browser or device?
Icon block sections get their content from pages (individually selected) and pages do not have a ‘sticky’ attribute. How are you setting icon block pages sticky?
As a side note, the ‘sticky’ attribute has no effect on posts displayed in featured boxes sections. These elements are always sorted by publish date.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 use the theme docs to quickly search for possible options (and find where they are located if they exist).
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.February 27th, 2019 at 12:34 in reply to: Content Length of zero doesn't work for Featured Boxes 2 #74670ZedCryout Creations mastermindI cannot confirm this issue, the content length option works fine in my tests (considering the same code is responsible for all featured boxes sections and it cannot behave differently depending on section).
Note however that the option applies to automatically generated excerpts only – manual excerpts defined for posts are always displayed as-is.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 do that with custom styling:
.entry-content blockquote { font-size: ...; font-family: ...; }
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 mastermindTurn off the Featured Content section of the landing page to disable the not found message when you have no posts.
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 footer contains multiple functional sections (widgets area, footer menu, footer custom text, footer socials and credit link).
Together with our priority support we provide the instructions for removing our credit link from the footer (and replacing it with a credit link of your own if desired).
All other footer elements can be easily disabled by leaving their contents empty. The footer as a whole takes up space as much as is needed by the containing elements.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.February 23rd, 2019 at 16:47 in reply to: More posts link on presentation page loads posts but without any image #74543ZedCryout Creations mastermindI don’t see the ‘read more’ button on any of the currently displayed homepage posts which usually indicates that the posts have manual excerpts.
Your site is accessible both via HTTPS and plain HTTP, however WordPress is configured to use the secure URL. When trying to use the ‘more posts’ functionality when the site is accessed via plain HTTP, the additional posts fail to load because the browser rejects mixing HTTP and HTTPS content. To resolve this you should make your site only accessible via HTTPS.
When I access the site via HTTPS, I can see the issue you are reporting. I also notice that the images should be loaded from the ix.w.org URLs which means you are using Jetpack’s image optimization functionality.
The images returned from those URLs are 1×1 pixels in size. I couldn’t tell you why this happens, but turning off the image optimization should alleviate the 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.ZedCryout Creations mastermindThe error message indicates that the ‘htaccess’ plugin is not yet compatible with PHP 7.2
You can either contact its author about this and wait for them to fix that or look for an alternative (PHP 7.2) compatible plugin.
If a particular PHP version is available for selection it is generally usable (the hosting provider does not create PHP updates or security patches), but using an unsupported PHP release can open your site up to known or unkown vulnerabilities that will never get patched.
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.February 23rd, 2019 at 16:37 in reply to: Create a functioning down arrow in Nirvana menu (desktop) #74540ZedCryout Creations mastermindYour site is configured to load its resources from http://www.your-words-worth.com but you are accessing it through http://www.yourwordsworth.marketing. Doing this will make the browser follow the CORS rules.
You can use the information provided in that article to allow cross-origin resource loading (and make both URLs display correctly) or choose to redirect one of the domains to the other (and ensure WordPress uses that URL in its setup).
As a side note, displaying the same identical content on multiple URLs can negatively affect your SEO rating.
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 mastermindw.org is a WordPress-controlled domain.
The fact that the smilies are loaded from that location may be either because of some form of caching/image optimization functionality (like that provided by Jetpack) or perhaps the WordPress team decided to “optimize” the smilies by loading them off-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 mastermindThe file path you indicated is not inside the theme’s folder.
There is no catch-all solution.
Some customizations can be achieved solely with CSS (which doesn’t require any file edits to accomplish).
Other customizations require adjusting code:
– if that’s WordPress core functionality then there’s usually a filter or an action that can be used to connect your custom code to;
– if it’s theme functionality sometimes there is a filter or action hook available, other times the whole function providing the functionality is pluggable and in some cases the change requires entire files to be replaced (via the child theme).The simplest/best solution varies on a case-by-case basis.
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.February 23rd, 2019 at 13:02 in reply to: Of Presentation Page Tweaking – Spacing, Image Replacemants #74535ZedCryout Creations mastermindThe example columns are only there for demonstrative purposes. Once you start adding your own columns, they disappear.
Please see this dedicated tutorial on how to use the theme’s presentation page columns feature:
https://www.cryoutcreations.eu/wordpress-tutorials/how-to-use-the-new-tempera-presentation-page-columnsIf 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 customize the look of content images with the theme’s Post Images Border (found in its Graphics Settings 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.ZedCryout Creations mastermindThe asterisk is present in the labels, however the theme does not use the labels but field placeholders.
You can revert to the classic labels using custom CSS:
body .comment-form-author label, body .comment-form-email label, body .comment-form-email label, body .comment-form-url label, body .comment-form-comment label { display: inline-block; } #comments input::placeholder, #comments textarea::placeholder { color: transparent; }
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 mastermindNone of our legacy (settings-page based) themes support this functionality because it would require a partial (backwards-incompatible) rewrite of the presentation page.
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 have two types of photos styles in the content: just photos (which use the Post Images Border option) and captioned photos (which use the Caption Border option).
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