Forum Replies Created
-
AuthorPosts
-
ZedCryout Creations mastermind
Styles and scripts need to be enqueued the WordPress way.
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 24th, 2019 at 12:54 in reply to: The problem with Breadcrumbs anima on the bbpress forum pages #84720ZedCryout Creations mastermindCould you post a link to your site?
I cannot confirm this issue with any of our themes – the topic name element has no link in the themes’ breadcrumbs.
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 clean_url filter appears to be used internally for string formatting, not on URLs output.
I suggest taking a look at the script_loader_tag filter instead, but keep in mind deferring scripts can make code not aware of deferring fail or malfunction.
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 mastermindWhich features did you observe changing on your site?
(I cannot browse the two indicated URLs because they are both inaccessible at this 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.July 21st, 2019 at 14:43 in reply to: Page Speed Insights – Serve static assets with an efficient cache policy #84666ZedCryout Creations mastermindAs described in this GTmetrix article (which you most likely already read), browser caching can be enabled with specific configuration rules at the server level (because the webserver needs to pass along specific headers to the browser).
The article describes some rules for the Apache web server (which require the specific mod_expire module to be enabled on the server hosting your site). Other web servers may use a different configuration – I suggest to contact your hosting provider for more information on what server software they use and what configuration changes are allowed.
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 mastermindRegardless of where files come from (theme, plugin or WordPress itself), they all get served to clients by the webserver software – hence any caching rules need to be set up and configured at the webserver 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 mastermindThat could be an indication of either the server failing to serve some site files (namely the styles/resources) or some malfunctioning caching being involved.
However, I notice that all your site resources get loaded from
https://secureservercdn.net/160.153.137.210/2gx.a18.myftpupload.com/
instead of the site domainhttps://foreveragility.co.uk/
. Is this intended 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.ZedCryout Creations mastermindThe sticky menu functionality is disabled by design for the smaller mobile devices.
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 option will be included in the next theme update (it is erroneously described in the documentation as being available in the 1.0.7 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 mastermindThat section on the demo site is using the dedicated Jetpack Portfolio page template (available in the Plus edition of the theme).
Using the plugin’s built-in shortcodes, the portfolio sections are displayed like this:
http://demos.cryoutcreations.eu/wp/esotera/jetpack-portfolio-shortcode/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 can be done with CSS:
body #access a > span { 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 mastermindThat landing page section that can be used to display testimonials using Jetpack’s testimonials functionality. This feature depends on the plugin to be installed and activated and have ‘testimonial’ content items created.
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 no built-in option to re-order the footer content, but that can be done with some custom code (disable the footer socials in the settings first):
add_action( 'cryout_footer_hook', 'parabola_footer_socials', 11 );
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 mastermindWhen a static page is assigned as the blog page, its meta options are ignored by WordPress (and it behaves as any other archive/category section as far as layout is concerned).
Sections layout control is a feature available in the Plus edition of the 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 mastermindTempera is not designed to behave that way, but some of our other themes use that header layout by default.
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 try this modified version of the plugin and let us know if it works as expected.
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 mastermindContent builder plugins normally only handle the ‘content’ section of things (generally the middle part of the site/theme).
The theme’s widget areas (including the before and after content ones) are outside of this ‘content’ 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 ‘continue reading’ button text is configurable in the theme options.
Depending on the multi-language plugin you are using you need to either use specific markup in that field to define the label for both languages, or enter the necessary label in the plugin’s settings page which handles theme strings.
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 not currently possible but we’ll look into creating a page template for this purpose.
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 mastermindLists (as markup) are used in many places in the general structure of the theme and in content sections outputted by WordPress.
Which specific lists are you trying to adjusting padding on? Just ones inside content?
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 social icons inherit their base font size from the general site font. You can further tweak the size with CSS:
.socials { font-size: 1.5em; }
Adjust the value as needed.
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 problem is I don’t see a grey line before the footer as in your screenshot.
I see one right at the limit of the white and red areas in your footer and that’s the one I provided the CSS for.
The social icons inherit their base font size from the general site font. You can further tweak the size with CSS:
.socials { font-size: 1.5em; }
Adjust the value as needed.
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 mastermindFor anyone else having the same question, the number of posts on the homepage (and any other posts list like archive pages) is controlled by WordPress’s posts per page option under General > Reading.
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 this CSS:
body .cryout #nav-toggle { 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 mastermindYou can do that with a bit of CSS:
.home .tags { 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 mastermindWordPress’ excerpt functionality is word-based.
To apply a different length you’ll need to write your own code and apply it to the get_the_excerpt filter.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 9th, 2019 at 17:23 in reply to: Sidebar no longer drops below post on small/mobile screens #84084ZedCryout Creations mastermindI see your site is using caching, which may or may not break the styling if done incorrectly.
If you’re still experiencing issues, try to temporarily disable caching to check if it’s related.
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 site appears to work correctly now, at least for me.
If you’re still having issues you should use the plugin’s functionality to clear the cache (especially after updates this is recommended to ensure the site is not service stale cache).
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 display the site title and tagline in one line.
That may be possible with custom CSS, but additional CSS would also be needed to recreate the responsiveness for the changed positioning.
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 9th, 2019 at 17:10 in reply to: The problem with Breadcrumbs anima on the bbpress forum pages #84079ZedCryout Creations mastermindWe’ll look into 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. -
AuthorPosts