Forum Replies Created
-
AuthorPosts
-
ZedCryout Creations mastermind
Hi,
The counter code is still present on the site, but it is outside any content (including widgets), all the way after the end of the footer markup – that was done either using a plugin or by manually editing (theme?) files.
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,
I am not familiar with that plugin. Could you provide an URL for a site section where it works and one where it doesn’t?
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 21st, 2022 at 00:21 in reply to: Where can I set Parabola theme to left-align for all blockqotes? #125615ZedCryout Creations mastermindHi,
I feel it’s rather harsh to consider a theme abandoned after 5 days of no replies on a free support forum.
Anyway, to answer your question I will need more information since I can’t really pinpoint what the desired outcome of “enforce left-alignnment for the entire theme” would need to be.
– Are you referring to the general text alignment?
– Do you mean the blockquotes (since those are the ones targeted in your CSS)?
– Do you want to left-align text in blockquotes? (it already is)
– Are you looking to left-align the blockquotes as a whole?body .entry-content blockquote { margin-left: 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 mastermindHi,
The CTA buttons are designed with different appearance. To have them as you want them you’ll need to style them manually with custom CSS (which is dependent on your current color configuration).
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,
When the featured boxes (or pages or blocks for that matter) show a different excerpt or content than what they should (and generally the same everywhere) that’s usually an indication of a plugin filtering the content on that site section. Since the plugin isn’t aware of the theme’s specific functionality, when it filters the core content/excerpt retrieval functions, it returns the content/excerpt of the main static page everywhere.
The most frequent cause of this are content builders plugins being used on the static page that’s assigned as the homepage. If that is your case as well, you’ll need to avoid using the builder to create the content for the home static 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 mastermindHi,
You can edit any text that is displayed by the theme (and is not configurable through the options) using WordPress’ translations functionality:
https://www.cryoutcreations.eu/wordpress-tutorials/editing-theme-strings-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 mastermindHi,
That spacing is part of the theme’s design and should have always been there.
If you do want it removed, use the following CSS:body #access { margin-top: 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 mastermindHi,
The answer depends on what you refer to by “wallpaper”. Bravada is capable of displaying the pages’ individual featured images in the header when configured to do so, however if you’re referring to the site background image, you’ll have to look for a plugin that provides per-page background 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 mastermindHi,
Links functionality is handled directly by the browser. Unless there is something invisible/transparent overlapping them, there’s no reason for links to not work.
Unfortunately, you did not include a site URL so I cannot check for 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.December 26th, 2021 at 21:03 in reply to: White space before page content, right after top menu #124740ZedCryout Creations mastermindHi,
Try using the following custom CSS to customize the theme’s predefined spacing:
body #forbottom { padding-top: 0; padding-bottom: 0; } body #footer { margin-top: 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 mastermindHi,
Nirvana is one of our classic themes, released well before the Customize screen was even a thing and we decided not to transfer its configuration settings to the customizer interface. You’ll find all of the theme options on its dedicated configuration page under Appearance > Nirvana Settings.
Please note that Nirvana doesn’t have something called landing page – its homepage feature is labelled Presentation Page and has a dedication section on the setting 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 mastermindHi,
The submenus don’t have distinct typography options, but most visual details can be tweaked with CSS:
.sub-menu li a span { font-family: ...; font-size: ...; font-weight: ...; text-transform: ...; }
The distance between the bottom edge of the header image and the section title (when the breadcrumbs are not active, since they are located in that same space) is created by a couple of element paddings/margins:
body .main .entry-title { padding-top: .5em; } body #container:not(.septera-landing-page) .main { padding-top: 2em; }
Included above are the default values, which you can adjust as necessary.
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.December 19th, 2021 at 03:12 in reply to: White space before page content, right after top menu #124616ZedCryout Creations mastermindHi,
Could you include a link to 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 mastermindHi,
Your screenshot indicates that a search widget is placed in the sidebar. To have that removed, simply remove the widget from the theme’s (right) sidebar widget area.
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,
I am not sure what difficulties you’re encountering. The header/background color/image options are core WordPress functionality and should always work (when present in the panels).
If you are able to change these options but they don’t take effect on the site, ensure that the site has no form of caching (or that the caching is cleared).
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,
Archives and categories are core WordPress functionality and cannot be deleted, just hidden by ensuring they are not linked to from anywhere on the site.
https://www.cryoutcreations.eu/docs/themes-legacy/settings/post-info/#show-on-blog-pages
https://www.cryoutcreations.eu/docs/themes-legacy/settings/post-info/#show-on-single-pagesIf 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,
The number of posts per page is a configurable WordPress option:
https://wordpress.org/support/article/administration-screens/#readingReplacing the pagination with a continuous load-on-scroll is not built-in functionality for any of our 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 mastermindHi,
Could you include a link to the site where this excess padding is visible?
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,
You can hide the main navigation with CSS:
@media (min-width: 641px) { body .menu-burger { 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 mastermindHi,
Check the advanced menu items properties when editing the menu:
These can be enabled from the screen 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,
You have made changes to the theme’s style file, which affect the header title (holding the h1 tag on the homepage) visibility and behaviour:
https://www.diffonline.net/AAc9PE4bpuIf 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,
Links shouldn’t work differently between the two theme editions. The posts’ read more buttons must always point to the (single) post sections.
If you encounter this issue again, please create a support ticket.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,
For pages the featured image is only used as a replacement header image, when the theme is configured so: https://www.cryoutcreations.eu/docs/themes-legacy/settings/featured-image/#featured-images-as-header-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.December 18th, 2021 at 23:22 in reply to: Automated “Recent Posts” in Serious Slider – Possible? #124601ZedCryout Creations mastermindHi,
Our serious slider plugin uses its own dedicated post type and cannot use regular posts as source for the slides (like our legacy themes were able to).
You can try a different slider plugin that has such functionality: https://wordpress.org/plugins/search/posts+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 mastermindHi,
Mystic is a child theme so it inherits all its settings from the parent theme, Esotera. Any configuration changes you do while the child theme is active are actually performed directly to the parent theme’s options so they will remain even if you disable 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 mastermindHi,
The columns block isn’t expected to be used quite in the fashion you are using it so it’s designed to re-arrange itself on the smaller screens.
Apply the following CSS to force its desktop layout for all screen sizes (on that specific page only):.page-id-395 .wp-block-column.is-vertically-aligned-top { flex-basis: calc(50% - 1em) !important; } .page-id-395 .wp-block-column:nth-child(2n) { margin-left: 2em; }
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,
You can see all the available content sections for the theme’s landing page on its demo site (which runs the Plus edition, so it has some additional sections compared to the free edition): https://demos.cryoutcreations.eu/wp/bravada/
In the Plus edition these sections can also be reordered, but their appearance cannot be individually controlled beyond the available general color and typography 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,
Anima includes 3 Google-related icons: Gmail, the (now defunct) Google+ and Google Play.
Concerning WhatsApp, our themes do not have an icon for it (the icon fonts we used in the theme did not include one).You can see the full list of social icons available in the theme here: https://www.cryoutcreations.eu/wordpress-tutorials/use-new-social-menu#icons-list
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,
You can hide the author avatar on single post sections with CSS:
body .entry-meta .author-avatar { 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 mastermindHi,
I see the page title is currently visible on the live site so I assume you resolved this 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. -
AuthorPosts