Search

Blog

 

Twitter Tools not working


If Twitter Tools is not working and there is an error in the Apache log:

Ubuntu command to install CURL is apt-get install php5-curl

Also will fix blank screen when posting with Twitter Tools active.

continue readingComments Off

Is that possible to link FCG Image to my preferred URL?


Ok, so what if you dont want to make all the “feature” posts to have a ‘special’ URL? What if you only want certain posts to have a ‘special’ URL? (or if you forget to specify a custom link)

Well you replace this code in \plugins\featured-content-gallery\gallery.php:

Code:
<a href="<?php the_permalink() ?>" title="Read More"></a>

With…

Code:
<a href="<?php
$link = get_post_meta($post->ID, "link", $single = true);
if ( $link ) { echo $link; }
else { the_permalink(); } ?>" title="Read More"></a>

To specify the link (URL) – add the custom field link with the full URL to the website.

Please note: You will need to do this in two places. The first is located at line 44 and the second one is around line 69.

What the code asks is:

Get Link > If link is found, post link > If NOT found, post link to post.

continue readingComments Off

Code used in MySQL DB to auto add featured image from post image.


Insert into wp_postmeta (meta_value, meta_key, post_id) select DISTINCT(ID), post_type , post_parent from wp_posts where post_type= 'attachment' and post_parent !=0 and post_status='inherit';
update wp_postmeta set meta_key = '_thumbnail_id' where meta_key='attachment'
continue readingComments Off

Set pdf to download for Apache2


On Apache 2, this is all trivially easy. Just place the following in a .htaccess file in the same directory as your PDFs, and you’re done.

SetEnvIf Request_URI "\.pdf$" requested_pdf=pdf

Header add Content-Disposition "attachment" env=requested_pdf

This requires mod_headers, which is shipped with Apache2. On Ubuntu, it needs to be enabled with the “a2enmod headers” command.

continue readingComments Off

TallyMadness


ASR is the programming masters behind the scenes for the TallyMadness website that has already gotten over 2300 votes, in the first day, for the “best” lobbyist. We took a simple idea from our client and turned it into a sensational website OVERNIGHT!

ASR has proven time and time again that we are able to meet the client needs and specifications, no matter how complex or simple the requirements may be. We deliver!

If you have an application that needs to be on the web, contact us and let our specialists get to work on solving your web design needs.

Use our Contact Page to let us know how we can help you.

continue readingComments Off

GoDaddy WordPress Sites Infected


If you site has been infected by insomniaboldinfoorg.com, we can help. Recently Godaddy WordPress sites were infected and if you use Chrome as your browser, you will see that your site is redirected to the infected site.

Contact us to have your site cleaned within minutes. We are charging $25 for this service.

Use our contact page to contact us.

continue readingComments Off

Sub Menu

Testimonials

“ASR Internet Services created my web site with their vision and creative skills far beyond my expectations. Their approach to your needs is truly exceptional.”
Customer in Tampa, Florida

Online Payment Portal

Use this portal to make a payment toward your services via PayPal.