Title: Info Section
Last modified: March 11, 2021

---

# Info Section

 *  Resolved [sova1979](https://wordpress.org/support/users/sova1979/)
 * (@sova1979)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/info-section/)
 * Hello. I can’t find a place where I can put a link to another page in the Info
   section area. 4 blocks of information do not work as links. Why? Thanks
    -  This topic was modified 5 years, 2 months ago by [sova1979](https://wordpress.org/support/users/sova1979/).

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Theme Author [BurgerThemes](https://wordpress.org/support/users/burgersoftware/)
 * (@burgersoftware)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/info-section/#post-14171213)
 * Hello [@sova1979](https://wordpress.org/support/users/sova1979/),
 * Thanks for the suggestion.
 * We have taken note and passed it on to our theme development team, our team will
   add a link feature in the info section in the next theme update.
 * Thanks
 *  Thread Starter [sova1979](https://wordpress.org/support/users/sova1979/)
 * (@sova1979)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/info-section/#post-14221649)
 * Thanks for the reply. Fine. The theme is great and simple, but this block is 
   useless, especially in the mobile version of the site. If the blocks are links,
   the version will improve functionally.
 *  [adcsi](https://wordpress.org/support/users/adcsi/)
 * (@adcsi)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/info-section/#post-14289197)
 * For me, this still doesn’t work.
    Why did you mark it as resolved?
 * edit:
    By editing `public_html/wp-content/plugins/burger-companion/inc/spintech/
   sections/section-info.php` you can modify that link. But all texts point to a
   common link. This is not good
 * edit:
    I think this is an error in the Burger companion plugin, not the theme.
 *     ```
       Features
   
       Slider Section
       Info Section
       Service Section
       Call To Action Section
       And many more.
       ```
   
    -  This reply was modified 5 years, 1 month ago by [adcsi](https://wordpress.org/support/users/adcsi/).
    -  This reply was modified 5 years, 1 month ago by [adcsi](https://wordpress.org/support/users/adcsi/).
 *  [adcsi](https://wordpress.org/support/users/adcsi/)
 * (@adcsi)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/info-section/#post-14291608)
 * I found out.
 * in this file:
    `public_html/wp-content/plugins/burger-companion/inc/spintech/
   sections/section-info.php`
 * after this line:
    `$icon = ! empty( $info_item->icon_value) ? apply_filters( '
   spintech_translate_single_string', $info_item->icon_value,'info section' ) : '';`
 * add this line:
    `$spintech_info_link = ! empty( $info_item->link ) ? apply_filters('
   spintech_translate_single_string', $info_item->link, 'info section' ) : '';`
 * and substitute this line at the bottom:
    `<h6 class="title"><a href="javascript:
   void(0)"><?php echo esc_html( $spintech_info_title ); ?></a></h6>` with this 
   line: `<h6 class="title"><a href="<?php echo esc_url($spintech_info_link); ?>"
   ><?php echo esc_html($spintech_info_title); ?></a></h6>`
 * And in this file:
    `burger-companion/inc/spintech/features/spintech-info.php`
 * after this line
    `'customizer_repeater_text_control' => true,` add this line `'
   customizer_repeater_link_control' => true,`
 * and in your customizer it will show up
    -  This reply was modified 5 years, 1 month ago by [adcsi](https://wordpress.org/support/users/adcsi/).

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Info Section’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/spintech/1.0.69/screenshot.jpg)
 * Spintech
 * [Support Threads](https://wordpress.org/support/theme/spintech/)
 * [Active Topics](https://wordpress.org/support/theme/spintech/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/spintech/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/spintech/reviews/)

 * 4 replies
 * 3 participants
 * Last reply from: [adcsi](https://wordpress.org/support/users/adcsi/)
 * Last activity: [5 years, 1 month ago](https://wordpress.org/support/topic/info-section/#post-14291608)
 * Status: resolved