Forum Replies Created
-
AuthorPosts
-
Hey!
You can try to re-install the wordpress core files with ftp (unpack the wordpress zip and overwrite the files on your server). All files you mentioned in your post are wordpress core files and not theme files.
Regards,
PeterHi!
Thanks for the suggestion :)
Cheers!
PeterHey pako69!
Kriesi just fixed a small bug with the isotope filter animations. He updated enfold/js/avia.js
Best regards,
PeterHi curmi01!
I think this is not possible. According to vimeo the video has a resolution of 1280×720. You can’t display it with 1500 x 430 without cropping and stretching the video. If you want to display a video with 1500 x 430 you must upload a video with the size of 1500 x 430 or a size which can scale to 1500 x 430 (i.e. 3000 x 860 or 750 x 215).
Cheers!
PeterHi!
Das “Veranstaltungskalendar” Plugin ist nicht 100% mit WPML kompatibel und scheint einen Konflikt zwischen dem “Blog Grid” Layout und WPML zu verursachen. Ihr habt daher 2 Möglichkeiten.
1) Ihr deaktiviert das Plugin, dann könnt ihr das Blog Grid Layout auch mit WPML benützen.
2) Ihr wechselt zu einem anderen Blog Layout – zB zum “Multi Author” Layout. Dieses nützt die Haupt-Query als Quelle für die Posts und wird dadurch nicht durch das “Veranstaltungskalendar” Plugin beeinflusst.
Best regards,
PeterHey Schloss Klaus!
You can create a simple plugin just for this filter ;) Download this file: http://pastebin.com/download.php?i=BZj2xztg , rename it to contactformsevenfilter.php, then upload it into the wp-content/plugins/ folder and activate it like a standard wordpress plugin.
Regards,
PeterHi!
Da es sich um eine Color Section handelt versuche einmal diesen Code:
#top .avia-section.main_color, #top .avia-section.alternate_color{ background-color: rgba(255,255,255,0.5); }
Einen Unterschied wird man aber de facto erst merken, wenn der body Hintergrund durch ein Bild befüllt wird, da ansonsten der semi-transparente Hintergrund der Color Section nur den weißen Hintergrund des body anzeigt, welcher sich dahinter befindet. Ihr könnt zB diesen CSS Code verwenden, um testweise ein Hintergrundbild einzufügen:
.html_stretched #wrap_all { background-image: url(https://www.uwe-schwarz.de/wp-content/uploads/2013/06/Überblick-verschaffen-Coaching.jpg); background-size: cover; }
und dann sollte man auch den semi-transparenten Hintergrund merken.
Regards,
PeterHey!
You can use this code to hide the hr/whitespace on mobile devices:
@media only screen and (min-width: 767px) { .hr { display: none; } }
If you just want to hide certain whitespaces/hr elements please add a custom class to them and use:
@media only screen and (min-width: 767px) { .hr.mycustomclass { display: none; } }
to hide these hr elements. Replace “mycustomclass” with your custom css class.
Cheers!
PeterHi wimdemo!
Please create us an admin account and we’ll check the configuration. You can post the login credentials as private reply.
Regards,
PeterHi!
No, it’s not there anymore. It seems like WPML already takes care of CORS ajax requests but the 3.1.6 update broke the code somehow.
Best regards,
PeterHi!
Ok, I’ll close this thread now. Please open a new thread if necessary and post a link for reference to this thread.
Best regards,
PeterHey jberickson!
Did you fix th issue? I just tested the player on the dummy page ( http://ericksondigitalarts.com/dummy-page/ ) and all songs played on the same page when I clicked on the links: http://www.screenr.com/D6mN
Cheers!
PeterHi!
Great, glad you found a solution.
Regards,
PeterHey!
1) I think it’s a WPML issue. We didn’t change the flag code recently and it worked just fine with WPML 3.1.5. Since 3.1.6 two or three users reported some issues with wrong redirects, etc. but I’m pretty sure it’s no theme code issue.
2) It’s something which is beyond the scope of our support forum. If you’re not sure what’s the best solution please consult a developer. The main problem is ajax doesn’t allow cross domain requests (i.e. requests from http://www.novamaris.es/ to http://www.novamaris.com or vice versa). It’s not important where the domains are hosted – you can host them on the same server or different servers. Personally I would recommend to switch to the sub-domain or directory solution (i.e. http://www.novamaris.com and http://es.novamaris.com or http://www.novamaris.com and http://www.novamaris.com/es/ ) but if you want to use two different domains you definitely must tweak your code or server settings to support cross-origin resource sharing: http://www.d-mueller.de/blog/cross-domain-ajax-guide/
Regards,
PeterHey Ed!
Please don’t create several threads about the same questions/issues. We try to answer the questions within 24 hours. I’ll close this thread now. https://kriesi.at/support/topic/2nd-requestjust-purchased-themewhere-is-the-support/
Regards,
PeterHey xxtita!
Please create us an admin account and we’ll look into it.
Cheers!
PeterJuly 10, 2014 at 5:36 pm in reply to: Woocommerce Products Badge Management – Incorrect Badge Placement #289633Hi dnikitiuk!
We don’t have access to the plugin code and we can’t support it. Please contact the plugin author and ask him for help.
Regards,
PeterHi!
I tested the code and it worked for me. Please open up enfold/functions.php, delete the entire code within the file and insert this code: http://pastebin.com/raw.php?i=jtyDHtem
Best regards,
PeterHi!
1) Did you modify the wp-content\themes\enfold\config-wpml\config.php file again? Probably the updated theme files overwrote your modified config.php file and now the fix isn’t working anymore. You just need to modify it again based on the instructions posted here: https://kriesi.at/support/topic/last-update-wpml-and-enfold-switcher-language/#post-289251 and the fix should work again.
2) The website displays an error:
XMLHttpRequest cannot load http://www.yachtcharterbcn.com/wp-admin/admin-ajax.php. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://www.novamaris.es' is therefore not allowed access.
which is not related to the theme. You must either hire a developer who can take care of the cross domain error (see http://stackoverflow.com/questions/20035101/no-access-control-allow-origin-header-is-present-on-the-requested-resource ) or you make sure that both websites are loaded from one domain ( http://www.yachtcharterbcn.com/ or http://www.yachtcharterbcn.es/ ). You can’t use different domains if you want to use ajax.
Cheers!
PeterJuly 10, 2014 at 5:13 pm in reply to: Urgent, please, help! Dynamic content elements are not showing up on my site. #289610Hey!
Great, glad it works now. I’ll ask Kriesi to add this fix to the next update.
Regards,
PeterHey!
Der “Weiterlesen” Tag dient nur dazu Excerpts/Auszüge für die Blog Seite zu erstellen und macht nur bei Posts/Artikel Sinn, welche auf der Blog Seite angezeigt werden. Den Text innerhalb einer Seite oder eines Posts kann mann damit nicht kürzen. Siehe auch http://en.support.wordpress.com/splitting-content/more-tag/
Eine solche Funktion bietet Enfold auch out-of-the-box nicht an. Das Toggle/Accordion Element ist aber möglicherweise eine Alternative. Ansonsten kann man die Plugin Datenbank (zB: http://wordpress.org/plugins/oik-read-more/ oder http://wordpress.org/plugins/better-read-more/ ) nach geeigneten Plugins durchsuchen.
Cheers!
PeterHi!
I posted a temporary fix for the new lightbox here: https://kriesi.at/support/topic/new-lightbox-plugin-questions/ – we’ll include it with the next update.
Regards,
PeterHey!
Can you post a link to the page please – I’ll check the css code.
Cheers!
PeterHey envapk2!
No, right now the product grid element does not come with the same options like the portfolio grid element. It would require some work to implement these options and it’s a customization which is beyond the scope of our support service. You can suggest your idea here: https://kriesi.at/support/enfold-feature-requests/ and we might add it to Enfold if more users vote for it.
Cheers!
PeterHi pako69!
1) Because you link to the thumbnail version of the image. The image link points to http://www.wp-master.org/wp-content/uploads/2014/07/visuels_flous_4-1030×643.jpg and not http://www.wp-master.org/wp-content/uploads/2014/07/visuels_flous_4.jpg
Make sure the link points to the original image.2) Yes, I think this is a bug. To fix it open up enfold/js/avia.js and replace:
image: { titleSrc: function(item){ // return item.el.find('img').attr('title'); return item.el.attr('title'); } },
with
image: { titleSrc: function(item){ var title = item.el.attr('title'); if(! title) title = item.el.find('img').attr('title'); return title; } },
I’ll ask Kriesi to fix this with the next update.
Best regards,
PeterHey Quant2112!
1) Das ganzseitige Hintergrundbild lässt sich meines Wissens nach mit Plugins wie zB: http://wordpress.org/plugins/background-manager/ umsetzen.
2) Den Hintergrund des Bodies komplett semi-transparent zu machen erfordert uU viele Anpassungen und ich kann dbzgl nur eine “Starthilfe” anbieten. Dieser Code:
.main_color, .main_color .site-background, .main_color .first-quote, .main_color .related_image_wrap, .main_color .gravatar img .main_color .hr_content, .main_color .news-thumb, .main_color .post-format-icon, .main_color .ajax_controlls a, .main_color .tweet-text.avatar_no, .main_color .toggler, .main_color .toggler.activeTitle:hover, .main_color #js_sort_items, .main_color.inner-entry, .main_color .grid-entry-title, .main_color .related-format-icon, .grid-entry .main_color .avia-arrow, .main_color .avia-gallery-big, .main_color .avia-gallery-big, .main_color .avia-gallery img, .main_color .grid-content, .main_color .av-share-box ul, #top .main_color .av-related-style-full .related-format-icon, .main_color .related_posts.av-related-style-full a:hover, .main_color.avia-fullwidth-portfolio .pagination .current, .main_color.avia-fullwidth-portfolio .pagination a { background-color: rgba(255,255,255, 05); }
sollte den Hintergrund des Hauptcontainers in Weiß mit 50% Transparenz anzeigen. Der Code kann in das Quick CSS Feld eingefügt werden. Falls eine andere Farbe gewünscht wird kann die rgba Farbe mit: http://hex2rgba.devoth.com/ erstellt werden.
Cheers!
PeterJuly 10, 2014 at 4:28 pm in reply to: When SEO Yoast ist activated pagebuilder isn't loading #289571Hey!
@pjdiddy – please create a new thread and create an admin account for us. You can post the login credentials as private reply.Cheers!
PeterJuly 8, 2014 at 5:41 pm in reply to: Show custom fields form ACF plugin and hide date in Blog post grid #288619Hey!
You need to edit wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/postslider.php. The output of the post data starts below this line:
$output .= "<article class='slide-entry flex_column {$style} {$post_class} {$grid} {$extraClass} {$thumb_class}' $markup>";
Cheers!
PeterHey Sander!
Please switch to another theme (i.e. TwnentyThirteen) and check if the issue persists. If yes it’s a configuration issue or WooCommerce bug and you must contact the WooCommerce support: http://www.woothemes.com/support/ . I’m pretty sure it’s no theme issue because we don’t hook into or manipulate the tax output or calculation in any way.
Regards,
PeterHi fortuneRice!
No, Enfold does not support such a feature at the moment. If you want to suggest a new feature please submit your idea here: https://kriesi.at/support/enfold-feature-requests/ and we’ll see how many other users vote for it.
Cheers!
Peter -
AuthorPosts