Forum Replies Created

Viewing 30 posts - 4,741 through 4,770 (of 9,352 total)
  • Author
    Posts
  • in reply to: Enfold Combo Widget #234622

    Hi agernaat!

    I think the thumbnails are missing. Try to regenerate them with: http://wordpress.org/plugins/regenerate-thumbnails/

    If the regeneration doesn’t help a possible css fix would be:

    
    .news-thumb {
    max-width: 36px;
    }
    

    – insert this code into the quick css field.

    Best regards,
    Peter

    in reply to: Is it possible to remove unneeded features? #234617

    Hi Tali!

    1) To deactivate LayerSlider insert this code into the child theme functions.php file

    
    add_theme_support('deactivate_layerslider');
    

    2) Insert this code into the child theme functions.php file:

    
    	function avia_register_avia_widgets()
    	{
    		register_widget( 'avia_newsbox' );
    		register_widget( 'avia_portfoliobox' );
    		register_widget( 'avia_socialcount' );
    		register_widget( 'avia_combo_widget' );
    		register_widget( 'avia_partner_widget' );
    	}
    	avia_register_avia_widgets(); //call the function immediatly to activate
    

    or open up enfold/functions.php and delete one code line

    
    register_widget( 'avia_google_maps' );
    

    Regards,
    Peter

    in reply to: Problem after Enfold update 26-Feb-14 #234614

    Hi!

    1) Please try to clear the browser cache. Maybe the mobile (safari) browser still loads the corrupt/damaged files.

    2) Thanks for the notice. We fixed the issue and we’ll release the update (version 2.6) this week.

    Cheers!
    Peter

    in reply to: IE8 Site Width Problems #234612

    Hi!

    Actually IE8 shouldn’t shrink your website to 960px but it should display the website with a width of 1030px or 1210px (depends on the layout setting . Enfold > General Settings). Only browsers which support media queries will use a special styling for devices with 960px screens and 768px screens). Can you post a link to your website please and I’ll investigate the html/css code and check why IE8 doesn’t display it properly.

    Best regards,
    Peter

    Hi!

    1) The testimonials issue will be fixed in the next update. We’ll release the new version (2.6) this week.

    2) Right now we’re too busy to debug the third party plugin conflict. Maybe we’ll look into it if we’ve more time but tbh I think this is a low priority thing and I’m also aware of incompatibility issues between the Mailchimp Lite widget and WPML and thus many users who rely on WPML won’t be able to use this plugin anyway…

    Cheers!
    Peter

    in reply to: enfold > bbpress > thread #234604

    Hey!

    1) I think it’s easier to solve the issue by setting a background for the entire page.

    The reason for the white background instead of the background image applied universally is because when I apply the background universally, no color sections apply a new color or background image.

    Please apply the background universally and post a link to a color section which doesn’t work. I’ll investigate the css code and check why the color section doesn’t work.

    2) Kriesi uses the “large responsive” layout (with 1210px width). You can configure it on the theme option page ( Enfold > General Settings). If you want to stretch the forum content area to 100% insert this code into the quick css field:

    
    #top .forum-archive .entry-content {
    width: 100%;
    margin-left: 0;
    }
    

    3) I’m not sure if Kriesi uses a custom widget or a standard bbpress widget for the login area. I’ll tag this thread for him and ask him to comment on it.

    Cheers!
    Peter

    in reply to: 404 Error on Mobile Site Pages #234603

    Hey!

    Enfold does not redirect the user to a mobile page/template since it does not even come with a special “mobile” template. If a redirection script is in place I recommend to check your server configuration (especially the htaccess file and maybe the index.php file if it contains some redirection code). If this doesn’t help try to move the entire wordpress directory to a new (sub) directory and make sure that the domain points to this (sub)directory.

    Cheers!
    Peter

    in reply to: Einige Fragen zur Konfiguration, Style usw #234601

    Hi!

    Ja, bitte, da ohne Test Account der Fehler schwer zum testen (und beheben) ist. Ich konnte den Fehler auf der Demoseite nicht reproduzieren ( ). und auf deiner Seite sollte dieser Code funktionieren:

    
    .avia-msie-8 #top .header_bg{
    background: #fff;
    filter: ;
    }
    

    Ich konnte diesen aber nicht testen, da das dynamische Stylesheet diesen nicht übernommen hat.

    Regards,
    Peter

    in reply to: Woocommerce integration #234599

    Hi Voilaah!

    1) You can activate the “registration form” on the WooCommerce option page (WooCommerce > Settings > Accounts > “Enable registration on the “My Account” page”

    2) No, but you can purchase a plugin called “German Market”: http://marketpress.com/product/woocommerce-german-market/?noredirect=en – it adds an order review page to your WooCommerce shop because the German/Austrian law forces the shop owner to show the customer a order review page before the order/data submission.

    Cheers!
    Peter

    in reply to: Deutsche Sprache aktivieren #234594

    Hi!

    Ja, genau. der Eintrag

    
    define(‘WPLANG’, ‘de_DE’);
    

    muss in der wp-config.php vorhanden sein. Wir liefern Enfold mit den deutschen Sprachdateien aus, daher sollte es nicht notwendig sein diese extra zu installieren. Sobald die WordPress Sprache auf “Deutsch” gestellt ist, sollte WordPress auch die Enfold Sprachdateien laden und verwenden. Bitte richte mir einen Admin Account ein und sende mir die Zugangsdaten als “Private Reply” (siehe Checkbox unterhalb des Texteditors) und ich sehe mir die Sache an.

    Cheers!
    Peter

    in reply to: Closing the ajax portfolio #234365

    Hey!

    Revert the code change Ismael suggested in his last post and insert this code at the very bottom of enfold/js/avia.js:

    
    (function($){
    	$(document).on( "click", '.portfolio-preview-title.entry-title', function(e) {
    	  $(this).parents('.portfolio_preview_container').find('.avia_close').trigger( "click" );
    	  e.preventDefault();
    	});
    })( jQuery );
    

    Best regards,
    Peter

    in reply to: SEO possibilities for Enfold? #234244

    Hey MMA_Impact!

    You maybe need to save the template/page first. We use a special hook to pass the page content to Yoast SEO and this hook might not work if the post content is not saved. I did a quick test on my test server and the keyword analysis worked with advanced layout pages and standard posts/pages.

    Cheers!
    Peter

    in reply to: Deutsche Sprache aktivieren #234191

    Hey!


    @Piepmatz
    – falls das Problem noch nicht behoben wurde stelle bitte sicher, dass die deutsche WordPress Version installiert ist.

    Regards,
    Peter

    Hi!

    Ja, dies ist auch möglich!

    Best regards,
    Peter

    Hi Sven!

    Du könntest den style Code auch in das Quick CSS Feld oder in deine Child Theme style.css eintragen – dann musst du nicht die Core Theme Dateien bearbeiten. Beachte aber das neue headline Definitionen (h7, h8, etc.) derzeit nicht im html Standard vorgesehen sind und daher dein html Code ungültig/invalide wird. Die meisten Browser werden es trotzdem akzeptieren und darstellen.

    Regards,
    Peter

    Hey!

    I’ll tag this thread for Kriesi.

    Note that there’s also a bug in this theme on WordPress multisites: urls to font files are based on $this->paths[‘baseurl’]. In a multisite, this baseurl is the site’s url, while this should be the network site’s url.

    I can’t find a bug. I did a quick test on my multisite test server and the urls are correct for me: http://multisitetest.inoplugs.com/ and http://en.multisitetest.inoplugs.com/ on my test websites.

    http://en.multisitetest.inoplugs.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.eot
    http://multisitetest.inoplugs.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.eot

    and custom icon font urls:

    http://en.multisitetest.inoplugs.com/wp-content/uploads/sites/2/avia_fonts/fontello/fontello.eot
    http://multisitetest.inoplugs.com/wp-content/uploads/avia_fonts/fontello/fontello.eot

    Imo the different url paths are correct or you may run into issues because of the cross domain references.

    Best regards,
    Peter

    in reply to: tags sorting #234169

    Hey neillin!

    This article will help you to set up the portfolio entries: http://kriesi.at/documentation/enfold/create-new-portfolio-item/
    If you want to add a filter to the portfolio make sure you activate the option on the portfolio element option screen: http://www.clipular.com/c/5372367433891840.png?k=DH6ZIpdZNrgttTnNr6XMhnXzAac . The filter will display the portfolio categories of your portfolio entries.

    Best regards,
    Peter

    in reply to: Flipboard.. #234160

    Hey vcoronel!

    I don’t know flipboard. I recommend to search the plugin repository for some useful plugins – i.e. I could find this plugin: http://wordpress.org/plugins/flipboard-magazine-widget/

    Regards,
    Peter

    in reply to: Is it safe installing Revolution Slider? #234159

    Hi vcoronel!

    We did a quick test with Enfold and revolution slider and we didn’t notice any incompatibility issues. However we can’t guarantee that both play nice together.

    Regards,
    Peter

    in reply to: display search into the breadcrumbs area #234158

    Hi fraktale911!

    Yes, but it would require some time intensive theme code adjustments. I recommend to hire a freelancer if you really need this design. Personally I think it wouldn’t be intuitive because I can’t remember a website where the search field was displayed next to the breadcrumb…

    Cheers!
    Peter

    in reply to: Mouse over product show filename in stead of ALT tekst #234155

    Hi Marco!

    Can you post a link to your product/shop page please? Afaik Enfold doesn’t display a tooltip at all and all product images have an alt text and thus it should be displayed if a tooltip pops up.

    Best regards,
    Peter

    Hi dentaparks!

    Probably there was an error when the database saved the settings and now the styling script can’t process the options. I recommend to delete the theme option database and to re-configure the settings. If you have a database backup you can also restore this backup to save some time. Use a tool like phpmyadmin to edit your database entries and open the wp_options table. Then search for an option called “avia_options_enfold” and delete it. Then you should be able to access the admin area and to re-configure the theme options.

    Cheers!
    Peter

    Hey!

    Please try to change the theme folder name. I noticed the url path is a bit weird

    
    http://robinhq.com/wp-content/themes/enfold-2.5.4/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.eot
    

    and maybe the folder name enfold-2.5.4 breaks it. Try to rename the theme folder to enfold.

    Regards,
    Peter

    in reply to: Problem width Woocommerce Shoppong Cart #234150

    Hi davidsantas!

    Please check if this is a theme issue. Switch to the default WordPress theme (TwentyThirteen or TwentyTwelve) and check if the cart starts to work afterwards. If yes, it’s an issue connected to the Enfold theme. Ifg not the WooCommerce plugin doesn’t work properly on your server. You can also try to increase the allocated memory to 128M: http://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/

    Cheers!
    Peter

    in reply to: Website very slow… #234147

    Hi miketran!

    You can try to install a cache plugin like: https://wordpress.org/plugins/wp-super-cache/ or http://wordpress.org/plugins/w3-total-cache/ – sometimes they can help to improve the speed. If not I recommend to contact the hoster. Maybe they can upgrade the host plan for you and provide better/faster hardware or tweak the server configuration somehow.

    Cheers!
    Peter

    in reply to: Adaptation from contact with design frame #234146

    Hey Dominik!

    Kriesi used this css code:

    
    #pre-sale-question form {
    border-radius: 6px;
    padding: 8px;
    position: relative;
    border: 1px #e1e1e1 solid;
    background: #D1D1D1;
    background: -moz-repeating-linear-gradient(-45deg, #000 , #000 30px, #fff 30px, #fff 40px, #42A0BD 40px, #42A0BD 70px,#fff 70px, #fff 80px);
    background: -webkit-repeating-linear-gradient(-45deg, #000 , #000 30px, #fff 30px, #fff 40px, #42A0BD 40px, #42A0BD 70px,#fff 70px, #fff 80px);
    background: -o-repeating-linear-gradient(-45deg, #000 , #000 30px, #fff 30px, #fff 40px, #42A0BD 40px, #42A0BD 70px,#fff 70px, #fff 80px);
    background: repeating-linear-gradient(-45deg, #000 , #000 30px, #fff 30px, #fff 40px, #42A0BD 40px, #42A0BD 70px,#fff 70px, #fff 80px);
    }
    

    to create the style. Just place the form into a color section and insert “pre-sale-question” into the custom id field: http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png

    Best regards,
    Peter

    in reply to: resize image in wysiwyg #234144

    Hey!

    We normally try to answer with 24h but at the moment Devin is on a maternity leave for two weeks or so and we also experience an increase of the support requests because of the new video background feature and the increased number of sales. Right now I can’t promise an answer within 24h but (to be on the safe side) I rather aim for 36-48h. It will be 24h again though when Devin returns.

    Best regards,
    Peter

    in reply to: video in slideshow sizing #234142

    Hi!

    Please try to replace the .be short url with a standard youtube.com url and check if it fixes the issue. We’ll release a new update (Enfold 2.6) next week which should fix some video related issues. It will also introduce a “fallback image” feature for devices which can’t play the video(s). These devices will then show an image instead of a video and imo this is a graceful fallback.

    Best regards,
    Peter

    Hi!

    We’ll release a new update (Enfold 2.6) next week. It will introduce a “fallback image” feature for devices which can’t play the video(s). These devices will then show an image instead of a video and imo this is a graceful fallback.

    Regards,
    Peter

    in reply to: WooCommerce Product Image Overlay #234140

    Hi infinweb!

    You can replace the default overlay/icon with i.e. a magnifier icon. Use this code:

    
    .single-product .image-overlay .image-overlay-inside:before {
    content: '\E803';
    }
    

    and insert it into the quick css field to change the icon. You can replace E803 with another char code if you want to use a custom icon.

    Cheers!
    Peter

Viewing 30 posts - 4,741 through 4,770 (of 9,352 total)