Forum Replies Created
-
AuthorPosts
-
Hey!
In this case use the code I posted here: https://kriesi.at/support/topic/wordpress-seo-yoast-breaks-page-editing/#post-180845
If it doesn’t help create us an admin account and post the login credentials (private reply).Regards,
PeterHey!
Ja, das ist aber leider eine technische Limitation. Es ist derzeit nicht möglich seitenübergreifend zu filtern und es werden immer nur jene Kategorien angezeigt, von denen zumindest ein Artikel auf der derzeitigen Seite existiert. Bzgl dieses Feature wurde schon in der Vergangenheit mehrmals angefragt, aber wir sehen derzeit einfach keine sinnvolle technische Möglichkeit es umzusetzen. Ich werde den Thread aber für Kriesi markieren – falls er so ein Feature plant kann er dazu Stellung beziehen.
Grüße,
PeterHey Abbe!
Please create us an admin account and post the login credentials as private reply.
Regards,
PeterHi!
I tagged the thread for Kriesi. I’m not familiar with the gallery code and I want to wait for Kriesi’s feedback.
Regards,
PeterOctober 26, 2013 at 6:34 pm in reply to: Avia Interface Won't Load When Trying to Edit Homepage #181077Hi!
The “MailChimp for WordPress Pro” caused a js error on the admin page. I deactivated it and the admin page loads fine now.
Regards,
PeterHey!
Please post more details and create us an admin account.
Best regards,
PeterHi!
I’m not familiar with Disqus and maybe you need to modify the theme files to use this service. The code can be found in /wp-content/themes/enfold/includes/comments.php and /wp-content/themes/enfold/includes/loop-comments.php
Regards,
PeterHi!
Ich konnte diesen Fehler nicht reproduzieren – derzeit werden 5 Kategorien in der Filterleiste angezeigt (wobei auch 5 Kategorien angelegt wurden) und selbst wenn ich die ganzen Einträge der 1200W Kategorie auch der 800W Kategorie zuordne werden noch immer alle Links ordnungsgemäß angezeigt und der 800W Filterlink lädt auch. Könntest du bitte eine Kategorie anlegen, mit der ich den Fehler reproduzieren kann?
Best regards,
PeterHi!
If you want to display the map on all pages insert the shortcode in header.php. template-builder.php is only a template file and will not load on every page. If you can’t insert it in header.php you need to add the shortcode to all templates, namely index.php, page.php, single.php, archive.php, search.php, single-portfolio.php, author.php and tag.php
Regards,
PeterHey!
Nein, da links die Sidebar angezeigt wird und man (da es sich um zwei parallel verlaufende Spalten handelt) den Inhaltsbereich nicht nach links auf die Sidebar ausdehnen kann.
Cheers!
PeterHi!
Please update your theme to v2.4. You’re using v2.3.2 at the moment and the update may fix the issue.
Cheers!
PeterHi!
No, it’s not possible to link these images to pages. Maybe we’ll add a filter to the gallery image links which enables you to change the default image url but I’m not sure yet. You can try to use the default wordpress gallery which should also support the plugin Ismael posted above ( http://wordpress.org/plugins/wp-gallery-custom-links/ ). You can alsoo use the “Logo/Partner” element which also supports a custom link for each image.
Best regards,
PeterOctober 26, 2013 at 10:20 am in reply to: White Space between Navbar and Layerslider – iPad Landscape – Enfold #180966Hi Bruno!
I tried to view the screenshots but both redirect me to http://balance-circle.de/ and I can’t view the images.
Cheers!
PeterHi Compustar82!
WooCommerce does not support such a shop layout by default and imo it’s not a code modification which can be done within some minutes. I recommend to use the plugin especially because a freelancer will charge more than 80$ to implement this feature.
Regards,
PeterHey!
Maybe your server does not support the oembed protocol: http://codex.wordpress.org/Embeds – wordpress uses this protocol to replace the video link with the actual video (iframe with player). Try if the default embed shortcode works. If not please contact your host provider and ask them to look into it.
Regards,
PeterHi Aaron!
Please create us an admin account and post the login credentials as private reply.
Regards,
PeterHi!
Soweit ich das mitbekommen habe ist die absolut perfekte Positionierung mit LayerSlider über unterschiedliche Bildschirmgrößen nur schwer möglich. Du kannst aber probieren bei den “Global Settings” die “Responsive under” und “Layers Container” Weite anzupassen. Standardmäßig sollten die auf 1140px gesetzt sein, aber uU benötigt man in deinem Fall höhere oder geringere Werte. Ich würde versuchen diese einmal abzuändern.
Regards,
PeterOctober 26, 2013 at 9:49 am in reply to: Anzeigen von events Manager Einträge mit Avia Layout builder #180960Hi!
Bei “Do you want to display blog posts?” kann man die Option “Display entries from a custom taxonomy” auswählen. Dann einfach die richtige Taxonomie unter (Which Entries?) auswählen und (falls nötig) auch noch die Eventkategorie. Ich habe es aber nicht getestet und es kann sein, das Enfold die Event-Posts nicht darstellen kann. Dies ist vor allem dann der Fall, wenn die Daten nicht “standardkonform” abgespeichert sind sondern zB als Post Meta Felder, etc.
Cheers!
PeterOctober 26, 2013 at 9:17 am in reply to: How to sort avia blog post element grid posts alphabetically? #180956Hi ttem!
No, try following code instead
add_filter('avia_post_slide_query','avia_order_by_random', 10, 2); function avia_order_by_random($query, $params) { $query['orderby'] = 'title'; $query['order'] = 'ASC'; return $query; }
Regards,
PeterHey!
You can try it but tbh I’m not sure if it’s worth the time. They’ll probably tell you it’s a theme issue and send you back to us. I’ll monitor the support forum though and if someone else reports the same issue I’ll dig into the code and check why the product grid can cause a conflict on some servers. Maybe it’s a problem with the allocated memory ( ) but I’m not sure. You can try to increase it to 128M: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
Cheers!
PeterHi!
I fixed it on your server – it seems like the woocommerce product slider shortcode breaks the Yoast SEO analysis on your server. I’m not sure why it does not work though because I can’t reproduce the issue on my test server and we didn’t receive similar bug reports yet. I added following code to functions.php
add_action('init','remove_yoast_analysis'); function remove_yoast_analysis(){ remove_filter('wpseo_pre_analysis_post_content','avia_wpseo_pre_analysis_post_content_fix', 10, 1); }
to fix the issue.
Cheers!
PeterHi!
Please try to install a smtp plugin like: http://wordpress.org/plugins/easy-wp-smtp/
If the plugin doesn’t help try to send the emails to another mail account – maybe your current provider blocks the emails.Cheers!
PeterHey!
I can’t reproduce the issue on my end: http://www.screenr.com/QTYH – maybe it’s a problem with the browser or a browser extension causes a js error?
Cheers!
PeterOctober 25, 2013 at 5:07 pm in reply to: VIdeo URL doesn't work when parameters added after the URL #180744Hey!
You can use this tool: https://developers.google.com/youtube/youtube_player_demo to configure the iframe. Switch to the “html” editor mode to insert the iframe code otherwise WP will embed it as a standard text and not as html code.
Best regards,
PeterHi!
Please re-install wordpress. wp-includes/theme.php is not a theme file but part of the wordpress core files and if the file is missing wordpress is not installed properly. You can download the wordpress files here: http://wordpress.org/
Cheers!
PeterHi craigrossmuller!
I recommend to use ftp: https://vimeo.com/channels/aviathemes/67209750
Cheers!
PeterOctober 25, 2013 at 2:36 pm in reply to: Yoast Sitemap error with the latest 2 version of Enfold Theme #180675Hi!
I found this article: http://www.quickonlinetips.com/archives/2009/05/wordpress-feed-xml-parsing-errors/ but I doubt that Enfold outputs the whitespace because the sitemap works an all other servers/websites which use Enfold (i.e. my website: http://inoplugs.com/sitemap_index.xml ). Did you try to deactivate all other plugins?
Cheers!
PeterHey xyzb!
I marked the thread for Kriesi. Maybe it’s a problem with the Envato API or he forgot to update the notifier script….
Regards,
Peter -
AuthorPosts