Forum Replies Created

Viewing 30 posts - 2,671 through 2,700 (of 14,834 total)
  • Author
    Posts
  • in reply to: Active Current Menu #533590

    Hey Arthith!

    Add this to your custom CSS.

    .current-page-ancestor > a {
        background: green !important;
    }
    .current-page-ancestor > a .avia-menu-text {
        color: white !important;
    }

    Regards,
    Elliott

    in reply to: CSS adapting Search Input #533586

    Hey LorbeerDesign!

    Add this to your custom CSS.

    #top #searchsubmit, .ajax_load { height: 42px !important; }
    

    If that’s not what you were trying to do then take a screenshot and highlight your intentions so we can get a better idea.

    Regards,
    Elliott

    in reply to: ALB Image -> add a linkthat opens an iframe #533585

    Hey royaltask!

    When you set the link for the image just add an ?iframe=true to the end of it to open it up in an iframe.

    Regards,
    Elliott

    in reply to: Megamenu to big, pull menu #533574

    Hi!

    You still do not have the mega menu activated and when you say you want the header menu to look like the primary menu are you just trying to get rid of the dotted lines between each menu item?

    Cheers!
    Elliott

    in reply to: Sidebar (left) is gone #533569

    Hi!

    I tried viewing your link but all I get is a yellow page. There is no body content for some reason. Do we need to login?

    Cheers!
    Elliott

    in reply to: Background image in a color section isn't showing #533567

    Hi DROR!

    It seems to look fine on my end. I see the photo backgrounds and the blue sections as well. Take a screenshot and highlight what your seeing.

    Cheers!
    Elliott

    in reply to: Icons being blocked by browsers #533566

    Hi biggley!

    You tried this already? http://kriesi.at/documentation/enfold/enable-cors/

    Best regards,
    Elliott

    in reply to: Masonry Gallery Loads Slow When Scrolling #533565

    Hi Naman!

    If you want to remove the animation then please see here, https://kriesi.at/support/topic/how-can-i-disable-the-masonary-gallery-portfolio-animation/.

    Regards,
    Elliott

    in reply to: Boxed content mixed with streched content issue #533562

    Hi timpro!

    It’s most likely an element in the page that is not being closed properly. Make sure all of your tags are closed.

    <div></div><span></span><strong></strong>
    etc etc
    

    You can create a new page and add your content in piece by piece to see which one is causing the issue.

    Cheers!
    Elliott

    in reply to: Using Popup Maker crashes layout #533561

    Hi p3LZ3r!

    It would probably be best to find a new plugin to use but you can send us a link to your page and we’ll check to see if there is an easy fix available.

    Regards,
    Elliott

    in reply to: Remove Item on Cart Page #533559

    Hi Wils1234!

    Add this to your custom CSS.

    .woocommerce-cart .variation {
        display: none !important;
    }

    Cheers!
    Elliott

    in reply to: Modify blogpost element #533551

    Hi CONCEPTENCREATIE!

    Hmm, I’m not familiar with the grey text displaying above the title. Is that a customization? Send us a link to your page so we can take a look. You can set you reply as private if you wish.

    Cheers!
    Elliott

    in reply to: Ajax Portfolio Link LightboxError #533548

    Hi db3d!

    It’s working fine for me. Try clearing your browser cache.

    If your using a caching plugin then be sure to clear it’s cache before viewing the frontend.

    Regards,
    Elliott

    • This reply was modified 9 years, 8 months ago by Elliott.
    in reply to: Gap between the top menu and top border #533539

    Hi!

    Try viewing in another browser to see if it happens there as well.

    Regards,
    Elliott

    in reply to: Footer section not displaying full length on 1 page #533528

    Hi freelancemom!

    It’s most likely a tag in the page that your not closing properly.

    <div></div><span></span>
    etc etc
    

    Try creating a new page and add your content in piece by piece to see which element is causing the problem.

    Also, your using Enfold 3.2.3, the latest version is 3.4.1 so be sure to update.

    Regards,
    Elliott

    • This reply was modified 9 years, 8 months ago by Elliott.
    in reply to: Theme won't load on some devices #533523

    Hey!

    Try completely deleting Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.

    You can see here for more in depth instructions, http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/.

    Cheers!
    Elliott

    in reply to: Problem with sorting portfolio items #533519

    Hi!

    Hmm, I’m guessing since your using just a bunch of various numbers for the titles WordPress does not know how to sort them alphabetically.

    Since your using portfolio posts what you can do is try ordering them by the page order (or menu order) instead.

    Open up /enfold/includes/admin/register-portfolio.php file and change line 38 from this.

    'supports' => array('title','thumbnail','excerpt','editor','comments')
    

    To this.

    'supports' => array('title','thumbnail','excerpt','editor','comments', 'page-attributes')
    

    You should now have a new options area in the top right corner of your screen when editing your portfolio posts which you can use for setting the order. You can give them all a custom order starting from 0 and going up and then in your Masonry element select them to order by “Page order” and it should use order them in the correct way now.

    Best regards,
    Elliott

    in reply to: Social Media Icons: "Display in main header area" #533506

    Hi!

    Can you send us a link to your page so we can get a better idea?

    Regards,
    Elliott

    in reply to: LayerSlider – Problems with images #533505

    Hi Patrick!

    The images will display as however you need them to. If you want a fullwidth slider then make sure to check that in the slider settings and the images should span the fullwidth of the screen and resize automatically as the screen gets smaller.

    Regards,
    Elliott

    in reply to: Advanced Layer Slider #533501

    Hey Lanceezy!

    They will resize automatically. If you resize your browser window you can see how it will look on smaller screens.

    As for what size to use. You can set the slider height in the slider settings. From that value you can determine how tall you need to create your images.

    Best regards,
    Elliott

    in reply to: Google search: Pages from Enfold theme showing up on search #533499

    Hi!

    Perhaps Google crawled the pages while they were still set to public status. You can login to your google webmaster tools and update / remove the pages, https://support.google.com/webmasters/answer/1663691?hl=en.

    Or do like Andy said and use the robots.txt to prevent Google from crawling them again. The Yoast plugin lets you easily set a page / post to “noindex”. It’s in the “Advanced” tab of the SEO settings when you edit the page / post.

    Regards,
    Elliott

    in reply to: Simple avia gallery image transition / opacity #533490

    Hi Peter!

    Please see here, http://api.jquery.com/animate/.

    You can give it a duration by adding a number value as the second argument.

    big_prev.stop().animate({opacity:0}, 2000, function()
    

    Best regards,
    Elliott

    in reply to: Editing A Page Without Theme Styling #533487

    Hey!

    We would have to see it in action. Send us a link to your page and we’ll take a look. You can set your reply as private if you wish.

    Regards,
    Elliott

    in reply to: Megamenu to big, pull menu #533482

    Hi!

    Go ahead and try the code I posted and let us know when your done adding it so we can check. I think that should work for you.

    Best regards,
    Elliott

    Hi Hafeez Ullah!

    You can remove those in Dashboard > Enfold > Blog Layout.

    For the blog grid entries though you may need to delete lines 145 – 194 in the /enfold/includes/loop-index.php file to get rid of them.

                    echo "<span class='post-meta-infos'>";
                    $markup = avia_markup_helper(array('context' => 'entry_time','echo'=>false));
                    echo "<time class='date-container minor-meta updated' $markup>".get_the_time(get_option('date_format'))."</time>";
                    echo "<span class='text-sep text-sep-date'>/</span>";
    
                        if ( get_comments_number() != "0" || comments_open() ){
    
                        echo "<span class='comment-container minor-meta'>";
                        comments_popup_link(  "0 ".__('Comments','avia_framework'),
                                              "1 ".__('Comment' ,'avia_framework'),
                                              "% ".__('Comments','avia_framework'),'comments-link',
                                              "".__('Comments Disabled','avia_framework'));
                        echo "</span>";
                        echo "<span class='text-sep text-sep-comment'>/</span>";
                        }
    
                        $taxonomies  = get_object_taxonomies(get_post_type($the_id));
                        $cats = '';
                        $excluded_taxonomies =  apply_filters('avf_exclude_taxonomies', array('post_tag','post_format'), get_post_type($the_id), $the_id);
    
                        if(!empty($taxonomies))
                        {
                            foreach($taxonomies as $taxonomy)
                            {
                                if(!in_array($taxonomy, $excluded_taxonomies))
                                {
                                    $cats .= get_the_term_list($the_id, $taxonomy, '', ', ','').' ';
                                }
                            }
                        }
    
                        if(!empty($cats))
                        {
                            echo '<span class="blog-categories minor-meta">'.__('in','avia_framework')." ";
                            echo $cats;
                            echo '</span><span class="text-sep text-sep-cat">/</span>';
                        }
    
                        echo '<span class="blog-author minor-meta">'.__('by','avia_framework')." ";
                        echo '<span class="entry-author-link" '.avia_markup_helper(array('context' => 'author_name','echo'=>false)).'>';
                        echo '<span class="vcard author"><span class="fn">';
                        the_author_posts_link();
                        echo '</span></span>';
                        echo '</span>';
                        echo '</span>';
                    echo '</span>';

    Best regards,
    Elliott

    Hi!

    Go ahead and create one and then add it to the private content section in your reply here so all of the support team can access it.

    Be sure to deactivate all plugins while testing. It sounds like a plugin issue. Also be sure that your using the latest version of Enfold, 3.4.1.

    Cheers!
    Elliott

    • This reply was modified 9 years, 8 months ago by Elliott.
    in reply to: Welcome username / login / logout in top bar #533473

    Hey!

    You’ll need to surround it with a span or some other tag first so we can target it via CSS.

    <?php
    if ( is_user_logged_in() ) {
    	echo '<span class = "welcome-text">Welcome, registered user!</span>';
    } else {
    	echo '<span class = "welcome-text">Welcome, visitor!</span>';
    }
    ?>

    Cheers!
    Elliott

    in reply to: Limited number of links per page? #533471

    Hey ElsaSonnenschein!

    I don’t have an iPad to test on but all of the links appeared to be working fine for me when resizing the browser. Can you take a screenshot and highlight the exact links that are not working?

    If it’s in the primary menu then try switching the mobile menu to activate for tablets in Dashboard > Enfold > Header > Mobile Menu, to see if that works.

    Regards,
    Elliott

    in reply to: Comments won't work #533462

    Hi!

    Everything looks correct. Have you done customizations to the theme files? Let’s try completely deleting Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest. That should fix it.

    Best regards,
    Elliott

    • This reply was modified 9 years, 8 months ago by Elliott.
    in reply to: Reuse layout Archive category Page #533455

    Hey!

    I’m sorry but I do not understand. Take a new screenshot and highlight what your trying to do so we can get a better idea.

    Best regards,
    Elliott

Viewing 30 posts - 2,671 through 2,700 (of 14,834 total)