Forum Replies Created
-
AuthorPosts
-
January 25, 2018 at 6:57 pm in reply to: 4.2.2. Out and Video Bug is Improved But Still There #902964
well they played, but safari changed security issues…
if you change in safaris “developer tools” to “user agent” -> ipad it plays as an emulation for the ipad also… isnt that strange :-)but to be honest… for me it shows no background images as an alternative in the normal browser and on a ipad… does that work for you really?
greez
rene- This reply was modified 6 years, 10 months ago by isee.
January 25, 2018 at 6:35 pm in reply to: 4.2.2. Out and Video Bug is Improved But Still There #902951i just checked all and the (local) videos in slider backgrounds are working fine….
BUT
it does still not work on safari browsers and on ipad
cheers
renehi again,
im sorry we can not provide access to our systems in any way.
meanwhile i found out that the plugin “User Frontend” professional (not the standard plugin only pro version)
affected this error.thanx for your support!
problem solved.CHROME:
everything works fine hereSAFARI:
i get an error as follows:
TypeError: undefined is not an object (evaluating ‘this.player.setVolume’)
the video is not displayed, but if i hit play (safari does not support autoplay anymore)
so the error maybe prevents rendering i think.FIREFOX:
no error message, but also no video display, just greyEDGE:
working fineIE:
a mess ! i dont care- This reply was modified 7 years ago by isee.
for me the video is not scaled to fullwidth….
so the css fix hast to be like so:
.mejs-container, .mejs-layer {
z-index: 1;
width: 100% !important;
}div .avia-video .mejs-container, div .avia-video .mejs-container video {
height: 100%!important;
width: 100% !important;
position: absolute;
}same here
November 16, 2017 at 3:34 pm in reply to: Full Screen Video Home Page Broken since Update 4.2 #877578hey guys,
its broke again, if you update to wordpress 4.9
video seems to play but it is not visible….anyone else with this problem?
greez
March 20, 2017 at 2:22 pm in reply to: After 4.0.2 Update – Scrolling Not Working in Safari. Please Help #763650hi there guys, is the problem solved in 4.03 ?
March 8, 2017 at 4:37 pm in reply to: After 4.0.2 Update – Scrolling Not Working in Safari. Please Help #757903@yigit:
you dont have to add this code it works also if you just disable css minification.for sure its a caching problem, but i think it it also interacts with a javascript calculating the window height,
because if i add all .css to be excluded by minification the error still occurs.(see post above)
- This reply was modified 7 years, 8 months ago by isee.
March 7, 2017 at 4:16 pm in reply to: After 4.0.2 Update – Scrolling Not Working in Safari. Please Help #757064now this is strange, but maybe it helps…
ich fetched als css and excluded them from optimization with this tool
(https://wp-rocket.me/tools/wp-rocket/debug/minify/)and turned on CSS Optimization again.
and the error is still there 8-(
as the error results of a height definition in css body it could be a combination with JS maybe (calculation the height)!?
March 7, 2017 at 2:51 pm in reply to: After 4.0.2 Update – Scrolling Not Working in Safari. Please Help #757020hi guys,
meanwhile….
i found out that optimization of CSS causes the problem.
i run wp-rocket with nearly all “bad stuff” turned on. if i turn off “File Optimization” –> CSS the error disapears.now maybe someone can support me finding the right CSS file?
good hunt!lets solve that sh#*++#
rene
March 3, 2017 at 2:09 pm in reply to: After 4.0.2 Update – Scrolling Not Working in Safari. Please Help #755054same issue here :(
seems to have something to do with calculation of browser window heightJune 27, 2016 at 2:21 pm in reply to: error message in "function-set-avia-frontend.php" line 637 #653783sry access from “outside” is impossible .-)
i think, the solution i provided may helps you.
hello :-)
i checked:
– with enfold default theme (no child)
– with wordpress standard themeresult: no pics :-(
hi again elliott,
– my post types support featured images (what means i can set it in the post, and did so)
– all CPTs are set up with “types-plugin”
– i added layout builder possibility to all CPTs with this code:add_filter('avf_builder_boxes', 'avia_register_meta_boxes', 10, 1); function avia_register_meta_boxes($boxes) { if(!empty($boxes)) { foreach($boxes as $key => $box) { $boxes[$key]['page'][] = 'CPT1'; $boxes[$key]['page'][] = 'CPT2'; $boxes[$key]['page'][] = 'CPT3'; } } return $boxes; }
may one of these points affect missfunction?
greez
rene- This reply was modified 9 years, 9 months ago by isee.
it should… but it does not ./
i try to minmize plugins, so i try to solve it like this.
may there is a function for theme integration which eliminates mine?
greez
reneThis reply has been marked as private.hi elliot,
im unable to provide a link so far, because we develop this project intranet based. may you can setup in your developing area one site with an video within the fullscreen slider to check it up?
I GOT IT !
… found an error within my child theme where i integrate own modules to your layout builder… i try to manage this myself if i need help you may help e :-)thank you :-)
- This reply was modified 9 years, 12 months ago by isee.
November 24, 2014 at 6:33 pm in reply to: Uncaught TypeError: Cannot read property 'url' of undefined #357013hey there,
got the same error and i use 3.0.4. version
greez
renehi josue,
i think you missunderstood :-)
what i am talking about is that i can not exclude special post id’s within enfold design elements like portfolio grid … when choosing a custom taxonomy. i can define an offset, but it would be better to have a comma separated list of post-id’s to exclude spezial entries.
greez
renehey devin,
i now how to change the slug, but it is fixed. if the slug would be a portfolio category this could help with seo purposes and we would have a flexible option to handle portfolios.
so: if i change in settings/permalinks to %portfolio_entries% this would work, but produces 404
greez
renehi there i know this one but it only works with one “permastructure” if you use more then one the plugin suckZ :-)
if so… bettter use this it works: https://wordpress.org/plugins/custom-post-type-permalinks/
- This reply was modified 10 years, 2 months ago by isee.
hey dude, thanx for that, i integrated everything and its working fine :-)
hi again, i found this part of code in /config-woocommerce/config.php
can you help me to ADD my custom types within the child theme:(edit – code removed)
- This reply was modified 10 years, 7 months ago by Dude.
heyyyy dude ….
thanx a lot!
i managed like that now:
global $post, $product; if (function_exists('get_product')) { $product = get_product( $post->ID ); if( $product->is_type( 'MY_PRODUCT_TYPE' ) ) { // Festen Titel ausgeben function fix_single_post_title($args,$id) { $args['title'] = 'MY_TITLE'; return $args; } add_filter('avf_title_args', 'fix_single_post_title', 10, 2); } else { // Produkt Name ausgeben function fix_single_post_title($args,$id) { $args['title'] = get_the_title($id); $args['link'] = get_permalink($id); return $args; } add_filter('avf_title_args', 'fix_single_post_title', 10, 2); } }
hi ismael, got everything going this night… thank you :-)
one problem still there:
i now managed to get two different product types in one shop with customization,
but :-)
as i have only one shop page (which i dont use, i redirected it) i need two different titles in the title bar from enfold. is there another option to change this title?
<?php // Anpassungen wenn Product-Typ "MY-OWN-PRODUCT" global $post, $product; if (function_exists('get_product')) { $product = get_product( $post->ID ); if( $product->is_type( 'MY-OWN-PRODUCT' ) ) { // HERE I NEED TO CHANGE TITLE BAR WITH SOME FUNCTION/FILTER } else { // LEAVE THE STANDARD BAR FROM SHOP PAGETITLE } } ?>
i think it is for example line 234 and following in productslider.php,,, right?
woocommerce_get_template_part( ‘content’, ‘product’ );
leading to
content-product.php
- This reply was modified 10 years, 8 months ago by isee.
hey ismael,
thank you very much… after many nights of coding the really simple things are very difficult :-)))
i have another question, you may can help me:
i integrated the product_grid.php and the productslider.php with some modifikations as two own tab in enfolds template builder. so far everything worked well…
but now…
i try to expand the content within the slider (frontend) where price information and so on is shown with some custom product field values.
my question:
which file(s) are responsible for the output?may you help me?
greez
rene- This reply was modified 10 years, 8 months ago by isee.
thanx for a quick 2.6.1 which solved all problems :-)
hi again… i checked out a little bit more. only chrome, IE and safari is affected so far…
- This reply was modified 10 years, 8 months ago by isee.
-
AuthorPosts