Forum Replies Created
-
AuthorPosts
-
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.Zed
Cryout Creations mastermindThe error message comes from one of the plugin’s files and it references a function – is_le_page() – that is not part of the theme. Because of this I see no probable cause for the theme to cause this error.
Does switching to a different theme (one of the Twenties) on that specific site resolve the problem?
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 advise against trying to minify the theme’s CSS. Fluida requires its styling (the files and the options-based generated one) to be applied in a particular order and minification plugins usually break 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 16th, 2017 at 11:21 in reply to: How to make the images associated with posts smaller #42753Zed
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.Zed
Cryout Creations mastermindUse media queries in your 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.Zed
Cryout Creations mastermindUse this custom styling:
.page article.hentry .article-inner, .page article.hentry .entry-content { padding-top: 0; }
-
This reply was modified 8 years ago by
Zed. Reason: Corrected answer
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:08 in reply to: Upgrade from 0.9.2 to 1.2.7 – lost settings, and layout problem #42750Zed
Cryout Creations mastermindMany things have changed between 0.9.2 and 1.2.7. One of them is the addition of a landing page feature which is enabled by default (but can be easily disabled from the new Landing Page options panel in the customizer).
I cannot replicated the header image / menu width issue. Is the header image you are using the same size as the site/header width (WordPress lets you skip the cropping step when assigning 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.Zed
Cryout Creations mastermind@delanthear, thanks for pointing this out. We’ll get it fixed 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.Zed
Cryout Creations mastermindThe featured icon blocks and landing page extra text areas should work correctly with qTranslate after updating to 1.2.8.
Let us know if you any other problems.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 site title is the one you’re setting in WordPress’ general options.
The accented first letter is a theme effect, which you can remove with a bit of custom styling:
#site-title span a span:first-child { background: inherit; color: inherit; font-weight: normal; margin: 0; width: auto; }
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’ll find the option for this in the theme’s General 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.Zed
Cryout Creations mastermindSo you were using the static homepage option? Is the static page still your homepage at present?
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 shortcode field is not currently localizable.
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 setting a layout on the posts ‘page’ (which is in fact a category)?
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:38 in reply to: Headings – Google Fonts Becomes "All Content" Font on Mobile Devices #42729Zed
Cryout Creations mastermindLooking at your site right now, I don’t see this problem.
It seems that you’ve set the general font to Comic Sans MS (which is a Microsoft-only font). This will only be usable on Windows and will be replaced with alternatives on other OS devices – on my phone, for example, the alternative font is rather neutral.
On other devices this may not be the case and you may see a weirder 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 mastermindI notice you’re also using JS minification in your caching plugin. Perhaps this is causing the JS issue (by rearranging the code in the wrong order)?
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:22 in reply to: Scripts not working for pages shown on Landing Page #42726Zed
Cryout Creations mastermindIs this still the case for 1.2.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.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.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.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.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.Zed
Cryout Creations mastermindDid you perhaps hide this from the Presentation Page’s Hide areas subsection?
-
This reply was modified 8 years ago by
Zed.
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 mastermindSite background color/image and menu assignments are two other options that are saved per theme.
Additionally, some plugins store their options on a per-theme basis, like conditional widgets / custom sidebar ones.
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 haven’t been able to find much relevant information. Futura is listed to be to be included with all OS X releases since 10.7.
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 mastermindThis is corrected in today’s update (1.2.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.Zed
Cryout Creations mastermindYou can insert any number of widgets in the header widget area. Arranging them in a row depends on the available width (and the space they take up) and the styling needed to do this depends on the actual widgets used (they all have unique ids and classnames).
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 mastermindThat is usually doable with custom styling.
I’d need to see the content (actual page) that the styling needs applied to, though.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:57 in reply to: primary menu above the header image on the presentation page #42709Zed
Cryout Creations mastermindThe theme has 3 menu areas, out of which the most topside located one is the top menu and the main navigation is located between the header area (image) and the main content area.
Moving different custom menus to different menu areas can easily be done through WordPress’ menu management interface.
Moving the menu areas around is only possible with serious code (and styling) modifications done to the theme.What do you need such a change for?
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 mastermindWhat you’re seeing there on the device is Jetpack’s mobile theme feature, not Tempera.
Turn this feature off for the theme options (and appearance) to have effect on mobile devices.
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 currently see no problem with the visibility of the tagline on 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. -
This reply was modified 8 years ago by
-
AuthorPosts