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
-
#125278
On April 16, 2014 at 10:13 pm
#124781
On April 16, 2014 at 2:43 pm
Add this to your stylesheet too:
.lay2 .postitle, #topmenu ul li a{text-transform: none!important;}
#124760
On April 16, 2014 at 2:34 pm
not wp-includes. navigate to wp-content/themes/asteria/lib/icludes to locate the shortcode.php file.
#123370
On April 15, 2014 at 6:29 pm
press ctrl+f5 couple of times to see the changes.
#123369
On April 15, 2014 at 6:28 pm
Open up functions.php and remove this line:
wp_enqueue_style('customfont',get_template_directory_uri().'/fonts/yanone_kaffeesatz.css', 'yanone_kaffeesatz' );
#123365
On April 15, 2014 at 6:24 pm
you cant do it like that. you will have to edit the shortcodes.php from lib/includes folder.
replace this:
$return_html = '<div class="scl_button"><span><a target="_blank" style="background:'.$background_color.';color:'.$text_color.';" href="'.$url.'">'.$content.'</a></span></div><div style="clear:both"></div>';
$return_html = '<div class="scl_button"><span><a target="_self" style="background:'.$background_color.';color:'.$text_color.';" href="'.$url.'">'.$content.'</a></span></div><div style="clear:both"></div>';
#123357
On April 15, 2014 at 6:11 pm
Open up style.php and replace this line:
body #topmenu ul li ul li a{ font-size:16px!important;}
with this:
body #topmenu ul li ul li a{ font-size:12px!important;}
#123129
On April 15, 2014 at 9:23 am
@Vaibhavi please press ctrl+f5 couple of times to see the change,
#122864
On April 14, 2014 at 9:57 pm
try adding this to your Custom CSS:
@media screen and (max-width: 868px){
#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;}
}
#122857
On April 14, 2014 at 9:46 pm
yes a wrordpress user wrote a custom shortcode function. Add this to your functions.php
// [polylang lang="en"]English[/polylang][polylang lang="sp"]Spanish[/polylang]
function polylang_shortcode($atts, $content = null)
{
if (empty($content))
return '';
extract( shortcode_atts( array('lang' => ''), $atts ) );
if (empty($lang))
return "<h3>You must specify 'lang' using shortcode: polylang</h3>";
return ($lang == pll_current_language()) ? $content : '';
}
add_shortcode('polylang', 'polylang_shortcode');
before this line:
//Asteria Site title
then you can use the shortcode like this:
[polylang lang="en"]English[/polylang][polylang lang="sp"]Spanish[/polylang]
source: https://wordpress.org/support/topic/polylang-shortcode-like-qtranslate-for-theme-options-and-text?replies=17
#122849
On April 14, 2014 at 9:36 pm
#122848
On April 14, 2014 at 9:35 pm
#122843
On April 14, 2014 at 9:25 pm
Add this to your stylesheet:
@media screen and (max-width: 800px) and (min-width: 499px){
.midrow_block .blocklink{ display:block; width:32px; height:32px; background:url(images/blocklink.png) ;}no-repeat;}
}
#122835
On April 14, 2014 at 9:11 pm
replace this line:
#slider .slider-content h2 a, #slider .slider-content a{text-transform:none!important;}
#121989
On April 13, 2014 at 4:49 pm
you are not using the child theme. or your child theme’s stylesheet is not loading..
#121948
On April 13, 2014 at 3:26 pm
click the “restore default settings” of the theme options page and try setting up the theme options again.
#121532
On April 12, 2014 at 11:03 pm
Add this to your stylesheet:
.scl_button{text-align:center;}
#121320
On April 12, 2014 at 5:09 pm
Please make sure you add titles to each of your slides. You can’t save slides without titles.
#121319
On April 12, 2014 at 5:06 pm
1. Go to Appearance> Menus and create Custom Link menu and add them to your menu.
2. Sorry. I am not seeing the overlapping issue. can you send me a screenshot?
#121310
On April 12, 2014 at 4:53 pm
Add this to the very bottom of your stylesheet:
.single_post .post img, .type-page img, .type-attachment img{max-width:100%!important;}
#121308
On April 12, 2014 at 4:48 pm
whats your site address Lindi?
#121307
On April 12, 2014 at 4:47 pm
@Joyce Yes. just create a new category called blog and mark all the category as “blog” and then select the blog category for the blog page template.
@birdirt Please load your site and press ctrl+f5 couple of times to see the change.
#121305
On April 12, 2014 at 4:44 pm
Go to Settings> Reading and select 6 posts per page.
#121295
On April 12, 2014 at 4:31 pm
Go to Appearance> Zenon Options> Front Page> Blocks to change those text.
#121293
On April 12, 2014 at 4:28 pm
@Joshua The slider images you uploaded are not big enough. please make sure they are at-least 1200px x 400px
and you can only change font in the PRO version.
Hello! this is Towfiq, a passionate web developer from Bangladesh, building website templates for almost 4 years and sharing them with the world. Most of my designing/ programming skills are self taught. Providing free Wordpress themes to wordpress enthusiasts is another one of my passions.
When I am not building templates, I listen to music, read books, paint and travel.
x