Forum Replies Created

Viewing 30 posts - 50,611 through 50,640 (of 66,296 total)
  • Author
    Posts
  • in reply to: Half Sized Blog and Magazine Element Issue #392500

    Hey!

    Turn on the custom css class: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Edit the blog post then add a custom css class to distinguished it from other blog posts element. Use “custom-blog” for example then replace the css code with this:

    .custom-blog .slide-image {
    overflow: inherit;
    margin-right: 85px;
    float: left;
    left: 35px;
    }

    Cheers!
    Ismael

    in reply to: Default Content to upload #392498

    Hey!

    Please take some time to review all of the resources in the Theme Documentation. A lot of basic stuff like theme installation, element configuration, options overview, css snippets and whole lot of handy stuff regarding the theme are probably available in there. You can watch video tutorials or get hold of a few hooks and filter functions that may help you modify the theme as you like. You can also search the forum for any related questions or issues. If you want to create a parallax section, edit the page then add the color section element. Apply a background then set the Background Attachment settings to fixed or parallax.

    If you don’t find what you’re looking for, don’t hesitate to let us know and we will be happy to assist you. For any complicated questions or add-on, please visit our Feature Requests page. Thanks!

    Regards,
    Ismael

    Hi!

    Can you please provide a screenshot? I’m not sure if I understand you clearly.

    Cheers!
    Ismael

    in reply to: Enfold Theme Options #392496

    Hey TOMWER!

    Thank you for using Enfold.

    It is not loading the proper font. Do you have any cache plugin installed? Please try to deactivate all plugins then toggle the theme options again. Save changes.

    Cheers!
    Ismael

    in reply to: Hidden Portfolio Featured Image #392494

    Hi!


    @noemialvz
    : Did you add a featured image? Please give us a link to the actual website.

    Cheers!
    Ismael

    in reply to: Boxed Layout Distortions – for different languages #392493

    Hi!

    Did you toggle the theme options after you deleted the file? Please make sure that the files inside the wp-content have the correct file permission. Should the two languages be identical? If yes, try to create a duplicate of the enfold_child.css then rename it to enfold_child_de.css.

    Cheers!
    Ismael

    in reply to: Problem with images loading in easy slider #392491

    Hey simonac!

    Thank you for using Enfold.

    The easy slider below the logo looks fine when I checked the page. Try to install a cache plugin or subscribe your site to CDN.

    Regards,
    Ismael

    in reply to: Parallax homepage not taking #392489

    Hey stratocomp!

    Thank you for using Enfold.

    We would like to see the actual website. If you have any cache or minify plugins, please disable it then test the site again.

    Regards,
    Ismael

    Hey!

    Add this on the Quick CSS field:

    @media only screen and (max-width: 990px) {
    .html_header_transparency #top .avia-builder-el-0 .container, .html_header_transparency #top .avia-builder-el-0 .slideshow_inner_caption {
    padding-top: 0 !important;
    }}

    Best regards,
    Ismael

    in reply to: Changing logo in header #392486

    Hi William!

    Thank you for using Enfold.

    If you don’t mind, we would like to see the actual website. Make sure that you’re running Enfold 3.0.8 on WordPress 4.1. Also, please ask your host if the wp-content folder have the correct file permission.

    Best regards,
    Ismael

    in reply to: Custom Header with custom navigation? #392485

    Hey brianwelsh!

    Thank you for using Enfold.

    Yes, it is possible. Set the Logo and Menu Position to Logo center, Menu below then apply the menu background using the Quick CSS field. Unfortunately, this is a custom modification and is beyond the scope of support. Please hire a freelance developer to modify the css layout.

    Regards,
    Ismael

    in reply to: Vimeo video had too much zoom #392482

    Hey!

    Glad you’re enjoying Enfold.

    Please try to add this on Quick CSS:

    #top .av-section-with-video-bg .av-section-video-bg .av-video-service-vimeo iframe {
    -webkit-transform: scale(1.35);
    -moz-transform: scale(1.35);
    -ms-transform: scale(1.35);
    transform: scale(1.35);
    }

    Best regards,
    Ismael

    in reply to: Youtube Video with Advanced Layout Editor not worked #392478

    Hi!

    Alright. Let us know if all is good. We’ll keep the thread open.

    Regards,
    Ismael

    in reply to: Problem with view on IPad #392477

    Hey!

    We added this code on your Quick CSS field:

    /* Tablet Portrait size to standard 960 (devices and browsers) */
    @media only screen and (min-width: 768px) and (max-width: 989px) {
    .page-id-2808 .flex_column.av_one_fourth.first.avia-builder-el-18.el_after_av_one_full.avia-builder-el-last.column-top-margin {
    width: 48%;
    }
    }

    Please check the page: http://neue-wordpress-homepage.de/kontakt/

    Best regards,
    Ismael

    in reply to: Portfolio items #392473

    Hi!

    Please check it now: http://1stcall.dragonpix.co.uk/?page_id=48

    We added this code on functions.php:

    add_action('wp_footer', 'ava_ajax_mod', 5);
    function ava_ajax_mod(){
    ?>
    <script>
    (function($){
        $(window).load(function() {
    		$('.av_table_col.first.portfolio-preview-image .avia-slideshow li a, .av_table_col.first.portfolio-preview-image a').each(function() {
    			$(this).removeAttr('href');
    		})	
        });
    })(jQuery);
    </script>
    <?php
    }

    This one on Quick CSS:

    .av_table_col.first.portfolio-preview-image span.image-overlay.overlay-type-video {
    display: none !important;
    }

    Cheers!
    Ismael

    in reply to: Fixed Background Image with Chrome still exist #392463

    Hey!

    Try to set the Background Position to top center instead of center center. I can’t play the video, not sure why (hmf). Maybe you can provide another screenshot from imgur or dropbox?

    Best regards,
    Ismael

    in reply to: A few random problems with Enfold #392461

    Hey!

    You set the Slideshow Image and Video Size to 1500×430 but since the theme can’t find any image with that size, it opted for the largest image available. Try to set the Slideshow Image and Video Size to a smaller thumbnail or upload images with the same size and dimension.

    Cheers!
    Ismael

    Hey!

    Thank you for the info. If I may ask, what is the language selected on Settings > General > Site Language?

    Regards,
    Ismael

    in reply to: Custom-Image error on IPad and IPhone #392457

    Hi aossi!

    Thank you for using Enfold.

    The issue seems to be random, it doesn’t always happen. Have you tried setting the other color section’s Background Attachment to scroll instead of fixed?

    Regards,
    Ismael

    in reply to: Enfold Latest News WIDGET #392456

    Hey!

    No, I’m sorry but that is not possible without major modification on the theme. You might need to hire a freelance developer to add the option.

    Regards,
    Ismael

    in reply to: white space on both sides of slider #392455

    Hi famewebdesign!

    Thank you for using Enfold.

    Try to edit the Slider Settings then remove the Layers Container value. See if that helps.

    Regards,
    Ismael

    in reply to: Pages appear in Blog overview #392453

    Hi!

    Thank you for the info.

    I checked the site but I can only see the blog grid section. Can you please provide a screenshot of the issue?

    Regards,
    Ismael

    in reply to: How to change the background color of the portfolio entries #392451

    Hi!

    Replace the code with this:

    body#top.single-portfolio .main_color.fullsize, body#top.single-portfolio #header_main_alternate {
    background: #ffffff;
    }

    Best regards,
    Ismael

    in reply to: Show Taxonomy of a CPT with the Blog Entires element #392450

    Hey Michael!

    Thank you for using Enfold.

    Try to flush the permalink settings. See if that helps.

    Cheers!
    Ismael

    in reply to: Problem with forms #392020

    Hey!

    Looks like you have CDN on your site. Another user is experiencing the same. Please refer to this link for a possible fix: https://kriesi.at/support/topic/contact-form-resetting-to-defaults/#post-391712

    Regards,
    Ismael

    in reply to: Partner / Logo Slider – Move One by One #392000

    Hey 2SINN!

    Thank you for using Enfold.

    Use the content slider instead of the logo slider.

    Regards,
    Ismael

    in reply to: Animated numbers speed #391997

    Hey ferdipm!

    Thank you for using Enfold.

    You can edit js > shortcodes.js, find this code on line 2688:

    var number_container = $(this), elements = number_container.find('.avia-single-number'), countTimer = number_container.data('timer') || 3000;
    

    Increase the “3000” digit.

    Best regards,
    Ismael

    in reply to: Colour section and title not displaying on mobile #391993

    Hey!

    I can see no errors on the site. The color section looks normal and I don’t see any special modifications added to it so there’s no reason for it to disappear on mobile device. Is it possible for you to provide a screenshot? It’ll help. I’ll ask the rest of the support team to check.

    Regards,
    Ismael

    in reply to: Place caption below the image in Easy Slider #391990

    Hi!

    Alright. Remove the modifications above. Please edit config-templatebuilder > avia-shortcodes > slideshow.php. Find this code on line 830:

    $html .= "<li {$slider_data} class='{$extra_class} slide-{$counter} ' >";
    					$html .= "<".$tags[0]." data-rel='slideshow-".avia_slideshow::$slider."' class='avia-slide-wrap' {$linkdescription} >{$caption}";
    					if($this->config['bg_slider'] != "true" && empty($video))
    					{
    						$html .= "<img src='".$img[0]."' width='".$img[1]."' height='".$img[2]."' title='".$linktitle."' alt='".$linkalt."' $markup_url />";
    					}
    					$html .= $video;
    					$html .= "</".$tags[1].">";
    					$html .= "</li>";

    Replace it with:

    $html .= "<li {$slider_data} class='{$extra_class} slide-{$counter} ' >";
    					$html .= "<".$tags[0]." data-rel='slideshow-".avia_slideshow::$slider."' class='avia-slide-wrap' {$linkdescription} >";
    					if($this->config['bg_slider'] != "true" && empty($video))
    					{
    						$html .= "<img src='".$img[0]."' width='".$img[1]."' height='".$img[2]."' title='".$linktitle."' alt='".$linkalt."' $markup_url />";
    					}
    					$html .= $video;
    					$html .= "</".$tags[1].">";
    					$html .= "{$caption}</li>";

    Add this on Quick CSS field.

    .avia-caption {
    position: relative;
    bottom: auto;
    left: 0;
    }

    Best regards,
    Ismael

    in reply to: Accordion not closing #391986

    Hi!

    The toggles work fine when I checked the page. Also, I noticed that you’re using an old version of the theme. Please download the latest version 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/

    Regards,
    Ismael

Viewing 30 posts - 50,611 through 50,640 (of 66,296 total)