Codeless
  • Support Home
  • Themes
  • Support
  • WordPress Tutorials
    • How to Start a Blog
    • Best Website Builders
    • Best Small Business Hosting
    • Email Marketing Services
    • Cheap WordPress Hosting
  • Video Tutorials

Community Forums

Breadcrumbs, Social Media Icons

    • 9 years, 10 months ago cmundo73
      Participant

      Expired

      Can you tell me how I would go about removing the breadcrumbs for each page? I was also trying to find out how to resize the very top part of my website so I can add my logo to the center. Right now the area is to narrow for my logo so I have to resize it, then it looks way to small. Turns it into a thumbnail..
      And lastly I would like to know how to allow my social media icon to open in a different tab. Thanks in advance for your help!

    • 9 years, 10 months ago Mirela
      Participant

      Hello,

      Do you want to remove the hole page header area? If so, go to page’s General Settings > Page Header Options > Active Page Header, set it OFF.
      Please send us your site’s url, so we can give you the exact code to add into your custom css box for the logo area resize.

      Best regards!

    • 9 years, 10 months ago cmundo73
      Participant

      Expired

      I figured out how to remove the breadcrumbs but I haven’t figured out how to open my social media icons in a different tab.

      I just want to resize the top white half of my page above the slider so I can add my logo.

      http://www.thrivebizcoach.com

    • 9 years, 10 months ago Mirela
      Participant

      Hello,

      -To open socials in new tab. please go to file \includes\widgets\codeless_socialwidget.php and find these lines:

      echo '<ul class="footer_social_icons '.esc_attr($style).'">';
           if( !empty($cl_redata['facebook']) )
                     echo '<li class="facebook"><a href="'.esc_url($cl_redata['facebook']).'"><i class="icon-facebook"></i></a></li>';
          if( !empty($cl_redata['twitter']) )
                      echo '<li class="twitter"><a href="'.esc_url($cl_redata['twitter']).'"><i class="icon-twitter"></i></a></li>';
          if( !empty($cl_redata['flickr']) )
                      echo '<li class="flickr"><a href="'.esc_url($cl_redata['flickr']).'"><i class="icon-flickr"></i></a></li>';
          if( !empty($cl_redata['google']) )
                      echo '<li class="google"><a href="'.esc_url($cl_redata['google']).'"><i class="icon-google"></i></a></li>';
          if( !empty($cl_redata['dribbble']) )
                      echo '<li class="dribbble"><a href="'.esc_url($cl_redata['dribbble']).'"><i class="icon-dribbble"></i></a></li>';
          if( !empty($cl_redata['foursquare']) )
                      echo '<li class="foursquare"><a href="'.esc_url($cl_redata['foursquare']).'"><i class="icon-foursquare"></i></a></li>';
          if( !empty($cl_redata['linkedin']) )
                      echo '<li class="foursquare"><a href="'.esc_url($cl_redata['linkedin']).'"><i class="icon-linkedin"></i></a></li>';
          if( !empty($cl_redata['youtube']) )
                      echo '<li class="youtube"><a href="'.esc_url($cl_redata['youtube']).'"><i class="icon-youtube"></i></a></li>';
          if( !empty($cl_redata['email']) )
                      echo '<li class="email"><a href="'.esc_url($cl_redata['email']).'"><i class="icon-envelope"></i></a></li>';
          if( !empty($cl_redata['instagram']) )
                      echo '<li class="instagram"><a href="'.esc_url($cl_redata['instagram']).'"><i class="icon-instagram"></i></a></li>';
          if( !empty($cl_redata['vimeo']) )
                      echo '<li class="vimeo"><a href="'.esc_url($cl_redata['vimeo']).'"><i class="moon-vimeo"></i></a></li>';
      echo '</ul>';

      replace with this:

      echo '<ul class="footer_social_icons '.esc_attr($style).'">';
          if( !empty($cl_redata['facebook']) )
                     echo '<li class="facebook"><a target="_blank" href="'.esc_url($cl_redata['facebook']).'"><i class="icon-facebook"></i></a></li>';
          if( !empty($cl_redata['twitter']) )
                      echo '<li class="twitter"><a target="_blank" href="'.esc_url($cl_redata['twitter']).'"><i class="icon-twitter"></i></a></li>';
          if( !empty($cl_redata['flickr']) )
                      echo '<li class="flickr"><a target="_blank" href="'.esc_url($cl_redata['flickr']).'"><i class="icon-flickr"></i></a></li>';
          if( !empty($cl_redata['google']) )
                      echo '<li class="google"><a target="_blank" href="'.esc_url($cl_redata['google']).'"><i class="icon-google"></i></a></li>';
          if( !empty($cl_redata['dribbble']) )
                      echo '<li class="dribbble"><a target="_blank" href="'.esc_url($cl_redata['dribbble']).'"><i class="icon-dribbble"></i></a></li>';
          if( !empty($cl_redata['foursquare']) )
                      echo '<li class="foursquare"><a target="_blank" href="'.esc_url($cl_redata['foursquare']).'"><i class="icon-foursquare"></i></a></li>';
          if( !empty($cl_redata['linkedin']) )
                      echo '<li class="foursquare"><a target="_blank" href="'.esc_url($cl_redata['linkedin']).'"><i class="icon-linkedin"></i></a></li>';
          if( !empty($cl_redata['youtube']) )
                      echo '<li class="youtube"><a target="_blank" href="'.esc_url($cl_redata['youtube']).'"><i class="icon-youtube"></i></a></li>';
          if( !empty($cl_redata['email']) )
                      echo '<li class="email"><a target="_blank" href="'.esc_url($cl_redata['email']).'"><i class="icon-envelope"></i></a></li>';
          if( !empty($cl_redata['instagram']) )
                      echo '<li class="instagram"><a target="_blank" href="'.esc_url($cl_redata['instagram']).'"><i class="icon-instagram"></i></a></li>';
          if( !empty($cl_redata['vimeo']) )
                      echo '<li class="vimeo"><a target="_blank" href="'.esc_url($cl_redata['vimeo']).'"><i class="moon-vimeo"></i></a></li>';
      echo '</ul>';

      -What problem do you have with the left side of header? You can change header height in Header Options > Header Height.

      Best regards!

Viewing 3 reply threads

You must be logged in to reply to this topic.

Login

Log In
Register

Renew Support

  • Renew Specular Support
  • Renew Tower Support
  • Renew Folie Support
  • Renew Handel Support
  • Renew June Support
  • Renew Picante Support
  • Renew Thype Support
  • Renew Regn Support

Search Forums

Forums

  • Bygge – Construction Theme
  • Converta – Software Theme
  • Folie – The WordPress Website Builder
  • Handel – Responsive Multi-Purpose Business Theme
  • June WooCommerce WordPress Theme
  • Livecast – Podcast Theme
  • Picante – Restaurant & Food WordPress Theme
  • Regn | Agency & Business WordPress Theme
  • Remake – Minimal Portfolio & Agency Theme
  • Specular – Multi-Purpose WordPress Theme
  • Suggest us Features
  • Tower – Business-Driven Multipurpose WP Theme
  • Vibrance – Photography Theme

Site Links

  • Support Policy
  • Specular Support Forum
  • Video Tutorials
  • Knowledge Base
  • Guides and Reviews

Useful Articles

  • Build a Website
  • Web Design & Development
  • Hosting
  • WordPress

Login

Log In
Register Lost Password