Forum Replies Created
-
#103291On March 11, 2014 at 6:43 am
Go to Appearance> Menus and create a menu and click the “Footer Menu” option under your newly created menu. this menu will be only shown on footer.
#102897On March 10, 2014 at 7:31 am1. Download this zip file and extract it. then upload the extracted folder to your theme’s “fonts” folder:
http://ge.tt/api/1/files/7XtnQkP1/0/blob?downloadthen add this to your functions.php:
function zenon_other_css() { if ( !is_admin() ) { wp_enqueue_style('london',get_template_directory_uri().'/fonts/london.css', 'london' ); } } add_action('wp_enqueue_scripts', 'zenon_other_css');
Then add this to your stylesheet:
.logo h1 a, .desc{font-family:'londonbetweenregular'}
2. You can only do that in the PRO version.
3. send me a page link where you added links but they are grey.
4. Go to Appearance> Backgrounds to upload your pattern image.
#102862On March 10, 2014 at 6:52 amOpen up comments.php and replace this line:
<?php comment_form(); ?>
with this and change the English text strings with Portuguese:
<?php $args = array( 'id_form' => 'commentform', 'id_submit' => 'submit', 'title_reply' => __( 'Leave a Reply' ), 'title_reply_to' => __( 'Leave a Reply to %s' ), 'cancel_reply_link' => __( 'Cancel Reply' ), 'label_submit' => __( 'Post Comment' ), 'comment_field' => '<p class="comment-form-comment"><label for="comment">' . _x( 'Comment', 'noun' ) . '</label><textarea id="comment" name="comment" cols="45" rows="8" aria-required="true">' . '</textarea></p>', 'must_log_in' => '<p class="must-log-in">' . sprintf( __( 'You must be <a href="%s">logged in</a> to post a comment.' ), wp_login_url( apply_filters( 'the_permalink', get_permalink() ) ) ) . '</p>', 'logged_in_as' => '<p class="logged-in-as">' . sprintf( __( 'Logged in as <a href="%1$s">%2$s</a>. <a href="%3$s" title="Log out of this account">Log out?</a>' ), admin_url( 'profile.php' ), $user_identity, wp_logout_url( apply_filters( 'the_permalink', get_permalink( ) ) ) ) . '</p>', 'comment_notes_before' => '<p class="comment-notes">' . __( 'Your email address will not be published.' ) . ( $req ? $required_text : '' ) . '</p>', 'comment_notes_after' => '<p class="form-allowed-tags">' . sprintf( __( 'You may use these <abbr title="HyperText Markup Language">HTML</abbr> tags and attributes: %s' ), ' <code>' . allowed_tags() . '</code>' ) . '</p>', 'fields' => apply_filters( 'comment_form_default_fields', array( 'author' => '<p class="comment-form-author">' . '<label for="author">' . __( 'Name', 'domainreference' ) . '</label> ' . ( $req ? '<span class="required">*</span>' : '' ) . '<input id="author" name="author" type="text" value="' . esc_attr( $commenter['comment_author'] ) . '" size="30"' . $aria_req . ' /></p>', 'email' => '<p class="comment-form-email"><label for="email">' . __( 'Email', 'domainreference' ) . '</label> ' . ( $req ? '<span class="required">*</span>' : '' ) . '<input id="email" name="email" type="text" value="' . esc_attr( $commenter['comment_author_email'] ) . '" size="30"' . $aria_req . ' /></p>', 'url' => '<p class="comment-form-url"><label for="url">' . __( 'Website', 'domainreference' ) . '</label>' . '<input id="url" name="url" type="text" value="' . esc_attr( $commenter['comment_author_url'] ) . '" size="30" /></p>' ) ), ); comment_form($args); ?>
#102858On March 10, 2014 at 6:47 am@Cecilia send me your site’s id/pass through this page:
I will look into it when I have some time.
@Isis whats your site address?
#102702On March 9, 2014 at 7:43 pmTo setup the slider, Go to Appearance> Asteria Options> Slider
#102216On March 8, 2014 at 5:50 pmOpen up javascript.php and replace this:
jQuery(window).load(function() { // nivoslider init
with this:
jQuery(window).ready(function() { // nivoslider init
#102215On March 8, 2014 at 5:46 pmAdd this to your Custom CSS:
@media screen and (max-width: 910px) #simple-menu { display: block; float: right; background: rgba(0, 0, 0, 0.5); padding: 15px 20px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; margin-top: 1.5%; } #topmenu { display: none; }
#102213On March 8, 2014 at 5:41 pm@sofie I am not seeing that line of code in your zenon.js file:
http://www.opcommunication.se/wp-content/themes/zenon/zenon.js?ver=3.8.1
@Christina Please setup your Menu from Appearance> Menus to display the mobile menu.#101800On March 7, 2014 at 6:52 pmChris. send me the page link where you added the gallery.
#101798On March 7, 2014 at 6:50 pmadd this to your the very bottom of your Stylesheet:
.home .znn_paginate{display:none;}
#101404On March 6, 2014 at 8:54 pmAdd this to your Stylesheet:
.home .lay1 .hentry{position:relative;}
.home .lay1 .post_content{position: absolute;z-index: 99;color: #fff;height: auto;bottom: 15px;left: 5px;}
.home .lay1 .post_content p{ display:none;}
.home .lay1 .post_content h2 a{color: #fff;}
.home .lay1 .hentry:hover .post_content{display:block;}#101401On March 6, 2014 at 8:42 pmI just checked the page and the gallery is loading just fine..
#101397On March 6, 2014 at 8:36 pmAdd this to the very bottom of your Stylesheet:
body .midrow_block:hover{color:#999!important; background:none!important;}
#101254On March 6, 2014 at 2:38 pmhmm. remove that line and try this:
.logo {font-family: 'ExoMedium'!important;}
#101251On March 6, 2014 at 2:34 pmoh right. this will be fixed in future version. until now there is no fix for this.
hope you understand.
thanks#100831On March 5, 2014 at 11:26 amplease find a Czech font from google fonts and send me the link of the font.
#100830On March 5, 2014 at 11:23 amsend me a page link where these grey links are visible.
#100829On March 5, 2014 at 11:23 amwhich font are you trying to load? post the download link of the font.
#100813On March 5, 2014 at 10:54 amadd this:
body .header4 #topmenu ul li ul li a:hover{background:#3CB2C2!important;}