Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1369560
    tomhewett
    Participant

    As discussed in this case https://community.theme.co/forums/topic/word-connector-showing-up-on-website/

    The feature box creates a hidden <span> with the words Connector. in it which is getting read. How can i remove this as it seems unneccessary. The code in that case did not work as the text was replaced with some default text.

    Website link is premierlifeskills.co.uk

    Thanks

    Tom

    #1370058
    Rupok
    Member

    Hi Tom,

    Solution is already provided there – https://community.theme.co/forums/topic/word-connector-showing-up-on-website/#post-641582

    Don’t just copy paste the code rather change if needed.

    Thanks!

    #1370174
    tomhewett
    Participant

    Hi Rupok,

    I did change the code and the ‘text’ within the array is being filled with Null even though I have it filled on the site.

    What should I do?

    Thanks

    #1370229
    Christian
    Moderator

    Please try changing it with

    $connector_text = '<span class="visually-hidden"></span>';

    We’re sorry for the inconvenience.

    #1370587
    tomhewett
    Participant

    Hi,

    Sorry I don’t understand where to put that text.

    When I use that code and the original code every feature list on my site turns too

    Feature Box Title
    This is where the text for your feature box should go. It’s best to keep it short and sweet.

    function x_shortcode_feature_box2( $atts ) {
      extract( shortcode_atts( array(
        'id'                       => '',
        'class'                    => '',
        'style'                    => '',
        'graphic'                  => '',
        'graphic_size'             => '',
        'graphic_shape'            => '',
        'graphic_border'           => '',
        'graphic_color'            => '',
        'graphic_bg_color'         => '',
        'graphic_icon'             => '',
        'graphic_image'            => '',
        'graphic_animation'        => '',
        'graphic_animation_offset' => '',
        'graphic_animation_delay'  => '',
        'title'                    => '',
        'title_color'              => '',
        'text'                     => '',
        'text_color'               => '',
        'link_text'                => '',
        'link_color'               => '',
        'href'                     => '',
        'href_title'               => '',
        'href_target'              => '',
        'align_h'                  => '',
        'align_v'                  => '',
        'side_graphic_spacing'     => '',
        'max_width'                => '',
        'child'                    => '',
        'connector_width'          => '',
        'connector_style'          => '',
        'connector_color'          => '',
        'connector_animation'      => ''
      ), $atts, 'x_feature_box' ) );
    

    When you try and return the ‘text’ value it returns NULL

    What should I do?

    Thanks

    Tom

    #1370666
    Rupok
    Member

    Hi Tom,

    I tried to use the code on my setup and it works fine. Not really sure what’s your issue. Can you point us where you have used the Feature Box?

    Thanks!

    #1370852
    tomhewett
    Participant

    Hi,

    We use it on this page

    http://premierlifeskills.co.uk/services/diplomas/coaching/

    Obviously, as it is a live site I can’t implement the code and leave it broken for you to see.

    Thanks

    Tom

    #1371385
    Rupok
    Member

    Hi Tom,

    I can see Feature List element there not Feature Box. Can you confirm you are actually referring which element? The above suggestion is for Feature Box and you mentioned Feature Box as well.

    Thanks!

    #1371631
    tomhewett
    Participant

    Hi,

    I am sorry, I edited the post to change that but it must not have updated. Yes i am referring to feature list sorry.

    Thanks

    Tom

    #1371825
    Christian
    Moderator

    Would you mind giving us access to your WordPress admin and FTP. Also give us the link to the search results page where the connector text is showing.

    Thanks.

    #1371906
    tomhewett
    Participant
    This reply has been marked as private.
    #1372025
    Christian
    Moderator

    I don’t see the Connector text anymore. If you’re seeing the Connector text in Google search results, please give it some time to update.

    Thanks.

    #1372080
    tomhewett
    Participant

    I’m seeing it when I run a keyword analysis tool on it.

    http://www.webseoanalytics.com/free/seo-tools/page-analyzer-keyword-density-tool.php

    Try this one with http://premierlifeskills.co.uk/services/diplomas/coaching/

    Look at the keyword cloud down the bottom there is loads of ‘connector.’ in there. This is what I want to remove.

    Thanks

    #1372874
    Rue Nel
    Moderator

    Hello There,

    Thanks for updating in! Could you please double check the ftp access because it is not working for us. We need to login so that we can apply the fix for this issue.

    Thank you in advance.

    #1378848
    tomhewett
    Participant

    The details I provided work. It is SFTP not FTP

    Thanks

    Tom

  • <script> jQuery(function($){ $("#no-reply-1369560 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>