Forum Replies Created

Viewing 30 posts - 53,161 through 53,190 (of 67,510 total)
  • Author
    Posts
  • in reply to: Align texts in the center in Team Members #364438

    Hi abedia!

    Thank you for using Enfold.

    Use this on Quick CSS or custom.css:

    .team-member-description {
    text-align: center;
    }

    Cheers!
    Ismael

    in reply to: edit "nothing found" page #364437

    Hey!

    Thank you for using Enfold.

    The page doesn’t exist on the Pages panel. You can edit the 404.php file.

    Cheers!
    Ismael

    in reply to: Layout issues on the mobile site #364436

    Hi mrmmmiller!

    Thank you for using Enfold.

    Use this to fix the special heading:

    @media only screen and (min-width: 768px) and (max-width: 989px) {
    h1.av-special-heading-tag {
    font-size: 30px;
    }
    }

    I can’ t see the issue on the twitter widget.

    Best regards,
    Ismael

    in reply to: Pricing table rows height #364432

    Hi!

    It actually works. Look for the table cell with the “4 sessões de 1h (1x por semana).” text. The min height of the cell is 100px. Adjust the minimum height of the other rows. If you want to change the height of the next row below, adjust this:

    .pricing-table > li:nth-child(5) {
        min-height: 800px;
    }

    If you want to change the previous row, use this:

    .pricing-table > li:nth-child(3) {
        min-height: 450px;
    }

    To learn more about css child selectors, please refer to this link: http://css-tricks.com/how-nth-child-works/

    Best regards,
    Ismael

    in reply to: Fehlerhaftes Deutsch auf der Archiv-Seite #364431

    Hey!

    Thank you for using Enfold and thanks to Santa Claus. Glad you figured it out. :)

    Best regards,
    Ismael

    in reply to: Background image jittering when scrolling #364430

    Hey steffard!

    Thank you for using Enfold.

    I checked the site on Chrome and it doesn’t jitter when you scroll the page. It only does when you use the middle scroll button of the mouse. Most websites with fixed or parallax image sliders will, because it jumps to a certain viewport location instead of actually slide or scroll.

    Regards,
    Ismael

    in reply to: Single Post Options (medim image) #364427

    Hey!

    What is the blog style of your blog? We need to see the actual page. Please post it here. I’d recommend to use the Single post with big image preview (featured image) then adjust it via css.

    .big-preview img {
    width: 80%;
    }

    Regards,
    Ismael

    Hey a-l-p!

    Thank you for using Enfold.

    1.) Did you place it inside a grid row element? You can remove the grid row padding. We need to see the actual website.

    2.) Add this on Quick CSS if you want to show the controls always:

    .avia_desktop .av_slideshow.avia-slideshow .avia-slideshow-controls a {
    opacity: 1 !important;
    filter: alpha(opacity=100);
    }

    3.) You need to edit the shortcode.js file. Look for this line of code:

    /transition speed when switching slide
    		transitionSpeed:900,
    

    4.) Edit the slider then look for the Slideshow Image Size option. Select the thumbnail size.

    Best regards,
    Ismael

    in reply to: Image #364420

    Hey André!

    Thank you for using Enfold.

    You can add this on Quick CSS or custom.css:

    .big-preview img {
    margin: 0 auto;
    }

    Or use a larger image size for featured image.

    Regards,
    Ismael

    in reply to: Enfold 3.0.4 problems #364419

    Hey!

    Let us know if the issue is fixed after the update. We’ll keep the thread open. :)

    Regards,
    Ismael

    Hi set_carsten!

    Thank you for using Enfold.

    If you want to show the actual size of the image uploaded on full width blog, use this on Quick CSS:

    #top .fullsize .template-blog .big-preview img {
    width: auto;
    margin: 0 auto;
    }

    I’ll ask Andy to check.

    Cheers!
    Ismael

    in reply to: Enfold image sizes #364415

    Hey!

    Are you referring to the Gallery element? It depends on the thumbnail that you set on Gallery Preview Image Size setting. If you want to know the size of the images on the lightbox, it is the Large size thumbnail on Settings > Media panel.

    Regards,
    Ismael

    in reply to: Share Links, Specific Location #364414

    Hey!

    Use this on Quick CSS to remove the share entry title:

    .single-portfolio h5.av-share-link-description {
    display: none;
    }

    Regards,
    Ismael

    in reply to: Place short code tag inside a loop #364413

    Hey alvinhy!

    Thank you for using Enfold.

    You can find the loop inside the public function html of the postslider.php file. Instead of the do_shortcode function, maybe you should use the get_post_meta function if the plugin supports custom fields. I’m sorry but we don’t provide support for third party plugins as stated on our support policy. Please contact the plugin author.

    Regards,
    Ismael

    in reply to: Problems with blog page layout #364406

    Hey SMARTech-energy!

    Thank you for using Enfold.

    If you want to show the “timeline” on the right side of the blog, you should enable the right sidebar. Full width pages doesn’t support the timeline feature.

    Best regards,
    Ismael

    in reply to: Rahmen #364405

    Hey Kanzleramt!

    Thank you for using Enfold.

    You can use this on Quick CSS to remove the border:

    #top #main .sidebar {
    border-left: none;
    }
    
    .content {
    border-right: none;
    }

    Regards,
    Ismael

    Hi!

    You can use the Blog Posts element. Set the blog style to Grid Layout. Replace the code with this in order to open the link on another tab:

    add_filter('wp_footer', 'avf_add_target_blank', 10);
    function avf_add_target_blank() { ?>
    <script>
    (function($){
        $(window).load(function() {
        	$( ".avia-content-slider .slide-entry-title a" ).each(function() {
    			$(this).attr('target','_blank');  
    		});
        });
    	
    })(jQuery);
    </script>
    <?php
    }

    Cheers!
    Ismael

    in reply to: Partner Logos not showing #363997

    Hi elames!

    Thank you for using Enfold.

    The website is not loading. Please check. Make sure that you’re using Enfold 3.0.4. on WordPress 4.0.1. I’ll ask the rest of the support team to take a look.

    Cheers!
    Ismael

    in reply to: Google Adsense Darstellung #363993

    Hi Hateman!

    Thank you for using Enfold.

    You can add this on Quick CSS or custom.css:

    ins.adsbygoogle:before {
    display: none !important;
    }

    Cheers!
    Ismael

    in reply to: How to remove a margin top above header on small screen? #363985

    Hey idpokute!

    Thank you for using Enfold.

    Looks like you figured it out.

    @media only screen and (min-width: 768px) {
    #wrap_all {
    border: 14px double gray;
    border-radius: 14px;
    margin-top: 20px;
    margin-bottom: 20px;
    }
    }

    Best regards,
    Ismael

    in reply to: Alıntı yazısının karakterini arttırma #363984

    Hey Ceyhun95!

    Thank you for using Enfold.

    We would like to help but google translate is not that clear on its translation of your inquiry. If you don’t mind, please translate it to english. I’ll ask the rest of the support team to take a look.

    Best regards,
    Ismael

    in reply to: toolbar #363983

    Hey!

    I’m sorry but when you say “toolbar”, you mean the “search bar”? You can refer to this link: https://kriesi.at/support/topic/search-not-working-in-ie8/#post-328178

    Regards,
    Ismael

    in reply to: Menu Subtitle #363982

    Hi!

    Walker attribute is disabled by default and is only available for left or right header. You can refer to this link on how to enable the walker menu attribute when top header is enabled: https://kriesi.at/support/topic/display-menu-description-text-in-main-nav-menu/#post-353714

    Regards,
    Ismael

    in reply to: Safari 8.0 Seems to Not Auto-Loop Full Screen Video Slider #363980

    Hi!

    I checked the site on safari and leave it there to play. I think more than 5 minutes have passed and the video is still playing. I’ll ask the rest of the support team to take a look. Cool clouds.

    Cheers!
    Ismael

    in reply to: Sidebar issue when using CM Tooltip Glossary Pro+ plugin #363977

    Hi!

    Have you tried using the text block instead of the code block? Also, please place the element inside a 1/1 column layout. See if that helps. Aside from that, I don’t think we can help you further.

    I’m sorry but it is impossible to provide support for all third party plugins that are available in the market or scripts from another author/developer. There is simply no way to account for all of the potential variables at play when using another developer’s plugin or script. Because of this, any questions you have regarding setup, integration, or troubleshooting any piece of functionality that is not included on the theme package will need to be directed to the plugin author.

    Thank you for your understanding.

    Cheers!
    Ismael

    in reply to: Pages not charged & editor incomplete #363975

    Hey Ranch_Ricavo!

    Thank you for using Enfold.

    Please post the website url here. We would like to check it. Make sure that you’re using Enfold 3.0.4 on WordPress 4.0.1.

    Best regards,
    Ismael

    in reply to: Post Slider #363973

    Hey!

    Thank you for the info.

    The image sizing or Preview Image Size is working fine. I created a test page here: http://africologymedia.com/test-slider/

    Check the featured image size. Note that landscape images will retain its ratio or proportion when the crop parameter is set to false.

    Cheers!
    Ismael

    in reply to: Background Image not appearing #363971

    Hey!

    Thank you for using Enfold.

    The site is still on maintenance mode. You can only use the General Styling > Body Background option when you’re using a boxed layout. If you want to apply background images on stretched layout, use the color section element.

    Cheers!
    Ismael

    in reply to: Portfolio Grid on Smartphone #363970

    Hey!

    You can try this on Quick CSS to decrease the width of the one third column layout inside the portfolio preview:

    @media only screen and (max-width: 767px) {
    .portfolio-preview-content .flex_column.av_one_third {
    width: 48% !important;
    }
    }

    Cheers!
    Ismael

    in reply to: Speeding up delay on Mega Menu display? #363967

    Hi!

    Thank you for using Enfold.

    You can edit js > avia.js, find this code on line 1056:

    item.stop().css('display','block').animate({opacity:1},300);
    

    Decrease the value 300.

    Best regards,
    Ismael

Viewing 30 posts - 53,161 through 53,190 (of 67,510 total)