Forum Replies Created
-
AuthorPosts
-
April 28th, 2022 at 00:02 in reply to: Bravada Free: Make icons clickable link to respective pages #129012ZedCryout Creations mastermind
Hi,
Using different content for the icon blocks (as well as featured boxes and text areas) is a feature that’s only available in our Plus edition of the theme.
The free edition, due to WordPress.org guidelines on the numbers of allowed custom fields in the theme options, is limited to only being able to use the same posts and pages that are also the target (linked to) from the blocks and boxes.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 timing of the animation is defined in the JavaScript code controlling the mobile menu’s functionality and is not easily adjustable.
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 tagline’s (description’s) font size is relative to the configurable general font size. If you want to customize it independently, try the following CSS:
body #site-description { font-size: 0.85em; /* default value */ }
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.April 27th, 2022 at 23:56 in reply to: How to override the default title (entry-title) of a page? #129009ZedCryout Creations mastermindHi,
The theme uses core WordPress function calls to retrieve the appropriate (page/post/section) title. You can make use of the available
the_title
filter to hook your own code, check for the section that’s being currently processed and override the text returned accordingly.Is there a specific reason you want to use a separate title in the dashboard from what’s displayed publicly on the 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,
That really depends on what specific changes you’ve made (and what version of the theme you’d be updating from).
As a general rule it’s a bad idea to make changes directly to themes or plugins installed from the repository (or third party sources). For themes you can usually use the Additional CSS field for just CSS tweaks or implement a child theme for more complicated customizations.Since updating now would actually require to transfer these changes to the new theme version (the opposite of implementing the theme update changes would most likely require more work), I suggest you take the opportunity to also transfer the tweaks out of the theme’s 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 mastermindAs I said previously, the theme does not control or handle URLs, so I don’t see how it could interfere with them (while the site works fine with a Twenty theme).
On our own theme demo the pagination URL works fine with Mantra: https://demos.cryoutcreations.eu/wordpress/mantra/blog/page/2
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 podcast is placed in the second text area, so the CSS should be different:
#lp-text-two .lp-text-card { width: 100%; max-width: 100%; }
Did you swap the text areas in the meantime or did I fail to notice this the first time around?
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,
Are you using just the standard WordPress static homepage or is the theme’s landing page feature also enabled? If the latter is true, try disabling the landing 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 ideal dimensions would be those configured in the settings (the height) and computed based on the post display options (content width and posts layout).
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.April 27th, 2022 at 23:18 in reply to: How can I remove this transparency effect that appears in my menu? #129002ZedCryout Creations mastermindHi,
The opacity of the menu bar is controlled by the theme’s menu positioning 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.ZedCryout Creations mastermindHi,
Try this CSS:
@media (max-width: 800px) { #masthead .header-image { background-position: center left !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 mastermind@Javi, you could use Sundown as a basis for your child theme.
Clear out all the files exceptfunctions.php
(retain just the style enqueuing function) andstyle.css
(retain its header).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 Chris,
I am not seeing this behaviour on your site at this time. Did you resolve it 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 mastermindHi,
The Column widget title does not currently support HTML due to how its content is escaped for safety.
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 query block uses very different markup for its output from the regular posts list displayed by the theme, so none of the existing posts list appearance styling will apply to it.
Unfortunately, there’s no easy way (CSS class/identifiers) to change 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.ZedCryout Creations mastermindHi,
The animation effect makes use of some hidden text elements, which unfortunately don’t play well with third party content readers (such as translators or embedding services).
This is one of the reasons we also included an option to control the animation effect.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.April 27th, 2022 at 19:25 in reply to: Make featured image different size to Slider on homepage #128975ZedCryout Creations mastermindHi,
The header image height is configurable separately in the theme’s options. This height is overridden by the separate full screen 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.ZedCryout Creations mastermindHi,
Did you happen to check if the issue is still manifesting if you temporarily switch to one of the default Twenty themes while having the Classic Editor plugin enabled?
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 @Otti,
Since you have donated for our premium support service before 2016, we need to manually identify and reassociate past purchases as we didn’t have an account system on our site back then.
I have now added the necessary access to your account to be able to download the updated NoLink 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 visual details can usually be tweaked with custom styling. If by white area you’re referring to the main content container, the CSS for that should be:
article.hentry, body:not(.blog):not(.page-template-template-blog):not(.archive):not(.search) #container:not(.bravada-landing-page) .main, body.bravada-boxed-layout:not(.bravada-landing-page) #container { background-color: rgba(255,255,255,0.5); }
Adjust the values as necessary.
The accent color is used in multiple spots and places and in various ways. These uses were not necessarily designed to look identical.
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 Plus theme is capable of looking for and importing existing options from its free counterpart for a quick (and painless) theme migration.
Please see our getting started tutorial: https://www.cryoutcreations.eu/wordpress-tutorials/getting-started-with-our-plus-theme#options-migrationIf 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 which block you are referring to. Could you provide a screenshot?
Is this happening on the frontend of the site or is this in the editor?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 use the theme’s header widget area to include additional content (existing widgets or HTML markup using the text/code widget) over the header 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 mastermind“Custom styling” is not an option, it’s a method of applying customizations to a site.
https://wordpress.org/support/article/appearance-customize-screen/#additional-css
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,
Are you referring to all locations where the background line is used on the titles, or just some?
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 mastermindSite exploits usually target specific files that are always there (such as a header.php file in each subfolder of the themes/ folder). I suggest investigating how that line of code got there, as it may return as soon as the exploit/vulnerability is targeted again.
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,
Custom CSS is included from the options directly inline, after the main styling file. You can check if your changes are present right after being done by viewing the source of the site.
WordPress’ additional CSS field content is included the same manner, but a bit later in the source.A delay in changes taking effect until a bigger change is done to the site is usually a clear indication of caching being present and not clearing properly (in some cases there may even be multiple levels of caching).
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,
1. Bravada already has sticky menu support.
2. Use the following CSS (adjust if necessary):
.header-fixed .site-header-bottom-fixed, body.bravada-over-menu .site-header-bottom.header-fixed .site-header-bottom-fixed { background: rgba(255,255,255,0.5); }
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,
In Nirvana you can use the following CSS to add ‘menu’ next to the icon:
#nav-toggle span::after { content: "MENU"; font-size: 1.4em; position: relative; top: 0.1em; }
or to replace the icon with text:
body #nav-toggle span::before { content: "MENU"; font-family: inherit; font-size: 17px; }
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,
In Anima the following CSS will suffice:
#nav-toggle .icon-menu::after { content: "MENU"; font-style: normal; font-size: 0.9em; top: -0.1em; position: relative; }
to add “MENU” text next to the icon, or just
#nav-toggle .icon-menu::before { content: "MENU"; width: auto; }
to replace the icon.
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