Forum Replies Created

Viewing 15 replies - 1 through 15 (of 21 total)
  • Hi I had the same problem and found out it helped to deactivate “backwpup”. Not sure if you use this plugin but that helped for me.

    Hi, I have the same problem that I created some Field Groups but they are not showing on the editor page. I just updated my WP to 4.4. Was just wondering if you had this too after the update?

    Thread Starter befranga

    (@befranga)

    Thanks!

    Thread Starter befranga

    (@befranga)

    Yes I’ve tried that. Can I send you the website link somewhere private?

    Thread Starter befranga

    (@befranga)

    Thanks for your answer. Sorry the page is not online yet. The Links look like this: “Link

    As said before the “clicked” is added to the links and “_mPS2id-h” is also inside the link but no “highlight” class.

    And yes the links are the same.

    When I make links inside my page everything works just fine:

    Only when I want to use it in the wordpress menu it’s missing the highlight class.

    Thanks again!

    Thread Starter befranga

    (@befranga)

    I figured out that it doesn’t work with “sticky” posts. Well at least on my page. So when I deleted the “sticky” from my posts they never showed up again on my favourite list page. Maybe this helps someone and maybe this could be a bug.

    Thread Starter befranga

    (@befranga)

    I still got this strange porblem. Is there nothing I can do?

    Thread Starter befranga

    (@befranga)

    That was exactly the problem. Thanks for your answer!

    Do you have this in sidebar.php?

    <?php
    if ( is_active_sidebar( 'sidebar-2' ) ) : ?>
    	<div id="tertiary" class="sidebar-container" role="complementary">
    		<div class="sidebar-inner">
    			<div class="widget-area">
    				<?php dynamic_sidebar( 'sidebar-2' ); ?>
    			</div><!-- .widget-area -->
    		</div><!-- .sidebar-inner -->
    	</div><!-- #tertiary -->
    <?php endif; ?>

    And this should be in your functions.php

    register_sidebar( array(
    		'name'          => __( 'Secondary Widget Area', 'twentythirteen' ),
    		'id'            => 'sidebar-2',
    		'description'   => __( 'Appears on right sidebar.', 'twentythirteen' ),
    		'before_widget' => '<aside id="%1$s" class="widget %2$s">',
    		'after_widget'  => '</aside>',
    		'before_title'  => '<h3 class="widget-title">',
    		'after_title'   => '</h3>',
    	) );
    Thread Starter befranga

    (@befranga)

    Thanks I will try. Can you give me a hint how do I call it in my CPT?

    Thread Starter befranga

    (@befranga)

    Thank you very much, I can see it now! Is there any chance to display it in Custom Post Types?

    I got the same problem. Did you found a solution?

    Thread Starter befranga

    (@befranga)

    I think that is exactly what I need. Thanks! Just doesn’t display correctly (now I have the same icon twice for some reason?)

    Is this correct?

    <?php if (has_tag('Baby')) : ?>
         <img src="<?php bloginfo('template_url'); ?>/images/mms-baby-icon.svg" onerror="this.onerror=null; this.src='<?php bloginfo('template_url'); ?>/images/icon_baby.png'" class="iconb">
    <?php endif;?>
    
          <?php if (has_tag('Kleinkind')) : ?>
       <img src="<?php bloginfo('template_url'); ?>/images/mms-kleinkind-icon.svg" onerror="this.onerror=null; this.src='<?php bloginfo('template_url'); ?>/images/icon_kleinkind.png'" class="iconb">
    <?php endif;?>
    
          <?php if (has_tag('Kindergartenkind')) : ?>
      <img src="<?php bloginfo('template_url'); ?>/images/mms-kindergartenkind-icon.svg" onerror="this.onerror=null; this.src='<?php bloginfo('template_url'); ?>/images/icon_kindergartenkind.png'" class="iconb">
    <?php endif;?>
    
       <?php if ( has_tag( 'Baby' ) && ( has_tag( 'Kleinkind' ) )): ?>
      <img src="<?php bloginfo('template_url'); ?>/images/mms-baby-icon.svg" onerror="this.onerror=null; this.src='<?php bloginfo('template_url'); ?>/images/icon_baby.png'" class="iconb">
       <img src="<?php bloginfo('template_url'); ?>/images/mms-kleinkind-icon.svg" onerror="this.onerror=null; this.src='<?php bloginfo('template_url'); ?>/images/icon_kleinkind.png'" class="iconb">
    <?php endif;?>
    
        <?php if ( has_tag( 'Kleinkind' ) && (has_tag( 'Kindergartenkind' ) )): ?>
       <img src="<?php bloginfo('template_url'); ?>/images/mms-kleinkind-icon.svg" onerror="this.onerror=null; this.src='<?php bloginfo('template_url'); ?>/images/icon_kleinkind.png'" class="iconb">
      <img src="<?php bloginfo('template_url'); ?>/images/mms-kindergartenkind-icon.svg" onerror="this.onerror=null; this.src='<?php bloginfo('template_url'); ?>/images/icon_kindergartenkind.png'" class="iconb">
    <?php endif;?>
    
       <?php if ( has_tag( 'Baby' ) && (has_tag( 'Kindergartenkind' ) )): ?>
         <img src="<?php bloginfo('template_url'); ?>/images/mms-baby-icon.svg" onerror="this.onerror=null; this.src='<?php bloginfo('template_url'); ?>/images/icon_baby.png'" class="iconb">
      <img src="<?php bloginfo('template_url'); ?>/images/mms-kindergartenkind-icon.svg" onerror="this.onerror=null; this.src='<?php bloginfo('template_url'); ?>/images/icon_kindergartenkind.png'" class="iconb">
    <?php endif;?>
    
      <?php if ( has_tag( 'Baby' ) && (has_tag( 'Kindergartenkind' ) && (has_tag( 'Kleinkind' ) ))) : ?>
      <img src="<?php bloginfo('template_url'); ?>/images/mms-baby-icon.svg" onerror="this.onerror=null; this.src='<?php bloginfo('template_url'); ?>/images/icon_baby.png'" class="iconb">
      <img src="<?php bloginfo('template_url'); ?>/images/mms-kleinkind-icon.svg" onerror="this.onerror=null; this.src='<?php bloginfo('template_url'); ?>/images/icon_kleinkind.png'" class="iconb">
      <img src="<?php bloginfo('template_url'); ?>/images/mms-kindergartenkind-icon.svg" onerror="this.onerror=null; this.src='<?php bloginfo('template_url'); ?>/images/icon_kindergartenkind.png'" class="iconb">
       <?php endif;?>
    Thread Starter befranga

    (@befranga)

    thanks for your replay. You are right. Now I tried with an array

    <?php elseif (has_tag( array( 'Baby', 'Kindergartenkind' ) ) ) : ?>

    And it checks only if one of these tags are in the array. So it displays again only one tag.

    Then I found this Code Snippet:

    <?php the_tags('<img src="'.get_bloginfo("template_url").'/images/icons/','.png" />'); ?>

    But this simply displays all tags as images.

    Well I guess it’s not possible..

    Thread Starter befranga

    (@befranga)

    Nobody can help?

Viewing 15 replies - 1 through 15 (of 21 total)