Latest Tutorials
82

Themeforest Paypal Problem Solution

Hi Guys, Recently I noticed that there are a problem while purchasing from themeforest using paypal. I was also in his problem a few days ago but I recovered this in a way. As I see that many people are posting reply to a thread on themeforest, so I am writing this post. I hope it will help a lot of  guys….

This payment cannot be completed and your account has not been charged. Please contact your merchant for more information.

However, The problem happens when you’re purchasing using your pc… But if you purchase using your mobile phone then the problem won’t happen. I mean the problem only happens with desktop version of paypal. So you may easily buy with mobile version.

Now, the problem is what if you don’t have any mobile device ??

Nothing to worry, you can make your pc a mobile device by simply changing user agent. Which is pretty simple to do. Here I am going to show you how to change user agent of your pc/Browser :

Changing User Agent in Chrome Browser :

You have to use an extension to change user agent in chrome. I use this & it works nicely :

https://chrome.google.com/webstore/detail/user-agent-switcher-for-c/djflhoibgkdhkhhcedjiklpkjnoahfmg?utm_source=chrome-ntp-icon

After installing this extension you will see an icon on the top right of address bar.

Click On That Icon >> Slect IOS >> iPhone/iPad

Change User Agent in chrome

Changing User Agent in FireFox Browser :

For Firefox you may use this one or any other that you prefer to change user agent :

https://addons.mozilla.org/en-US/firefox/addon/user-agent-switcher/

Changing User Agent in Safari Browser :

Launch Safari. From the Safari menu bar top of your screen click Safari. From the drop down menu click Preferences then select the Advanced tab.

Select: Show Develop menu in menu bar

Now from the Safari menu bar again, click Develop > User Agent
Change User Agent in Safari Browser

 

Okay, After Changing user agent you can simply enter themeforest & then process payment with paypal… Everything will work nicely…

Please leave a comment if you have any question or if it helps.

Thank you
I am on Themeforest

Abdul Awal Uzzal liked this post
2

Remove Add To Cart Link from single product page in ShopperPress

I got shopperpress as a feature rich ecommerce theme for wordpress. I have been using this theme for a few projects.  Now I am developing an amazon affiliate site where there will be no option of add to cart. The site will function just as an informational site & there will be a button linked to amazon.

However, The buy button is available with Shopperpress by default but the problem I was having is  the add to cart button was also showing there as well as Amazon buy now button. I checked for any option to hide the add to cart button but I couldn’t find any. For why I started analyzing the code & fixed the problem.

I think many others are also having this problem & this tutorial may save a lot of time of them. So, I am sharing how to remove Add to cart Button in Shopperpress. Let’s do it :

1) Open Shopperpress >> template_shopperpress >> system_customdesign.php  in your editor.

2) Find the code given below & remove those :

shopperpress_add_to_cart_fi

3) Save & Upload the file. You will now see only amazon buy button ..

Here is the final output :

Removed  add to cart button in shopperpress

And we’re done.

This way we removed the add to cart button & kept only amazon buy button in shopperpress wordpress theme.

Thanks

18

The easiest way to know color code (Using Pixie)

pixie_shortcutsHi All,   Today I am here with a small but very powerfull & useful software. It’s mainly important for web designers & graphics Designers.

In some cases we need to know the exact color of any image or text, but it’s not an easy job to remember all color codes & identify as there are a huge number of codes :)

For this you may use a software called “PIXIE” , which is a really powerfull software. Download & install it & see the magic…

Download Link : http://nattyware.com/pixie.php

Hope you will enjoy this. If you have any question about this, just leave a comment here. I’ll be glad to reply.

Thanks for reading

 

 

1

How to use shortcodes in your template file (WordPress Tips)

We are very familiar in using shortcodes for adding things to wordpress. Many themes are now coming with shortcode feature which can be used in post & pages. But in some cases we need to use the shortcode in our template file like if we wanna show in the footer or header or any other..

However, Here I’ll show you how to use shortcode in WordPress template file. Nothing complicated, just need to add small piece of code :

<?php echo do_shortcode('shortcode'); ?>

Use the above code anywhere in your template file where you want the shortcode to work/function.. Replace the (‘shortcode’) text with your shortcode.

Thanks for reading this & enjoy…..

Page 1 of 2912345...1020...Last »