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

Home Forums

  • #114513

    Towfiq I.

    administrator

    Johanna are you sure you did that? it doesnt look like you changed the setting from Settings> Reading page.

    #114338

    Towfiq I.

    administrator

    Add this to your Custom CSS:

    @media screen and (max-width: 1085px){
    #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;
    }
    }
    /*SIDR PLUGIN STYLE*/
    .sidr{display:none;position:absolute;position:fixed;top:0;height:100%;z-index:999999;width:260px;overflow-x:none;overflow-y:auto;background:#333;color:#fff}
    .sidr .sidr-inner{padding:0 0 15px}
    .sidr .sidr-inner>p{margin-left:15px;margin-right:15px}
    .sidr.right{left:auto;right:-260px}
    .sidr.left{left:-260px;right:auto}
    .sidr ul{display:block;margin:0 0 15px;padding:0;border-top:1px solid #1a1a1a;border-bottom:1px solid #4d4d4d}
    .sidr ul li{display:block;margin:0;line-height:48px;border-top:1px solid #4d4d4d;border-bottom:1px solid #1a1a1a}
    .sidr ul li a,.sidr ul li span{padding:0 15px;display:block;text-decoration:none;color:#fff}
    .sidr ul li ul{border-bottom:none;margin:0}.sidr ul li ul li{line-height:40px;font-size:13px}
    .sidr ul li ul li:last-child{border-bottom:none}
    .sidr ul li ul li a,.sidr ul li ul li span{color:rgba(255,255,255,0.8);padding-left:30px}
    
    
    #113947

    Towfiq I.

    administrator

    from Asteria Options, In your map location textarea you added this:

    Villa Lumia Bali
    Jl. Brang KelingKung
    Lod Tunduh, Ubud,
    Bali, Indonesia

    you created new line by pressing enter, this broke the script. instead you need to use <br> tag to create new line. like this:

    Villa Lumia Bali<br>Jl. Brang KelingKung<br>Lod Tunduh, Ubud,<br>Bali, Indonesia

    #113938

    Towfiq I.

    administrator

    this is default behavior. no errors anywhere. to fix this, you need to add this to your stylesheet:

    .page #content .single_wrap{width:100%!important;}

    #113934

    Towfiq I.

    administrator

    Thanks Ron! 🙂

    #113933

    Towfiq I.

    administrator

    Add this to your Custom CSS to hide the icon and make the image clickable

    .post_image:hover .img_hover{display:none;}

    #113915

    Towfiq I.

    administrator

    whats your site addresss?

    #113902

    Towfiq I.

    administrator

    try adding this to your Custom CSS:

    .lay1 .hentry{margin-top:0!important; opacity:1!important;}

    #113894

    Towfiq I.

    administrator

    Are you using any cache plugin? if you are, try clearing the cache.

    #113892

    Towfiq I.

    administrator

    Open up index.php and replace this:

    <?php get_template_part(''.$zn_slides = of_get_option('slider_select', 'nivo').''); ?>

    with this:

    <?php dynamic_sidebar (‘slider’); ?>

    #113882

    Towfiq I.

    administrator

    try this:

    <?php if(is_home()) { 
    	 $args = array(
    				   'post_type' => 'review-pc',
    				   'paged' => ( get_query_var('paged') ? get_query_var('paged') : 1),
    			);
    	query_posts($args);
    } ?>
    #113516

    Towfiq I.

    administrator

    No you dont need to purchase twice. you can use the theme on multiple sites.

    #113375

    Towfiq I.

    administrator

    that could work. Are all the fonts loading in logo font settings from Asteria options?

    #113370

    Towfiq I.

    administrator

    was it working before and not working now? could this be a plugin conflict? try disabling all the plugins and see if that fixes it..

    #113333

    Towfiq I.

    administrator

    you can do all that if the polylang plugin have any shortcode. does it?

    #113029

    Towfiq I.

    administrator

    Are you using a child theme? if not, The documentation file should load fine.

    and you can change the blocks text from Asteria Options> Frontpage > Blocks

    #113027

    Towfiq I.

    administrator

    its a known issue and It will be fixed in the next version.

    and I was talking about version 2.0 of theron. not zenon.

    #113025

    Towfiq I.

    administrator

    1. Please make sure you setup the menu from Appearance> Menus to translate your menu with polylang.

    2. it means the text strings that are used in the theme are translated. e.g: share this, search etc..

    #113005

    Towfiq I.

    administrator

    @James the theme doesnt have revolution slider. it has nivo slider. to setup your slider, please Go to Appearance> Theron Options> Documentation to read the setup guide.

    #112887

    Towfiq I.

    administrator

    I just looked in to the code of the theme and looks like the way its written its not possible to achieve this.

    Sorry

    #112555

    Towfiq I.

    administrator

    did you get a code to display the slider from revolution slider plugin? post it here.

    #112552

    Towfiq I.

    administrator

    Add this to your stylesheet:

    #topmenu ul li ul{margin-top: 17px!important;}
    #topmenu ul li ul li{background: rgba(247, 247, 247, 0.9)!important;}
    #112387

    Towfiq I.

    administrator

    open up category.php and add this:

    <div class="center">
    <h1><?php single_cat_title('',true); ?></h1>
    <p><?php echo category_description( ); ?> </p>
    </div>

    after this:

    <?php get_header(); ?>

    #111964

    Towfiq I.

    administrator

    can you send me a page link where this issue is visible?

    #111646

    Towfiq I.

    administrator

    Add this to your stylesheet:

    .midrow_block:hover h3{color:#333!important;}
    
Viewing 25 posts - 976 through 1,000 (of 2,462 total)