Forum Replies Created
-
AuthorPosts
-
August 21st, 2016 at 10:36 in reply to: 1.2.6 seems to have broken my HTML columns workaround for presentation page #38526
Zed
Cryout Creations mastermindI see the same issue in Firefox and it’s caused by your Twitter feed trying to display a 1200x1200px image at full size. Use this custom styling to force twitter feed images smaller:
#pp-afterslider .kebo-tweets .ktweet .kmedia img { max-width: 330px; }
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 mastermindDouble check your permalinks (disable them and re-enable if things appear configured correctly; test links with them disabled).
Your hosting representative is mistaken – themes don’t manage links and URLs in any way.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.August 21st, 2016 at 10:26 in reply to: Bullet Points Missing from Front Page – Nirvana Theme #38524Zed
Cryout Creations mastermindYou need to investigate your custom styling. There’s a lot of styling that improperly uses !important and is general enough to apply all over the place:
.page .entry-content li { margin: 0 !important; } ... .entry-content ul { list-style-type: none !important; margin: 0 !important; padding: 0 !important; }
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 older images appear to be loaded at their full size (1500x1000px) while the newer one are resized to 825×550 (the size they are displayed at).
Check your WordPress image settings for the configured maximul image size – also plugin can force different image sizes (just like themes – however the theme’s settings do not apply to in-post images).
Does temporarily switching to one of the default Twenty themes make the images upload at their maximum size?
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 mastermindDraft posts are not visible to non-authenticated users.
Check whether or not you’re using some kind of caching plugin (that “optimizes” images 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 appear to be using some custom style in some plugin to make that text block uppercase. Look for
#frontpage blockquote{font-weight:700;text-transform:uppercase}
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 codespace progress map plugin is loading its style all over the site, overriding some of the theme’s 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.August 20th, 2016 at 17:04 in reply to: Images posted to pages shrink to 1024px x 187px (from 1130px x 207px) #38502Zed
Cryout Creations mastermindI was referring to the post editor (the one where you see the content of the post) where you’re inserting the images.
They have fixed sizes applied to them (which is possible to be set in there – just click on the images and check their attributes).
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 mastermindDo you want to split “Read More” so that it’s on two lines? If so, did you try using a break tag?
Read<br>More
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 version of WordPress are you using? Did you or someone else install WordPress and Parabola on your site?
Is the required settings plugin also installed?
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 we take a look at 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 mastermindYour website appears acceptable in size (although load time could be improved):
https://gtmetrix.com/reports/www.passportandpixels.com/d6aMme5QThe server hosting it appears to spend 3.45s processing before it starts serving the content (you can see this in the Waterfall tab).
The header image is resized to fit on a narrow portrait-mode screen size. If you want it to maintain aspect ratio (meaning it will become a lot shorter) you’ll find the ‘Keep header image aspect ratio’ option under the theme’s Header settings.
The columns re-arrange on mobile devices (also due to size constraints and fitting reasons). They first rearrange to two columns and then to single column (on the smallest of the mobile device). The two columns layout will work best if all columns have the same amount of text (which is not the case for your site). If they don’t have the same amount of text, some columns will be longer than others, making the arrangement fail (the next row column will try to fit under the shorter column above when this is the one to the right).
We’ll see if we can improve this behaviour in the theme (there are limits to what CSS allows). Until then, try to keep your columns (texts) the same length.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.August 20th, 2016 at 16:44 in reply to: Social Links Missing after Updating Parabola to 1.7.4 #38496Zed
Cryout Creations mastermindWe’ll fix this as soon as possible.
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.August 20th, 2016 at 16:41 in reply to: Mantra child theme – problem with cryout_branding_hook #38495Zed
Cryout Creations mastermindChild themes don’t automatically inherit WordPress settings (header image, background image and color, menu associations) from the parent theme. These need to be re-set after activating the 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 mastermindWordPress’ post categories are administered under Posts > Categories. Categories don’t have thumbnails by default so if this functionality is added by the plugin, then you need to look in the plugin’s documentation on where these are added (if they are not in the standard Categories administration interface).
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.August 15th, 2016 at 10:53 in reply to: Footer Meta Hook missing in single post after update to 1.4.2 #38378Zed
Cryout Creations mastermindThanks for pointing this out. The issue is fixed for update 1.4.3.
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 added the priority support package for Fluida to your account.
You can reduce the menu widget elements heights with custom styling:
.widget-container ul li.menu-item { line-height: 1.5em; margin: 0; }
Adjust the line-height to further reduce.
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 theme? Zombie Apocalypse? It can be installed directly from your WordPress dashboard.
If you absolutely want to download it, you can find it in the official themes repository:
https://wordpress.org/themes/zombie-apocalypse/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 mastermindAre you using manual slides or are they generated from posts (or pages)? Are the posts’/pages’ featured images the same size or at least same aspect ratio (and bigger) than the slider size?
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’d need to see the website to give any insight on 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 mastermindI belive it is a matter of Cross-Origin Resource Sharing limitations. Are you accessing the site via the same (identical) URL as WordPress is configured on?
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’m glad you figure it out eventually.
This is the first time I hear of a plugin interfering with the theme’s Presentation 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 mastermindThe mobile menu doesn’t work due to a JavaScript issue – a plugin (optimizer?) you are using is breaking WordPress’ jQuery library functionality (which our theme needs).
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 mastermindSince version 1.7 Parabola supports widgetized columns (columns configured via widgets) which can be any number.
See our dedicated tutorial on this 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.Zed
Cryout Creations mastermindIn this case you will need to remove the menu items own margin:
body #access ul li { margin-bottom: 0; }
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 mastermindSince themes are forced to respect WordPress’ reading settings and the only way to get our presentation visible is to set Reading to Latest Posts – this is exactly the scenario we’ve made the Blog Page template for, and explained it in the theme FAQs.
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 doesn’t have an option to control that – it can only be done by modifying the script code responsible for 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.August 10th, 2016 at 20:09 in reply to: Bullet Points Missing from Front Page – Nirvana Theme #38243Zed
Cryout Creations mastermindAre you referring to the slider’s bullets or are you trying to make a bulleted list (which it appears to already work)?
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 modify any theme files or functionality? Do you have any plugins that filter the excerpts? (you can test this out by temporarily switching to a different theme that displays excerpts).
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 mastermindEnable the “Keep header image aspect ratio” checkbox in the theme’s settings (under Header) and see if that improves things.
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