Forum Replies Created
-
AuthorPosts
-
February 5th, 2017 at 16:08 in reply to: How to disable accent colors entirely (and get full width page) #42470
Zed
Cryout Creations mastermind1. You should ask the plugin developer to follow WordPress best practices and apply color selectors on the plugin’s pages only, not all over the dashboard.
2. The content area will be the width configured in the settings. If the screen it is viewed on the site will rearrange to not extend beyond the screen width, but on wider screens the content will limit to this width.
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.Zed
Cryout Creations mastermindThe browser relies on system fonts to display the configured font faces. If these fonts are not available in specific operating systems, the browser will use fallback font families (which may or may not look similar to the initial font).
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.Zed
Cryout Creations mastermindThe background image is always visible, but is visible outside the areas covered by the content (these are normally the sides of the site – depending on the configured site width and screen size, these may be largely visible or not visible at all).
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 5th, 2017 at 15:51 in reply to: Nirvana 1.3.3 and WP plugin Async JS and CSS 1.7.13 problems #42467Zed
Cryout Creations mastermindCould you post 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.Zed
Cryout Creations mastermindThe theme does not block any style or JS loaded by plugins (or WordPress itself).
Temporarily switch to one of the default Twenty themes and check if the appropriate plugin JS file gets loaded or not.
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.Zed
Cryout Creations mastermindDid you (re)assign the header image after activating the child theme?
Some options, like the header image, is saved by WordPress on a per-theme basis, so they need to be configured for each new different theme (a child theme is, technically, a different 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.Zed
Cryout Creations mastermindThe slider is located inside the content area which is placed on an even larger element that has the background.
You cannot create transparent area (down to the background of the site) using margins and/or padding. You need to disable the general background first (by leaving the appropriate color field empty in the theme 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.February 5th, 2017 at 13:21 in reply to: How to make home page content background translucent? #42462Zed
Cryout Creations mastermindThe browser does the interpreting. If the rule doesn’t work you’re either applying it to the incorrect element, or the custom style is not specific enough and gets overwritten by existing styling.
Try
body #frontpage { ...
Note that the #frontpage element is located on top of a different layer which already has a white (configurable) background, so any semi-transparent color you’re applying will be applied to that background, it will not make the content background semi-transparent all the way down to the site 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.Zed
Cryout Creations mastermindThe featured image is not displayed inside single posts or pages. If you need it visible there, you can insert the image at the beginning of the post/page content.
The featured image as header image option can be used regardless of 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.Zed
Cryout Creations mastermindUse the theme’s Headings text option to adjust the text size accordingly.
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 5th, 2017 at 13:16 in reply to: How to remove navigation menu + bar for specific pages #42459Zed
Cryout Creations mastermindYou can use custom styling:
body.page-id-ID #access { display: none; }
You’ll need to duplicate and replace with the proper page ID for each page in question.
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.Zed
Cryout Creations mastermindInline styling will not work to change the style of the lists bullets in Tempera. You’ll need to use custom styling:
.entry-content ul.circe > li { list-style: circle; } .entry-content ul.disc > li { list-style: disc; }
Apply the circle and disc classes to the desired 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.February 5th, 2017 at 13:11 in reply to: Slidebar dissapear when Im on plugin Wp reaction box #42457Zed
Cryout Creations mastermindI am not sure what that plugin does, but if it allows you to insert HTML into the site make sure the used code is semantically correct.
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.Zed
Cryout Creations mastermindThe theme options are not directly transferable between themes due to the fact that all themes have a certain amount of unique options. Some of the common option behave slightly different between themes as well.
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.Zed
Cryout Creations mastermindYou do not appear to be using the second text area. You can customize it with:
body #front-text3 { font-size: 1em; }
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.Zed
Cryout Creations mastermindUnfortunately, the previous workaround does solve the warning but doesn’t solve the main problem with the options array not being available resulting in unpredictable results.
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.Zed
Cryout Creations mastermindHow are you inserting the pagebreak? Do you have a page/post on your site exhibiting this problem?
Widgets content can be centered using custom styling (specific to each widget type).
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.Zed
Cryout Creations mastermindThe theme’s header area is configured to 370px height. You can adjust this from the theme’s options, to decrease this.
You may then need to upload a new 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.Zed
Cryout Creations mastermindCheck the WordPress link in my previous reply.
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.Zed
Cryout Creations mastermindThe column images can be any height you configure, but can only be as narrow as the site width divided by the number of columns per row (max 4).
Resetting the column behaviour on small devices requires a lot of styling customization.
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.Zed
Cryout Creations mastermindThe posts on the frontpage are loaded with
if ($nirvana_frontposts=="Enable"): get_template_part('content/content', 'frontpage'); endif; ?>
in frontpage.php, so you’d need to place your title somewhere before that line.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.Zed
Cryout Creations mastermindYou can use a conditional widgets plugin, like Jetpack’s widget visibility function.
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.Zed
Cryout Creations mastermindPlease see https://www.cryoutcreations.eu/forums/t/sidebar-menu-or-items-in-mobile-view/#post-41789
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.Zed
Cryout Creations mastermindYes, the content of the Custom CSS field is retained over updates.
The footer recently received a couple more colours and existing one were rearranged.
The static page setting is not a theme option but under WordPress’ control (the theme can indeed override it with its landing page feature, but this can be disabled).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.Zed
Cryout Creations mastermindAll of the theme’s landing page content is configurable in its settings, under Appearance > Customize > [FL] Landing Page. There you can enter text in certain title fields and select the pages that get used to create the text blocks with.
To define the actual text displayed in these blocks you’ll have to edit the pages themselves.
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.Zed
Cryout Creations mastermindI suggest looking for a slider plugin that has such functionality. Once you have it you’ll only need to enter the plugin’s shortcode in the theme seetings to display the 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.Zed
Cryout Creations mastermindYou can set a site logo using WordPress’ core functionality, located under Site Identity (in the customizer panel).
Then you can chose to display a logo (or not) in the theme’s own 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.Zed
Cryout Creations mastermindThe information there is read from what you enter in your WordPress’ options under Settings > General (the title and the tagline).
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.Zed
Cryout Creations mastermindFor new landing page elements can only be activated on 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.Zed
Cryout Creations mastermindWith WordPress you’d normally split your content into two major categories: recipes and posts (journal). These two can of course have further subcategories.
Then you’d display specific (sub)categories on your site and avoid displaying the main blog page (as that would mix the two types of posts together).
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