Forum Replies Created

Viewing 30 posts - 47,401 through 47,430 (of 65,998 total)
  • Author
    Posts
  • in reply to: Fullwidth slider and sidebar conflict on Blog page #453020

    Hi!

    Please delete the current blog page then use this one instead: http://bursttobright.com/test/

    Best regards,
    Ismael

    in reply to: Sticky Cookie Law bar #453016

    Hi!

    Try to use this code in the functions.php file:

    add_action('wp_footer', 'ava_custom_script', 10);
    function ava_custom_script(){
    ?>
    <script>
    (function($){
      var cookie = $('a#cookie_action_close_header').length;
      if ( cookie ) {
        $('#header').css('top', '50px');
      }
    }(jQuery));
    </script>
    <?php
    }

    Cheers!
    Ismael

    in reply to: WPML Text lang switcher #453007

    Hey!

    Please follow the suggestions above carefully:

    .language_pt-pt .language_flag:before {
      content: 'pt';
    }
    
    span.language_code {
      display: none !important;
    }

    Cheers!
    Ismael

    in reply to: Highlighted Javascript code into blog posts #452968

    Hey mjasinski!

    Thank you for using Enfold.

    1.) You can add this to the functions.php file if you want to disable the ALB for posts:

    add_action('admin_enqueue_scripts', 'avia_deactivate_builder', 10);
    function avia_deactivate_builder()
    {
      $currentScreen = get_current_screen();
    	if( $currentScreen->id == 'post' && current_user_can('manage_options') ) {
    		echo "<style>#avia-builder-button{display: none !important;}</style>";
    	}
    }

    2.) Unfortunately, most of the code highlighter plugin that we tested isn’t fully compatible with the ALB. You need to use the default editor.

    Regards,
    Ismael

    in reply to: Form Widths #452957

    Hi jjohnson2123!

    Thank you for using Enfold.

    Add this in the Quick CSS field:

    #searchDomainForm #search_domain {
      width: 80%;
      float: left;
    }
    
    #searchDomainForm input[type="submit"] {
      width: 20%;
    }

    Cheers!
    Ismael

    in reply to: Full width sub menu with icons #452956

    Hey Martin!

    Thank you for using Enfold.

    There is no option for that by default but you can use the Quick CSS field to add font icons. Use something like this:

    .av-subnav-menu li#menu-item-158 a:before {
      content: '\E832';
      font-family: 'entypo-fontello';
      margin-right: 5px;
    }

    Use google inspector or firebug to get the menu id. You can find more font icons here: http://web.archive.org/web/20140912210715/http://entypo.com/characters/

    Regards,
    Ismael

    Hey!

    Great. Glad we could help. :>

    Best regards,
    Ismael

    in reply to: Gravity Form Percentages Are Off #452943

    Hey!

    Use this instead:

    .gform_wrapper .top_label li.gfield.gf_right_half {
      width: 49.4% !important;
    }

    Best regards,
    Ismael

    Hi curtdonohue!

    Thank you for using Enfold.

    Try to use this youtube url format instead:

    https://www.youtube.com/watch?v=45u6DDevj4w&feature=youtu.be
    

    Best regards,
    Ismael

    in reply to: problem with the color picker #452940

    Hey Luis!

    Thank you for using Enfold.

    We would like to check the actual website, please post the url here. Do you have version 3.1.5?

    Regards,
    Ismael

    in reply to: PROBLEM RELATED NEWS WITH ADVANCED EDITOR #452939

    Hey!

    I’m sorry but your reply is a bit confusing. Please provide a screenshot. You can add the css code in the Enfold > General Styling > Quick CSS field.

    Regards,
    Ismael

    Hi Ad-Min7477!

    Thank you for using Enfold.

    Please post the website url here so that we can see the page. You can hide the logo using css:

    home .logo {
        display: none !important;
    }

    Regards,
    Ismael

    in reply to: CCS Issues #452937

    Hey!

    Sorry for the delay. Please avoid bumping or replying to your own thread because it will be sent back to the end of the queue and we will not be able to answer it.

    The border is set to transparent. Did you add any custom css codes? Try to add this to the Quick CSS field:

    .main_color, .main_color div, .main_color header, .main_color main, .main_color aside, .main_color footer, .main_color article, .main_color nav, .main_color section, .main_color span, .main_color applet, .main_color object, .main_color iframe, .main_color h1, .main_color h2, .main_color h3, .main_color h4, .main_color h5, .main_color h6, .main_color p, .main_color blockquote, .main_color pre, .main_color a, .main_color abbr, .main_color acronym, .main_color address, .main_color big, .main_color cite, .main_color code, .main_color del, .main_color dfn, .main_color em, .main_color img, .main_color ins, .main_color kbd, .main_color q, .main_color s, .main_color samp, .main_color small, .main_color strike, .main_color strong, .main_color sub, .main_color sup, .main_color tt, .main_color var, .main_color b, .main_color u, .main_color i, .main_color center, .main_color dl, .main_color dt, .main_color dd, .main_color ol, .main_color ul, .main_color li, .main_color fieldset, .main_color form, .main_color label, .main_color legend, .main_color table, .main_color caption, .main_color tbody, .main_color tfoot, .main_color thead, .main_color tr, .main_color th, .main_color td, .main_color article, .main_color aside, .main_color canvas, .main_color details, .main_color embed, .main_color figure, .main_color fieldset, .main_color figcaption, .main_color footer, .main_color header, .main_color hgroup, .main_color menu, .main_color nav, .main_color output, .main_color ruby, .main_color section, .main_color summary, .main_color time, .main_color mark, .main_color audio, .main_color video, #top .main_color .pullquote_boxed, .responsive #top .main_color .avia-testimonial, .responsive #top.avia-blank #main .main_color.container_wrap:first-child, #top .main_color.fullsize .template-blog .post_delimiter, .main_color .related_posts.av-related-style-full a {
      border-color: #333 !important;
    }

    Adjust the color value.

    Cheers!
    Ismael

    in reply to: Contact page not sending email though #452936

    Hey!

    What is the email address that you are using? Please contact your hosting provider and ask them for any related email limitations in your server. What happens if you follow step number 2 (Check if WordPress is able to send e-mails)?

    Cheers!
    Ismael

    Hey!

    I can’t see the gap or whitespace when I clicked the back to top button. Did you fix it?

    The mobile menu icon is not showing on mobile devices. Please update the theme to 3.1.5. That should fix the issue.

    Best regards,
    Ismael

    Hi wmsgeorge!

    Thank you for using Enfold.

    Can you please provide a screenshot of the issue? Site looks fine when I checked it. The columns respond properly.

    Cheers!
    Ismael

    in reply to: Easy Video Suite Embed Breaks Text Block #452439

    Hi wmsgeorge!

    Thank you for the heads up.

    Unfortunately, we don’t provide support for third party plugin but maybe we can take a quick look to see what’s happening when you add the embed code. Is it working in the default editor? Please post a sample of the code here.

    Cheers!
    Ismael

    in reply to: poor quality images in advanced layer slider #452432

    Hey laptophobo!

    Thank you for using Enfold.

    Where can we find the slider with the issue? Please post the page url here. You can use the HTML layer then add the actual image url using the img tag.

    Cheers!
    Ismael

    Hi timber23!

    Thank you for using Enfold.

    Set the default language to german. Test it again, add the “wood plop” product: http://stockplop.de/main/en/desk-storage/

    Cheers!
    Ismael

    in reply to: Header Customization #452416

    Hi!

    What do you mean by anchor tag? Please post the code that you used. Header looks fine when I checked it.

    Best regards,
    Ismael

    in reply to: Demo Import #452414

    Hi!

    Do you see any error when you upload the xml files? Try to install WordPress again.

    Best regards,
    Ismael

    in reply to: Fontello – Possible to upload via FTP? #452411

    Hi jklillibridge!

    Thank you for using Enfold.

    Download the fontello files then extract it. Make sure that it contains all the font icons you need. Go to wp-content > uploads folder. Create a folder called avia_fonts then inside create another called fontello. Copy the following files from the extracted folder:

    config.json
    fonts > fontello.eot
    fonts > fontello.svg
    fonts > fontello.ttf
    fonts > fontello.woff

    After that, create a php file and name it “charmap“, add this code:

    <?php $chars = array();
    $chars['fontello']['ue800'] = 'ue800';
    $chars['fontello']['ue801'] = 'ue801';
    $chars['fontello']['ue802'] = 'ue802';
    

    The code above represents 3 icons. If you have more than 3 icons, just add another array by following the pattern.

    Regards,
    Ismael

    in reply to: Blog Page sidebar #452390

    Hi!

    Set the Blog Layout > Blog Style to “Use the advance layout builder..”. Please check it now: http://p262306.mittwaldserver.info/aktuelles/

    Cheers!
    Ismael

    in reply to: main content background image not showing #452383

    Hi!

    All you need to do is to replace the background-color property with the background or background-image property: http://www.w3schools.com/css/css_background.asp

    Set the background position then enable background repeat if you’re applying a pattern. A screenshot of what you’re after will help.

    Regards,
    Ismael

    in reply to: woocommerce custom product data field #452382

    Hi!

    The code is working but it doesn’t get the actual value:

    add_action( 'woocommerce_product_options_pricing', 'wc_new_option_field' );
    function wc_new_option_field() {
        woocommerce_wp_select( array(
          'id' => 'newoptions',
          'class' => 'newoptions',
          'label' => __('Testing Multiple Select', 'woocommerce'),
          'description' => __( 'Choose a value.', 'woocommerce' ),
          'options' => array(
            '1' => __( 'Option 1', 'woocommerce' ),
            '2' => __( 'Option 2', 'woocommerce' ),
            '3' => __( 'Option 3', 'woocommerce' ),
          ))
        );
    }
    
    add_action( 'save_post', 'wc_rrp_save_product' );
    function wc_rrp_save_product( $product_id ) {
        // If this is a auto save do nothing, we only save when update button is clicked
    	if ( defined( 'DOING_AUTOSAVE' ) && DOING_AUTOSAVE )
    		return;
        // Select
      if ( isset( $_POST['newoptions'] ) ) {
    		update_post_meta( $product_id, 'newoptions', $_POST['newoptions'] );
    	} else {
        delete_post_meta( $product_id, 'newoptions');
      }
    }
    
    add_action( 'woocommerce_single_product_summary', 'wc_rrp_show', 5 );
    function wc_rrp_show() {
        global $product;
    		$option = get_post_meta( $product->id, 'newoptions', true );
    		echo '<div class="woocommerce_msrp">';
    		_e( 'New Option: ', 'woocommerce' );
    		echo '<span class="woocommerce-newoption">' . $option . '</span>';
    		echo '</div>';
    
    }
    

    Please contact the woocommerce support.

    Best regards,
    Ismael

    Hi!

    Remove the hr or separator element then edit the color section after the slider. Apply a unique id in the Section ID field. Use “custom-section” for example. Add this in the Quick CSS field to add a white space on top of the section:

    #custom-section {
       margin-top: 10px;
    }

    Cheers!
    Ismael

    Hi!

    You can set all default styling in the Main Content panel. Alternate Content settings will only be applied if you use a color section then set the Section Background > Section Colors to Alternate Content. All elements inside the color section will inherit the alternate content settings. And if you want to use your own custom css modifications, use the Quick CSS field.

    Regards,
    Ismael

    Hi!

    How did you set a different menu? Did you use a plugin?

    Best regards,
    Ismael

    in reply to: magazine blog layout as grid #452207

    Hey!

    You can add two blog posts element, set the second blog post element to grid layout. Enable the Offset Number to avoid duplicated posts.

    Best regards,
    Ismael

    Hey!

    I checked some of the links and they’re working:

    http://mcm-ct.com/t/stock-market/
    http://mcm-ct.com/t/markets/
    http://mcm-ct.com/t/mcm/
    http://mcm-ct.com/t/mcm-gap-index/

    Try to reset the permalink settings. Unfortunately, we don’t provide support for third party plugins. Please contact the plugin author.

    Best regards,
    Ismael

Viewing 30 posts - 47,401 through 47,430 (of 65,998 total)