Theme Support Forum

Support Forum for Free and Premium Themes. Premium Theme Forums are Private! Please log in first to see the Premium forums

Forum Replies Created

Viewing 25 posts - 1,126 through 1,150 (of 2,462 total)

Home Forums

  • #103291

    Towfiq I.

    administrator

    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.

    #102897

    Towfiq I.

    administrator

    1. 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?download

    then 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.

    #102862

    Towfiq I.

    administrator

    Open 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); ?>
    #102858

    Towfiq I.

    administrator

    @Cecilia send me your site’s id/pass through this page:

    Contact

    I will look into it when I have some time.

    @Isis whats your site address?

    #102702

    Towfiq I.

    administrator

    To setup the slider, Go to Appearance> Asteria Options> Slider

    #102216

    Towfiq I.

    administrator

    Open up javascript.php and replace this:

        jQuery(window).load(function() {
    		// nivoslider init

    with this:

        jQuery(window).ready(function() {
    		// nivoslider init
    #102215

    Towfiq I.

    administrator

    Add 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;
    }
    
    
    #102213

    Towfiq I.

    administrator

    @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.

    #101800

    Towfiq I.

    administrator

    Chris. send me the page link where you added the gallery.

    #101799

    Towfiq I.

    administrator

    you dont you insert a gallery?

    #101798

    Towfiq I.

    administrator

    add this to your the very bottom of your Stylesheet:

    .home .znn_paginate{display:none;}

    #101793

    Towfiq I.

    administrator

    no. the ‘ are different.

    #101404

    Towfiq I.

    administrator

    Add 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;}

    #101401

    Towfiq I.

    administrator

    I just checked the page and the gallery is loading just fine..

    #101397

    Towfiq I.

    administrator

    Add this to the very bottom of your Stylesheet:

    body .midrow_block:hover{color:#999!important; background:none!important;}

    #101381

    Towfiq I.

    administrator

    whats your site address?

    #101332

    Towfiq I.

    administrator

    your site isn’t loading..

    #101311

    Towfiq I.

    administrator

    @Sofie whats your site address?

    #101254

    Towfiq I.

    administrator

    hmm. remove that line and try this:

    .logo {font-family: 'ExoMedium'!important;}

    #101251

    Towfiq I.

    administrator

    oh right. this will be fixed in future version. until now there is no fix for this.
    hope you understand.
    thanks

    #100831

    Towfiq I.

    administrator

    please find a Czech font from google fonts and send me the link of the font.

    https://www.google.com/fonts

    #100830

    Towfiq I.

    administrator

    send me a page link where these grey links are visible.

    #100829

    Towfiq I.

    administrator

    which font are you trying to load? post the download link of the font.

    #100813

    Towfiq I.

    administrator

    add this:

    body .header4 #topmenu ul li ul li a:hover{background:#3CB2C2!important;}

    #100804

    Towfiq I.

    administrator

    whats your site address?

Viewing 25 posts - 1,126 through 1,150 (of 2,462 total)