Rushabh Shah
Forum Replies Created
-
Thanks for the reply.
But it is not working properly after placing the order. I have used in ‘esignature_content’ filter.
add_filter("esignature_content","replacecontent",10,2); function replacecontent($document_content, $document_id){ $order_id = esig_woo_logic::get_after_checkout_order_id(); if (!$order_id) { $invitation = WP_E_Sig()->invite->getInviteBy('document_id', $docId); if (!$invitation) { return $docContent; } $order_id = get_esig_order_id($invitation->document_id, $invitation->invitation_id); } if (!$order_id) { return $docContent; } }Please help.
Thanks
- This reply was modified 7 years, 7 months ago by Rushabh Shah.
Forum: Everything else WordPress
In reply to: How soon is 5.0 final release date?The next WordPress 5.0 release date is scheduled on 19th of November 2018.
Forum: Fixing WordPress
In reply to: I have forgotten my word press user id password, help meHi,
Please click on Lost your password? link which is show after login form.
Thanks
Forum: Fixing WordPress
In reply to: All URLs show site homepageHi,
Please edit your site’s .htaccess file and paste the following code at the top of the page to configure your desired index page.
#Alternate default index page DirectoryIndex index.phpThanks
- This reply was modified 7 years, 8 months ago by Rushabh Shah.
Forum: Fixing WordPress
In reply to: (woocommerce) get cart total without decimalsHi,
You can use wc_format_decimal(WC()->cart->total, 2 );.
Thanks
Hi ihsansfd
Can you please exlain what type of error you get on your site?
So, It will easy to get solution.
You can use this plugin for this types of images.
Forum: Fixing WordPress
In reply to: uploads and log in failHi @ktrutzl,
You seem to be experiencing the same issue as the one discussed in this topic.
Forum: Fixing WordPress
In reply to: uploads and log in failHi @ktrutzl,
Please check your internet network or restart internet.
Then please let me know.
Thanks
Rushabh ShahForum: Fixing WordPress
In reply to: How to Maximize Testimonials widthHi @hamadesign,
You can update below code for make testomanial in full width.
.lae-testimonials-slider .lae-testimonial-text {
max-width: 905px
}.lae-container .lae-flex-direction-nav a.lae-flex-prev{
left : -150px;
}.lae-container .lae-flex-direction-nav a.lae-flex-next {
right: -150px;
}Thanks
Rushabh ShahForum: Fixing WordPress
In reply to: Video embeds now just show a No 1?Hi @overlander,
I don’t know which plugin you use for video embeds?
But you can see in inspect element and remove <noscript></noscript> tag after <p> tag.
Then your videos are display on this http://www.overlander.tv/top5tour/ page.
- This reply was modified 8 years ago by Jan Dembowski.
Hi @adrimarie,
Please change your database options table’s option value.
option_name : siteurl
option_name : homeI hope its help to you.
Thanks
Rushabh ShahForum: Fixing WordPress
In reply to: removing 2 lines an post tagForum: Fixing WordPress
In reply to: removing 2 lines an post tagHi @stirlingdp,
Please remove code as per describe below.
1. In your style.css file On 199 line:
.site-nav-upper {
/* border-bottom: 1px solid #CCCCCC; */
}2. In your style.css file On 209 line:
.site-nav-lower {
/* border-bottom: 1px solid #CCCCCC; */
}3. Please find below code in your theme files and remove it.
<div class=”sticky-post”>
<span class=”label label-default pull-left”><span class=”glyphicon glyphicon-file” aria-hidden=”true”></span>
Standard</span>
</div>Please do it. I hope it will help you. If you have any query or concern then let me know.
Thanks,
Rushabh ShahForum: Fixing WordPress
In reply to: Header ImageHi @fitnessaroo
You can use this plugin for add a banner/header on your main page: