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

Home Forums

  • #73663

    Towfiq I.

    administrator

    1. Open up sidebar.php and replace this:

    <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Right Sidebar') ) : ?>

    with this:

    <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar( __('Right Sidebar','asteria') ) ) : ?>

    2. Open up footer.php and replace this:

    <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Footer Widgets') ) : ?>

    with:

    <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar(__('Footer Widgets', 'asteria')) ) : ?>

    #73659

    Towfiq I.

    administrator

    below the code chunk you just posted.

    #73652

    Towfiq I.

    administrator

    Add this to your stylesheet:

    .midrow_blocks{border:none!important;}

    #73580

    Towfiq I.

    administrator

    Sorry. Thats Only possible in the PRO version.

    #73536

    Towfiq I.

    administrator

    Please make sure you added titles to your slides. Without adding a title, the slides wont be saved.

    #73511

    Towfiq I.

    administrator

    Can you send me your site id/pass through this page and let me take a look at it from the back-end?

    Contact

    Thanks

    #73456

    Towfiq I.

    administrator

    After adding the 3 slides, did you click the “Save changes” button?

    #73383

    Towfiq I.

    administrator

    You could display the word β€œMenu” instead of always displaying the last menu item. to achieve this, open up zenon.js and replace this:

    jQuery("#topmenu ul.menu").tinyNav();

    with this:

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

    If you dont know how to access the zenon.js file, Install this plugin
    http://wordpress.org/plugins/solid-code-theme-editor/
    and Then Go to Appearance> SC Theme Editor and click the “zenon.js” link from right to edit it.

    #73375

    Towfiq I.

    administrator

    You can display unlimited posts both on lite and PRO version. And you are not required to add featured images to your posts to display the post on frontpage.

    When you do not add a featured image, the posts display a blank predefined image.

    #73282

    Towfiq I.

    administrator

    You can view the differences from your Asteria Lite Theme Options> Upgrade to PRO tab.
    You can also check the comparisons from here:

    Asteria Lite: Free WordPress Theme

    #73267

    Towfiq I.

    administrator

    Yes I saw that while developing the theme, I followed the instruction that they described in their documentation, but strangely none worked.

    You can translate your strings using shortcodes, First add this to your functions.php
    http://pastebin.com/5WSeiK33

    and then add your shortcodes like this from your theme options page:

    [wpml_translate lang="en"]Your English Text Here...[/wpml_translate]

    #73264

    Towfiq I.

    administrator

    Yes. you will have to disable the option from the theme options page.

    #73121

    Towfiq I.

    administrator

    You will have to remove these lines from asteria.js file:

    	//Block Animation
    	if (jQuery(window).width() > 480) {
    	jQuery('.midrow_block').hover(function(){
    	jQuery(this).stop().animate({ "color":sechovertext, "backgroundColor":sechover, "paddingTop":"0px" }, 200);
    	jQuery(this).find('.icon_wrap i').animate({ "color":sechovertext }, 200);
    	jQuery(this).find('.midrow_block:hover .block_img').animate({ "borderColor":sechovertext }, 200);
    	}, function(){
    	jQuery(this).stop().animate({ "color":primarytext, "backgroundColor":"transparent", "paddingTop":"2%" }, 200);	
    	jQuery(this).find('.icon_wrap i').animate({ "color":"rgba(0, 0, 0, 0.15)" }, 200);
    	jQuery(this).find('.midrow_block:hover .block_img').animate({ "borderColor":"rgba(0, 0, 0, 0.15)" }, 200);
    	});
    	}
    #73114

    Towfiq I.

    administrator

    Sorry its only available to change the color of the header in the PRO version.
    I left it in the lite version by mistake. will be cleaned up in the new version.

    #73108

    Towfiq I.

    administrator

    Its possible but you will have to disable the ajax functionality. To acheive this, open up layout1.php and replace this:

    'show_all' => true,

    with:

    'show_all' => false,

    then disable the “Ajax Pagination” from Asteria Theme Options page.

    #73106

    Towfiq I.

    administrator

    Thanks. I dont know how I missed it.. Thank you very much.
    You will also have to make similar edits in footer.php and content-frontpage-widgets-area.php

    #73099

    Towfiq I.

    administrator

    Go to Settings> Reading and select “Your Latest posts” as your home page.

    #72998

    Towfiq I.

    administrator

    add this to your asteria option’s “custom css” tab:

    .midrow_block:nth-child(1){background:#EB5E1E;}
    .midrow_block:nth-child(2){background:#7DD66B;}
    .midrow_block:nth-child(3){background:#51B6E8;}
    .midrow_block:nth-child(4){background:#E851A7;}

    #72989

    Towfiq I.

    administrator

    Great! πŸ™‚ If you like the theme and the support it would be very helpful if you could rate this theme:
    http://wordpress.org/support/view/theme-reviews/asteria-lite
    Thanks

    #72978

    Towfiq I.

    administrator

    yes. as far as I understand..

    #72968

    Towfiq I.

    administrator

    Yep! looks like a permission issue. i see you uploaded this image: http://www.rolexwatchtrader.co.uk/wp-content/uploads/2013/12/gold-rolex-300×142.jpg

    But when you try to view this image you get 403 Forbidden error. which means the image exsits but its not public, try changing the permision of the wp-content/upload folder to 666 via ftp.

    #72962

    Towfiq I.

    administrator

    create a new admin user in your wordpress installation and send me the login details through the contact page I will look into it from the backend:

    Contact

    #72958

    Towfiq I.

    administrator

    add this to the very bottom of your stylesheet:

    .midrow_blocks{height:230px!important;}
    .midrow_block{height:215px!important;}
    .mid_block_content{height:240px!important;}

    #72957

    Towfiq I.

    administrator

    are you using any plugin that might cause this? how are you adding the images to the slides? from you computer or url?

    #72950

    Towfiq I.

    administrator

    whats your site address?

Viewing 25 posts - 1,601 through 1,625 (of 2,462 total)