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,151 through 1,175 (of 2,462 total)

Home Forums

  • #100802

    Towfiq I.

    administrator

    whats your site address?

    #100801

    Towfiq I.

    administrator

    you gave up pretty quick I see. goodluck with the theme..

    #100800

    Towfiq I.

    administrator

    replace this:

    jQuery("#topmenu ul.menu").tinyNav({active: 'selected', header: true});

    with this:

    jQuery("#topmenu ul.menu").tinyNav({active: 'selected', header: 'Meny'});

    #100592

    Towfiq I.

    administrator

    my previous assumption was wrong. it should work. if it doesnt, ask your host whether they have disabled the php send mail or something…

    #100591

    Towfiq I.

    administrator

    are you adding the code in text mode or html mode? try in both modes and see if that worked…

    #100588

    Towfiq I.

    administrator

    1. to add a “home” menu button to your menu. Go to Appearance> Menus and select “View All” button inside the “Pages” box from left. then add the “Home” button to your menu.

    2. whats your site address?

    #100580

    Towfiq I.

    administrator

    Open up fucntions.php and add this:

    // WOOCOMMERCE
    
    function zenon_lite_open_woocommerce_content_wrappers()
    {
        echo '<div class="center"><div class="single_page_post"><div class="post_wrap">';
    }
    
    function zenon_lite_close_woocommerce_content_wrappers()
    {
        echo '</div></div></div>';
    }
    
    function zenon_lite_prepare_woocommerce_wrappers()
    {
        remove_action( 'woocommerce_before_main_content', 'woocommerce_output_content_wrapper', 10 );
        remove_action( 'woocommerce_after_main_content', 'woocommerce_output_content_wrapper_end', 10);
        
        add_action( 'woocommerce_before_main_content', 'zenon_lite_open_woocommerce_content_wrappers', 10 );
        add_action( 'woocommerce_after_main_content', 'zenon_lite_close_woocommerce_content_wrappers', 10 );
    }
    
    add_action( 'wp_head', 'zenon_lite_prepare_woocommerce_wrappers' );

    before this:

    //Include CSS

    #100558

    Towfiq I.

    administrator

    try this:

    body #topmenu ul li a{font-size:20px!important;}

    #100338

    Towfiq I.

    administrator

    1. this will be fixed in the next version.

    2. Add this to your Custom CSS:

    body #topmenu ul li a{color:#fff!important;}

    #100323

    Towfiq I.

    administrator

    does your content-welcome-text.php contains this:

    <?php echo do_shortcode($asteria['welcm_textarea_id']); ?>

    #100314

    Towfiq I.

    administrator

    I dont see that line that I told you to add, in your stylesheet:
    http://www.oracomunicazione.it/wp-content/themes/zenon-lite/style.css

    #100301

    Towfiq I.

    administrator

    sorry. you will have to ask the lobster font developer about that..

    #100299

    Towfiq I.

    administrator

    you can do that with wordpress core menu. Go to Appearance> Menus and from the top right of the page click the “Screen Options” then click the “Link Target” option.

    Now you can see a link attribute option inside each menu item.

    #100292

    Towfiq I.

    administrator

    how do want to resize them? and can you tell me what you are trying to achieve now, precisely?

    thanks

    #100079

    Towfiq I.

    administrator

    your site is actually using the Exo font. to apply the same font to logo title, add this to the very bottom of your stylesheet:

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

    #100044

    Towfiq I.

    administrator

    Did you turn on the beautify image gallery option from Asteria Theme Options page?

    #99770

    Towfiq I.

    administrator
    #99767

    Towfiq I.

    administrator

    whats your site address?

    #99765

    Towfiq I.

    administrator

    there is a sytanx error in the code. a bracket was missing. try this:

    /***WPML Translation Shortcode****/
    if(! function_exists('wpex_wpml_lang_translate')) {
            function wpex_wpml_lang_translate( $atts, $content = null ) {
                    extract(shortcode_atts(array(
                            'lang' => '',
                    ), $atts));
     
                    $current_lang = ICL_LANGUAGE_CODE; //get WPL current language
     
                    if($lang == $current_lang){
                        return do_shortcode($content);
                    }  
            }
            add_shortcode('wpml_translate', 'wpex_wpml_lang_translate');
    }
    #99764

    Towfiq I.

    administrator

    the search form should work fine.. whats your site address?

    #99695

    Towfiq I.

    administrator

    hmm.. try removing this line from layout1.php and try replacing this:

    the_post_thumbnail('asteriathumb');

    with this:

    the_post_thumbnail('large');

    #99693

    Towfiq I.

    administrator

    can you add them so that i can take a look.

    #99465

    Towfiq I.

    administrator

    try this:

    .nivo-controlNav{display:none!important;}

    #99447

    Towfiq I.

    administrator

    you want the site header to be full width right? Add this to your Custom CSS:

    .header .center{width:100%!important;}
    #topmenu{margin-right: 3%;}
    .logo img{margin:0;}

    #99445

    Towfiq I.

    administrator

    can you post the link of the page where you added the header image?

Viewing 25 posts - 1,151 through 1,175 (of 2,462 total)