We Create Web Designs
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Elisium] Update ProblemAs Esmi mentioned, the theme works, it undergoes very strict scrutiny to be accepted on the WP repository. We have done upgrades without any hitches either. The best way in your case (if it’s not an issue with the server / lack of resources etc.) is to manually overwrite the files.
For this please do the following:
1. use an FTP client (FileZilla for instance).
Get your hosting details from the hosting provider and access you server files.2. unzip the theme on your computer. You’ll get the following structure:
Elisium / elisium / and then a listing of files (index.php, style.css, readme.txt etc. and some folders (js, elisium, options, fonts etc.)
3. Navigate on your server to: wp-content > themes > elisium and you’ll see a similar organization (folders: js, elisium, options etc.) and the files (index.php, style.css etc.)
COPY the new files OVER the old ones.
Should work.
Forum: Themes and Templates
In reply to: [Elisium] Update ProblemHere is something I found: http://wordpress.org/support/topic/pclzip_err_bad_format-1?replies=7
Do you have jetpack activated?Forum: Themes and Templates
In reply to: [Elisium] Update ProblemCan you please send an email to contact (at) wecreatewebdesigns (dot) com? I’ll look into it later today. Thank you for using our theme 😉
Forum: Themes and Templates
In reply to: [Elisium] How to Change Slides?Please go to SETTINGS > MEDIA. Have you checked this: Crop thumbnail to exact dimensions (normally thumbnails are proportional)? It should make your thumbnails the same width. You’ll probably also need to regenerate the thumbnails. There’s a plugin that can do it for you, Regenerate Thumbnails.
More about thumbnails: http://codex.wordpress.org/Function_Reference/set_post_thumbnail_size
Forum: Themes and Templates
In reply to: [Elisium] SlidesThe images are set to disappear at a certain screen width (since it’s responsive and won’t fit well on the small screens).
The full documentation for the slider can be found here: http://foundation.zurb.com/docs/v/4.3.2/components/orbit.html
Forum: Themes and Templates
In reply to: [Elisium] How to Change Slides?Link to the website, please 🙂
Maybe it helps me get an idea of how to help you with it.Forum: Themes and Templates
In reply to: [Elisium] How to Change Slides?Hello, have you activated the index page?
Forum: Themes and Templates
In reply to: [Elisium] SlidesHello,
The CSS edits can be made in style.css after Orbit Graceful Loading
More links and ideas here: http://wordpress.org/support/topic/how-to-change-slides?replies=22Thank you for using Elisium.
Forum: Themes and Templates
In reply to: [Elisium] Something (fonts?) seems to be missingAbsolutely. It will be on our list, when we prepare the next version.
Forum: Plugins
In reply to: [FB LinkedIn Resume] Problem with default prefix of URLThe theme supports your regular URL (as an example: http://www.linkedin.com/in/fabrizioballiano, the URL to Fabrizio’s profile). All social media buttons have been set to be used to link to your profile pages, for other features you’ll probably need to use the widgets section of the theme.
Forum: Themes and Templates
In reply to: [Elisium] Something (fonts?) seems to be missingIt’s related to some fonts you could use from the default installation. We don’t use them, so you can just go to functions.php and delete this line:
// Add Genericons font, used in the main stylesheet.
wp_enqueue_style( ‘genericons’, get_template_directory_uri() . ‘/fonts/genericons.css’, array(), ‘2.09’ );Let us know if it fixes your problem.
Forum: Themes and Templates
In reply to: [Elisium] Unable to start home page optionsCan you please give a link to the site? We’ll get it working 😉
Forum: Themes and Templates
In reply to: [Elisium] How to Change Slides?Go to the /js/ folder in the elisium theme directory. Open foundation.min.js and look for settings:{animation:”fadeOut”,speed:300
Try to modify the 300 with a desired number. Let us know if it works for you. The full documentation can be found on http://foundation.zurb.com/docs/v/4.3.2/components/orbit.html
Forum: Themes and Templates
In reply to: [Elisium] How to Change Slides?Yes, the code is in the index.php template file. Set the timer from false to true and it would work.
Thank you, tihanyilaci, for the fast response 😉Forum: Themes and Templates
In reply to: [Elisium] How to Change Slides?The images are called business1.png, business2.png, business3.png. They are in the elisium folder, in the main elisium theme directory.
We have set them at the following sizes: 465px/319px (if it’s easier you can make them at 470/320 for instance).
You just create new ones and call them the same, then with your FTP program you go to /wp-content/themes/elisium/elisium and you’ll see the 3 images. REPLACE them and it should work 😉