Forum Replies Created

Viewing 30 posts - 3,061 through 3,090 (of 9,352 total)
  • Author
    Posts
  • Hi!

    Thanks for posting your solution/workaround.

    Regards,
    Peter

    Hi!

    1) Please try to clear the browser cache on the ipad – maybe it still uses the old css styles.

    2) You can remove the timeline with css code:

    
    .multi-big .post_author_timeline, .single-small .post_author_timeline{
    display: none !important;
    }
    

    Regards,
    Peter

    in reply to: Download Button Link #280402

    Hey djshortkut!

    You can use the “Set manually” option to link the button to a custom url – i.e. the document url: http://www.clipular.com/c/5918082606301184.png?k=dqH9DyyRaxJU7tthOLYNNLe1Q8k

    Cheers!
    Peter

    in reply to: Image gallery do not open in lightbox anymore #280401

    Hey!

    Yes, Kriesi uses Supercache: https://wordpress.org/plugins/wp-super-cache/ and bwp: https://wordpress.org/plugins/bwp-minify/

    Regards,
    Peter

    in reply to: Promo Box in IE 8 #280399

    Hi!

    Please try to clear the browser cache? I just tested your website with IETester and IE11 developer tools and both showed the images perfectly fine.

    Best regards,
    Peter

    in reply to: Remove search from nav #280398

    Hey jazbird!

    Go to Enfold > Theme Options > Header Layout and click on the “Extra Elements” tab. Search for the “Append search icon to main menu” checkbox and deactivate it.

    Best regards,
    Peter

    in reply to: How to offer link with document to download? #280397

    Hey!

    Glad Josue could help you :)

    Cheers!
    Peter

    in reply to: Footer zentrieren #280396

    Hey!

    Verwende diesen CSS Code:

    
    #top #footer {
    text-align: center;
    }
    
    

    Best regards,
    Peter

    in reply to: Cant's import new layerslider #280394

    Hey!

    Yes, the import/export feature is broken at the moment. The LayerSlider 5.2.0 beta1 changelog mentions a fix (“Fixed every known issues with import/export”) and we’ll definitely add the stable 5.2 version to Enfold. However right now the beta version is not stable enough and we’ll wait for the final release of 5.2.0.

    Best regards,
    Peter

    in reply to: Font display problem #280391

    Hey!

    Maybe you need to add the extended-latin subset. Add this code to the child theme functions.php or enfold/functions.php:

    
    add_filter( 'avf_google_heading_font', 'avia_add_heading_font');
    function avia_add_heading_font($fonts)
    {
    $fonts['PT Sans'] = 'PT Sans:400&subset=latin,latin-ext';
    return $fonts;
    }
    
    add_filter( 'avf_google_content_font', 'avia_add_content_font');
    function avia_add_content_font($fonts)
    {
    $fonts['PT Sans'] = 'PT Sans:400&subset=latin,latin-ext';
    return $fonts;
    }
    

    and replace PT Sans with your google font. Maybe you also need to adjust the font weight (400) and the subset value. Note that not all fonts support latin extenhded. Afterwards save the functions.php file and go to Enfold > Theme Options and re-save the theme settings.

    Best regards,
    Peter

    in reply to: Homepage Layout Problem Occured #280389

    Hey erkuto!

    Please create me an admin account and I’ll check the configuration.

    Best regards,
    Peter

    in reply to: Please contribute and translate Enfold #280388

    Hey!


    @mndawood
    and @webpress – thank you – we’ll include both translations with the next update.

    Cheers!
    Peter

    Hey!

    You can suggest this feature here: https://kriesi.at/support/enfold-feature-requests/ and if a lot of other users vote for it we’ll look into it.

    Regards,
    Peter

    in reply to: Does Layer Slider still NOT support WPML? #280188

    Hey Johan!

    Yes, Layerslider does not allow you to translate slides, layers or slideshows like standard posts or pages. You can only duplicate the slideshows and then translate them.

    Regards,
    Peter

    Hey Emmanuelppp!

    No, unfortunately it’s not possible to deactivate the avia template builder on certain pages. You can completely remove/deactivate it but then you’ll also remove all template builder features.

    Regards,
    Peter

    in reply to: WordPress SEO Problem nach Enfold Update #280083

    Hey tpsofttec!

    Kannst du mir vielleicht einen Admin Account einrichten, damit ich mir die Konfiguration ansehen kann?

    Regards,
    Peter

    in reply to: Enfold https issue #279993

    Hey Jason!

    Try to insert this code into the child theme functions.php file:

    
    add_filter('upload_dir', function($uploads) {
        $uploads['url'] = preg_replace('#^http://#i', 'https://', $uploads['url']);
        $uploads['baseurl'] = preg_replace('#^http://#i', 'https://', $uploads['baseurl']);
    
        return $uploads;
    });
    

    I’ll ask Kriesi to include a is_ssl check with the next update.

    Best regards,
    Peter

    in reply to: Correlated products #279991

    Hey!

    Please post a link to your website (product page/shop) and create us an admin account which enables us to check the configuration. Enfold does not remove or modify the related and up-sell products and I guess another plugin/extension breaks them or the configuration is wrong.

    Cheers!
    Peter

    in reply to: Accordion Slider – Title Issue #279987

    Hey!

    No problem, h3 obviously makes more sense for the title anyway.

    Regards,
    Peter

    Hi!

    Das mit der Dissertation ist eine Überlegung wert, doch da Du sicher gründlich daran arbeiten wirst und die so ihre Zeit braucht, wären die Gesetze schon geändert, bevor Deine Dissertation erschienen wäre.

    Ja, deswegen schreibe ich auch im Bereich “Arbeitsrecht” – da ändern sich die Gesetze nicht so rasend schnell.

    Best regards,
    Peter

    in reply to: Modify "Add to cart" button #279984

    Hi MDPC!

    The shortcode function can be found in wp-content/plugins/woocommerce/includes/class-wc-shortcodes.php (public static function product_add_to_cart) and the add to cart button template in wp-content/plugins/woocommerce/templates/loop/add-to-cart.php.

    Best regards,
    Peter

    in reply to: Chrome inline installation #279981

    Hey!

    Did you try to use a link instead:

    
    <a href="#" class="button" onclick="chrome.webstore.install();">InstallNow</a>
    

    Cheers!
    Peter

    in reply to: Promo Box in IE 8 #279979

    Hey!

    Please try this code instead:

    
    .avia-msie-8 div.avia-promocontent a img, .avia-msie div.avia-promocontent a img {
    max-height: auto;
    height: auto;
    max-width: 240px;
    width: 240px;
    
    }
    

    Best regards,
    Peter

    in reply to: Search page with transparent header and no sidebar #279963

    Hi pako69!

    Try this code:

    
    add_action('wp_head','avia_remove_search_sidebar', 10);
    
    function avia_remove_search_sidebar()
    {
    			if(!is_archive() && !is_search()) return;
    			global $avia_config;
    			$result = "fullsize";
    			$avia_config['layout']['current'] = $avia_config['layout'][$result];
    			$avia_config['layout']['current']['main'] = $result;
    }
    

    It should remove the sidebar from all archive & search pages.

    Regards,
    Peter

    in reply to: Appearance issues #279955

    Hi!

    No, pngs have a better quality than gifs. In general I’d recommend to use png but unfortunately older browser (like IE8) have problems with the transparency (alpha channel).

    The compatibility mode is sometimes activated by default (button next the the browser/url bar) and tries to emulate a IE7 compatible website. This feature breaks any modern html5/CSS3 website completely. We try to force the browser to deactivate the compatibility mode with a meta tag in the head section.

    Regards,
    Peter

    Hey!

    Das neue Verbraucherrecht ist ein Kind der EU und durch die “autonom auszulegenden Rechtsbegriffe” und die Harmonisierung entstehen zwangsläufig immer Unklarheiten. Der Grund ist, dass man einfach ein (teilweise undeutliches und fremdkörperartiges) Gesetz auf bestehendes Recht “aufflanscht” ohne die Folgen und Details näher zu bedenken. In Ö gibt es nun 4-5 ähnliche Gesetze, welche alle zu beachten sind – das KSchG (Konsumentenschutzgesetz), das ECG (E-Commerce-Gesetz), das Mediengesetz für Impressum, etc. und jetzt noch das Fern- und Auswärtsgeschäfte-Gesetz (FAGG), welches nicht auf alle Fernabsatzgeschäfte anwendbar ist (zB wenn das Entgelt nicht 50€ übersteigt). Zum darüberstreuen sollte natürlich das Bürgerliche Gesetzbuch (ABGB) auch noch beachtet werden. Selbst mir fällt es nach meinem Diplomstudium der Rechtswissenschaften schwer da durchzublicken. Wäre aber eine Dissertation wert…

    Best regards,
    Peter

    Hi!

    You can use this code:

    
    add_action('admin_enqueue_scripts', 'avia_deactivate_builder', 10);
    
    function avia_deactivate_builder()
    {
    	$is_post_edit_page = in_array(basename($_SERVER['PHP_SELF']), array('post.php', 'page.php', 'page-new.php', 'post-new.php'));
    	if($is_post_edit_page && !current_user_can('manage_options'))
    	{
    		if(!current_user_can('manage_options'))
    		{
    			echo "<style>#avia-builder-button{display: none !important;}</style>";
    		}
    	}
    }
    
    

    to hide the “Advanced Editor” for non-administrators on pages where no advanced layout is used. Note that you can’t disable the builder on pages which use an advanced layout because you can’t mix the content of the “standard” editor with “advanced layout” templates and the editor would just break the page with the “standard editor”. If you want to avoid that your editors/contributes can use the builder on pages which already use advanced layouts you must block the access to these pages completely. Tbh I’m not sure how this can be done but I guess this plugin: https://wordpress.org/plugins/advanced-access-manager/ may help you.

    Best regards,
    Peter

    in reply to: Merging cells in a table Enfold Theme #279937

    Hi!

    Please remove media=”all” from your code. It’s invalid css code.
    If you want to merge table cells I recommend: http://tablepress.org/ which supports this feature.

    Best regards,
    Peter

    in reply to: errors in code #279935

    Hi!

    Nearly all errors are triggered by the gzinflate() function. This is a known bug in the wordpress core: https://core.trac.wordpress.org/ticket/22952 . Tbh I would simply ignore them for now.

    Cheers!
    Peter

    Hey!

    I guess this css code in your child theme style.css file breaks the thumbnails.

    
    #top #wrap_all .avia-gallery-1 .avia-gallery-thumb a {
    width: auto!important;
    }
    

    Try to remove it and check the results.

    Cheers!
    Peter

Viewing 30 posts - 3,061 through 3,090 (of 9,352 total)