Forum Replies Created
-
#73663On December 12, 2013 at 12:49 pm
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')) ) : ?>
#73659On December 12, 2013 at 12:36 pmbelow the code chunk you just posted.
#73652On December 12, 2013 at 12:08 pmAdd this to your stylesheet:
.midrow_blocks{border:none!important;}
#73580On December 12, 2013 at 5:21 amSorry. Thats Only possible in the PRO version.
#73536On December 11, 2013 at 9:17 pmPlease make sure you added titles to your slides. Without adding a title, the slides wont be saved.
#73511On December 11, 2013 at 7:40 pmCan you send me your site id/pass through this page and let me take a look at it from the back-end?
Thanks
#73456On December 11, 2013 at 2:45 pmAfter adding the 3 slides, did you click the “Save changes” button?
#73383On December 11, 2013 at 6:18 amYou 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.#73375On December 11, 2013 at 6:06 amYou 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.
#73282On December 10, 2013 at 7:33 pmYou can view the differences from your Asteria Lite Theme Options> Upgrade to PRO tab.
You can also check the comparisons from here:#73267On December 10, 2013 at 6:50 pmYes 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/5WSeiK33and then add your shortcodes like this from your theme options page:
[wpml_translate lang="en"]Your English Text Here...[/wpml_translate]
#73264On December 10, 2013 at 6:41 pmYes. you will have to disable the option from the theme options page.
#73121On December 10, 2013 at 6:44 amYou 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); }); }
#73114On December 10, 2013 at 6:31 amSorry 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.#73108On December 10, 2013 at 6:16 amIts 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.
#73106On December 10, 2013 at 6:13 amThanks. 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#73099On December 10, 2013 at 5:59 amGo to Settings> Reading and select “Your Latest posts” as your home page.
#72998On December 9, 2013 at 7:21 pmadd 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;}#72989On December 9, 2013 at 6:23 pmGreat! π 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#72968On December 9, 2013 at 5:38 pmYep! 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.
#72962On December 9, 2013 at 5:22 pmcreate 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:
#72958On December 9, 2013 at 5:15 pmadd this to the very bottom of your stylesheet:
.midrow_blocks{height:230px!important;}
.midrow_block{height:215px!important;}
.mid_block_content{height:240px!important;}#72957On December 9, 2013 at 5:10 pmare you using any plugin that might cause this? how are you adding the images to the slides? from you computer or url?