Forum Replies Created

Viewing 30 posts - 31 through 60 (of 95 total)
  • Author
    Posts
  • in reply to: Hamburger menu doubled on small screens #1291993

    Hi Rikard,
    it seems to be this part which has been given to us from one of your collegues when we asked how to put an extra element in the header.

    function.php

    moved to https://pastebin.com/rqZ83idW

    Kind Regards Max

    in reply to: Issue with Slider #1291992

    Hi Rikard,
    1: the same happens when i DELETE the slide.
    2: I dont find the elements we are talking about in the homeslide. Can you please send a screenshot??

    Situation:
    -Slide A with elements 1,2,3.
    -Slide B
    (There are no hidden elements – not in SlideA, not in Slide B.)

    Act:
    I delete Slide B

    Result:
    I see Slide A with elements 1,2,3,4,5,6,7,8,9
    This is not logic. and before we ask ourself what happens if i hide something we should ask “Why does something shows up when i delete something?”

    Kind regards Max

    in reply to: Issue with Slider #1291360

    see private field.
    Login for the staging-site whch shows the same issue

    in reply to: Custom widget area does not show content #1290741

    SOLVED

    in reply to: Best practice? #1290574

    @goldengate415
    Real estate dealers talking about “kindness” -that´s very funny.


    @yigit

    The masonry gallery usually sorts in a way that fits the images in the screen width, right?
    But what if i need a certain order?

    Kind regards
    max

    in reply to: Custom widget area does not show content #1290202

    Hi @Yigit
    Here you can see the issue separated on a testpage:
    https://staging.digital-print-group.de/tester/
    The only content is:
    [av_sidebar widget_area='Loesungen-Oben' av_uid='av-akxui']
    Output: Zero

    ADDITIONAL:
    digital-print-group.de/screenshots/dpgmenuenfold.mp4
    You see that:
    1: A new menu (Ubermenu is already disabled) has been created
    2: The menu does not show up in the list of menus in the custom widget area

    in reply to: Best practice? #1290141

    Hi @Yigit,
    1: If i need to try everything instead of getting an answer from the people who build it i dont need to ask, right?
    2: I doubt that masonry gallery is a proper solution for the task i need to solve
    Please read again the first sentence! “there are linked “tiles”, made by images with overlayed text” which link to SUBPAGES.
    I am not talking about MEDIA
    3: You are the devs/pros – so you should know what the best practice is for a certain task

    Best regards
    Max

    in reply to: Bad speed values #1252293

    Hi,
    1: There are a lot of issues regarding to the theme.
    2: Everything (accept transforming jpg into webp) from your article has been done already before we checked via googleinsights. If there havent been something done, we skipped it because it caused even more trouble (like “only load used elements”). Still the speed values are bad.
    3: your recommendation (“publish nothing except some lines of text”??) isnt the best support i have ever had. You tell us that even such a small website like ours can not be done with Enfold?

    Shall we open a new thread for every single issue that googleinsight mentions?

    MfG Max

    in reply to: Slider gone after Update #1164808

    Hallo @MarcusJeroch,
    i just stumbled upon your thread because we actually also have issues with sliders.
    I had a look to your site and i can confirm that there is a slider, and there are slides but without content (just white pages).
    On our end the website looks exactly like in the screencast you posted.
    Hope you can fix it soon.

    Best regards
    Max

    in reply to: Layer-Slider stopped working after update #1037246

    anybody at home?

    in reply to: Layer-Slider stopped working after update #1037094

    we checked if our archive.php or includes/helper-main-menu.php causes the issue.
    No – it doesnt.

    in reply to: Layer-Slider stopped working after update #1037090

    and here is the content from our archive.php which was recommended BY YOU to get something done which we have asked for.

    <?php
    	if ( !defined('ABSPATH') ){ die(); }
    	
    	global $avia_config, $more;
    
    	/*
    	 * get_header is a basic wordpress function, used to retrieve the header.php file in your theme directory.
    	 */
    	 get_header();
    	
    		
    		$showheader = true;
    		if(avia_get_option('frontpage') && $blogpage_id = avia_get_option('blogpage'))
    		{
    			if(get_post_meta($blogpage_id, 'header', true) == 'no') $showheader = false;
    		}
    		
    	 	if($showheader)
    	 	{
    			echo avia_title(array('title' => avia_which_archive()));
    		}
    		
    		do_action( 'ava_after_main_title' );
    	?>
    
    		<div class='container_wrap container_wrap_first main_color <?php avia_layout_class( 'main' ); ?>'>
    
    			<div class='container template-blog '>
    
    				<main class='content <?php avia_layout_class( 'content' ); ?> units' <?php avia_markup_helper(array('context' => 'content','post_type'=>'post'));?>>
    					
    					<?php 
    						
    						$tds =  term_description(); 
    						if($tds)
    						{
    							echo "<div class='category-term-description'>{$tds}</div>";
    						}
    					?>
                        
    
                        <?php
                        $avia_config['blog_style'] = apply_filters('avf_blog_style', avia_get_option('blog_style','multi-big'), 'archive');
                        if($avia_config['blog_style'] == 'blog-grid')
                        {
                            global $posts;
                            $post_ids = array();
                            foreach($posts as $post) $post_ids[] = $post->ID;
    
                            if(!empty($post_ids))
                            {
                                $atts   = array(
                                    'type' => 'grid',
                                    'items' => get_option('posts_per_page'),
                                    'columns' => 2,
                                    'class' => 'avia-builder-el-no-sibling',
                                    'paginate' => 'yes',
                                    'use_main_query_pagination' => 'yes',
                                    'custom_query' => array( 'post__in'=>$post_ids, 'post_type'=>get_post_types() )
                                );
    
                                $blog = new avia_post_slider($atts);
                                $blog->query_entries();
                                echo "<div class='entry-content-wrapper'>".$blog->html()."</div>";
                            }
                            else
                            {
                                get_template_part( 'includes/loop', 'index' );
                            }
                        }
                        else
                        {
                            /* Run the loop to output the posts.
                            * If you want to overload this in a child theme then include a file
                            * called loop-index.php and that will be used instead.
                            */
    
                            $more = 0;
                            get_template_part( 'includes/loop', 'index' );
                        }
                        ?>
    
    				<!--end content-->
    				</main>
    
    				<?php
    
    				//get the sidebar
    				$avia_config['currently_viewing'] = 'blog';
    				get_sidebar();
    
    				?>
    
    			</div><!--end container-->
    
    		</div><!-- close default .container_wrap element -->
    
    <?php get_footer(); ?>
    
    in reply to: Layer-Slider stopped working after update #1037088

    From the logs:

    [Fri Nov 23 17:10:06 2018] [warn] [client IP………] mod_fcgid: stderr: PHP Warning: sort() expects parameter 2 to be long, string given in ../wp-content/themes/enfold/framework/php/font-management/class-avia-type-fonts.php on line 608, referer: https://digital-print-group.de/wp-admin/plugins.php?plugin_status=upgrade
    [Fri Nov 23 17:10:06 2018] [warn] [client IP………] mod_fcgid: stderr: PHP Warning: sort() expects parameter 2 to be long, string given in ../wp-content/themes/enfold/framework/php/font-management/class-avia-type-fonts.php on line 608, referer: https://digital-print-group.de/wp-admin/plugins.php?plugin_status=upgrade
    [Fri Nov 23 17:10:06 2018] [warn] [client IP………] mod_fcgid: stderr: PHP Warning: sort() expects parameter 2 to be long, string given in ../wp-content/themes/enfold/framework/php/font-management/class-avia-type-fonts.php on line 608, referer: https://digital-print-group.de/wp-admin/plugins.php?plugin_status=upgrade
    [Fri Nov 23 17:48:32 2018] [warn] [client IP………] mod_fcgid: stderr: PHP Fatal error: Call to undefined function avia_get_option() in ../wp-content/themes/enfold-child/archive.php on line 13
    [Fri Nov 23 18:13:07 2018] [warn] [client IP………] mod_fcgid: stderr: PHP Fatal error: Call to undefined function avia_get_option() in ../wp-content/themes/enfold-child/archive.php on line 13
    [Fri Nov 23 18:21:29 2018] [warn] [client IP………] mod_fcgid: stderr: PHP Warning: Invalid argument supplied for foreach() in ../wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 580
    [Fri Nov 23 18:21:29 2018] [warn] [client IP………] mod_fcgid: stderr: PHP Warning: Invalid argument supplied for foreach() in ../wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 580
    [Fri Nov 23 18:21:29 2018] [warn] [client IP………] mod_fcgid: stderr: PHP Warning: Invalid argument supplied for foreach() in ../wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 580

    in reply to: Update – now all buttons FOOBAR #1017551

    Would it solve the problem if i show you a link?

    in reply to: Font-awesome – where does that come from? #991870

    Hi Vinay
    This is not what i am talking about.
    Please see screencast:
    [video src="https://www.babykarten-paradies.de/magazin/temp/ppp.mp4" /]
    max

    in reply to: Share-buttons not DSGVO/GDPR compatible #961829

    btw: I dont talk about the socialmedia-links like http://twitter.com/kriesi
    I am talking about the sharing-buttons

    in reply to: Share-buttons not DSGVO/GDPR compatible #961826

    Can you give me negativeexample please?
    Just to see the difference

    in reply to: Share-buttons not DSGVO/GDPR compatible #961802

    Hi
    i am not able to reply to Kriesis comment.
    So i am posting it here.

    This does not seem as a simple link to me since it brings together two things – a PHP file from facebook and as a parameter the shared URL.
    http://www.facebook.com/sharer.php?u=http://www.example.com/some-url/&t=%E2%80%9Etitle%E2%80%9C%20of%20the%20post%29
    I am not sure if this can be considered as a plain link.

    Maybe you can explain us what the difference is between this “simple link” and a version that is not ccompatible with the the GDPR.
    Whats the technical difference?

    in reply to: Share-buttons not DSGVO/GDPR compatible #961769

    1: This has nothing to do with my post
    2: It IS A FACT that sharing without “shariff-wrapper” will be not compatible with GDPR

    When will there be an update?

    in reply to: Layout for "Tag Archive" #917451

    Hi Ismael
    ok – this seems a bit complicate.

    But since the archive looks terrible out of the box with Enfold please let me know how at least i can bring it in a two or three-column blog-layout (no masonry – just a simple blog-layout)

    btw: we use a child-theme

    Joanna

    in reply to: Terrible slow after update #911605

    Hi
    you really recommend a plugin thats almost unmaintained and oudated?
    “This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.”

    Max

    in reply to: Terrible slow after update #911430

    some more:
    saving a page: 12 sec
    calling a page to edit: 10 sec

    in reply to: Issue with breadcrumb #852515

    Hello Victoria,
    no – we cant since its on localhost
    Regards Joanna

    in reply to: Layout for "Tag Archive" #850978

    Hello Victoria
    here is some context:
    1: We got pages!
    2: In the pages we added ALB-Element “Masonry”
    3: All posts from category XY does now show as a masonry
    Clear so far?

    Tag Archive is actual a single column layout – of course no Masonry

    Question:
    What to do to get a masonry look in tag archives?

    Thanx for helping
    Joanna

    in reply to: Issue with breadcrumb #850641

    Hi
    no, sorry – that didnt work.
    As i said before: “Since we are not using categorys (we use pages and ALB-Element “Blog”) we need a breadcrumb like this:
    Home–>Page–>Posttitle”

    Your code gives us a Home–>Category–>Posttitle and that gives our users the runaround

    Regards Joanna

    in reply to: Issue with breadcrumb #850171

    Hello Mike
    thanx – that helped to get rif of the doubling
    Now we got:
    “Du bist hier:Startseite / Unterwasserfotografie: faszinierend und anspruchsvoll” (Home / Posttitle)
    Is there a way to get Home–>PageTitle–>Posttitle
    Otherwise the breadcrumb doesnt make to much sense
    Regards Joanna

    in reply to: Cant change font-size per CSS on textelement #802246

    Ok…we removed the CSS from the CDNs and still the problem is there.

    1: The code sarah provided is not correct (missing “;”)
    But fixing this does not solve the issue.

    2: If i inspect that element with firebug it shows me this:
    .weiterethemen p {
    font-size: 2.5em;
    }
    But this rule is NOT in my custom-CSS (very strange)
    If i try to overwrite the 2.5em by another custom CSS-rule nothing happens.
    I tried all variatons i could imagine and now i am clueless.

    Help is very much appreciated.

    Kind regards Martin

    in reply to: Cant change font-size per CSS on textelement #801686

    Hi,
    it might be a CDN-issue cause i just realized that the changes i made some hours ago are live now.
    I asked the serveradmin and let you know the result.
    Please leave the thread open until we clearified that.

    Kind regards
    Martin

    in reply to: Cant change font-size per CSS on textelement #801641

    Hi
    yes, of course we do have custom CSS but i am quite sure that the structure is correct.
    If i put Sarahs code to the top its the same then before.
    It just changes ONCE and any further attempts to change the font-size does not have any effect.

    More:
    If i ask my firebug to set the rule for that element it gives me this:
    .avia_textblock.av_inherit_color > p {
    font-size: 2em;
    }

    But if i put it into our CSS it has no effect at all.

    Regards Martin

Viewing 30 posts - 31 through 60 (of 95 total)