Forum Replies Created

Viewing 30 posts - 61,771 through 61,800 (of 67,197 total)
  • Author
    Posts
  • in reply to: Icon List – Centering text #207883

    Hey!

    Use this for the paragraph:

    .iconbox_content_container p {
    color: white;
    }

    This is for the title:

    .main_color h3.iconbox_content_title {
    color: pink;
    }

    Best regards,
    Ismael

    Hi deyowulf!

    Where do you want it to show? Maybe, you can add it on header.php, find this code at the very bottom:

    <?php } //end blank check ?>
    	<div id='main'>

    Add this below:

    <?php echo do_shortcode('[shareaholic app="share_buttons" id="4766761"]'); ?>
        
        <?php echo do_shortcode('[data-app-id="4766761"]');  ?>

    On Enfold > Styling > Quick CSS, add this code:

    p.pos_fixed {
    position:fixed;
    top: 30px;
    left: 50px;
    }

    Cheers!
    Ismael

    in reply to: About Portfolio Gird #207880

    Hi Tommy!

    How many columns do you have on the portfolio grid? You can use this on Quick CSS if you have a 4 column portfolio:

    .no_margin.av_one_fourth.first{
    padding-left: 0px;
    }
    
    .no_margin.av_one_fourth {
    width: 25%;
    padding-left: 10px;
    }

    Cheers!
    Ismael

    in reply to: Posts duplicated , custtom taxonomy #207878

    Hi!

    Glad it is fixed. :)

    Cheers!
    Ismael

    Hi deyowulf!

    You can remove it using this on Quick CSS:

    .avia-menu-fx {
    display: none;
    }

    Change the color using this:

    .header_color .avia-menu-fx .avia-arrow, .header_color .avia-menu-fx {
    background: red;
    }

    Regards,
    Ismael

    in reply to: Change Color of Font in Search Bar #207875

    Hey deyowulf!

    You can use this:

    #top .header_color input[type='text'] {
    color: blue;
    }
    
    ::-webkit-input-placeholder { /* WebKit browsers */
        color: red
    }
    :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color: red;
    }
    ::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: red;
    }
    :-ms-input-placeholder { /* Internet Explorer 10+ */
        color: red;
    }

    Cheers!
    Ismael

    in reply to: Enfold last update #207872

    Hey!

    Glad you solved it. :)

    Best regards,
    Ismael

    in reply to: Video doesn't display in Firefox #207871

    Hi!

    I’m sorry but I don’t have an iOS device to check this with. Please wait for Devin’s and Josue’s response.

    Cheers!
    Ismael

    in reply to: Icon List – Centering text #207869

    Hey Rohan!

    1.) Add this on Quick CSS:

    .iconlist_content_wrap {
    padding-top: 13px;
    }

    2.) You can remove the icon background color using this:

    .main_color .avia-icon-list .iconlist_icon {
    background-color: transparent;
    }

    Change the icon color using this:

    .avia-icon-list .iconlist_icon {
    color: gray;
    }

    3.) Change the background color of the iconbox content using this:

    .main_color.iconbox_top .iconbox_content {
    background-color: gray;
    }

    Regards,
    Ismael

    in reply to: Static sidebar, scrolling content? #207868

    Hey mgma!

    Please hire a freelance developer to add the sidebar navigation for you. You can visit http://werkpress.com/.

    Cheers!
    Ismael

    in reply to: Reducing circle size around icons #207867

    Hey Rohan!

    You can use this on your custom.css or Quick CSS:

    .av_font_icon.av-icon-style-border .av-icon-char {
    padding: 10px;
    }

    Cheers!
    Ismael

    in reply to: bullet points not appear in product description #207864

    Hey NanaKuo!

    Can you please give us a link to the product page? We would like to inspect it.

    Best regards,
    Ismael

    in reply to: Update theme on localhost #207863

    Hey corporateassets!

    The best way is to override the old theme files directly. Watch this video by Devin: https://vimeo.com/channels/aviathemes/64927356

    Best regards,
    Ismael

    in reply to: Increase Default Font Size #207853

    Hi!

    Please use this:

    .main_menu ul:first-child > li > a {
    font-size: 15px;
    }

    Regards,
    Ismael

    in reply to: Two requests (logo and font) #207851

    Hey!

    Create a folder named “font’ on the enfold theme folder. Place the font .ttf file inside the font folder. Add this on css > custom.css file:

    @font-face {
    font-family: Edwardian Script ITC;
    src: url(../font/nameofthefont.ttf);
    }

    You can specify the font family on Quick CSS or custom.css:

    h1, h2, h3 {
    font-family: Edwardian Script ITC;
    }

    Best regards,
    Ismael

    in reply to: Increase Default Font Size #207847

    Hey Lead!

    You can add something like this on Quick CSS or custom.css:

    body, body p {
    font-size: 15px;
    }

    Best regards,
    Ismael

    in reply to: Update not available? #207846

    Hi Cam!

    Please wait for another 12 hours or download the theme manually on your themeforest account. Update the theme via FTP. Watch this video by Devin: http://vimeo.com/channels/aviathemes/67209750

    Best regards,
    Ismael

    in reply to: Modifying the output of shortcode in child theme #207843

    Hey Simon!

    Please refer to this link on how to override template builder’s shortcode function on a child theme: https://kriesi.at/support/topic/portfolio-meta/#post-134009

    Cheers!
    Ismael

    in reply to: Add sidebar to bbPress #207840

    Hey!

    Please refer to this link: https://kriesi.at/support/topic/bbpres-no-sidebar-in-topics/

    Cheers!
    Ismael

    in reply to: Video doesn't display in Firefox #207837

    Hey!

    This is what I see on Firefox 26.0 Windows 8. On what browser and OS are you testing this with? What is the format of the videos that you used?

    Cheers!
    Ismael

    in reply to: Listing blog posts in alphabetical order #207836

    Hey motylanogha!

    Edit config-templatebuilder > avia-shortcodes > blog.php, find this code on line 297:

    $query = array(	'paged' 	=> $page,
    									'posts_per_page' => $params['items'],
                                        'offset' => $params['offset'],
                                        'post__not_in' => (!empty($no_duplicates)) ? $avia_config['posts_on_current_page'] : array(),
    									'tax_query' => array( 	array( 	'taxonomy' 	=> $params['taxonomy'],
    																	'field' 	=> 'id',
    																	'terms' 	=> $terms,
    																	'operator' 	=> 'IN')));
    				}
                    else
    				{
    					$query = array(	'paged'=> $page,
                                        'posts_per_page' => $params['items'],
                                        'offset' => $params['offset'],
                                        'post__not_in' => (!empty($no_duplicates)) ? $avia_config['posts_on_current_page'] : array(),
                                        'post_type' => $params['post_type']);
    				}

    Replace it with:

    $query = array(	'paged' 	=> $page,
    									'posts_per_page' => $params['items'],
    									'orderby' => 'name', 'order' => 'ASC',
                                        'offset' => $params['offset'],
                                        'post__not_in' => (!empty($no_duplicates)) ? $avia_config['posts_on_current_page'] : array(),
    									'tax_query' => array( 	array( 	'taxonomy' 	=> $params['taxonomy'],
    																	'field' 	=> 'id',
    																	'terms' 	=> $terms,
    																	'operator' 	=> 'IN')));
    				}
                    else
    				{
    					$query = array(	'paged'=> $page,
                                        'posts_per_page' => $params['items'],
    									'orderby' => 'name', 'order' => 'ASC',
                                        'offset' => $params['offset'],
                                        'post__not_in' => (!empty($no_duplicates)) ? $avia_config['posts_on_current_page'] : array(),
                                        'post_type' => $params['post_type']);
    				}

    Refer to this link for more order parameters: http://codex.wordpress.org/Class_Reference/WP_Query#Order_.26_Orderby_Parameters

    Best regards,
    Ismael

    Hi!

    The avia_flush_rewrites function is not required anymore. The avia_flush_rewrites code forced wp to rewrite the rules when the user saved the settings, the custom rewrite rules cause too much trouble especially with WPML. Dude created some new code which registers new permalink options on the Settings > Permalinks page. The user can only change the permalink structure on the wordpress settings.

    Regards,
    Ismael

    in reply to: Fullwidth slider buttons #207830

    Hi!

    Can you please give us a link to the actual page with the slider?

    Regards,
    Ismael

    in reply to: Problem with Fullscreen slider on computer browser only #207829

    Hi mtmfx!

    Good thing it works fine on actual device. :)

    Regards,
    Ismael

    Hey Jordache!

    This is way beyond of what we can do as support team. Please hire a freelance developer to help you with the Chrunbee Integration. You can visit http://werkpress.com/.

    Regards,
    Ismael

    Hi!

    Edit config-templatebuilder > avia-shortcodes > portfolio.php, find this code on line 442:

    //get all categories that are actually listed on the page
    			$categories = get_categories(array(
    				'taxonomy'	=> $params['taxonomy'],
    				'hide_empty'=> 0
    			));

    Replace it with:

    $categories = get_categories(array(
    				'taxonomy'	=> $params['taxonomy'],
    				'hide_empty'=> 0,
    				'orderby' => 'name',
    				'order' => 'DESC'
    			));

    Best regards,
    Ismael

    in reply to: Two logo images – one for desktop site and one for mobile #207826

    Hey!

    You can add this on your Quick CSS or custom.css to change the background of the logo then remove the logo image on mobile device view:

    @media only screen and (max-width: 767px) {
    .responsive .logo {
    background: url('http://heartland.estlandpreview2.com/wp-content/themes/heartland/images/logo_header_mobile.png') no-repeat;
    position: relative;
    top: 50px;
    left: 30px;
    }
    
    .responsive .logo img {
    margin: 0 auto;
    display: none;
    }
    }

    Best regards,
    Ismael

    in reply to: A few issues on Enfold #207825

    Hi flowpsychicarts!

    1.) Yes, you can deselect the Blog on Theme Options > Where do you want to display Blog? then create a new page. Insert the Easy Slider then the Blog Posts element.

    2.) We don’t have an access with the plugin, you might want to contact the plugin author. Please post the login details here as a private reply. We would like to inspect the website.

    3.) You can adjust the left margin of the inner sidebar using this on your Quick CSS:

    .inner_sidebar {
    margin-left: 20px;
    }

    Best regards,
    Ismael

    in reply to: Dealbreaker – that white space under the header #207824

    Hi jodyannthomas!

    What space? Can you please give us a link to the actual website? I guess it can be easily fix with css. Enfold 2.4.5 is available on the Theme Update, you might want to upgrade your installation.

    Best regards,
    Ismael

    in reply to: Link hover color change not working on all links #207823

    Hi!

    You can use this:

    .main_color h5 span a:hover {
    color: blue !important;
    }

    Change the color value.

    Regards,
    Ismael

Viewing 30 posts - 61,771 through 61,800 (of 67,197 total)