Written in response to Remove menu/header from blog page template:
for scrollbar at iframe you have to adjust following two things in this css
#iframe_div3 iframe {
border: 0 solid;
height: 1200px;
margin-left: 1px;
margin-top: -263px;
overflow: hidden;
width: 800px;
}
change
overflow:visible;
height :1500px;
and adjust height as much as you want
link
Written in response to Contact form 7 action hook tweak:
try this to seperate it in new line
$newpost = array( 'post_title' => $formdata['title'],
'post_content' =>$formdata['time'].'<br> '.$formdata['location'].'<br> '. $formdata['webcon'],
'post_status' => 'draft');
link
Written in response to Wordpress Bootstrap Modal:
yes it is possible
use this
<?php
$post_id = $_GET['ID'];
wp_reset_query();
query_posts('p='.$post_id.'&posts_per_page=1');
while (have_posts()): the_post();
the_title();
the_content();
endwhile;
?>
link
Written in response to Theme color change:
to change color to white change it here at line no .148
.post-intro h2 a
link
Hi Lawrence ,
From many days i am trying to vote to award prize but i get a message that you are not allowed to vote , am i not allowed or there is any problem with my account , can you please check it?
Thanks
Arnav
link
Gabriel Reguly,
Gabriel Reguly
had responses to this.
Written in response to something Dbranes wrote.
It was very small problem, that currently the $filename has value something like $filename='Koala.jpg'
while it should have a full path like $filname='http://domain.com/wp-content/gallery/.../Koala.jpg'
that's it.
link
Written in response to deactivate links to single post view :
for mouse cursor behavior try this
<script>
jQuery(document).ready(function($){
$('.pageid-19').find('a.post-thumbnail').attr('href','javascript:void(0)');
$('.pageid-19').find('h2.entry-title').find('a').attr('href','javascript:void(0)');
$('.pageid-19').find('a.post-thumbnail').css('cursor','default');
$('.pageid-19').find('h2.entry-title').find('a').css('cursor','default');
});
</script>
link
Written in response to something Lawrence Krubner wrote.
Thanks for your all wishes
I am really very thankful to wpquestions and Me lance crubner for a new innovative idea and providing us such a good platform/option to use/enhance our skills/knowledge for helping people to solve their problem
It just not enhance our capability but also provide a good platform to earn money and faith of people by solving their problem which they face. It really provide a feeling of happiness when we solve someone's problem
I provide my all wishes to wpquestions so that it increase its popularity day by day and it may touch the zenith of success
Again Heartily Thanks to wpquestions to provide me and all such a great opportunity and providing me such a great honor for becoming a member of wp
Thanks
Arnav
link
Written in response to Simple custom slideshow plug in build.:
Hi All ,
For the solution of this question:-
I used slider js provided by http://bxslider.com/ and created short code which fetches all the attachments from the post or page and exclude featured image then displays it , also it uses content of the description field to be displayed .
-Arnav
link
Written in response to something Gabriel Reguly wrote.
For the button , I integrated it in the theme file , there is a widget for the product display i modified that since there was not any option in admin to show/hide add to cart button.
For the functionality , i have to call a js function on click of button which has product id as its parameter , then that js function calls another function using ajax method to add the product to the cart.
link
Gabriel Reguly
had responses to this.
Written in response to something rokfrd wrote.
Actully this question is over as per your present problem so I can not give any answer here so if you want me to solve your this problem then you have to contact me also you have to pay extra amount for this solution .
my id is : thearnavjoy@gmail.com
link