-
AuthorSearch Results
-
March 18th, 2017 at 18:35 #43349
Zed
Cryout Creations mastermind1. The sidebars display widgets. To change the contents of a sidebar you need to administer (add/remove) widgets.
2. The “skip to content” link should only be visible to screen readers. IF you’re seeing it in the browser, there should be further issues on your site due to lack of styling (you did not provide a link so I can’t check this).
3. We’ve changed no lists/widgets/sidebar functionality in recent updates. Such an issue may be related to (2) and lack of / broken 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.March 18th, 2017 at 12:46 #43330In reply to: Creating a Grid in Extra Text Area
Zed
Cryout Creations mastermindTo display complex structure information in the text areas you need to either manually create the HTML markup (and styling) for that structure, or rely and use a layout plugin that provides shortcodes for it.
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.March 18th, 2017 at 12:34 #43329In reply to: Need help with Custom CSS for extra text
Zed
Cryout Creations mastermindThe title and text fields are designed to display different kinds of information. You’re trying to customize a heading to look like a blockquote.
It would be simpler to insert all your text in the text field (and format it as needed).
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.March 10th, 2017 at 19:39 #43179In reply to: How to set a Separate Page for Blog Posts in Septera
Zed
Cryout Creations mastermindThe ‘Blog’ section appears to work now, as it displays 3 posts.
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.March 10th, 2017 at 19:38 #43178In reply to: Septera – Extra Search Section on Landing Page
Zed
Cryout Creations mastermindThat is WordPress’ placeholder content when the site has no posts available. It can be disabled by changing the general Reading options to display a static page on the homepage.
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.March 10th, 2017 at 19:11 #43164In reply to: translate homepage
Zed
Cryout Creations mastermindPolylang allows you to define multi-language versions of pages, which will be displayed accordingly by the 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.March 10th, 2017 at 18:24 #43149Zed
Cryout Creations mastermindMost of the theme’s presentation page fields support basic HTML and shortcodes. Some areas display post content (as it is defined).
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.March 1st, 2017 at 05:11 #43026In reply to: How to change comment box size?
hi, maybe you can try this, from wp-admin menu : appearance-customize-additional css
try to input (for example) like this:.comment-form-comment textarea {
display: block;
float: none;
font-size: 12px;
height: 5em;
width: 50%;
}#respond input {
font-size: 12px;
width: 50%;
}save, publish and see whats different, change value if you need it
Website: raftingbatu.id
February 26th, 2017 at 20:15 #42982In reply to: DeviantArt Social Icon doesn' show right
Zed
Cryout Creations mastermindWhile the theme features plenty of social icons, Ask.fm and deviantArt are not among the list of supported icons. In this case, the theme will display the default ‘link’ icon for that social item.
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 21st, 2017 at 14:21 #42846In reply to: Scripts not working for pages shown on Landing Page
This reply is private.February 20th, 2017 at 22:52 #42839In reply to: Scripts not working for pages shown on Landing Page
I am having a similar problem. I have some shortcode on one of the pages displayed in the text area on my landing page. On the page itself, it is fine. On the landing page, it is displaying the long code for the short code.
The page is still very much in development.
Website: s214819529.onlinehome.us
February 17th, 2017 at 13:02 #42788@Aniket
try this css trick, is easy, add this in “customize – Miscellaneous – Custom Theme CSS”
#site-title span a span:first-child {
display: none;
}it remove first letter & effect, so you must change your site identity to FFluida Flows
hope it works
Website: raftingbatu.id
February 16th, 2017 at 13:58 #42771In reply to: Header image, menu and slider
Friends,
I found the answer right here on the forum, after much research.
I think it would be important to describe this procedure in the FAQ … Just a hint ….
Here is the solution:
#access { display: block; float: left; margin: 1px auto 0; width:100%; } #main { clear: both; padding: 0px; margin-top: 1px; }
Website: www.ipce.net.br
February 16th, 2017 at 11:35 #42757In reply to: Media from link
Zed
Cryout Creations mastermindDoes switching to one of the Twenty themes change anything?
What the second screenshot displays looks similar to WordPress’ new embed feature (introduced in 4.6 I believe).
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 16th, 2017 at 11:21 #42753In reply to: How to make the images associated with posts smaller
Zed
Cryout Creations mastermindFluida is designed with wide featured images in category lists. You can adjust the featured image height from the theme’s options (under Post Information > Featured Image in the customizer), but the width will always be that of the post width (which on the posts in one column layout is equal to the site general width).
If the images your posts display were uploaded before you’ve activated Fluida on your site, you should regenerate thumbnails for WordPress to create better proportioned (wider) image crops for the 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.February 15th, 2017 at 19:17 #42725In reply to: header widgets side by side
Zed
Cryout Creations mastermind#header-widget-area ul.yoyo > li { float: left; }
This will make the header widgets display in one row (if they fit in the available 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.February 15th, 2017 at 19:13 #42724In reply to: Replacing Nirvana images with my own custom images
Zed
Cryout Creations mastermind1) I thought you wanted to add extra social networks (beyond the ones already available in the theme) – this is what I remember the previous discussion was about. I wasn’t aware you wanted to display more than the theme’s maximum 5 simultaneous social icons.
For this task you can disable the theme’s social icons and switch to using a plugin.
2) Genericons is an icon font – meaning the icons themselves are not images but rather characters (letters) in a dedicated font. To replace them you’d need to create your own font and use it on the site for specific elements.
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 15th, 2017 at 18:59 #42723In reply to: Hide Presentation Slider on Mobile Screens?
Zed
Cryout Creations mastermindYou can do this with custom styling:
@media (max-width: 800px) { #frontpage .slider-wrapper { display: none; } }
You can adjust the 800px value to control which devices the styling applies to.
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 15th, 2017 at 18:56 #42722In reply to: Author Bio on Archive
Zed
Cryout Creations mastermindRemove it from the author’s user information or hide it from the site with CSS:
.archive #author-info { 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.February 15th, 2017 at 17:51 #42706In reply to: Header in Homepage
Zed
Cryout Creations mastermindThe header image is normally displayed on the homepage the same as on any other section of the site. Make sure you haven’t chosen to hide it in the theme’s settings (under the presentation page settings > Extra > Hide Elements)
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 14th, 2017 at 18:12 #42671In reply to: Reduce space below header image and start of page
Okay I’ve found it:
article.hentry .article-inner {
display: block;
overflow: hidden;
padding: 2em;
}On my site I’ve set the padding to ‘0’.
[ Copy and paste into ‘Custom Theme CSS’ on miscellaneous tab in the Customizer. ]
-
This reply was modified 8 years ago by
rizomorph.
February 10th, 2017 at 12:11 #42601Kay
Cryout Creations mastermindHi Axel-o,
1. To hide the titles of the text areas you can add this to the ‘Additional CSS’ area in the Customizer:
.lp-text-title { display: none; }
2. You can disable the overlay by turning the header overlay opacity (under Colors > Header) to 0 but the image will still be grayed out. We’ll add a fix to this in the next theme update to remove the grayscale filter if the opacity is 0.
Before posting consider reading our short theme debugging instructions.
Please read the FAQs: Mantra • Nirvana • Parabola • Tempera
Tutorials: custom menus • translating theme • installing theme • category page with intro • disabling comments Wordpress: child themes • categories/posts
Before making any modifications to your theme we strongly recommend using Child Themes.February 6th, 2017 at 01:33 #42509In reply to: Septera Theme
myob9a
Power UserRight – after exploring somewhat further I locatd the issue with class “lp-boxes’ and it is fixed.
The class lp-posts I now understands comes from the latest posts. Is it possible to do two things:
- Enable turning on/off the ability to have this feature appear at the bottom of the landing page;
- Enable the number of posts from the above feature displayed on the landing page to be set independantly of Dashboard>Settings>Reading>Blog pages show at most setting. On thge landing page I might only want to show the lastest (say) 2 posts but on category page I may want to show 10/page
Website: reid.gafferdesigns.com.au
February 5th, 2017 at 17:10 #42491In reply to: How to disable next and previous buttons
Zed
Cryout Creations mastermindbody #nav-below { 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.February 5th, 2017 at 17:09 #42490In reply to: Landing page without page content?
Zed
Cryout Creations mastermindYou can leave the landing page to the default way of displaying posts on the homepage, and then disable the posts list from the theme’s 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.February 5th, 2017 at 16:34 #42475In reply to: sticky post in category page
Zed
Cryout Creations mastermindSticky posts are a notion that only matters on the homepage list of posts. These are not displayed out-of-order anywhere else.
You may need to look for a plugin to provide such functionality.
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 16:11 #42471In reply to: How to add more than 5 Social Media links
Zed
Cryout Creations mastermindThe theme can display up to 5 social profile icons/links, in any or all of the existing 6 social icons locations.
For additional simultaneous links you can try using a 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.February 5th, 2017 at 15:58 #42469In reply to: Futura Font vs MacOs
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.February 5th, 2017 at 13:18 #42461In reply to: Have both header & featured image on pages
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.February 5th, 2017 at 13:16 #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. -
This reply was modified 8 years ago by
-
AuthorSearch Results