Dennisdej7
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Stuck after additional settingsAfter empty the caches it does send, but there is no confirmation for the customer.
See error:
default.include.ca31b5.js:6 Uncaught TypeError: jQuery(…).not(…).hoverIntent is not a function
5(index):451 WebSocket connection to ‘wss://public-api.wordpress.com/pinghub/wpcom/me/newest-note-data’ failed: Error during WebSocket handshake: Unexpected response code: 403
VM38562:1 Uncaught ReferenceError: ga is not defined(anonymous function) @ VM38562:1(anonymous function) @ scripts.js?ver=4.4.2:131each @ jquery.js?ver=1.12.4:2$.wpcf7AjaxSuccess @ scripts.js?ver=4.4.2:131t.success @ jquery.form.min.js?ver=3.51.0-2014.06.20:11i @ jquery.js?ver=1.12.4:2fireWith @ jquery.js?ver=1.12.4:2y @ jquery.js?ver=1.12.4:4c @ jquery.js?ver=1.12.4:4
(index):451 WebSocket connection to ‘wss://public-api.wordpress.com/pinghub/wpcom/me/newest-note-data’ failed: Error during WebSocket handshake: Unexpected response code: 403Forum: Plugins
In reply to: [HeadSpace2 SEO] [Plugin: HeadSpace2 SEO] Can't delete or change my tags!!!!Had to change it in Extra>Metadata
For those who cant add tags while editing a page, go to EXTRA>METADATA
And select Tags!
GLForum: Plugins
In reply to: [HeadSpace2 SEO] [Plugin: HeadSpace2 SEO] Can't delete or change my tags!!!!I really have tried everything…
Delete it in the tags, delete it at settings>headspace>options>delete headspace.Inserting other tags…. Don’t work, they automatically change back..
Thanks got it to work now.
I don’t know anything about PHP sorry for that.
But this is my page.php:<?php get_header(); ?>
<div class=”art-content-layout”>
<div class=”art-content-layout-row”>
<div class=”art-layout-cell art-sidebar1″>
<?php get_sidebar(‘default’); ?>
<div class=”cleared”></div>
</div>
<div class=”art-layout-cell art-content”><?php get_sidebar(‘top’); ?>
<?php
if(have_posts()) {/* Start the Loop */
while (have_posts()) {
the_post();
get_template_part(‘content’, ‘page’);
comments_template();}
} else {
theme_404_content();
}
?><?php get_sidebar(‘bottom’); ?>
<div class=”cleared”></div>
</div>
</div>
</div>
<div class=”cleared”></div>
<?php get_footer(); ?>Theme made with Artisteer and I am working with Xampp. (Virtual Server, testing)
Am I able to make this plugin work on a virtual server and where do I have to paste the code.
Thanks!
(Antwoorden in het NL kan/mag ook)