Forum Replies Created

Viewing 30 posts - 14,491 through 14,520 (of 14,834 total)
  • Author
    Posts
  • in reply to: Video Portfolio Element ? #347981

    Hi Micheal0424!

    That’s the portfolio grid element with the link handling option set to AJAX.

    Regards,
    Elliott

    in reply to: Higlight sticky posts #347975

    Hey!

    For that you’ll need to open up /enfold/config-templatebuilder/avia-shortcodes/postslider.php and find line 289.

    $post_class = "post-entry post-entry-{$the_id} slide-entry-overview slide-loop-{$post_loop_count} slide-parity-{$parity} {$last}";
    

    And add this beneath it.

    if ( is_sticky( $entry->ID ) ) { $post_class .= ' sticky'; }
    

    And then use this CSS.

    .sticky .entry-title:before {
        content: "Featured!";
    }
    .sticky .entry-title {
        color: red !important;
    }
    

    Cheers!
    Elliott

    • This reply was modified 9 years, 11 months ago by Elliott.
    in reply to: Pictures in Gallery Display the abnormal size with others #347971

    Hey!

    All of your images are 600 x 900 but your last picture is 600 x 375. It looks like it is being resized by WordPress. Try deleting it and re-uploading it and make sure you select it to display as fullsize.

    Regards,
    Elliott

    • This reply was modified 9 years, 11 months ago by Elliott.
    in reply to: How to hide the comment form itself? #347969

    Hey Ralph12!

    The code your looking for is on line 164 in the /enfold/comments.php template.

    comment_form();
    

    You can surround it with an if statement and do some kind of check there.

    Regards,
    Elliott

    • This reply was modified 9 years, 11 months ago by Elliott.
    in reply to: Avia Builder not work #347966

    Hi!


    @tabfilip
    , It seems to be working fine for me. Try reinstalling Chrome and deactivate any extensions or plugins your using with Chrome.

    Regards,
    Elliott

    • This reply was modified 9 years, 11 months ago by Elliott.
    in reply to: Black Screen #347965

    Hi!

    I viewed your link but your site is displaying fine for me. If your still seeing a black screen then try clearing your browser cache and any caching related plugins you might have installed.

    Cheers!
    Elliott

    in reply to: Slider too big, regardless of my image size #347964

    Hey Eleina_Shinn!

    Try using the LayerSlider and set a height for the slider under the slider settings. You can set the height to 470px to mimic our demo.

    Regards,
    Elliott

    in reply to: Enfold boxed mode – menu divider/separator bookends #347957

    Hey Julie!

    I believe that’s how it displays by default. Can you send us a link so we can take a look? You can mark your reply as private if you wish.

    Cheers!
    Elliott

    in reply to: Woocommerce update – all content disappears #347949

    Hi!

    It looks like it could be a problem with Woocommerce and your server. Try this out, http://docs.woothemes.com/document/jquery-cookie-fails-to-load/.

    I would go ahead and contact Woocommerce support if that does not help.

    Best regards,
    Elliott

    in reply to: Contact Form drop down change color on background? #347942

    Hi Micheal0424!

    Try adding this to your custom CSS.

    option {
        background: white !important;
        color: black !important;
    }

    Regards,
    Elliott

    in reply to: Mail failure notice #347935

    Hi der_mueller!

    I would double check to see if your email address is correct. Please see here for troubleshooting, http://www.integratelecom.com/support/internetsupport/pages/email-failure-notice.aspx.

    I would also get in contact with your hosting provider for more information.

    Best regards,
    Elliott

    • This reply was modified 9 years, 11 months ago by Elliott.
    in reply to: Events Calendar widget styling #347932

    Hi!

    Try adding this to your custom CSS.

    .av-upcoming-event-meta span {
        color: blue !important;
    }
    .av-upcoming-event-data h4 {
        color: red !important;
    }
    .vcalendar {
        margin-left: 0px !important;
    }

    Cheers!
    Elliott

    in reply to: Inserting 728×90 Banner into Header #347927

    Hi MLA18!

    Navigate to Dashboard > Enfold > General Styling > Logo Area and there will be an option there called “Background Image” which you can use to upload a custom image for the header.

    Or is this an adsense module your trying to add? If it’s just a normal image then you can use the previous mentioned option but if your trying to insert HTML or scripts then try adding this to the bottom of your functions.php file.

    add_filter( 'ava_after_main_menu', 'enfold_customization_add_stuff_to_header' );
    function enfold_customization_add_stuff_to_header(){
         echo 'your code goes here';
    }
    

    Best regards,
    Elliott

    • This reply was modified 9 years, 11 months ago by Elliott.
    in reply to: CONTACT FORMS STOPPED WORKING. PLEASE NEED HELP URGENTLY #347926

    Hey Carsten!

    If emails are not being received then this is usually a problem with the server. Try installing this plugin, https://wordpress.org/plugins/wp-smtp/, and send a test email to see if it works. You can try contacting your hosting provider for help in configuring the SMTP settings.

    Also double check that your email address is correct and that your spam settings are disabled while testing.

    Regards,
    Elliott

    in reply to: Layer Slider Not showing #347923

    Hey elames!

    Edit the page set to display as your homepage and delete the shortcode and insert it again with our advanced layout builder.

    If your still having problems then try deactivating all plugins and then send us a WordPress login so we can take a look. Make sure to mark your reply as private.

    Cheers!
    Elliott

    • This reply was modified 9 years, 11 months ago by Elliott.
    in reply to: Wrong image article when i share to social #347922

    Hi!

    It appears to be working fine on my end.

    Try clearing your browser cache and any caching related plugins you might have installed and try sharing it again.

    Best regards,
    Elliott

    in reply to: Post date above post title #347918

    Hey jusupof!

    Try opening up /enfold/config-templatebuilder/avia-shortcodes/postslider.php and move lines 370 – 373,

    $markup = avia_markup_helper(array('context' => 'entry_title','echo'=>false, 'id'=>$the_id, 'custom_markup'=>$custom_markup));
    $output .= '<header class="entry-content-header">';
    $output .= !empty($title) ? "<h3 class='slide-entry-title entry-title' $markup><a href='{$link}' title='".esc_attr(strip_tags($title))."'>".$title."</a></h3>" : '';
    $output .= '</header>';
    

    Down to line 389 so they display right above this,

    $markup = avia_markup_helper(array('context' => 'entry_content','echo'=>false, 'id'=>$the_id, 'custom_markup'=>$custom_markup));
    

    Cheers!
    Elliott

    in reply to: Swapping logo on mobile #347912

    Hi Mike-Hewett!

    I only see one logo image and it also has a background image applied to it which must have been a customization you did. Go ahead and remove all customization and do this again, https://kriesi.at/support/topic/using-a-different-logo-size-on-mobile-devices-possible/#post-273450, and let us know when your done so we can see what it’s doing.

    Cheers!
    Elliott

    in reply to: Blurry images in header slider #347902

    Hey!

    Try adding this to your custom CSS.

    .ls-preloaded {
        width: auto !important;
        height: auto !important;
    }

    And then update the top and left values in your layers to move them back to their original places.

    Regards,
    Elliott

    in reply to: Move Related Product #347900

    Hey Luke86!

    The related products display beneath the image and the description by default. Do you mean you want to have it display beneath the image but above the description and the add to cart button?

    Go ahead and take a screenshot and highlight what your trying to do so we can get a better idea.

    Regards,
    Elliott

    in reply to: Adding a new body text Google Font #347896

    Hi dweddell!

    Please see here, https://kriesi.at/support/topic/adding-google-fonts-plural/.

    Cheers!
    Elliott

    in reply to: HTML code (form) doesn't display correctly! #347895

    Hey 666666!

    Try adding this to your custom CSS.

    .avia_codeblock input, .avia_codeblock select {
        display: inline !important;
    }
    

    Regards,
    Elliott

    in reply to: StumbleThru button #347889

    Hi Babics!

    Is this the button your referring to? http://www.wikihow.com/Add-a-StumbleUpon-Button

    Where are you wanting to add it?

    Regards,
    Elliott

    in reply to: Creating a sortable accordion #347887

    Hi emin!

    When you edit the accordion element there is an option to enable sorting. On top of this though you will need to add a tag to each toggle.

    Regards,
    Elliott

    in reply to: Headergrafik über dem Menü #347882

    Hey Austrianweb!

    Navigate to Dashboard > Enfold > General Styling > Logo Area and there will be an option there called “Background Image” which you can use to change the background for the header. You can upload your own image to be used there as well.

    Cheers!
    Elliott

    in reply to: Need help with images in header #347880

    Hey Effektid!

    Try adding this to your custom CSS.

    .responsive .logo img {
        margin-top: 0px !important;
    }

    Best regards,
    Elliott

    in reply to: YouTube play button on mobile #347877

    Hi same-d!

    Did you make sure to check the “Hide on mobile devices” option?

    Regards,
    Elliott

    in reply to: use shortcode in 1/3 column #347866

    Hey!

    I did not test this but probably something like so.

    /* CALL NEWS-POST @ HOME */
    function recent_posts_function() {
    $args = array(‘cat’ => 1);
    $category_posts = new WP_Query($args);
    var $out = '';
    if($category_posts->have_posts()) :
    while($category_posts->have_posts()) :
    $category_posts->the_post();
    
    $out .= '<h1>'.get_the_title().'</h1>';
    $out .= '<div class = "post-content">'.get_the_content().'</div>';
    
    endwhile;
    else:
     $out = 'Oops, no news';
    endif;
    return $out;
    }
    
    function register_shortcodes(){
    add_shortcode(‘recent-posts’, ‘recent_posts_function’);
    }
    
    add_action( ‘init’, ‘register_shortcodes’);

    This kind of customization is not included in our support though so if your still having problems then it would be best to hire a freelancer to code a shortcode for you.

    Best regards,
    Elliott

    • This reply was modified 9 years, 11 months ago by Elliott.
    in reply to: remove/reduce the spaces between layouts #347863

    Hey emin!

    Your site is under maintenance mode but I think the CSS your wanting is something like this.

    .container, #main, .sidebar, #footer { padding: 20px !important; }
    

    You can find the CSS your looking for in the /enfold/css/grid.css and /enfold/css/layout.css stylesheets.

    Regards,
    Elliott

    • This reply was modified 9 years, 11 months ago by Elliott.
    in reply to: Breadcrumbs don't show entire journey to page. #347861

    Hey!

    I wasn’t able to test this out but try opening up /enfold/config-templatebuilder/avia-shortcodes/numbers.php and find lines 285 – 287.

    $number = strip_tags(apply_filters('avf_big_number', $number));
    $number = preg_replace('!(\D+)!','<span class="avia-no-number">$1</span>',$number);
    $number = preg_replace('!(\d+)!','<span class="avia-single-number" data-number="$1">$1</span>',$number);
    

    And change them to this.

    if(!preg_match('/(?i)msie [1-8]/',$_SERVER['HTTP_USER_AGENT'])) {
    $number = strip_tags(apply_filters('avf_big_number', $number));
    $number = preg_replace('!(\D+)!','<span class="avia-no-number">$1</span>',$number);
    $number = preg_replace('!(\d+)!','<span class="avia-single-number" data-number="$1">$1</span>',$number);
    }

    Cheers!
    Elliott

Viewing 30 posts - 14,491 through 14,520 (of 14,834 total)