Forum Replies Created
-
AuthorPosts
-
August 4th, 2020 at 17:46 in reply to: How to decrease space between menu items (in dropdown) #106270ZedCryout Creations mastermind
Try the following CSS:
#access ul.sub-menu a { line-height: 3; /* default is 3.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 mastermindThe theme’s FAQs also include an example child theme to customize the socials – since code is also needed to perform this customization. I recommend downloading that example child theme and adding the code related to the socials in your own 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 mastermindDo you use any multilingual or localization plugin on the site?
Could you try temporarily disabling all other landing page sections except the icon blocks to test if that makes any difference in the excerpts displayed?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@johnhoke, unless Chrome started duplicating rendering limitations that exist in Safari, the issue you’ve seen is most likely not the same one I’m aware of.
If possible, please include a screenshot with the malfunctioning menu.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 referring to the star fields (or any other additional fields) missing from the product comment form, I suggest switching the Comments Field Label option to Labels for increased compatibility with form customization plugins.
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 mastermindAutomatically-generated excerpts don’t include any of the original formatting, so for a poem type of text that would turn everything into a single blog of text. Using manual excerpts or applying a post format (since these don’t display excerpts at all) is a solution I would suggest in this case.
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 think we’ve also discussed this via the support system and disabling the justified alignment was a solution to alleviate the less-than-desired words spacing.
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.June 26th, 2020 at 11:42 in reply to: Is there any way to change the look of the landing page? #104617ZedCryout Creations mastermindThe link fields support any kind of links acceptable to the browsers:
https://html.com/anchors-links/#Internal_and_External_LinksIf 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.June 26th, 2020 at 11:40 in reply to: Background colour of second text area on presentation page #104616ZedCryout Creations mastermindBoth extra text areas are made up of individual elements – a title and a text.
The following CSS targets the second set:#front-text2, #front-text4 { background-color: ...; }
Note that the two elements do not span the full width and this will be visible when changing the background color, as their container has a margin.
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 placed in the content, the slider is limited to the content’s width limit (as it cannot overflow it).
In Roseta Plus you can use the full width page template to create site sections that are not bound to the content limits – but you’ll need to write your own custom styling to control that page’s layout, or rely on a page builder plugin.
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.June 26th, 2020 at 11:34 in reply to: How to change the background color to one page or entry #104614ZedCryout Creations mastermindWhich background color do you want to change? The general site background or the content section background?
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.June 26th, 2020 at 11:33 in reply to: Image in previews when sharing page (like in Whatsapp) #104613ZedCryout Creations mastermindThat site configuration parameter is best handles by SEO plugins which also implement socials/third party resource control (most do 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 mastermindIf your site’s customization screen starts malfunctioning when activating a plugin, that’s more of a plugin issue than a theme one.
Does the plugin work correctly and all WordPress configuration screens remain functional with any of the default Twenty 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 mastermindThe site title uses the font-variant CSS, not text-transform. Use:
body #site-title a { font-variant: 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 mastermindI see you’re using a caching plugin. Try turning it off for a while (and clearing the cache) to test if it has anything to do with the missing styling.
I’d need to catch the site in mid-malfunction to see what’s causing the missing styles, but it appears to work fine now (intermittent issues are most difficult to investigate).
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@juniper, you have changed themes in the meantime.
@John, are you by chance experiencing those issues on an iPad?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 provided URL does not appear to be functional at this time. Do you use any form of caching? This can interfere with option changes.
I also notice the provided URL is a subfolder on an existing site. If the existing site has rewrite rules in place, these can also apply to the WordPress subfolder if they accidentally match, resulting in being displayed or getting redirected to incorrect site sections.
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 an option provided directly by WordPress.
https://wordpress.com/support/settings/reading-settings/
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 mastermindYour CSS was close, but not specific enough. The theme applies capitalization on the inner span.
Use the following 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 mastermindWhere are the products displayed on the site? I didn’t notice a store/shop 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 mastermindScripts (and advanced markup) are automatically filtered by WordPress.
To add such elements in the content you’ll need to use shortcodes, provided either by some plugin or coded manually.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 mastermindSingle posts follow the theme’s general layout option, as configured in the settings. Individual posts cannot use a different layout (the way pages can).
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 mean you want a background color for the section you activated the shadow wrapping on, try the following custom CSS:
.page article.hentry .article-inner { background: #eee; padding: 1em; /* avoids having the text too close to the edge */ }
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 mastermindNirvana’s built-in slider is designed to display the caption below the image on mobile devices for reasons of visibility (this way both the image and the caption are visible).
Also, as the slider image is shrunk enough to fit in the available width, it may no longer have enough height to provide room for the caption.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 either use the plugin’s options to change them or turn the off (if possible), or override them with custom CSS:
body .et_lb_image_box img { border: 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 mastermindNextgen shouldn’t use hardcoded links (and even those would need to be located in the database so they’d be correctable).
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 mastermindForm elements don’t have their background color directly configurable, as they are designed to use the same background as the content, with the last 3 accent colors used for the border colors (to create the engraved effect).
If desired, this can be overridden with custom CSS:
input[type="text"], input[type="password"], input[type="email"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="number"], input[type="range"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="week"], textarea, select { background-color: ...; }
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 mastermindYour main navigation is long enough that it doesn’t fit in the available space and overflows onto the header image.
To avoid this you can either rearrange your menu items so they take up less horizontal space or force-activate the mobile menu earlier:@media (max-width: 123px) { .cryout #nav-toggle { display: block; } .cryout #branding { margin-right: 3em; } #masthead.cryout #access { display: none; } }
Replace
123px
with the screen width value when the menu starts overflowing (or a few pixels before).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’s title does adjust size with screen width, however your site title is long enough (and the logo is also present) to not fit in the available width in some instances.
You can further reduce the site title/logo to make them fit on screen with some custom CSS:
@media (max-width: 540px) { #branding { transform: scale(0.7) translateX(-25%); } }
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 mastermindThank you for pointing this out. We’ll get it sorted for the next theme update.
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