Forum Replies Created
-
AuthorPosts
-
Hey!
I’m glad it works for you :)
Best regards,
PeterHey gmmediadienste!
Ich habe dbzgl den Autor von wpseo schon vor einiger Zeit angeschrieben und Herrn Sergej gefragt, ob er Interesse hat mit uns zu kooperieren, sodass wir auch sein Plugin mit unseren Themes zum Laufen bringen und er hat es nicht einmal der Mühe wert gefunden auf diese Anfrage zu antworten. Von daher kann ich leider auch nicht helfen, da ich keine Lizenz für wpseo habe und mir auch keine zulegen möchte und ich mir denke, dass bei einem Theme/Plugin Konflikt beide Seiten an einer Lösung interessiert sein sollten…
Ich empfehle daher auf Yoast SEO umzusteigen: http://wordpress.org/plugins/wordpress-seo/ da Joost de Valk und sein Team mit uns zusammenarbeiten und wir Enfold auf WordPress SEO und Yoast’s Premium Plugins optimiert haben.
Cheers!
PeterHi diefleischerei!
Ja, LayerSlider erlaubt es iframes, html code und somit auch Videos einzubetten ( http://www.docs.purethemes.net/sukces/layerslider/documentation/documentation.html#videos ). Einfach das “Div / Video” Element für den Layer auswählen ( http://www.clipular.com/c?5161314812952576=t8VUU20NoVvkXBwDD5Q4_hDI5NI&f=.png ) und dann in das Feld den Iframe Code des Videos eintragen. Für die Iframe Weite wähle 100%, sodass sich das Video über die gesamte Breite erstreckt.
Der Code könnte zB wie folgt aussehen und die Video URL muss angepasst werden
<iframe id="ytplayer" type="text/html" style="width:100%" src="https://www.youtube.com/embed/M7lc1UVf-VE" frameborder="0">
Cheers!
PeterHey!
Yes, actually WP will overwrite the widget settings if you try to save different settings/categories for different languages. This is a wordpress limitation because every widget gets an unique id and WPML does not duplicate the widget when you switch the language but the widget will keep the same id – thus you can also overwrite the settings. The only workaround I’m aware of is to add two instances of the widgets to the sidebar. First select one language and add a portfolio widget to the sidebar. Add ICL_LANGUAGE_CODE == ‘XX’ into the widget logic field and replace XX with the right language shortcut of the current selected language. Then configure the widget for the current selected language and hit the save button. Then switch to the other language and configure the second widget/instance for the other language. Don’t click the “blue” save button of the first widget or you’ll overwrite the settings of the first language again. I made a short video to demonstrate the setup: http://www.screenr.com/CyZH
Best regards,
PeterHey!
The text string you marked in the screenshot can be found in: /wp-content/themes/enfold/config-wpml/config.php – search for
$output .= "<li><span class='avia_cur_lang_edit'>Editing:</span><span class='avia_cur_lang'><img title='".$languages[ICL_LANGUAGE_CODE]['native_name']."' alt='".$languages[ICL_LANGUAGE_CODE]['native_name']."' src='".$languages[ICL_LANGUAGE_CODE]['country_flag_url']."' />"; $output .= ICL_LANGUAGE_NAME_EN." (Change)</span>";
Replace “Editing” and “Change” with your custom text. We’ll make it translatable in the next version.
Best regards,
PeterHello!
1) The theme does not define “WP_MEMORY_LIMIT” constant. Not sure what causes the error in your case but you can search the theme files for “WP_MEMORY_LIMIT” and you won’t find an occurence of the text string. Thus not a theme problem…
2) Not sure what “Below listed scripts has been automatically stripped because of injection:” means but our scripts don’t inject any malware code. False alarm/detection. Actually the script even tries to block the official google maps script (see last error):
Below listed external scripts have been traced, verified and automatically stripped because of injection: [avia-google-maps-api] – http://maps.google.com/maps/api/js?sensor=false
which is – please excuse for the harsh word – bullshit because then every theme/plugin which relies on the official google maps api “injects” something (like our script (avia_google_maps_widget.js).
There’s nothing we can do about these errors – they’re simple false alarms and won’t affect you or your website visitors in any way.
Regarding the textdomain issue – you just need to translate the avia_textdomain. The other domains are part of the layerSlider plugin and the wordpress core files and you can simply ignore them. You can translate the po/mo files even if Codestyling outputs errors…
Cheers!
PeterHello crevlon!
Du solltest die Hover Farbe mit folgenden CSS Code hinzufügen können
#top .avia_textblock a:hover{ color: #aaa; }
Falls der Code nicht funktioniert, versuche den !important tag anzuhängen
#top .avia_textblock a:hover{ color: #aaa !important; }
Regards,
PeterHello!
Actually I used a similar solution to calculate the menu width and the logo width and to adjust the menu width dynamically based on the logo & menu container width. The difference though is that my function does not switch to the mobile menu but it tries to reduce the paddings and the logo image width based on the screen resolution. Tbh I think the mobile menu should only be displayed on very small screens.
The code was added with theme update 2.2 and I improved the code now ( see: https://kriesi.at/support/topic/enfold-2-2-breaks-site-logo-image/#post-165531 ) – the new code will be part of the 2.3 update. The updated version supports all types of logos (different aspect ratios, etc.) and it will calculate the padding for each menu item individually whereas my first version of the script just applied the paddings of the first item to all menu items.Best regards,
PeterHey!
Please try following bug fix – open up /wp-content/themes/enfold/framework/php/class-form-generator.php and replace
$header = 'MIME-Version: 1.0' . "\r\n"; $header .= 'Content-type: text/html; charset=utf-8' . "\r\n";
with
//$header = 'MIME-Version: 1.0' . "\r\n"; $header = 'Content-type: text/html; charset=utf-8' . "\r\n";
and
$header = 'MIME-Version: 1.0' . "\r\n"; $header .= 'Content-type: text/html; charset=utf-8' . "\r\n";
with
//$header = 'MIME-Version: 1.0' . "\r\n"; $header = 'Content-type: text/html; charset=utf-8' . "\r\n";
Cheers!
PeterHey!
Ok, das Problem liegt in der .entry-content Klasse. Diese wurde von uns auf .entry-content-wrapper umbenannt, da der hatom feed Standard der entry-content Klasse eine semantische Bedeutung gibt. Daher haben wir zur Verbesserung bzgl SEO unsere Struktur umgestellt. Dein Code ändert sich somit zu
.entry-content-wrapper .post-title { font-size: 50px; }
Best regards,
PeterHey!
1) Wir nützen den standardmäßigen Embed Shortcode: http://codex.wordpress.org/Embeds und diese unterstützen meines Wissens nach den Parameter nicht. Youtube entscheidet anhand der Bandbreite und der Auflösung selbst, welche Qualität verwendet wird. Wenn man daher den Parameter verwenden möchte, muss man den Player Iframe direkt einbinden. Einen Player-Generator gibt es hier: https://developers.google.com/youtube/youtube_player_demo
2) Ich würde den Code von hier: http://zeo.my/limit-number-tags-wordpress-tag-cloud-widget/ verwenden und statt 10 einen sehr hohen Wert wählen, wenn alle Tags angezeigt werden sollen.
Best regards,
PeterHi!
I’m also not aware of a quick solution and it seems like you need to rewrite some parts of the menu script. Tbh I think this is beyond the scope of our support forum and I’d suggest to hire someone (i.e. a freelancer from http://www.microlancer.com/ ) who can help you with this customization.
Cheers!
PeterHallo,
öffne includes/loop-index.php und lösche folgenden Codeecho '<span class="blog-author minor-meta">'.__('by','avia_framework')." "; the_author_posts_link(); echo '</span>';
Hey jamesnardell!
We added rich snippet support with Enfold version 2.1 (i.e. compare the analysis of my blog here: http://www.google.com/webmasters/tools/richsnippets?q=http%3A%2F%2Finoplugs.com%2Fblog%2F ). You just need to update the theme to the latest version and everything should work just fine. The hcard data is not part of a standard wordpress post and thus not supported by our theme. You can try to install a hcard plugin to add the data to your website though.
Regards,
PeterHello!
Actually we even added a php file which fully integrates Yoast SEO into Enfold. Eg the page analysis tool now works with the page builder because we asked Yoast to cooperate with us and to implement a new hook (see: http://yoast.com/wordpress-seo-content-analysis/ ) which allows us to manipulate the content. I’m not aware of any incompatibility issues and all Yoast SEO plugins (free & premium) should work with our theme (and I use it on my websites with Enfold too). You maybe need to increase the allocated php memory to 128M though: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
Best regards,
PeterHello!
Yes sure :)
Regards,
PeterHey!
Ok, I still didn’t receive a mail. Please use the contact form on my website: http://inoplugs.com/contact/ to send me the login data.
Cheers!
PeterHello!
I checked the code and this is probably a side effect of the “css width” attribute which is calculated by the js function. I changed the code a bit ( https://gist.github.com/InoPlugs/ff21a064c574fc154794 ) and replaced
$('#header .logo,#header .logo a img').css('width',logo_width+"px");
with
$('#header .logo,#header .logo a img').css({'max-width':logo_width+"px", 'width':'auto'});
Now the browser should set the logo width automatically but the logo won’t overlap the items because of the max-width limitation
Regards,
PeterHi!
I fixed it – it was a bug in the shortcode code. I had to replace following code in config-templatebuilder/avia-shortcodes/image.php
$output = wp_get_attachment_image($src,'large');
with
$output = wp_get_attachment_image($src,'large',false,array('class' => "avia_image $class ".$this->class_by_arguments('align' ,$atts, true)));
We’ll include the fix in the next update.
Cheers!
PeterHi!
I can’t edit posts/pages and I can’t check the advanced layout element configuration. please make sure that my user account has admin rights/permissions.
Best regards,
PeterHello citystash!
Enfold does not support the typekit font api. Maybe you can embed the font with @font-face but I’m not sure if typekit provides the font files directly – according to this thread: http://www.quora.com/Typekit/Does-TypeKit-allow-adding-fonts-with-CSS-using-the-font-face-rule-without-JavaScript they don’t support the @font-face method…
Cheers!
PeterHey markinanton!
1) Not all text strings on the admin page are translatable. Only the front end text strings (text strings which will show up when other users visit your website) are fully translatable.
2) Probably the existing Russian language files are not fully translated yet and I can imagine some text strings (front end or back end) are still missing. You can use Codestyling: http://wordpress.org/plugins/codestyling-localization/ to translate the missing text strings.
Best regards,
PeterHi!
I updated the instructions above. I think I forgot to mention some code changes and it’s better/safer when you replace the entire code in avia.js
Cheers!
PeterHey!
Please copy/paste the code from here: https://gist.github.com/InoPlugs/ff21a064c574fc154794 into your avia.js file. You can remove/delete the “old” code in avia.js
Cheers!
PeterHello!
Please create me an admin account and update your theme to v2.2. If you want to avoid that your website visitors see a stretched logo replace
win.on("debouncedresize", adjust_menu_width); win.on('scroll', adjust_menu_width); adjust_menu_width();
with
/* win.on("debouncedresize", adjust_menu_width); win.on('scroll', adjust_menu_width); adjust_menu_width(); */
and I’ll remove the comment sign when I start to debug the code.
Cheers!
PeterHello Marssolutions!
Please insert following code into the quick css field to fix the issue.
#top .main_menu .menu>li:last-child>a { padding-right: 0 !important; }
Best regards,
PeterHi!
Yes, but glad it was a simple solution and not a bug in the framework :)
Regards,
PeterHi!
Actually I wrote the function and added it to avia.js. The function will calculate the width of the menu items with paddings and without paddings and if the width of the menu items with paddings and the logo width exceeds the header container width it will try to shrink the paddings to a lower value. By going this way we can make sure that the logo is not overlapped by the menu items. However in some cases the reduced paddings are not enough and the menu items would still overlap the logo and my function then calculates the remaining space and changes the logo width to the calculated value.
That said I can’t reproduce the issue on my test servers ( http://www.screenr.com/kCZH ) and no other user reported a similar issue so far and I wonder if the issue only occurs with a certain setup (os/browser specific). I tested your website and the new Enfold update on my test servers with Firefox, Chrome, IE10 and 9 on Win8 and I didn’t notice a logo image distortion.
If you think it’s coded wrongly and you don’t want to use the new function open up avia.js and delete/comment out following code:
win.on("debouncedresize", adjust_menu_width); win.on('scroll', adjust_menu_width); adjust_menu_width();
This will deactivate the menu item width and logo width calculation and my function won’t kick in. On the other hand you risk that the menu links may overlap the logo.
Cheers!
PeterHey dreirad!
1) Du kannst dieses Plugin: http://wordpress.org/plugins/post-types-order/ verwenden, um die Portfolioeinträge zu sortieren.
2) Derzeit wird das Facebook Icon standardmäßig nicht unterstützt. Wir überarbeiten aber gerade die Font Icon Funktion, sodass voraussichtlich ab dem nächsten Update der Benutzer selbstständig neue Icons hinzufügen kann (daher auch zB das Facebook Icon). Falls ihr es eilig habt könnt ihr Nicks workaround: https://kriesi.at/support/topic/youtube-icon/#post-121776 verwenden.
3) Meiner Erfahrung nach muss man va auf die “Globa Settings” achten und sicherstellen, dass die “Responsive” und “Layer Container” Weite richtig konfiguriert ist: http://www.clipular.com/c?5232019638321152=EPeN02ByfziSf8rbrtk79qwzir4&f=.png
Best regards,
PeterHello!
Soweit ich weiß unterstützt LayerSlider Shortcodes – man kann diese einfach in das HTML Feld kopieren:
Zu beachten ist hierbei, dass die Vorschau den Shortcode nicht anzeigt, aber der Slider auf der Website diesen dann richtig einbettet. Wenn der Shortcode trotzdem nicht gehen sollte, würde ich entweder probieren den HTML Code des Formulars direkt einzufügen, oder frage die Entwickler des Hybrid Connect Plugins um Rat.
Cheers!
Peter -
AuthorPosts