Lance Sampson

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 92 total)
  • Author
    Posts
  • in reply to: Duplicate Content – Breadcrumbs #381332

    Lance Sampson
    Buyer
    Post count: 108
    This reply has been marked as private.
    in reply to: Duplicate Content – Breadcrumbs #381204

    Lance Sampson
    Buyer
    Post count: 108
    This reply has been marked as private.
    in reply to: Short Code in html field #380383

    Lance Sampson
    Buyer
    Post count: 108

    Stiofan,

    Works like a charm!

    Thanks again for all your help!

    Best Regard,

    in reply to: Short Code in html field #380226

    Lance Sampson
    Buyer
    Post count: 108

    Hi

    I used the code below to code snippets and created an HTML custom field to output 3rd party shortcode. It only shows the raw short code versus the output.

    function my_enable_shortcodes_in_cf($html,$location,$cf){

    // this line will enable it for all text inputs
    $html = do_shortcode( $html );
    return $html;
    }
    add_filter(‘geodir_custom_field_output_text’,’my_enable_shortcodes_in_cf’,15,3);

    Here is the code its show: [yelp-widget-pro id=”advantage-storage-garland-garland” align=”left” cache=”None”]

    It works total fine in the profile description field.

    Any suggestions?

    Best Regards,

    in reply to: TAGS listing page title #379362

    Lance Sampson
    Buyer
    Post count: 108

    Stiofan

    Thank you sir!

    Best Regards

    in reply to: TAGS listing page title #379328

    Lance Sampson
    Buyer
    Post count: 108

    Is there a way to just show the “TAG” in browser meta title for the tag pages?

    Where does the (Tag listing page title) – All “%%tag%% %%in_location_single%%” show? I cant see it anywhere.

    Best Regards,

    in reply to: Details Page Padding #379026

    Lance Sampson
    Buyer
    Post count: 108

    I figured it out. This can be closed.

    Thanks!

    in reply to: Meta Titles & Tags overridge #375387

    Lance Sampson
    Buyer
    Post count: 108

    That did the trick.

    Thank you Stiofan and Paolo. That was a great help!

    Best Regards,

    in reply to: Meta Titles & Tags overridge #375309

    Lance Sampson
    Buyer
    Post count: 108

    Hi Stiofan,

    It gives a 500 error with this info.

    The code snippet you are trying to save produced a fatal error on line 12:

    Cannot redeclare _my_extra_seo_vars() (previously declared in /home/locator/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(384) : eval()’d code:3)

    Thanks

    in reply to: Meta Title & Tags #374606

    Lance Sampson
    Buyer
    Post count: 108

    Stiofan,

    You gave me a to snippet to add the “zip code” for the variables for the meta tags in Yoast for SEO per this thread.

    I have update the plugins and realized that I can now use the GD meta titles and descriptions override. I think its great because it will save tons of time from having to manual add the meta info for all the “locations pages” on an ongoing basis.

    With this change, the “zip code” seems not to work with the GD metas. Can you give me a snippet to make them work with the GD metas?

    Best Regards,

    in reply to: 2 letter state abbreviations #373529

    Lance Sampson
    Buyer
    Post count: 108

    Stiofan

    Nevermind, I was looking at the wrong state. I was waiting until it worked so i could add the rest.

    Thank you so much for that code. Its gonna help more than you know.

    Your the King!

    Best Regards,
    Lance

    in reply to: 2 letter state abbreviations #373528

    Lance Sampson
    Buyer
    Post count: 108

    Still no abbreviations

    Lance

    in reply to: 2 letter state abbreviations #373387

    Lance Sampson
    Buyer
    Post count: 108

    Sounds great.

    I thank you and Stiofan for all your support!

    in reply to: 2 letter state abbreviations #373347

    Lance Sampson
    Buyer
    Post count: 108
    This reply has been marked as private.
    in reply to: 2 letter state abbreviations #373333

    Lance Sampson
    Buyer
    Post count: 108

    Hi Stiofan,

    I added the code but its not working. Other than adding the code to the snippets plugin, was there anything else I needed to change?

    Best Regards,

Viewing 15 posts - 1 through 15 (of 92 total)