Forum Replies Created
-
AuthorPosts
-
Hey treufo!
Öffne wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php und ersetze:
$params['style'] = "big_thumb";
durch
$params['style'] = "big_thumb"; $params['preview_size'] ='full'; $params['crop_big_preview_thumbnail'] ='avia-gallery-big-no-crop-thumb';
Regards,
PeterHi adrianwackernah!
Ja, soweit ich weiß wird der og:image meta tag von Facebook & Google+ primär als Bildquelle genützt. Habt ihr schon probiert mit Yoast SEO: http://wordpress.org/plugins/wordpress-seo/ die Vorschaubilder zu setzen. Dieses Plugin erlaubt euch sowohl für Seiten/Posts/Produkte, etc. Bilder zu setzen (“Social” option tab), als auch ein “Standardbild” für die gesamte restliche Website (Plugin Einstellungen).
Best regards,
PeterHi!
Ja, dass kann mann auch probieren. Es ist nur schwer abzuschätzen, ob dieser Fehler von den Daten in der Datenbank verursacht wird, oder von beschädigten Theme Dateien. Wenn es ein Datenbankfehler ist, sollte dein Lösungsweg helfen. Wenn das Problem von beschädigten Theme oder WP Dateien ausgelöst wird, bringt natürlich dieser Ansatz keine Ergebnisse, da noch immer dieselben (beschädigten) Theme Dateien aufgerufen werden.
Cheers!
PeterHi Jason!
No, you must modify the portfolio shortcode file to add this code. Open up wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php and replace
$output .= "<h2 class='portfolio-grid-title entry-title' $markup><a href='{$title_link}'>".$title."</a></h2>";
with
$track_event = !empty($custom_link) ? "onClick=\"_gaq.push(['_trackEvent', 'Asset Library', 'PDF', 'Living in Christchurch']);\"" : ''; $output .= "<h2 class='portfolio-grid-title entry-title' $markup><a href='{$title_link}' {$track_event}>".$title."</a></h2>";
If you want to modify the shortcode with a child theme follow the instructions here: https://kriesi.at/support/topic/add-elements-to-visual-composer/#post-242618 but copy the portfolio.php file to your child theme folder.
Cheers!
PeterHi!
I’ll ask Kriesi to check the update api. For now I recommend to deactivate the auto update function if you want to save resources – insert following code into the child or parent theme functions.php file:
add_theme_support('avia_manual_updates_only');
Cheers!
PeterHey!
Danke für den Hinweis. Schön, dass das Problem gefunden wurde!
Regards,
PeterHi!
Diese Struktur wäre in der Tat schwierig umzusetzen, da Portfolio Einträge und Posts einen Slug benötigen. Ihr könnt daher ohne Anpassung des Theme Codes http://meine-website.com/(jeweilige Versicherung)-vergleich/ nur mit Seiten (bzw. Subseiten) umsetzen. Wenn ihr dafür Posts oder Portfolio Einträge verwendet würde ich den Slug “versicherungsvergleich” verwenden und dann als Titel des Portfolio-Eintrags den Versicherungsnamen wählen. Der Slug wäre dann http://meine-website.com/versicherungsvergleich/(Name der Versicherung). Wenn sich (jeweilige Versicherung) auf eine Gattung von Versicherungen bezieht (Brandschutz, Haftpflicht, etc.), dann würde ich diese auf jeden Fall als Seiten anlegen und dann entweder wieder die einzelnen Versicherungen als Subseiten anlegen, oder zB ein Ajax Portfolio nützen (siehe zB: http://kriesi.at/themes/enfold/portfolio/portfolio-ajax/ ) um auf die einzelnen Versicherungen zu verlinken. Nachteil der letzten Lösung ist jedoch, dass die Permalink Struktur nicht konsistent ist.
heers!
PeterHey!
Hat mit dem Theme nichts zu tun – siehe https://github.com/woothemes/woocommerce/issues/5130
Cheers!
PeterHi!
Your memory is set to 64M (64 megabyte). Please increase it to 128M. A tutorial can be found here: http://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/
Cheers!
PeterHi!
Ja, klar. Wird in 2.7.1 enthalten sein.
Cheers!
PeterHi Jorge!
The portfolio post type is defined in wp-content/themes/enfold/includes/admin/register-portfolio.php. I’m pretty sure it’s not the cause of your issue though because we didn’t change this code since Enfold 1.6 and the most recent WP version was 3.7. However let’s wait for the WPML support staff answer.
Cheers!
PeterHi!
Please make sure that you are using the latest version of WPML which is 3.1.5 – http://wpml.org/2014/04/wpml-3-1-5-released/
When I deactivate WPML the shop starts to work.
Cheers!
PeterHi!
Do you use the latest version of Enfold (2.7)? Older versions are not fully compatible with WP3.9.
Regards,
PeterHi crevlon!
Hierfür einfach eine CSS Klasse für das Widget vergeben und hiermit: http://border-radius.com/ den border-radius Code generieren.
Cheers!
PeterApril 30, 2014 at 8:24 am in reply to: Text Block is not showing the menu/toolbar after update to WordPress 3.9 #258140Hi casiano!
Afaik Kriesi already works on a fix and we’ll release an update (Enfold 2.7.1) very soon.
Cheers!
PeterHi!
Please try to use thumbnail images for the gallery preview images. Open the gallery option modal box and select a thumbnail size from the dropdown: http://www.clipular.com/c/6406267295760384.png?k=U2g8qnFh5lHjDfe2R2mq_yt6atQ and save the page.
The thumbnail version of the image should load faster and the grid will be displayed properly.
Cheers!
PeterHey!
Du kannst probieren die Hintergrundfarbe mit:
#header_main { background-color: transparent !important; }
auf transparent zu setzen.
Best regards,
PeterHi!
Insert this code into the child theme functions.php file:
add_filter('avia_breadcrumbs_trail', 'avia_change_breadcrumb', 10, 1); function avia_change_breadcrumb($trail) { if(is_single() && get_post_type() == "post") { $front = avia_get_option('frontpage'); $blog = avia_get_option('blogpage'); if($blog != $front) { $blog = '<a href="' . get_permalink( $blog ) . '" title="' . esc_attr( get_the_title( $blog ) ) . '">' . get_the_title( $blog ) . '</a>'; } $home = $trail[0]; $last = array_pop($trail); unset($trail); $trail[0] = $home; $trail[] = $blog; $trail[] = $last; } return $trail; }
Best regards,
PeterHi!
Please try to insert this css code into the quick css field:
.avia-msie-10 a.alignright{ max-width: auto; }
Regards,
PeterApril 30, 2014 at 7:46 am in reply to: Color Section "Sektion Mindesthöhe" funktioniert nicht #258130Hi crevlon!
Probiere bitte ein größeres Hintergrundsbild hochzuladen. Das derzeitige Bild ist http://liebespaar-auf-umwegen.de/wp-content/uploads/2014/04/Liebespaar_25-1500×630.jpg nur 630px hoch und daher ensteht unten eine weiße Fläche, da die Bildschirme meist eine höhere Auflösung haben.
Best regards,
PeterHi!
Ok, I’ll mark it for Kriesi. Another user reported this issue and it seems to be a bug since Enfold 2.6 or 2.7.
Regards,
PeterHi!
Great, glad it works again.
Regards,
PeterApril 30, 2014 at 7:40 am in reply to: can't set page/ post format, category, tags, layout after wp 3.9 #258126Hi!
@capuchin – please create me an admin account – I’ll check the permalink settings.Best regards,
PeterHi!
Tbh I’m not sure why the Yoast SEO plugin interferes with the main query. I’ll mark it for Kriesi, maybe he knows a solution.
Best regards,
PeterHi!
Please create me an admin account and post the login credentials private reply – I’ll check why it doesn’t work.
Cheers!
PeterApril 30, 2014 at 7:29 am in reply to: Replace toggle icon with another entypo-fontello font OR use a png #258119Hey!
Did you check the “font-family” value? In Ismael’s code it’s “entypo-fontello” but it may vary if you want to use a custom icon from another font set. If the icon is part of another font-family you must change this value too.
Cheers!
PeterHey!
Standardmäßig geht dies nicht, aber probiere einmal dieses Plugin: http://wordpress.org/plugins/widget-css-classes/
Regards,
PeterHey medienvirus!
Yes, multilingual press is compatible with Enfold: https://kriesi.at/support/topic/multilingual-press-pro-enfold-multisite/ – the only limitation is that you must switch to the other blog when you want to translate a “Advanced Layout Template” page but this doesn’t slow down the workflow.
Regards,
PeterHey!
Maybe you need to set the image manually (og:meta tag). You can use Yoast SEO: http://wordpress.org/plugins/wordpress-seo/ to set a facebook preview image for each post/page.
Cheers!
PeterHi!
Yes, very strange. I recommend to use a button shortcode underneath the video player to link to the video/audio file if the SeriesEngine button doesn’t work/show up.
Best regards,
Peter -
AuthorPosts