Jump to content

oinic

New Members
  • Posts

    4
  • Joined

  • Last visited

oinic's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Thank you for your answer i will try later, yep im new on php and I have a lot things to understand but i will save your suggestion😀
  2. I would like to know if is empty because i prefer to not show an icon if is unclickable (it doesnt redirect if is there is not a link inside)
  3. Sorry i want to know if there is for example a link( a linkedin from a user) inside the fab fa linkedin , if not i would like that the icon is hidden, i try but doesnt work. I hope that explain better the situation, thx you
  4. Hi guys im still trying to edit a wp with php. that my situation: <div class="col-md-4"> <div class="item"> <div class="img"><img src="<?php echo wp_kses_post($item['tab_image']['url']); ?>" alt=""></div> <div class="info"> <h5><?php print wp_kses_post($item['name']); ?></h5> <h6><?php print wp_kses_post($item['info']); ?></h6> <div class="social valign"> <div class="full-width"> <a href="callto:<?=$item['phone']; ?>"><i class="fa fa-phone"></i></a> <a href="mailto:<?=$item['email']; ?>"><i class="fa fa-envelope"></i></a> <a href="<?php print wp_kses_post($item['linkedin']); ?>"><i class="fab fa-linkedin-in"></i></a> </div> </div> </div> </div> </div> <?php endforeach; ?> </div> to know if a field is empty or not the field in elementor must be empty or not so i would like to use a if else statements but i dont know how to do it Someone has an idea? thx
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.