Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • I was looking through your plugin, it seems like you are just parsing the page correct? And you can’t get the “latest” page because it is a javascript button. How about, for now at least, you make a tab where you can copy the source code from the reviews page, paste it into the tab, and the plugin parses your source. This way, I would be able to click next, until I have all of the reviews, and then copy paste it to do a full update.

    I just started with your plugin, and importing the 10 most helpful reviews is basically useless, especially for badges. This could at least make the pain of importing all, and then updating Facebook reviews much more barable. Currently, I don’t see a very good option.

    • This reply was modified 6 years, 4 months ago by robertzas.
    Thread Starter robertzas

    (@robertzas)

    It ended up being an override in my functions.php file!

    Thanks for your help!
    Robert

    Thread Starter robertzas

    (@robertzas)

    Hi Boxy Studio!,
    I have a couple dozen recipes, and they all took this:
    https://www.highplainsbison.com/wp-content/uploads/2017/09/good.jpg
    https://www.highplainsbison.com/recipes/ultimate-bbq-bison-prime-rib-roast/
    <div class="boldgrid-section"> <section class="section"> <div class="inner-container"> <div class="single-recipe-header"> <div class="single-recipe-header-left"> <a class="hide-on-small" href="https://highplainsbison.com/recipes"><i class="fa fa-arrow-left fa-2x"></i><br>Back</a> </div><div class="single-recipe-header-right"> <div class="hide-on-large"><a class="single-recipe-back" href="https://highplainsbison.com/recipes"><i class="fa fa-arrow-left fa-2x"></i><br>Back</a></div><div class="recipe-favorites"> [favorite_button] </div>[addtoany] [cooked-info include="print"] [cooked-info include="fullscreen"] </div></div><div class="paneled-image pull-left"> <div class="panel-image"> [cooked-image] </div><div class="panel"> [cooked-info include="taxonomies"][cooked-excerpt] [cooked-info include="prep_time,cook_time,total_time, servings"] </div></div><div class="recipe-body"> <div class="recipe-panel"> <h2>Ingredients</h2> [cooked-ingredients] </div><div class="recipe-panel"> <h2>Directions</h2> [cooked-directions] </div></div></div></section></div>

    as the recipe template. On the last several, everytime I save, the above template code turns into:
    https://www.highplainsbison.com/wp-content/uploads/2017/09/bad.jpg
    (https://www.highplainsbison.com/recipes/bison-tenderloin-with-roasted-vegetables-and-shallot-red-wine-sauce/)
    <div class="boldgrid-section"> <section class="section"> <div class="inner-container"> <div class="single-recipe-header"> <div class="single-recipe-header-left"> <a><i class="fa fa-arrow-left fa-2x"></i><br>Back</a> </div><div class="single-recipe-header-right"> <div class="hide-on-large"><a><i class="fa fa-arrow-left fa-2x"></i><br>Back</a></div><div class="recipe-favorites"> [favorite_button] </div>[addtoany] [cooked-info include="print"] [cooked-info include="fullscreen"] </div></div><div class="paneled-image pull-left"> <div class="panel-image"> [cooked-image] </div><div class="panel"> [cooked-info include="taxonomies"][cooked-excerpt] [cooked-info include="prep_time,cook_time,total_time, servings"] </div></div><div class="recipe-body"> <div class="recipe-panel"> <h2>Ingredients</h2> [cooked-ingredients] </div><div class="recipe-panel"> <h2>Directions</h2> [cooked-directions] </div></div></div></section></div>

    It seems like something is filtering out href and class params for anchor tags. I allowed them for posts through the functions.php, but it doesn’t change the above problem. I’m sure this is a piece of cake, but I am not as familiar with php, and can’t figure out how I can override it.

    Thanks
    Robert

    • This reply was modified 7 years, 2 months ago by robertzas.
    • This reply was modified 7 years, 2 months ago by robertzas.
Viewing 3 replies - 1 through 3 (of 3 total)