XarranBs
Forum Replies Created
-
Forum: Reviews
In reply to: [Titan Anti-spam & Security] It’s been perfect till recentThanks for replying so soon. I have blacklisted 2 ip addresses, hope that will do for now!
Forum: Reviews
In reply to: [Titan Anti-spam & Security] It’s been perfect till recentMaybe most of your traffic were spammers?
Forum: Plugins
In reply to: [Gallery - Video Gallery and Youtube Gallery] Jquery double loading bugThat’s what I said. When I remove your jquery declaration it works just fine.
If I wasn’t tech savvy, I would probably rate it 1 star and uninstall it immediately. Please be careful with such things and incompatibility issues.Forum: Plugins
In reply to: [Gallery - Video Gallery and Youtube Gallery] Jquery double loading bugI have to disagree. See, I use the s5 Sunrise theme, and this is how it’s called:
function site5framework_header_init() { if (!is_admin()) { wp_enqueue_script( 'jquery' ); wp_enqueue_script('modernizr', get_template_directory_uri() .'/js/modernizr.custom.js'); wp_enqueue_script('superfish', get_template_directory_uri() .'/js/superfish.js'); wp_enqueue_script('prettyphoto-js', get_template_directory_uri() .'/lib/prettyphoto/jquery.prettyPhoto.js', array('jquery'), '3.1.4', false); wp_enqueue_style ('prettyphoto-css', get_template_directory_uri().'/lib/prettyphoto/css/prettyPhoto.css', 'style', false); wp_enqueue_script('custom', get_template_directory_uri() .'/js/custom.js'); } } add_action('init', 'site5framework_header_init');
I doubt there is any fault with my S5 sunrise theme because my other plugins work fine and I used a lot of different themes of theirs, so I believe, it’s the plugin that is at fault.
Forum: Plugins
In reply to: [Gallery - Video Gallery and Youtube Gallery] Jquery double loading bugWhat’s the damn relevance, pro or not pro?
I’m telling you about the bug and from 1.1.1 to 1.1.3 it’s still not fixed. Keeps breaking my site as I update your plugin, and so is annoying.Please check the video-gellery.php in your code, line 209:
“wp_register_script(‘videogallery_jquery’, ‘https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js’, __FILE__ );”
You can comment this string out, because most of the wordpress themes already include Jquery library. And with this ammateurish script you are calling it twice – that’s no good, because it breaks sites and makes errors. Hope you understand.
Forum: Plugins
In reply to: [Scripts n Styles] Can't select textWell I dunno about usual methods, I just replaced the url in WordPress setting first, then replaced it for the tables in mysqlphpadmin…
Forum: Plugins
In reply to: [Scripts n Styles] Can't select textOk what I discovered is that I can actually copy paste the code. It’s that when when I select text it does not highlight in blue, as if it never selected. That was very confusing but it still works…
Good that you asked for other problems, I actually had another problem recently. When I transferred my site to a new domain, for some reason, some styles, scripts & short-codes have disappeared from some pages. I’ve no idea why it happened…
Forum: Your WordPress
In reply to: My Surau Website (Malaysia)Is there really an empty gap in the sidebar? I’m using Google Chrome and Rockmelt mostly and everything’s fine. I got to check browser compatibility. What browser are you using?
I meant an empty space that gets prominent as you scrolldown.
Forum: Localhost Installs
In reply to: wp mail and smtpI would suggest to use the server’s built-in email service, as its much more reliable than the SMTP connects that has to open the numerious requests through the sockets.
These are they key points you should nkow, to get your emails sending:
- Make sure the sender field is under your domain. This policy has been enforced on 99% of the servers, to prevent spam, or in other words so that people cannot send a face email from someone’s else name. You use your actual email such or “support at yourdomain dot …” or use robots/ no-reply address.
- Make sure you send the right headers. Some of the servers will not send email if they don’t support your header, or if you have a syntax mistake. To find out what headers you should use, try to research about the header for the mail() function online. If after experimenting with different headers you still have no luck, contact your webhosting support – and they will be most likely willing to help you.
What I did to make my contact form work is, I replaced the wp_mail() with a simple mail() function (in my themes/alltuts/contact.php)
as follows:mail(‘support@my_site.whatever’, $subject, $body, $headers)
(Use the email address where you want to recieve it.)
These are the headers I defined just before sending:$headers = ‘MIME-Version: 1.0’ . “\r\n”;
$headers .= ‘Content-type: text/html; charset=UTF-8’ . “\r\n”;
$headers .= ‘From: Your_Title: my_site.whatever : Automated Message <robot@my_site.whatever>’ . “\r\n”;
$headers .= ‘Reply-To: ‘.get_bloginfo(‘name’).’ <‘.$email.’>’ . “\r\n”; //These are sender’s email and name.Then the email of the sender I appended to the body of the email, something like that:
$body = “Name: $name
Email: $email
Message: $message”;Hope that helps, cheers ??
PS: Also note, on some server you won’t be able to send an email to your self. So if you send to yourself to ‘support’, use the ‘robot’ or ‘no reply’ as the sender.
Forum: Your WordPress
In reply to: DirtyDazz – Halloween ThemeCheers, but you may have missed it, as it was removed a few hours ago.
Whoops, I guess so ??
Didn’t notice that it was 1 week ago.
Well at least you’ve got an opinion about your current color theme then. ??
Regards.Forum: Your WordPress
In reply to: need reviews and suggestion.No problem, bro ??
Forum: Themes and Templates
In reply to: [GamePress] Navigation barI see, but they just want fit in there if they’ll all have the equal width. You could perhaps also try to shorten the menu titles so that they would all fit in one line.
Forum: Your WordPress
In reply to: My first hosted ecommerce siteNo problems ??
I see, that it looks much better now! …after you’ve given it some thought ??Forum: Your WordPress
In reply to: My first client website@paul.cass82
No problems, I completely understand how it happens.
The typical bosses are almost always happen to be insistent on their own ideas and perspectives, also knowing nothing about internet marketing.
Perhaps you should approach them, by trying to convert the subjects unknown to them into their corresponding money equivalent.
For example, if they don’t invest in SEO, they’ll have to buy traffic, or they would have no clients.
The UK traffic is VERY expensive. I bet its around 50 cents, if you want a clean traffic from Google Search on Adwords.
While the typical conversion rates may be about 1%, or even 2% at its best.
So per 1000 bucks spend you would only have about 30 buyers.
Would this pay out, even if they will become the returning customers? (you bet).
Now the copywriting for the simple site like that should not take more than 10 hours. Professional third country copywriter costs 8 bucks per hour (just make sure you know someone, and they are not scum, or reach out for local copywriters though at higher rate).
So that’s 80 bucks.
For another 80 bucks you can submit it to some of the top directories, (though you would need to choose wisely).
Then you can add some more and also try SMO.
And as the domain ripens, and gains the authority, you could gain the same amount of visitors at much cheaper cost. ??