Forum Replies Created
-
AuthorPosts
-
ZedCryout Creations mastermind
The 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.ZedCryout Creations mastermindDid you make any changes to the theme’s files?
I notice there are some edits in the theme’s
style-mobile.css
file which include a typo that causes some of the styling to apply for all devices not just specific screen sizes (see near the end of the comparison):https://www.diffchecker.com/mVYYmMlU
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 26th, 2022 at 18:21 in reply to: Page always splits in two and drop down menu does not work on mobile #126910ZedCryout Creations mastermindHi @MichaelWieden,
I would need to browse your site to investigate this further. Could you provide a 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 mastermindHi,
Bravada’s menu colors are mostly configurable through the menu color options. Colors that are not directly configurable are inherited from more general options, such as the social icons using the configured accent colors.
Further tweaks will need the use of custom styling.
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 static homepage is core WordPress functionality – to activate it you need a (static) page, normally with content since WordPress will use it on the site’s homepage.
The theme extends this existing functionality through its landing page feature, which allows additional special content on the homepage beside that one static page, and even allows you to disable the static page’s use entirely (in which case a blank homepage can also be used; but note that the page’s properties such as title will still normally be used for meta/SEO purposes).
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,
Please update the NoLink child theme with the version available for download in your account to accommodate for changes introduced in Tempera 1.8.
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 Fluida, the homepage/landing page banner image and the general header are different elements which can be configured separately (with different images and different heights).
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