Forum Replies Created

Viewing 30 posts - 82,441 through 82,470 (of 82,533 total)
  • Author
    Posts
  • in reply to: Header #139259

    Hi Btina,

    We have a channel on Vimeo http://vimeo.com/channels/aviathemes/videos

    In Advanced Layout Editor > Media Elements there are 4 sliders that you can add to your pages. Simply drag&drop on the top of the page

    Regards,

    Yigit

    in reply to: Please contribute and translate Enfold #114983

    Hi,

    In your WordPress installation you should open wp-config.php file and find

    define('WPLANG', '');

    and change it to

    define('WPLANG', 'da_DK');

    If you have more questions, please start a new topic and ask there

    Regards,

    Yigit

    in reply to: Spin image on slider in Infinte loop #138836

    Hi,

    You can change slider width in Layer Slider settings.

    Make sure that you have unchecked “full-width slider”

    Regards,

    Yigit

    in reply to: Back to Top link/icon in footer #138272

    Hi,

    In your WordPress installation please go to Enfold and open Footer.php file and find this code in line 165

    and change it to

    some CSS adjustments may be needed after it

    Regards,

    Yigit

    in reply to: Remove Price from Products on Product Slider #139136

    Hi,

    In your WordPress installation please go to Wp-content > Plugins > WooCommerce > Templates and open Content-product.php file and find following code in line between 56-63

    <?php
    /**
    * woocommerce_after_shop_loop_item_title hook
    *
    * @hooked woocommerce_template_loop_price - 10
    */
    do_action( 'woocommerce_after_shop_loop_item_title' );
    ?>

    and comment it out, just in case you would like to display prices in future

    		<!-- <?php
    /**
    * woocommerce_after_shop_loop_item_title hook
    *
    * @hooked woocommerce_template_loop_price - 10
    */
    do_action( 'woocommerce_after_shop_loop_item_title' );
    ?> -->

    Then add this code to Quick CSS in Enfold theme options

    .products .product h3 { padding-bottom: 10px; }

    Regards,

    Yigit

    in reply to: Removing Top Header Bar #138866

    Hi,

    Then please replace previous code with this one

    .social_header .phone-info { float: right; padding-top: 15px; }

    Regards,

    Yigit

    Hi,

    In your WordPress installaion please go to Enfold > Framework > Php and open Class-framework-widgets.php file and find following code in line 397

    $time_format = apply_filters( 'avia_widget_time', get_option('date_format')." - ".get_option('time_format'), 'avia_newsbox' );

    and change it to

    $time_format = apply_filters( 'avia_widget_time', get_option('date_format'), 'avia_newsbox' );

    Regards,

    Yigit

    in reply to: Error with contact form #139018

    Hi Sebastian,

    I don’t have Visual form builder pro and i don’t think any of other team members do. Can you copy/paste 298th line in email.php file?

    Regards,

    Yigit

    in reply to: Last row of Blog Grid layout #137772

    Hi,

    Please try following;

    1) make sure you have chosen Grid Layout as your Blog Style in Enfold theme options page

    2) go to Settings > Reading choose “Static Page” in “Front Page Displays” and for “Posts Page” choose your blog page.

    3) Change the number in “Blog page shows at most 10 posts” to 12 and Save changes.

    4) Check if it’s working, it should, then you can choose “Your latest posts” for “Front page displays”

    Regards,

    Yigit

    in reply to: Spin image on slider in Infinte loop #138827

    Hi,

    Margin-right: auto; and margin-left: auto; will center the image. and you can reduce the size by changing values in “width” and “height”

    Regards,

    Yigit

    in reply to: How to align logo #139102

    Hi Robero,

    If i understood you correctly, you should choose this setting in Enfold theme options. Layout will be larger.

    If this is not what you were asking, please send us a screenshot showing what changes you would like to do.

    Regards,

    Yigit

    in reply to: post slider not sliding? #138793

    Hi,

    You currently have Enfold version 1.8.1 please update Enfold to version 2.0.1 and WordPress to 3.6 and let us know if issue remains.

    Regards,

    Yigit

    in reply to: style sidebar widget like persistent sidebar #138489

    Hi,

    Please add this code to Quick CSS

    #top .widget ul { list-style: none outside; text-align: right }

    .widgettitle { text-align: right; }

    Regards,

    Yigit

    in reply to: How to change font size in non-English version menu? #138531

    Hi,

    Please try adding following code to Quick CSS in Enfold theme options

    html[lang="zh-hans"] #socket .sub_menu_socket { font-size: 21px }

    Regards,

    Yigit

    in reply to: style sidebar widget like persistent sidebar #138487

    Hi,

    My bad :)

    They do not have the same styles because widget in ‘prettysidebar’ has sidebar class and other one doesn’t. Please add this code to Quick CSS to have the same look

    .entry-content ul { list-style: none-outside; }

    .main_color a { color: #a098a0!important; }

    Regards,

    Yigit

    in reply to: style sidebar widget like persistent sidebar #138485

    Hi,

    I got your login info. I’ll take a look at it now and let you know.

    P.S.: i deleted your post, please do not share your login info publicly next time

    Regards,

    Yigit

    in reply to: How do I remove the breadcrumb on the home page of Enfold? #139046

    Hi,

    That should delete actually. You can try adding the code in Enfold > Css > Custom.css under 3rd line

    Regards,

    Yigit

    in reply to: How do I remove the breadcrumb on the home page of Enfold? #139044

    Hi,

    Please add following code to Quick CSS in Enfold theme options

    .title_container .breadcrumb { display: none; }

    Regards,

    Yigit

    in reply to: Portfolio grid not working properly #138861

    Hi,

    It’s done. You should add featured image as shown below to set preview image. In your case i added it for “images-non-publiees”

    You should go to portfolio items and find Featured Image on the right lower side on the screen and add your image.

    P.S.: Please do not forget to delete temporary admin login you created for me

    Regards,

    Yigit

    in reply to: Enfold problems with IE9 #139026

    Hi,

    Please update Enfold to 2.0.1 and make sure that you have chosen responsive layout in Enfold theme options

    Regards,

    Yigit

    in reply to: Grid documentation #139030

    Hi,

    What would you like to know about 12 column grid? You can see width of columns for each screen resolutions on Enfold > Css > Gris.css

    Regards,

    Yigit

    in reply to: CSS border over ride #139006

    Hi,

    Can you please try adding this code to Quick CSS

    .twentytwenty-handle:before { bottom: 50%!important; }

    It seems like working on my end

    Regards,

    Yigit

    in reply to: Creating the HomePage #139028

    Hi,

    You can create a template and save/load it as shown in image below

    Regards,

    Yigit

    in reply to: Portfolio grid not working properly #138859

    Hi,

    Could you please create a temporary admin login and send it to me on

    Regards,
    Yigit

    • This reply was modified 8 years, 1 month ago by Yigit.

    Hi,

    Can you please give us the link of your site?

    Regards,

    Yigit

    in reply to: CSS border over ride #139004

    Hi,

    Do you normally have different images in each tab? And did you make sure that you are inserting correct shortcode in each tab content?

    Regards,

    Yigit

    in reply to: Top link/button not visible in safari and chrome browser #139023

    Hi,

    I tried on Chrome and it works fine. You can check the screencast here http://www.screenr.com/dLrH

    I zoomed in on page because height wasn’t enough to display go top button. After you add more content it will be automatically visible.

    Regards,

    Yigit

    in reply to: CSS border over ride #139001

    Hi Chris,

    Please try adding following code to Quick CSS

    .main_color div { border-color: none; }

    .main_color .tabcontainer .tab { border-color: #e1e1e1; }

    Regards,

    Yigit

    in reply to: Featured Image Size #138870

    Hi Evan,

    Please add following code to Quick CSS

    .single-post .single-small.with-slider .small-preview { width: 100px; height: 100px; }

    Width and height should be the same as you defined in functions.php file

    Regards,

    Yigit

    in reply to: Portfolio grid not working properly #138857

    Hi,

    Are both Enfold and WordPress up2date? If not please update Enfold to 2.0.1 and WordPress to 3.6 and let us know if issue remains

    Regards,

    Yigit

Viewing 30 posts - 82,441 through 82,470 (of 82,533 total)