Osclass forums
Support forums => Themes => Twitter => Topic started by: Nicolae on June 10, 2014, 04:10:22 pm
-
I made some changes in twitter theme and now when I try to post new ads, it is nothing happening.
It is just refreshing the page. No worning message, nothing at all.
My site adress is:www.servciimedicale.info
I will highly appreciate your help.
Nicolae
-
you deleted or commented out a "core" required field. so the validation is freaking out -so to speak
if you want to change the fields, required or not you need to change them in the core. not recommended at all because they are there for a reason, plugins or other user reasons.
im not sure of the pathways to all the files that need to be changed but you start here: oc-includes/[size=78%]osclass/frm[/size]
-
you deleted or commented out a "core" required field. so the validation is freaking out -so to speak
if you want to change the fields, required or not you need to change them in the core. not recommended at all because they are there for a reason, plugins or other user reasons.
im not sure of the pathways to all the files that need to be changed but you start here: oc-includes/[size=78%]osclass/frm[/size]
Thank you very much, but I can not figure out what you mean by"oc-includes/[size=78%]osclass/frm[/size]"
The changes I made is that I created a new page, and a new contact page, where I changed some fields.
basically I want the people whco click the link from new page to be redirected to the new contact form.
Here is the link to new page:"http://serviciimedicale.info/tarife-p29" and
here is the link to new contact form:"http://serviciimedicale.info/contact-oferta-p28"
Needless tosay that your help will be very much appreciated.
Kind regards
Nicolae
-
sorry - I have paste issues with the forums wysiwyg - oc-includes/osclass/frm
you created a page in admin? did you use the custom or the page template in the files?
when you do one of the above you can call the url with
<?php osc_current_web_theme_path('yourpage.php'); ?>
-
sorry - I have paste issues with the forums wysiwyg - oc-includes/osclass/frm
you created a page in admin? did you use the custom or the page template in the files?
when you do one of the above you can call the url with
<?php osc_current_web_theme_path('yourpage.php'); ?>
One again millions of thanks for your kindness and beeing patient.
I get a bit confussed and I made you be confussed as well as.
So,l the new pages I created are working fine, as you may see:
Th ISSUE I HAVE is the adding news ads.
My site is www.serviciimedicale.info (http://www.serviciimedicale.info)
Accessing my site amd trying to ad new ads, it is nothing happening. Basically i fill in all the fileds and when i save changes, it is just refreshing the page, and that is all.
I assume that (I am not surre, when this issue appearred) this issue came out after I worked out the new pages so that is why I have told you about, but I might be wrong.
I was thinking to re-install the script but I will loose all my work and I do not want it.
Could you help me please.
Kind regards
Nicolae
-
hmm. did you change anything on your item-post.php page?
if so, just undo step by step. or start over from just that file, the original (get it from market manually - if you did not back it up)
only that page!
-
@Nicolae
I strongly suggest to reinstall osclass and use default theme and make changes on it again.
Do not modify core, do not modify elements you do not know why they are here... you will avoid many problems ;)