Forum Replies Created
-
AuthorPosts
-
Zed
Cryout Creations mastermindUsing Jetpack’s Photon feature will cause the images to be distributed on WordPress’ CDN, causing similar issues with our 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.February 9th, 2016 at 21:20 in reply to: The Home Tab does not redirect to my static home page #35535Zed
Cryout Creations mastermindThis thread explains things with a bit more information.
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 CSS we usually recommend on the forum is to be placed in the theme’s Custom CSS field (that what it is for).
It works in the style.css as well, but remember all theme files are replaced on update so any changes get lost. If you have a complex child theme, you can use its style.css file.
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 mastermindWe will look into 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 mastermindWe are looking into 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 mastermindUnfortunately no. WordPress theme review guidelines explicitly state a theme must display the static page if set.
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’d need to duplicate all the styling applied to #primary / #secondary / .sidey elements to above and below content elements (which I don’t believe exist in the current style).
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 9th, 2016 at 21:11 in reply to: Change social icon color without changing site scheme #35529Zed
Cryout Creations mastermindThis will work:
body .socials a { background-color: ...; } body .socials-hover { 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.Zed
Cryout Creations mastermindYou appear to have markup errors in the header widget (where you’ve coloured the phone number), causing the font size, font family and color spread to all the content below that widget. Correct the HTML in that widget.
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 centered. If you want to customize it, you’ll need CSS:
body .slider-wrapper { margin-left: 0; }This change does not mean it will be easy to add content to the right of 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 mastermindThe columns in Parabola are not yet widget-based so they do not support (other) widgets.
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 mastermindIn Parabola social icons use the first accent colour for their background colour and the menu background colour for the hover. The icons themselves are always light grey since they’re images.
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 see the favicon for both sites now.
Wordpress now includes favicon functionality so if you’re having issues with the theme’s favicon option you can also try WordPress’.
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 presentation page at this moment. Which grey are you referring 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.Zed
Cryout Creations mastermindMost of the text on the presentation page is not part of posts, so special WordPress tags (like more) do not apply there.
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 supports up to 5 custom slides (images). There is no easy way to add more custom slides, but you can switch to use post-generated slides, where there is no limit.
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 9th, 2016 at 20:52 in reply to: Plugins & Widgets not showing up on 'blog list' page. #35520Zed
Cryout Creations mastermindAt least the tabbed widget is loading its content via JS. And there’s a JS error
TypeError: offset is undefined
in the code on the blog page in:
/wp-content/plugins/jch-optimize/assets/wp-content/plugins/gz/30/0/5d8ec496c68156846fb75c02025286ab.jsI assume that’s an optimization/minification plugin? Could you turn it off so I can see the actual file where this error occurs?
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 mastermindFabrice, as you’ve switched themes, I can no longer check.
Nauno, your issues are caused by a plugin interfering with WordPress’ jQuery. From what I’m seeing it could be either the Lightbox one or the Wysija Newsletters one.
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 header widget size option is kind of inherited from our other themes. I believe it will need some reworking as the header image is now a different layout than on the other themes.
The featured images behaviour is entirely different from that of Mantra (or the other themes).
If your source images are large enough, you can automatically regenerate the thumbnails with a plugin so they fit Fluida, otherwise they will indeed look bad (be zoomed in too much if small).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 mastermindCan you show us a link or screenshot where that is visible?
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 mastermindWhich demo?
The theme does not implement special functionality to create galleries. You can create them using WordPress’ functionality, JetPack’s features or a gallery 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.Zed
Cryout Creations mastermindThe featured image uses a background colour derived from the general site text colour. To customize it independently, you can use CSS:
body article.hentry .post-thumbnail-container { background-color: #F5F4E7; }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 mastermindIn Fluida, that option is under Graphics > Structure.
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.January 31st, 2016 at 10:12 in reply to: How to change presentation page columns title/excerpt #35424Zed
Cryout Creations mastermind/* titles */ #pp-afterslider #front-columns h3 { font-size: 20px; } /* texts */ #pp-afterslider #front-columns .column-image-inside .column-text { font-size: 10px; }The columns excerpt length is the same as the slider which is half of the one configured n the theme settings for post excerpts. This value can only be changed independently by customizing the presentation page file in a 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.Zed
Cryout Creations mastermindNirvana’s frontend styling is mostly generated on page view based on the theme settings.
WordPress’ TinyMCE editor accepts only CSS files for extra styling, so there is no easy way to add the settings-based generated styling to 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.Zed
Cryout Creations mastermindYou can change anything related to appearance with custom styling:
body #main { background-image: url("http://www.pixeden.com/media/k2/galleries/165/001-subtle-light-pattern-background-texture-vol5.jpg"); background-repeat: repeat; }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 presentation page is a special purpose section and does not display the sidebar(s).
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 mastermindFeatured images are displayed on post excerpts (when enabled). They are not displayed inside full posts or full pages as there the images can be inserted in the content directly.
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 mastermindMake your identifiers more specific (for example by appending body to them):
body #pp-texttop, body #pp-textmiddle, body #pp-textbottom, ...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 product image appearance is controlled by WooCommerce’s styling, not the theme’s, and is set at 48% of the page width. You will need to customize this 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. -
AuthorPosts