kingarsl
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] getting POST 403 () error when i submitI did rolled back to 4.7 but still getting 403 error
Forum: Plugins
In reply to: [Contact Form 7] getting POST 403 () error when i submiti did rolled back to 4.7 but it still not working
Forum: Plugins
In reply to: [Contact Form 7] getting POST 403 () error when i submithow can i rolled back to 4.7 i am new
Forum: Plugins
In reply to: [Contact Form 7] getting POST 403 () error when i submitits not working i can not deactivate all plugin can you please check this page
Forum: Plugins
In reply to: [Contact Form 7] getting POST 403 () error when i submit@takayukister Can you please see the page and recommend me a solution to the 403 issue on post submit
Forum: Plugins
In reply to: [Contact Form 7] getting POST 403 () error when i submitSorry the link i provided before was incorrect see this link https://www.wrld3d.com/contact-us/
i have log the ticket kindly resolve this issue as soon as possitble
is there any other setting that i have to do while making the shortcode?
actually i save name with extension but it is not displaying any name
no its not working my repeater code is:
<?php global $post; ?> <div class = "box"> <a href="<?php print get_permalink($post->ID) ?>"> <div class="boxInner"> <div class="LeftImage"><?php echo the_post_thumbnail();?></div> <div class="RightPannel"> <div class="InnerPannel"> <div class="Logo"><img src="https://wrld.me/wp-content/uploads/<?php $key="Logo_Name"; echo get_post_meta($post->ID, $key, true); ?>"/></div> <div class="Title"><?php print get_the_title(); ?></div> <div class="Date"><?php the_time('F jS, Y'); ?></div> </div> </div> </div> </a> </div>
I had installed the plugin on another page (https://wrld.me/press/); on this page (https://wrld.me/events/) all i was trying to do was to show you what my requirement was and how I intended to use your plugin. Please try to understand the functionality of this (https://wrld.me/events/) page – how I want this to work is that when the load more button is clicked, the posts appearing on the page, on that same section, should disappear and new ones should be loaded in it’s place. What I DON’T want happening is that if I click load more, it loads new posts on, on the very same page, in addition to the existing posts.
It would be great if you can clarify if your plugin fulfills this requirement of mine ??
kindly check https://wrld.me/events/#Event
it is password protected
password is Netsolpk1i want this functionality with load more ajex.
its working fine but when i click on load more it refresh the page and i have to scroll down to read last post
Thanks for the reply and your answer
and my second question is actually my site is section based i want to show same different post on same section with ajex load more functionality. right now we are showing 2 post when user click on load more button then old post must be disappear and next two post must appear on the same section.