Forum Replies Created

Viewing 30 posts - 31 through 60 (of 72 total)
  • Author
    Posts
  • 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.
    in reply to: 4.2.2. Out and Video Bug is Improved But Still There #902951

    i 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
    rene

    in reply to: Navigation Menu / Description Field #900796

    hi 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.

    in reply to: Video problem after wordpress update 4.9 #880231

    CHROME:
    everything works fine here

    SAFARI:
    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 grey

    EDGE:
    working fine

    IE:
    a mess ! i dont care

    • This reply was modified 7 years ago by isee.
    in reply to: Video problem after wordpress update 4.9 #879676

    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;
    }

    in reply to: Video problem after wordpress update 4.9 #878002

    same here

    in reply to: Full Screen Video Home Page Broken since Update 4.2 #877578

    hey 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

    hi there guys, is the problem solved in 4.03 ?

    @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.

    now 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)!?

    hi 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

    same issue here :(
    seems to have something to do with calculation of browser window height

    sry access from “outside” is impossible .-)

    i think, the solution i provided may helps you.

    in reply to: Backend used Image in Custom Post Type, Page #396939

    hello :-)

    i checked:
    – with enfold default theme (no child)
    – with wordpress standard theme

    result: no pics :-(

    in reply to: Backend used Image in Custom Post Type, Page #396909

    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.
    in reply to: Backend used Image in Custom Post Type, Page #396389

    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
    rene

    in reply to: Uncaught TypeError / Enfold 3.04 / Slider #358974
    This reply has been marked as private.
    in reply to: Uncaught TypeError / Enfold 3.04 / Slider #358955

    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.
    in reply to: Uncaught TypeError: Cannot read property 'url' of undefined #357013

    hey there,

    got the same error and i use 3.0.4. version

    greez
    rene

    in reply to: Blog Beiträge Element #333118

    hi 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
    rene

    in reply to: Portfolio / Permalinks #333116

    hey 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
    rene

    in reply to: Types Plugin #324215

    hi 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.
    in reply to: Product Grid Woocommerce / Custom Sorting Filters #250994

    hey dude, thanx for that, i integrated everything and its working fine :-)

    in reply to: Product Grid Woocommerce / Custom Sorting Filters #250252

    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.
    in reply to: woocommerce title bar: change "Shop" #248945

    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);
    		
    	}
    }
    in reply to: woocommerce title bar: change "Shop" #244482

    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	
    
    		}
    	}
    	?>
    in reply to: woocommerce title bar: change "Shop" #244059

    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.
    in reply to: woocommerce title bar: change "Shop" #244045

    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.
    in reply to: Website font issues since 2.6 #236011

    thanx for a quick 2.6.1 which solved all problems :-)

    in reply to: Website font issues since 2.6 #235618

    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.
Viewing 30 posts - 31 through 60 (of 72 total)