Forum Replies Created

Viewing 30 posts - 58,291 through 58,320 (of 67,191 total)
  • Author
    Posts
  • Hi chrispozzi!

    Thank you for using the theme!

    Have you tried using the Gallery element under Media Elements panel? You’ll be able to select or upload specific images.

    Cheers!
    Ismael

    in reply to: Featured Blog Images Changed Size #264413

    Hey!

    Thank you for the info.

    Please edit functions.php then look for the same code Devin suggested. Replace it with this:

    $avia_config['imgSize']['entry_with_sidebar'] 	= array('width'=>710, 'height'=>360, 'crop'=>false);
    

    Use this plugin to regenerate the thumbnails, go to Tools > Regen. Thumbnails: http://wordpress.org/plugins/regenerate-thumbnails/

    Best regards,
    Ismael

    in reply to: Footer Column Layout #264410

    Hey!

    Thank you for using the theme!

    Please add this on Quick CSS or custom.css to revert the changes back to your default css settings:

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .responsive .av_one_fourth.first.el_before_av_one_fourth, .responsive .av_one_fourth.first + .av_one_fourth, .responsive .av_one_fourth.first + .av_one_fourth + .av_one_fourth, .responsive .av_one_fourth.first + .av_one_fourth + .av_one_fourth + .av_one_fourth, .responsive .av_one_half.first + .av_one_fourth.el_before_av_one_fourth, .responsive .av_one_half.first + .av_one_fourth.el_before_av_one_fourth + .av_one_fourth, .responsive .avia-content-slider-inner .av_one_fourth {
    margin-left: 4%;
    width: 22%;
    float: left;
    clear: none !important;
    }
    
    .responsive .av_one_half.first + .av_one_fourth, .responsive .av_one_half.first + .av_one_fourth + .av_one_fourth, .responsive .av_one_fourth.first + .av_one_fourth + .av_one_fourth, .responsive .av_one_fourth.first + .av_one_fourth + .av_one_fourth + .av_one_fourth, .responsive .av_one_fourth.first + .av_one_fourth + .av_one_half {
    margin-top: 0;
    }
    }

    Regards,
    Ismael

    in reply to: General styling does not work #264408

    Hi makisn!

    Thank you for visiting the support forum!

    Have you tried deleting the enfold.css file then save the settings again? Are you using a minify plugin? Please provide us with a link to the actual website so that we can inspect it. Thanks!

    Regards,
    Ismael

    in reply to: Form Isn't Working #264405

    Hi projectpinkcampaign!

    Thank you for visiting the support forum!

    I tested the it and I was able to submit the contact form. What are the missing fields? Please download the latest version 2.7.1 from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Best regards,
    Ismael

    in reply to: YouTube Suggested Videos #264388

    Hi projectpinkcampaign!

    Thank you for using the theme!

    If you want a full control over the embedded video on youtube, please use the Code Block element. Get the embed code of the youtube video then wrap it on the avia-video container. Something like this:

    <div class="avia-video avia-video-16-9  " itemprop="video" itemtype="http://schema.org/VideoObject">
    <div class="avia-iframe-wrap"><iframe width="1500" height="844" src="//www.youtube-nocookie.com/embed/G0k3kHtyoqc?rel=0&controls=0" frameborder="0" allowfullscreen></iframe></div>
    </div>
    

    You can now add more video attributes on the video url. On the example above, we added the control (controls=0) and related (rel=0) option. Please use the width and height property of the example code across all youtube videos that you’ll embed.

    Best regards,
    Ismael

    in reply to: Footer bold/box on current page #264384

    Hi!

    Thank you for the update.

    Please use this on Quick CSS or custom.css:

    #nav_menu-2 ul:first-child>.current_page_item {
    left: 0 !important;
    }

    Cheers!
    Ismael

    Hey nerkasa!

    Thank you for the kind words and for using the theme!

    1.) You can refer to this link for more info about rating an envato item: http://support.envato.com/index.php?/Knowledgebase/Article/View/214/55/how-do-i-give-feedback-on-items

    2.) You don’t need to update the child theme once you have updated the parent theme folder. :)

    Cheers!
    Ismael

    in reply to: s2 member conditional formatting #264370

    Hi bigtime32!

    Thank you for using the theme!

    If I am not mistaken, the conditional menu function has been disabled entirely on the latest version of the theme. Please download the latest version of Enfold, 2.7.1.

    Best regards,
    Ismael

    in reply to: Other video player? #264367

    Hi!

    Thank you for the update and sorry for the delay.

    What is the video format that you’re trying to use? Basically, MP4 is the best option because it is supported by major browsers. Please refer to this link: http://www.w3schools.com/HTML/html5_video.asp

    Cheers!
    Ismael

    in reply to: Menu item styling and color #263892

    Hey charger70!

    Thank you for using the theme!

    You can change the menu style on Enfold > Advanced Styling. Add the Main Menu Links to change the menu styling.

    Best regards,
    Ismael

    in reply to: Hubspot forms and CSS #263891

    Hi chays77!

    Thank you for using theme!

    Please try to add this on Quick CSS or custom.css:

    #top input[type="text"] {
    width: 90% !important;
    }
    
    .hs-form.stacked .field {
    margin-bottom: 0 !important;
    }
    
    #top fieldset {
    margin-bottom: 0;
    }

    If you want to remove the theme’s contact form style, edit css > shortcodes.css. Look for this section:

    /* ======================================================================================================================================================
    Contact Form
    ====================================================================================================================================================== */
    

    Regards,
    Ismael

    Hey charger70!

    Thank you for visiting the support forum!

    What are the element with h1 and h2 tags that you’re trying to change? You can add something like this on Quick CSS or custom.css:

    h1, h2 {
    text-transform: none;
    }

    I’m not sure if this is going to work but if you can give us a link to a page with the h1 and h2 tags, we’ll be able to provide you with a better solution.

    Best regards,
    Ismael

    in reply to: Enfold > button in sidebar #263884

    Hi!

    Thank you for the info.

    You can decrease the padding in between the widgets with this on Quick CSS or custom.css:

    .widget {
    padding: 10px 0 10px 0;
    }

    Best regards,
    Ismael

    Hi!


    @venomhax
    : Do you mind if we take a look at the website? Please try to remove browser cache then reload the page a few times. Test it on another browser or computer if possible.

    Best regards,
    Ismael

    in reply to: wrong display images woocommerce #263869

    Hey!

    Thank you for the link.

    I checked the website but it’s blank. Please add this on Quick CSS or custom.css to fix the buttons:

    .woocommerce-page .button {
    min-width: 100px;
    min-height: 54px;
    }
    
    #top div .widget_shopping_cart .button {
    width: 49%;
    float: left;
    }
    
    #top div .widget_shopping_cart .button.checkout {
    margin-top: 4px;
    }

    Regards,
    Ismael

    in reply to: Video not displaying anymore #263866

    Hi Gurify!

    Thank you for visiting the support forum!

    I’m sorry but on the link that you provided, where is the video located? If you don’t mind, please post the code that you use for the video content.

    Regards,
    Ismael

    in reply to: Caption text size for mobile/responsive #263863

    Hi!

    Thank you for visiting the support forum!

    Please add this on Quick CSS or custom.css:

    @media only screen and (max-width: 479px) {
    .responsive #top .slideshow_caption h2 {
    font-size: 16px !important;
    }
    }

    Awesome website. :)

    Best regards,
    Ismael

    in reply to: Cart Icon not showing up after item added to cart #263855

    Hey!

    Glad it somehow worked.

    Please add this on Quick CSS to reposition the cart button on smaller screens:

    
    @media only screen and (min-width: 767px) and (max-width: 989px) {
      .cart_dropdown.visible_cart { right: 94px; }
    }
    
    @media only screen and (max-width: 768px) {
    .cart_dropdown.visible_cart {
    right: 0;
    }
    
    .html_boxed .cart_dropdown {
    top: 70px;
    }
    }

    Best regards,
    Ismael

    in reply to: Partner/Logo Element – Schema.org Problems #263853

    Hey!

    Thank you for visiting the support forum!

    On what browser and OS are you testing this with? If you don’t mind, please create a test page so that we can check the issue.

    Best regards,
    Ismael

    Hi!

    Glad it worked. If you have any questions, let us know.

    Regards,
    Ismael

    Hey!

    Thank you for the update.

    What is the screen resolution of your iMac? Please edit the color section then give it an id or use this on Quick CSS or custom.css to adjust the background size:

    div#av_section_1 {
    background-size: 100% 100%;
    }

    Test the page again: http://soapmarine.com/boccamoka/test1500/

    Best regards,
    Ismael

    in reply to: View Order Button Position #263763

    Hey armindoerr!

    Thank you for using the theme!

    Do you mind if we take a look at the actual account page? I can’t seem to reproduce the same layout on my end.

    Regards,
    Ismael

    Hey!


    @Flikk
    : Good job! Thanks for helping. :)


    @Angiec13
    : Looks like this has been sorted out. You can say thanks to @Flikk. :)

    Regards,
    Ismael

    in reply to: sidebar size #263755

    Hey!

    Thank you for using the theme!

    You can do Yigit’s suggestion or use the suggestion above. Anyway, if you want to do this on a child theme, add this on functions.php:

    function avia_increase_sidebar_size() {
    	global $avia_config;
    	
    	$avia_config['layout']['fullsize'] 		= array('content' => 'twelve alpha', 'sidebar' => 'hidden', 	 'meta' => 'two alpha', 'entry' => 'eleven');
    	$avia_config['layout']['sidebar_left'] 	= array('content' => 'eight', 		 'sidebar' => 'four alpha' ,'meta' => 'three alpha', 'entry' => 'eight');
    	$avia_config['layout']['sidebar_right'] = array('content' => 'eight alpha',   'sidebar' => 'four alpha', 'meta' => 'three alpha', 'entry' => 'eight alpha');
    }
    add_action( 'init', 'avia_increase_sidebar_size', 1);

    Regards,
    Ismael

    in reply to: How to costumize the monthly archive page? #263752

    Hi Elise!

    Thank you for using the theme!

    Please add this on functions.php to decrease the excerpt length on archive pages:

    add_filter('avf_postgrid_excerpt_length','avf_increase_postgrid_excerpt_length', 10, 1);
    
    function avf_increase_postgrid_excerpt_length($prepare_excerpt) {
    	if(is_archive()) {
    	$prepare_excerpt = 60;
    	}
    	
    	return $prepare_excerpt;
    }

    Default value is 60, you can adjust the value if you want.

    Best regards,
    Ismael

    in reply to: Woocommerce Terms Styling – Checkout Page #263751

    Hey Jox!

    Thank you for the screenshot but it’s not working. Do you mind if we take a look at the actual website? A screenshot of what you’re trying to do with the checkout page will help.

    Cheers!
    Ismael

    in reply to: Fix for disappearing Titles and Breadcrumbs #263750

    Hey!

    Thank you for the update!


    @goncalo
    : Glad it worked. Please try to add this on the child theme’s functions.php:

    add_post_type_support( 'portfolio', 'custom-fields');
    

    @js: Thank you for following the thread. What are the issues that you’re having?

    Regards,
    Ismael

    in reply to: Advanced styling options issue #263749

    Hi!

    Thank you for the update.

    You can use this on Quick CSS or custom.css to change the hover color of the secondary menu items:

    #top .header_color .sub_menu ul li a:hover {
    color: blue;
    }

    Regards,
    Ismael

    in reply to: Please contribute and translate Enfold #263748

    Hey!


    @youyou78
    : Thank you! :)

    Cheers!
    Ismael

Viewing 30 posts - 58,291 through 58,320 (of 67,191 total)