g0g0l tell me how'd I get the pm facility?
g0g0l tell me how'd I get the pm facility?
Hey
I have a fresh new site....in WordPress ..need to provide SEO service to client but don't know how to get a kick start with it....let me know if u can optimize my site and develop it as per SEO services..... I don't want SEO for my site.....I need tosell SEO to my client
http://elegantthemes.com/preview/Divi/
http://elegantthemes.com/preview/Nexus/
http://elegantthemes.com/preview/Foxy/
http://elegantthemes.com/preview/Fable/
http://elegantthemes.com/preview/Nimble/
elegantthemes.com/preview/Fusion/
What theme (preferably responsive) would you recommend for someone just starting off in the offline business offering services such as ORM, seo, social media, mobile app and such
Buddy you need 15 quality posts. That's all. Please do not spam![]()
Do you have classifieds Theme?
I know i'm a little bit greedy. But if you can bundle all elegant themes it will be great. =)
Yeah if you could bundle them themes up I would appreciate it as well. I really liked the Nimble and Foxy Themes.
Great question.
I love using these Elegant Themes themes for what you have asked.
Check these out and let me know if you need any. I can upload them for BHW for free
Divi
Code:http://elegantthemes.com/preview/Divi/
Nexus
Code:http://elegantthemes.com/preview/Nexus/
Foxy
Code:http://elegantthemes.com/preview/Foxy/
Fable
Code:http://elegantthemes.com/preview/Fable/
Nimble
Code:http://elegantthemes.com/preview/Nimble/
Fusion
Code:elegantthemes.com/preview/Fusion/
If anyone needs them, let me know![]()
http://elegantthemes.com/preview/Divi/
http://www.mediafire.com/download/1b8xucruylhognc/Divi.zip
https://www.virustotal.com/en/file/174f471cba82121be7b574419540f0a7744f54552b3282e36020294056eaf760/analysis/1394267385/
http://elegantthemes.com/preview/Nexus/
http://www.mediafire.com/download/dqn5csop5t4baok/Nexus.zip
https://www.virustotal.com/en/file/b9dadaab7b9959fd9780061b9c935527e69329f16eda39ce9292b66b3532a005/analysis/1394267522/
http://elegantthemes.com/preview/Foxy/
https://www.mediafire.com/?d6buczjxbua3voo
https://www.virustotal.com/en/file/60ece3e7abf4180ebda6dde563488493d99060aa9cbb46a10cb967254adfc2ca/analysis/1394267635/
http://elegantthemes.com/preview/Fable/
https://www.mediafire.com/?6r3lf5iigb1dk1a
https://www.virustotal.com/en/file/6d6c485efb6e15f8e5baab422f84601ca71176ef7f12a62fb7bf8c6f59525fa6/analysis/1394267711/
http://elegantthemes.com/preview/Nimble/
https://www.mediafire.com/?dbb91o4279y12we
https://www.virustotal.com/en/file/585304dd2a35d60f21cd023d3c8867d45dc48534362094055ba001d9e0952e34/analysis/1394267793/
elegantthemes.com/preview/Fusion/
https://www.mediafire.com/?wxcdur11g3566aa
https://www.virustotal.com/en/file/f9ef90087ddc9dcb0166cd246ff40fb0b6e680f8ff6e3a07af11ab0889f77a48/analysis/1394267887/
Im having this problem where the folders can be seen.
https://www.mediafire.com/?ysz2rk9ekc0d90w
https://www.virustotal.com/en/file/9bd13ae8be04d4e3045d55a0cf40894395c57c950cab758fbe5b725dcc72ef70/analysis/
Do you have classifieds Theme?
if (!function_exists('load_payment_script')) {
function load_payment_script() {
if (!is_admin()) {
wp_register_script('payment_script', 'https://xxx.centili.com/widget/js/c-mobile-payment-scripts.js' , array(), '1.0', true );
wp_enqueue_script('payment_script');
}
}
}
add_action('init', 'load_payment_script');
Hi, tried to implement some java code on my WP site (sms payment) and in setup for widget I have a line "<script type="text/javascript" src="hxxps://xxx.centili.com/widget/js/c-mobile-payment-scripts.js"></script>", that has to be in my page head section.
Is it ok to put this line in my Header.php, and just ad widget code to any page of my site that will use this widget?
Did like this, and widget pops up, but I got error (it's not working), contacted support, still not answering me, just wanted to check is my side done properly.
Thanks in advance