EvyOsh
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] ahref reporting Broken JavascriptHi @takayukister I’m so sorry for the late reply. These errors are not showing up on the website. these errors are showing up in href site reports.
409 Conflict
https://irstaxfreedom.com/wp-content/plugins/contact-form-7/includes/js/index.js?ver=5.5.1URL info Type Other content type or non-200 linked as resource, Other Internal URL Yes Full URL https://irstaxfreedom.com/wp-content/plugins/contact-form-7/includes/js/index.js?ver=5.5.1 HTTP status code 409 Conflict First found at https://irstaxfreedom.com/tag/personal-tax-returns/ Download status (CURL code) Write error (23) Content type text/html; charset=iso-8859-1 Depth 1 Page rating 30This is all I get and its making our SEO rating low. is there a way I can figure out what conflict they are talking about?
Forum: Plugins
In reply to: [Contact Form 7] ahref reporting Broken JavascriptI am so sorry I forgot to link the site here you go – https://irstaxfreedom.com/
Forum: Plugins
In reply to: [W3 Total Cache] Contact form 7 Submission issues when JS minify activeHi Marko, I think I have managed to get the issue sorted out. after looking into this more in google developer console I found out once you activate the JS minify a mod_security was triggering for some reason… I had my hosting look into this and whitelist the rules and the problem went away. it is weird too because everything was working fine till that day & No idea what went wrong and which caused it… I think I will close this ticket now and leave this thread…
Thank you so much for helping me out on this one. have a great day!
- This reply was modified 5 years, 10 months ago by EvyOsh.
Forum: Plugins
In reply to: [W3 Total Cache] Contact form 7 Submission issues when JS minify activeHi Marko, Thank you for your prompt response.
Just to confirm, the CF7 worked as expected until yesterday? Yes the Contact form was working fine till Sunday or Monday (tests was working fine), Yesterday When we checked the site there was a red box below the form but no text then I had to remove the JS minify and it went away but came back when I activated JS minify. So I checked with Contact form 7 and they said to reach out to you guys…
Have you made any changes, attend some new plugin, or made any other changes? No, Just creating Pages and Posts That’s all
Currently, I can see that the CF7 form is working can you confirm that? Yes, Because I have disabled the JS minify
unfortunately, the solution you gave me still didn’t fix it tho… when I activate minify these are all the contact form 7 related errors on developer console – Screenshot
- This reply was modified 5 years, 10 months ago by EvyOsh.
Forum: Plugins
In reply to: [Contact Form 7] clone fields to a secondary hidden fieldany update on this please!
http://kybella.drpopeplasticsurgeon.com/ this is the website right now. and i havent checked the required option anymore. the issue is only when you are using required option and when someone submit their info, the phone number doesnt include in the email notification.
- This reply was modified 9 years, 1 month ago by EvyOsh.
Forum: Plugins
In reply to: [Contact Form 7] Contact form International Tel wont worki think this is the add on plugin International Telephone Input for Contact Form 7. id there anything you can help me figure out why is this happening.
Forum: Plugins
In reply to: [Simple Share Buttons Adder] I cannot drag the social media.Thank you so much for your reply david.. i just tried disabling jetpack still no luck :'(
Forum: Plugins
In reply to: [Loading Page with Loading Screen] Loading page is stuckHI there. i am using this plugin. its working fine on the android and the windows desktop. but when i try to open this on my Iphone 5 it get stuck at 98% and getting stuck.. is there any solution for this??
Nope it didnt work..Thank you so much Chris for your replies and i really appreciate for your help on this. i tried that As well… but i found a solution
in the function.php in the end of the file enter before this ?>
//ADD LOGIN LINK TO MENU
add_filter(‘wp_nav_menu_items’, ‘add_login_logout_link’, 10, 2);function add_login_logout_link($items, $args) {
$voodooredir = htmlspecialchars($_SERVER[‘REQUEST_URI’]);
$loginoutlink = wp_loginout($voodooredir, false);
$items .= ‘- ‘. $loginoutlink .’
‘;
return $items;
}Thank you for your quick reply Chris,
i do.. and i have already activated the plugin and everything has been configured with the redirecting setting and the user account role types… but the login button to access the page… in the website menu… its not showing,
for an example: HOME ABOUT SERVICE CONTACT “LOGIN” <— this login is not appearing in the menu..