Forum Replies Created

Viewing 30 posts - 49,111 through 49,140 (of 67,534 total)
  • Author
    Posts
  • in reply to: Masonry gallery image problems #449795

    Hi tech500!

    Thank you for using Enfold.

    The masonry items loaded fine when I checked the page initially. Try to install a cache and minify plugin to improve loading speed. Or follow the solution provided here: https://kriesi.at/support/topic/masonry-gallery-images-stacking-on-top-of-each-other/#post-433895

    The thumbnail that is being use in the masonry element is the masonry thumbnail with a max width and height of 705px. This is important to cover taller and wider images which is what the masonry element needs, flexibility. And since the masonry column container is percentage base, there’s no way to set a specific thumbnail size without compromising the image ratio and proportion. To make a long story short, any page with the masonry element in it will have a hard time passing the google image optimization test without tinkering with the core theme files. However, you can decrease the thumbnail size and then regenerate the thumbnails (https://wordpress.org/plugins/simple-image-sizes/) or you can use this plugin to compress image file size even more: https://wordpress.org/plugins/wp-smushit/

    Best regards,
    Ismael

    in reply to: How do I…? – Part 2 #449788

    Hey!

    I would like to see the page but there is an internal server error. Please contact your hosting provider.

    Regards,
    Ismael

    in reply to: Home page video on mobile phone #449787

    Hey!

    Yeah, sure. Please post the login details here. We’ll create an example in a test page. What you need to do first is to enable the custom css class: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    1.) Edit the current slider, look for the Custom CSS Class field at the very bottom of the slider options panel. Add a custom css class attribute, call it “hide-mobile” for example.

    2.) Add another video element above or below the slider then add the url of the video, same video url in the slider, configure the options etc. Again, look for the custom css class attribute, this time use “hide-desktop”.

    3.) Save the page then go to the Quick CSS field. Use this:

    @media only screen and (max-width: 989px) {
    .hide-mobile { display: none; }}
    @media only screen and (min-width: 990px) {
    .hide-desktop { display: none; }}

    You should have an automatic video slider on desktop view and a video element that users can watch on mobile.

    Regards,
    Ismael

    in reply to: Fullwidth slider and sidebar conflict on Blog page #449392

    Hey!

    There is a container that is automatically added on top of the page. I’m not sure where it’s coming from. The theme options should stay intact if you delete the theme folder because it it save in the database. Anyway, please create a backup and a restore point just in case.

    Regards,
    Ismael

    in reply to: Some responive problems on mobile view #449391

    Hi!

    After you add the custom css class attribute, you need to use it in the Quick CSS field in order to modify the current element. Use this:

    .gefuehle-title h3 {
      text-align: right;
    }

    Best regards,
    Ismael

    Hi!

    Looks like you don’t have the latest version of the theme. Please try to update to version 3.1.5. Let us know if it fix the issue. And it will help if you can increase the current wp memory limit to at least 128M. Refer to this for more info: http://dailyblogging.org/wordpress/increase-wordpress-memory-limit/

    Best regards,
    Ismael

    Hey!

    Most of the advance page builders (visual composer, mini-max, fusion builder, etc) out there don’t work well with the Yoast SEO plugin’s analysis feature. This is something the plugin should improve on, not vice versa. You can contact the plugin author for more info.

    Cheers!
    Ismael

    in reply to: Schriftgröße #449378

    Hi!

    Try to move the blog posts element outside of the 1/1 column layout. It doesn’t change because the font size is being inherited from another parent container instead of the body container.

    Regards,
    Ismael

    Hi Luxususer!

    Thank you for using Enfold.

    I’m sorry but I’m not sure if understand your question. What do you mean by “contribution”? Are you trying to show an excerpt instead of the full content on the blog overview page? You can edit the blog post element then you can set the Blog Content length to Excerpt with read more link.

    Cheers!
    Ismael

    in reply to: Close window button for all posts #449361

    Hi!

    Glad you figured out a way to add it dynamically. :)

    Best regards,
    Ismael

    in reply to: Header behavior #449358

    Hi!

    The home page’s header is set to transparent, other pages are set to the standard header. Was that intentional?

    Regards,
    Ismael

    in reply to: sidebar not working on pages #449355

    Hi!

    I’m sorry but we can’t check your site unless it is actually live. Let us know once it’s live then we’ll check it. Make sure that you’re running Enfold 3.1.5 on WP 4.2.2.

    Cheers!
    Ismael

    in reply to: Überschrift im Blog wird nicht dargestellt #449349

    Hi!

    Thank you for using Enfold and sorry for the delay.

    Looks like you created the single post entry using the advance layout builder. Note that the ALB will remove all default elements in the post including the title, post meta info, featured images, comments etc. You have to add all of it manually. And since you disable the title and breadcrumb container, you will have to manually add the single post title as well, you can use the special heading element or the text block.

    Cheers!
    Ismael

    in reply to: Sensei + Enfold #449346

    Hey!

    Please read the previous thread, it clearly explains the theme’s current stand regarding the sensei plugin. According to our team leader:

    1) You have to update the template of the single lessons ( content-single-lesson.php ). Copy the template from the sensei folder into the theme folder.

    2) No sidebar options, etc. are not supported. You can definitely add them but this would require advanced templates for sensei. Officially we don’t support this plugin (but just woocommerce, bbpress and WPML) and thus this customization is beyond the scope of our support forum. I recommend to hire a freelancer for this job.

    You can contact codeable to configure the plugin: http://kriesi.at/contact/customization

    Best regards,
    Ismael

    in reply to: slow down website performance #449344

    Hey!

    This is the first time this kind of question has been asked in the forum. We are not really sure what’s causing it and why it would happen on your installation but not from other enfold installations. Can you please provide any reference material related to the issue that we can check?

    Regards,
    Ismael

    in reply to: Safari iPhone 6 #449343

    Hey!

    I would like to check the site but the wp login and wp admin isn’t working. Please check. After you add the code above, did you remove the browser cache before testing the page? Mobile browsers tends to hard cache a web page to improve browser experience.

    Regards,
    Ismael

    in reply to: Safari Iframe one letter scrolls up #449341

    Hi!

    Looks like you’re using a custom script or plugin inside the layer slider. I’m sorry but we don’t provide support for third party plugins. Please contact the plugin or script author for more info regarding the issue.

    Regards,
    Ismael

    in reply to: Thumbnail Image on Product Tags? #449337

    Hi Kevin!

    Thank you for using Enfold.

    Unfortunately, you can’t add featured images on product tags. Please contact the woocommerce support. Or you can try this: http://www.websitehowtos.com/image-woocommerce-tags/

    Cheers!
    Ismael

    in reply to: top header alignment #449335

    Hi stroudas!

    Thank you for using Enfold.

    Replace the code with this:

    div#header_meta {
      padding: 0 50px;
    }
    
    #header_meta .container {
      min-height: 30px;
      background-color: #000;
      width: 100%;
    }

    Best regards,
    Ismael

    Hey wordmax!

    Thank you for using Enfold.

    I checked the site and the left sidebar stays until the screen width is 769px. The main content width needs a bit of adjusting. Use this in the Quick CSS field:

    @media only screen and (max-width: 767px) {
    .responsive #top .container .av-content-small, .responsive #top #wrap_all .flex_column, .responsive #top #wrap_all .av-flex-cells .no_margin {
      width: 100% !important;
    }}

    Regards,
    Ismael

    in reply to: Testimonialbox-responsivity problems #449322

    Hey!

    Glad we could help. :)

    Cheers!
    Ismael

    in reply to: mobile view photos #449321

    Hey almyles1975!

    Thank you for using Enfold.

    Can you please provide a link to the page in question? We would like to see it. A screenshot will help as well.

    Regards,
    Ismael

    in reply to: Playing and organizing media within enfold #449319

    Hi wrathyn!

    Thank you for using Enfold.

    Most of the learning management system or lms plugins are not free such as sensei, learndash etc. If you’re just looking to restrict certain pages with video or audio content in them, maybe these plugins will help:

    https://wordpress.org/plugins/pagerestrict/
    https://wordpress.org/plugins/membership/

    I think it’s better if you upload the video and audio files to a third party host such as vimeo, youtube, for audio you can use soundcloud. It will make the media buffering much more faster and you don’t have to worry about the server space.

    Regards,
    Ismael

    in reply to: Color section width #449175

    Hi!

    You can try this in the Quick CSS field:

    .home #wrap_all {
      background: #ffffff url(//media.sabinerosen.se/2015/03/snow-bg-3.jpg) top left repeat scroll;
    }
    
    .home .main_color.container_wrap, .home div#main {
      background-color: transparent;
    }
    
    div#testimonials, #boka, #sabinemethod, #om, #sabinemethod + div {
      max-width: 90% !important;
      position: relative;
      left: 50%;
      transform: translate(-50%, 0);
      -webkit-transform: translate(-50%, 0);
      -moz-transform: translate(-50%, 0);
    }

    Best regards,
    Ismael

    in reply to: Always Show Add To Cart on Product Page Solution! #449174

    Hi!

    OK. The featured images for each variation displays fine when you’re not using a plugin. Try to add this in the functions.php file:

    add_action('wp_footer', 'ava_custom_script', 10);
    function ava_custom_script(){
    ?>
    <script>
    (function($){	
    	$('div.variations_button .button').click(function(e) {
    		if($('#top .variations select')[0].selectedIndex === 0 ) {
    			e.preventDefault();
    			alert('Please choose product options…');
    		}
    	});			
    }(jQuery));
    </script>
    <?php
    }

    Best regards,
    Ismael

    in reply to: slider 3d #449172

    Hey!

    Alright. Please post the login details here. We would like to check it.

    Best regards,
    Ismael

    in reply to: Possible to get a custom button on the header #449170

    Hey!

    The translate method moves the element from its current position. You can test it here: http://www.w3schools.com/css/tryit.asp?filename=trycss3_transform_translate

    In that case, you don’t actually need the transform property. Where do you want to position the widget? The left and top property should be enough in order to adjust the position of the widget element.

    Best regards,
    Ismael

    in reply to: Character display errors #449167

    Hey LukasE!

    Thank you for using Enfold.

    I checked the site, both on chrome and firefox but I was not able to reproduce the issue on first load. Try to add this in the functions.php file:

    function add_subset_func($fontlist) {
    	$fontlist .= "&subset=latin,latin-ext";
    	return $fontlist;
    }
    add_filter('avf_google_fontlist', 'add_subset_func');

    Also, maybe installing a cache plugin will help.

    Best regards,
    Ismael

    in reply to: Home page video on mobile phone #449166
    in reply to: Easy slider grid – mobile view #449165

    Hey!

    Add this in the Quick CSS field:

    @media only screen and (max-width: 767px) {
    .home div#av-layout-grid-1 div:nth-child(1) .flex_cell_inner {
      width: 100% !important;
      max-width: 100% !important;
    }}

    In order to contain the effect of the css above, you can apply a unique id to the grid row section. Use “custom-grid” for example. You can replace “div#av-layout-grid-1” selector with “#custom-grid”.

    Best regards,
    Ismael

Viewing 30 posts - 49,111 through 49,140 (of 67,534 total)