jeezyo
Forum Replies Created
-
ill open the permissions shortly then. thanks.
Ah, thanks so much. I wasnt even thinking about that. Ive got it working now, but i have one further question. Symbols like “, &, etc. are not showing up but rather im getting " and & — is there anyway of changing this, or should i just change those to the actual words, like “and” and “inch”
I also notice that the “menu options” get cut off after a certain number of characters, or one line. im guessing i could resolve that by putting in multiple options instead of squeezing it all into one for each group, but i thought it worth mentioning.
Thanks for getting back to me. The URL is https://www.houseofpizzapa.com/menus/house-of-pizza-menu.xml. If i paste that in a browser, i can see all the unformated text, so im pretty sure that should be accurate.
Just to add, here are the errors im getting:
Warning: simplexml_load_string() [function.simplexml-load-string]: Entity: line 1: parser error : Space required after the Public Identifier in /home/houseofp/public_html/wp-content/plugins/open-menu/toolbox/class-omf-reader.php on line 529
Warning: simplexml_load_string() [function.simplexml-load-string]: <!DOCTYPE HTML PUBLIC “-//IETF//DTD HTML 2.0//EN”> in /home/houseofp/public_html/wp-content/plugins/open-menu/toolbox/class-omf-reader.php on line 529
Warning: simplexml_load_string() [function.simplexml-load-string]: ^ in /home/houseofp/public_html/wp-content/plugins/open-menu/toolbox/class-omf-reader.php on line 529
Warning: simplexml_load_string() [function.simplexml-load-string]: Entity: line 1: parser error : SystemLiteral ” or ‘ expected in /home/houseofp/public_html/wp-content/plugins/open-menu/toolbox/class-omf-reader.php on line 529
Warning: simplexml_load_string() [function.simplexml-load-string]: <!DOCTYPE HTML PUBLIC “-//IETF//DTD HTML 2.0//EN”> in /home/houseofp/public_html/wp-content/plugins/open-menu/toolbox/class-omf-reader.php on line 529
Warning: simplexml_load_string() [function.simplexml-load-string]: ^ in /home/houseofp/public_html/wp-content/plugins/open-menu/toolbox/class-omf-reader.php on line 529
Warning: simplexml_load_string() [function.simplexml-load-string]: Entity: line 1: parser error : SYSTEM or PUBLIC, the URI is missing in /home/houseofp/public_html/wp-content/plugins/open-menu/toolbox/class-omf-reader.php on line 529
Warning: simplexml_load_string() [function.simplexml-load-string]: <!DOCTYPE HTML PUBLIC “-//IETF//DTD HTML 2.0//EN”> in /home/houseofp/public_html/wp-content/plugins/open-menu/toolbox/class-omf-reader.php on line 529
Warning: simplexml_load_string() [function.simplexml-load-string]: ^ in /home/houseofp/public_html/wp-content/plugins/open-menu/toolbox/class-omf-reader.php on line 529
Warning: simplexml_load_string() [function.simplexml-load-string]: Entity: line 16: parser error : Opening and ending tag mismatch: hr line 14 and body in /home/houseofp/public_html/wp-content/plugins/open-menu/toolbox/class-omf-reader.php on line 529
Warning: simplexml_load_string() [function.simplexml-load-string]: </body></html> in /home/houseofp/public_html/wp-content/plugins/open-menu/toolbox/class-omf-reader.php on line 529
Warning: simplexml_load_string() [function.simplexml-load-string]: ^ in /home/houseofp/public_html/wp-content/plugins/open-menu/toolbox/class-omf-reader.php on line 529
Warning: simplexml_load_string() [function.simplexml-load-string]: Entity: line 16: parser error : Opening and ending tag mismatch: body line 4 and html in /home/houseofp/public_html/wp-content/plugins/open-menu/toolbox/class-omf-reader.php on line 529
Warning: simplexml_load_string() [function.simplexml-load-string]: </body></html> in /home/houseofp/public_html/wp-content/plugins/open-menu/toolbox/class-omf-reader.php on line 529
Warning: simplexml_load_string() [function.simplexml-load-string]: ^ in /home/houseofp/public_html/wp-content/plugins/open-menu/toolbox/class-omf-reader.php on line 529
Warning: simplexml_load_string() [function.simplexml-load-string]: Entity: line 17: parser error : Premature end of data in tag html line 2 in /home/houseofp/public_html/wp-content/plugins/open-menu/toolbox/class-omf-reader.php on line 529
Warning: simplexml_load_string() [function.simplexml-load-string]: in /home/houseofp/public_html/wp-content/plugins/open-menu/toolbox/class-omf-reader.php on line 529
Warning: simplexml_load_string() [function.simplexml-load-string]: ^ in /home/houseofp/public_html/wp-content/plugins/open-menu/toolbox/class-omf-reader.php on line 529
oh, and i guess my sidebars are missing too, though im slightly less concerned about that ??
Forum: Plugins
In reply to: [Plugin: The Events Calendar] Transparent postsI just fixed this same issue and found this post while searching for another problem. My theme has a custom css box, but you should be able to achieve the same thing just by adding a new div to your themes css file, like this:
#tec-content{background-color:#ffffff;}
this assumes your background is white, change the color accordingly.If for some reason this doesnt override the plugins default css, you can go into the css for the plugin and edit this div directly, but then if you ever upgrade it, you’ll lose your changes.
Forum: Fixing WordPress
In reply to: Where should my splash page link to get me to the wordpress site?Sorry, figured it out. If anybody ever runs accross this proble, i jsut changed the link on my page to example.com/home instead of index.php and it worked.