Forum Replies Created
-
AuthorPosts
-
ZedCryout Creations mastermind
I used featured images for posts on my blog as well, and I did not encounter this issue after updating.
Did you test to see if this happens when all plugins are disabled? Could be an incompatibility between a plugin and 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 14th, 2013 at 18:30 in reply to: cryout_header_hook(); wp_head() causes bug affecting facebook opengraph #3670ZedCryout Creations mastermindIf you remove those lines, of course the whole site is going be messed up. Those two lines output about half of the site’s HTML code (including the <head> and header sections).
I don’t know anything about Facebookβs OpenGraph, but I’ll document myself and see if I can come up with an 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.ZedCryout Creations mastermindThe uploader automatically detects the configured site width and configured header height and crops the uploaded header image to that size.
Check your configured options and see if they are 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.ZedCryout Creations mastermindThis should not happen. Could you give us a link to your website?
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, 2013 at 10:54 in reply to: Main text overlapping the left sidebar in IE 8, what to do? #3667ZedCryout Creations mastermindWhile I can see the issue on your site, I cannot reproduce it on our test installs.
Could you create a support ticket and send us an export of your theme settings? Perhaps a combination of options triggers the problem. (just type anything in the transaction id field).
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.ZedCryout Creations mastermindWe can’t reproduce this issue.
Did you try disabling any plugins and/or switching to one of the default themes and see if the issue still 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.ZedCryout Creations mastermindDepends on what you’re seeing when you enable debugging.
If it’s just debug information and notices, things should still work.
If you’re getting warning or even errors, that’s bad…
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.ZedCryout Creations mastermindI can confirm the mobile menu is acting a bit strange.
We’re looking into 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.ZedCryout Creations mastermindWhat you could do is view your pages/posts with the text editor and make sure all <img> tags which you do not want indented are outside the <p> tags.
But you need to check if switching back to the visual editor doesn’t undo this and wrap images in paragraphs again – making you have to do this check every time you edit the text.
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.ZedCryout Creations mastermindNot quite.
Wordpress’ rich editor usually encapsulates <img> tags inside <p> tags (which have the indentation applied to them)
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.ZedCryout Creations mastermindWith a bit of CSS knowledge, it can be done.
I haven’t looked for a plugin as I was able to just use CSS – see http://www.zedt.euIf 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.ZedCryout Creations mastermindThere are (yet) no options for that, but you can use custom CSS to change any colours.
What particular areas do you want to change the colour 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.ZedCryout Creations mastermindI need to see your website to figure this out.
The theme does not control titles capitalization.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.ZedCryout Creations mastermindTrick question π
Wordpress doesn’t accept HTML in the site tagline, so a <br> cannot be used.
A trick would be to limit the width of the site tagline container, so the text wraps at the desired point.To do this, use this CSS:
#site-description {width: 50px; }
and change the value until you split the text into two lines at the desired point.You may also need to play around with line-height and padding/margin to make it fit correctly.
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.ZedCryout Creations mastermindThis is not (currently) a built-in function. Posts can be used for the slider, but anything else on the presentation page is static text/HTML.
It can although be done by anyone good enough with coding and WordPress to write in the code him/her-self for 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.ZedCryout Creations mastermindNo, the columns cannot be increased (easily).
You can chose to display any number of columns between (including) the built-in 0 and 4. That means: no columns, 1 column, 2 columns, 3 columns or 4 columns.
You chose the number of displayed columns in βNumber of columns:β in the Presentation Page section of the theme settings area.
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.ZedCryout Creations mastermindBoth the site title and the tagline can be styled using custom CSS.
#site-title span a { } for the title
#site-description { } for the description
You’d need something like
#site-description {font-size: 20px; }
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.ZedCryout Creations mastermindI’m glad we got that sorted out π
You need to fill in your site title and tagline in WordPress – Settings > General. Then they will be displayed in the browser title (and to search engines), but since they’re hidden by the settings, they won’t show up over your 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.ZedCryout Creations mastermindAs a general solution for anyone else encountering this issue, delete / erase / clear the cache and then turn off and disable caching plugin(s) – if you use such 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.ZedCryout Creations mastermindDo all 4 have featured images set or just the first two?
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.ZedCryout Creations mastermindHopefully you’ve received the replies I wrote today, but if not, I’m copying them here as well (as there’s no private information in them):
The search bar question:
That is the default WordPress “search page”. As you can see even in their demo, http://twentyelevendemo.wordpress.com/?s=search&submit=Search the big search bar in the middle of the page is right there.
If you don’t like that, you can remove the form from inside mantra/search.php.
Just delete or comment out get_search_form();Just remember a child theme would be better to implement your customizations as you will not lose them in updates.
And the other question(s):
I see no pending outgoing emails so our emails must be blocked by your email server. Your server doesn’t like our host/ip π
And no, you don’t have to donate each time you have a question to ask. Just use the same transaction id, or reference your previous ticket number (so we can find that easily), or just write that you previously donated but don’t remember any numbers (and we’ll do the searching instead) π
PS: I recommend reading question C11 in the FAQs on how to properly hide the site title without leaving a stray dash in the browser title…
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.ZedCryout Creations mastermindUse WordPress’ Media library – Media > Library in the dashboard.
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.ZedCryout Creations mastermindYou can display any number between 0 and 4 columns – see “Number of columns:” in the Presentation page settings for that.
Read more is defined right below that, in the “Read more text:” field.
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.ZedCryout Creations mastermindIf you want to do more than the “default”, you’ll have to learn CSS… and HTML too π
W3C has information for anything concerning HTML and CSS – see thead and class.
And yes, I mean the custom CSS field under Miscellaneous in Mantra Settings, the place where you can type in all your custom CSS so you don’t have to change any theme files.
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.ZedCryout Creations mastermindIf the image URLs are correct, the slider not working is usually caused by a javascript error.
Follow the checklist to rule out an incompatibility between extensions.
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, 2013 at 12:04 in reply to: how to display recent post excerpts in columns on presentation page #3438ZedCryout Creations mastermindYou can only type filtered HTML into the presentation page fields. Shortcodes don’t work (yet).
There’s no other way of doing this (currently) than to modify the theme-frontpage.php file and hard-code HTML or shortcodes.
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, 2013 at 12:00 in reply to: cannot get footer popup (optin crusher) or other footer popups to work #3437ZedCryout Creations mastermindIf that plugin is free, could you provide a download link for it so I can test it with Mantra?
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.ZedCryout Creations mastermindI assume you mean the two images you see for each post on this page: http://www.peteralvey.com/category/boudoir-photography/
Disable “Auto Select Images From Posts” from “Featured Image Settings” in Manta 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.January 31st, 2013 at 11:39 in reply to: Main text overlapping the left sidebar in IE 8, what to do? #3435ZedCryout Creations mastermindYes, IE 8 is the lowest we go.
IE 8 in compatibility mode is in fact IE 7, and IE 7 is insane to create websites for… I can’t even debug a simple CSS on it…
Nonetheless, I think I know what is causing this and I’ll try to find a workaround (which doesn’t break the website for all other browsers).
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.ZedCryout Creations mastermindYou changed themes so I cannot see what you’re reporting. Make sure the comments are not disabled for that post (and/or globally).
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