You do not have permission to view this forum.
Zenon PROPremium WordPress Theme
- Unlimited Skins- Ability to change the color of any elements
- 15 Awesome fonts.
- 3 sliders
- 4 Layouts
- Ajaxed pagination
- 8 custom widgets:
- 1-Flickr Photos
- 2-Popular Posts
- 3-Featured Posts
- 4-Random Posts
- 5-Twitter Feeds
- 6-160×600 Skyscrapper Ad
- 7-250 x 250 AD
- 8-125 x125 ADs
- 20 easy to use shortcodes.(Hard-coded in Post Editor)
- WordPress 3.0 Menus.
- Mult-Level Dropdown Menu.
- Social buttons to submit posts to Facebook, Twitter,
- Stumble upon, Digg, Delicious, Google Plus
- Easy to use theme options.
- Sticky Top Menu
- Optimized for Iphone, Ipad and Android Mobile Devices.
- Option for image logo
- Custom Background Color/ Image
- Related Posts
- Video Thumbnails
- Gravatar Support.
- 6 custom page template
- Fancy lightbox
- Easy Google Analytics Integration
- IE6-7 Browser Upgrade Alert!
- Separation of Comments and Trackbacks
- Threaded comments support.
- Valid XHTML/CSS3.
- Well-written documentation
- One Click Install. No plugin required.
Compatibility:
- Internet Explorer 8+
- Firefox 3+
- Safari 5
- Opera 9+
- Netscape 6+
- Google Chrome
version 1.4
—————–
2. Fixed few Bugs in the Mobile version.
3. 3.4 Compatible.
version 1.3
—————–
Bug Fixes
===========
The 404 page was looking weird
The Lobster font was not loading properly.
The Post share buttons were inaccessible for flawed css
Slider link wasn’t working when the “Slider Text” was disabled from the theme options.
New Features
============
Mobile Friendly version of the theme added for Iphone, Ipad and Android Devices.
version 1.1
—————–
+ Initial Release
1. How do I setup the slider?
A: Go to Appearance> Zenon Options> Documentation to learn how to setup the slider.
2. My slider and blocks are not showing up. why?
A: Go to Settings> Reading and select “Your latest posts” as your front page.
3. How do I change the number posts appear on the fron page?
A: Go to Settings> Reading to change the number of posts per page.
4. How can I remove the comment box from my website?
A: open up single.php, page.php and page-full_width.php and remove this:
<div><?php comments_template(”,true); ?></div>
5. How can I change the colour of the blog title?
A: Go to Appearance> Editor and select “stylesheet” from right and add this to the very bottom:
.logo h1 a{color:#fff!important;}
6. How to change the order of the sildes at the front page?
A: Try editing the dates of the slides. The slide with latest date is displayed first.
7. The social links on the left redirects to 404 error page. why?
A: You forgot to add your http:// at the start of your links. eg:
http://www.facebook.com/pages/Towfiq-I/180981878579536
8. What should be the size of slider images?
A: width- 1000px & Height- 360px
9. The post navigation button only works upto 7 pages. Then it doesnt load anything.
A: Go to Appearance> Zenon Options and disable “Ajax pagination” option.
10. how can i remove the number below the slider?
A: Add this to the very bottom of your stylesheet:
ol#controls{display:none;}
11. How do I increase the size of the Menu Text?
A: Add this to the very bottom of your stylesheet:
body #topmenu ul li a{font-size:18px!important; color:#333!important;}
12. The Mobile menu is always displaying the Last Menu item. How to fix that?
A: You could display the word “Menu” instead of always displaying the last menu item. to achive this, open up zenon.js and replace this:
jQuery(“#topmenu ul.menu”).tinyNav();
with this:
jQuery(“#topmenu ul.menu”).tinyNav({active: ‘selected’, header: true});
13. I can’t see the menu in mobile. why?
A: Because you did not setup the menu correctly. Go to Appearance> Menus and setup your menu.
To learn how to setup your menu watch this tutorial:
http://www.expand2web.com/blog/wordpress-30-custom-navigation-menus-video/
14. How to change the opacity of the social icons?
A: You will have to edit the zenon.js file. open it up and remove this:
//SHARE
if (jQuery.support.opacity) {
jQuery(‘.social li’).css({‘opacity’: ‘0.3’});
jQuery(‘.social li’).hoverIntent(function(){
jQuery(this).animate({ ‘opacity’: ‘1’}, 200);
}, function(){
jQuery(this).animate({‘opacity’: ‘0.3’}, 100);
});
}
15. When a message is sent from the contact page Where do the emails go to? How do I change the email address?
A: The emails go to your wordpress admin email address. And you cannot change the contact page’s degfault email address. Try a wordpress contact form plugin if you want those emails to go to another email address.
16. In Interent Explorer the slider appears with a gray border. how to fix that?
A: Add this to the very bottom of your stylesheet:
#slider li img{border:none!important;}
17. The Excerp text in the Slider shows all the first letter of each word of the text in capital letter. I dont want that.
A: #slider .slider-content h2 a, #slider .slider-content a, .slider-content p{text-transform:none!important;}
18. How do I delete the “Off” symbol that appears when the cursor is waved over the post blocks on the home page?
A: Add this to your stylesheet:
.block_comm{display:none;}
19. I dont want any sidebars in any of my pages. I want my site to be full width:
A: Add these lines to the very bottom of your stylesheet:
/*FULL WIDTH PAGE*/
body .single_post, .error404 .single_wrap, .error404 .single_post{ width:970px;}
body .single_skew_comm{width: 962px;}
body .single_skew_comm .skew_top_big{width: 968px;}
body .single_skew_comm .skew_top_right{ margin-top:-71px;}
body .single_skew .skew_bottom_big{width: 968px;}
body .single_skew{ width:1000px;}
body #commentform{ width:970px;}
body .comment-form-comment textarea{width: 570px;}
body .comment-form-comment{width: 600px;}
body .field_wrap{width: 340px;}
body .comment-form-author input, body .comment-form-email input, body .comment-form-url input{width: 263px;}
20. how can I change the link color inside the post? its grey.
A: Add this to the very bottom of your stylesheet:
body .single_post .post_content a{color:#D73A36!important;}
21. How do I increase the height of the front page blocks?
A: Add this to your stylesheet:
.midrow_blocks{height:230px!important;}
.midrow_block, .mid_block_content{height:215px!important;}
22. How can I Remove Author, Post and Category-related Text from posts?
A: Open up single.php and remove these lines:
<div>On <?php the_time( get_option(‘date_format’) ); ?><?php if(of_get_option(‘dissauth_checkbox’) == “0”){ ?> by <?php the_author(); ?><?php } ?></div>
and you can disable the category names from the theme options.
23. How do I add images to my blocks?
A: Lets say you want to add an image to block 4. Open up index.php and add this line:
<img src=”your image url” />
after this:
<?php echo of_get_option(‘block4_textarea’); ?>
24. I added 3 -4 slides but my slider is showing 10+ blank slides.
A: The sharing feature of Jetpack plugin is causing this. to fix this, add this to your functions.php:
if ( function_exists( ‘sharing_display’ ) ) remove_filter( ‘the_excerpt’, ‘sharing_display’, 19 );
Before this:
//Post Thumbnail
The theme is released under GNU General Public License, version 2.
Thank you very much, it worked! This template is pretty awesome!
I love the zenon lite. Just wanted to know how do I move the comments box at the top of the comments? It would be better up there instead of scrolling alllll the way down just to add a comment. Thanks!
Open up comments.php and cut these lines:
before this:
Also, how can I add a “Comment Count” or “Add Comment” link under the post title, right after the post date?
open up single.php and add this:
after this:
I need to create an archive page which shows my categories and tags information. Will this theme supports this or is there any plugin for this ?
The PRO version has a archive page template. You can also achieve this with a plugin.
What is the ideal size for the slider pictures so that it fills the box completely? Thx!
width 1000px
height 360px
I want to add a button in the upper right hand corner of our site next to the logo/header (“Make an Appointment”). It will be visible no matter where the user naviates (just like the logo) and it will take the user to a page on the site. I downloaded a plugin for the button. It uses this shortcut: [maxbutton id=”1″] . I can get the button to work from one of the other pages, but I can’t figure out how to get it to show up at the top of the static page.
open up header.php and add this:
after this:
Perfect! Thanks for the speedy response.
Hi there! I was wondering if there was a quick and dirty way for one to parse linebreaks in Blocks. Any help with that would be greatly appreciated!
try this tag where you want the line break:
Oh well that certainly works. Thanks!
Is there a simple way to make the Blocks on the home page a little taller? Right now the text inside my first Block is one word too big, and even so, we really want to keep the text as is.
add this to the very bottom of your stylesheet:
.midrow_blocks{height:200px!important;}
.midrow_block{height:185px!important;}
.mid_block_content{height:195px!important;}
great theme thanx a lot! I have the pro version and I just wants, that the comumns works in mobile Version. Do you have the right codes that I can add in the mobile.css? And another: the select menu in the main header doesn`t works right in the mobile version aswell. Please could you help, I`d very glad!
Thank you,
stin
For the column in mobile Version I found the solution:
.col3 { clear:both; width: 280px !important;}
But there`s still a Problem with the menu on mobile Version. The tinynav only shows the last point in the menu.
To fix the mobile menu in the zenon Open up zenon.js ad replace this line:
jQuery(“#topmenu ul.menu”).tinyNav();
with this:
jQuery(“#topmenu ul.menu”).tinyNav({active: ‘selected’, header: true});
Thank you ! It`s not really that what I wanted, but much more better. Now it shows everytime the first step called “navigation”. This is ok. Thx!
Hello
In explorer and firefox, my website changes font and some pictures moves, but in Google chrome everything is ok. Want can I do whit that?
Open up yanone_kaffeesatz.css file from the “fonts” folder of your theme and add this line:
src: local(cool_font), url(“yanonekaffeesatz-regular-webfont.ttf”);
after this:
font-family: ‘YanoneKaffeesatzRegular’;
Hi
I can`t find this: “fonts” folder of your theme”. Wherer can I find that?
And now I can`t find my frontpage. Everything is in place in index.php, but on web the site is gone. What can I do about that?
did you do anything?
No, I did not do anything. The logo and menu is ok, but the slider and the four blocks is gone. And there was two extra sites, “home” and “blog” on the meny. I did not make them, but I have deleted them now.
Go to Settings> Reading and select “your latest posts” as your homepage.
Ohhh. Thank you. I was a little nervous that I had to make everything again. So back to the start:
You said: Open up yanone_kaffeesatz.css file from the “fonts” folder of your theme and add this line:
src: local (cool_font), url (“yanonekaffeesatz-regular-webfont.ttf”);
after this:
font-family: ‘YanoneKaffeesatzRegular’;
Where can I find the “fonts folder of your theme?”
login to your website via ftp and navigate to wp-content/themes/zenon/fonts
Hey.
It will not let me enter anything in the “yanone_kaffeesatz.css file”. What do I do?
do you have the permission to read, write, edit files via ftp?
What is FTP? I am the owner of my website, so I will surely have access to this? I logged on through bluehost.com and simple script. I did read the css file, but was not allowed to edit anything.
Read this:
https://my.bluehost.com/cgi/help/ftpaccounts
Now I put the statement in the FTP you gave me but it changed nothing. When I open the web page, the letters look different in IE and Firefox. But it is only on the front page. When you enter something else is all ok.
because your homepage and subpages has different domain. you main page has this domain:
http://ryfylkemat.com/
while your subpages have:
http://66.147.244.227/~ryfylkem/produkter/lokalmat/
ask bluehost about this.
Hey. Thanks for the help. Now everything is as it should be. Sorry all the hassle, but I’m totally lost in this web world. Thank you again!