Forum Replies Created
-
AuthorPosts
-
Zed
Cryout Creations mastermindThe only limit in how many plugins you can use is given by PHP/webserver.
But some plugins are older versions or their developers don’t care enough to follow rules and these plugins break functionality that’s part of WordPress which other plugins or in this case themes require to work.
You’ll definitely see JavaScript (more specifically jQuery) error if you check out your site with the browser’s development tools.
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 mastermindHi.
There are indeed some question marks that shouldn’t be there, but these shouldn’t break the links, unless the webserver misinterprets them.
The stray question marks will be removed in the next update. In the meantime you can edit your tempera/fonts/fontface.css and delete the question marks in the ‘elusive’ font lines whey they are followed by quote and parenthesis. Leave the two lines that have ?#something unmodified.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 mastermindAs there’s no “hover” action on iThings (you cannot “hover” your finger on a website item and make it show you content), on mobile devices the columns text is below the images, so it’s actually visible and readable.
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 mastermindIf the option for the columns is set to widget columns, then you’ll find the actual content under Appearance > 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 your case you need to link to your “categories”. The blog template is to be used as a replacement for WordPress’ default homepage, which lists all posts from all categories.
http://en.support.wordpress.com/posts/categories/
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 mastermindTo do it site-wide, create and assign an empty custom menu. To do it on certain pages, you need to play with CSS.
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 mastermindAbove menu:
#access { margin-top: 0; }
below menu:
#main { margin-top: 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 mastermindIt’s most likely a font, browser or OS limitation. If other international sites look fine, try changing to a different font. Not all the fonts we included have characters beyond the most basic 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 need to use a bit of CSS for this:
#content img.alignleft:hover, #content img.alignright:hover, #content img.aligncenter:hover, #content img.alignnone:hover, #content .wp-caption img:hover { opacity: 0.99; }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 mastermindChange the image border style from the theme settings (Graphics 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 mastermind@Patrick, Michael, Tim: Are you getting the same file for logo/favicon in the latest Tempera 0.9.3?
@Jim: Supported filetypes for favicons vary among browsers – Wikipedia
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 click on the layout icons? Do they get selected? Do they revert to the default layout after clicking Save?
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 fixed in 1.3.2
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 menu works fine for me now. Are you still having issues?
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 will need to use a conditional widget plugin to control which widgets appear on which sections of the site. This has been discussed before here in the forums and on the theme’s forums on 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 mastermindDouble-check that all files were uploaded in the proper location(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 mastermindThis is answered in (Mantra’s) 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 mastermindYou can use the non-sidebar template for pages and set the layout to always have sidebar (to make this apply to category/posts pages), or enable the Magazine Layout setting (under Post Excerpts 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 mastermindThe images are processed on upload only. If you change the image settings the new settings only apply to future images. Those that are already there remain as they are. This is how WordPress works.
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 mastermindOr if you use a custom menu, just drag the items to reorder.
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 mastermindCreate a child theme and do all customizations 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.December 16th, 2013 at 13:37 in reply to: How To Ammend: "Powered by Parabola & WordPress" In Footer #14748Zed
Cryout Creations mastermindBill, you can use the Custom Footer Text field in the theme settings to add your “website by” line.
Soul, we give instructions on how you can remove our link if you make a premium support donation – see http://www.cryoutcreations.eu/donate
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 is a very non-standard header area. There is no default content that can always be placed there and most people will add their own HTML (most likely via the Text Widget) and will need to use their own CSS to style that HTML. The theme’s (theoretical) built-in colour options would rarely be useful in this case scenario.
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’ text widget supports HTML and it does not do sanitization.
If your HTML is valid, it will be displayed correctly, otherwise it will break the layout of the site (more or less).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 must have had a separate nivoslider plugin which was loading its own CSS and JS, overlapping that of 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 mastermindDisable the “Featured Images as HEADER Images” option under “Featured Image 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.December 16th, 2013 at 13:12 in reply to: Presentation page not working with Trustjacker plugin #14737Zed
Cryout Creations mastermindI am not familiar with Trustjacker. Make sure it isn’t loading an older (incompatible) version of jQuery.
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 by chance using (semi-)transparent images?
Also make sure the slider images are the correct size (as the slider is configured).
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 export/import procedure works fine in my tests.
Make sure your browser isn’t breaking the .txt file which gets saved. Try a different browser.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 cannot reproduce this. The mailto: link works fine for me in Parabola 1.3.1 in the custom footer 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. -
AuthorPosts