Hello WordPress Peoples of Reddit,
I’m new to working with WordPress and I’ve inherited a bit of a hot mess from my predecessor who left in a bit of a hurry. Right now I’m just trying to figure out what this webpage is doing and why.
**Problem**
[This is what the page looks like as I found it. So far as I can glean this is where the pricing information for a given plan should be.])By going into the “Edit Tab” of this page within my WordPress Portal I was able to isolate these blocks of code and remove them:
[That removes the giant and rather gnarly block of text within each of the plans, but there is still another section of weirdness at the bottom.])We are using WooCommerce plugin, and I have a phone call with them later this afternoon that may be able to resolve these issues. What I’m trying to understand though is where these chunks of code are coming from.
ie) Does WooCommerce Plugin publish these pages through our WordPress? Or did my predecessor put this stuff in manually?
Also, can anyone tell me what coding language is this written in? I may be able to isolate syntax errors if I know what I’m looking at. It appears that sections need to be opened and closed with tags \[*some\_tag*\] \[*/some\_tag*\] similar to html, and it does seem like that specific format is lacking around the problematic areas of the page.
**Examples of Code on this Page**
*Beginning of Code*
\[tdc\_zone type=”tdc\_content”\]\[vc\_row\]\[vc\_column\]\[/vc\_column\]\[/vc\_row\]
*End of Code*
\[/vc\_column\_inner\]\[vc\_column\_inner width=”7″\]\[/vc\_column\_inner\]\[/vc\_row\_inner\]\[/vc\_column\]\[/vc\_row\]\[/tdc\_zone\]
*Problematic Block near end (Still in Effect can be Seen in Above Screenshot)*
\[td\_woo\_products\_block modules\_on\_row=”33.33333333%” product\_cat=”103″ sort=”date” limit=”6″\]\[td\_woo\_products\_live\_search inline=”yes” toggle\_txt\_pos=”after” form\_align=”content-horiz-right” results\_msg\_align=”content-horiz-center” mod\_show\_btn=”none”\]
*Problematic Block of Code that was removed from each of the Subscription Boxes on the Page*
\[tds\_plans\_price tdc\_css=”eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19″ f\_price\_font\_size=”eyJhbGwiOiI0MiIsInBvcnRyYWl0IjoiMzYiLCJwaG9uZSI6IjM2In0=” price\_color=”var(–amsonia-primary-color)” vert\_align=”baseline” inline=”yes” f\_price\_font\_weight=”700″ f\_price\_font\_family=”185″ f\_price\_font\_line\_height=”1″ f\_price\_font\_style=”undefined” f\_price\_font\_transform=”” horiz\_align=”content-horiz-left” free\_plan=”” year\_plan=”1″ month\_plan=”2″ def\_plan=”annual” curr\_txt=”$”\]\[tds\_plans\_description year\_plan\_desc=”JTJGJTIweWVhcg==” month\_plan\_desc=”JTJGJTIwbW9udGg=” inline=”yes” tdc\_css=”eyJhbGwiOnsibWFyZ2luLWxlZnQiOiIxMCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlIjp7Im1hcmdpbi1sZWZ0IjoiOSIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsibWFyZ2luLWxlZnQiOiI4IiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4LCJwaG9uZSI6eyJtYXJnaW4tbGVmdCI6IjkiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==” color=”#000000″ f\_descr\_font\_size=”eyJhbGwiOiIyMCIsInBvcnRyYWl0IjoiMTgiLCJwaG9uZSI6IjE4In0=” f\_descr\_font\_line\_height=”1″ vert\_align=”baseline” free\_plan\_desc=”JTJGJTIweWVhcg==” f\_descr\_font\_family=”521″ f\_descr\_font\_weight=”500″ f\_descr\_font\_spacing=”-1″ f\_descr\_font\_transform=””\]
Any pointers would be greatly appreciated, thank you all for your time!
[ad_2]