Hi! everyone knows that black friday is coming soon and you are probably waiting to get some great deals soon. Well, let me tell you that in Timersys we are going to do a Black Friday plus!! From right now till Monday all plugins will be available with a 40% discount rate by using the following coupon: BLACKFRIDAY Hurry up and get your WordPress Popup premium extension or try the WordPress Social Invitations. P.S: We are about to release a Geo Targeting plugin, hopefully before … [Read more...]
You should update to WordPress 4.0.1 now
New WordPress 4.0.1 has just been released to public. The new version is a critical security release that provides a fix for a critical cross-site scripting vulnerability. Along with this fix, also several bugs were fixed in the new version. Sites that support automatic background updates will be updated to WordPress 4.0.1 within the next few hours. If your site is still on WordPress 3.9.2, 3.8.4, or 3.7.4, it will be updated to 3.9.3, 3.8.5, or 3.7.5 to keep everything secure. If you … [Read more...]
WordPress Popup premium update released
We released a few days ago an update for the WordPress Popup plugin. With the new version now you can track popup impressions and conversions. While impressions are pretty obvious, it just counts how many times a popup is displayed, conversions are much cooler. Depending on what you use your WordPress Popups for, conversions will act differently. For example if you use a Contact Form 7 or Gravity form inside the popup, every time a user actually submits the form it will count as a … [Read more...]
Adding https (ssl) to your WordPress Site
As many of you already noticed we are using https in our site to serve secure content. So I decided to write a post about the steps I did to make this happens. While lot of people is telling to add ssl to rank better in Google, trust me, ssl is not yet implemented in the algorithm but will be probably added soon. Anyway I think it won't be a high coefficient changer. In our case we added it to add an extra security layer to our growing list of clients. The payments are currently being … [Read more...]
Importing WordPress attachments into Media Library
If you are reading this, you probably know that WordPress doesn't handle very well exporting media attachments unless you choose to export "All the content" with the WordPress Export tool. Lot of users don't need to import all the content and just choose to import Posts using the xml importer / exporter tool in WordPress and there's where the problems starts. A year ago I built a plugin that let users export featured images and then import them using WordPress importer tool because I … [Read more...]
Important security update – Revolution Slider
We’re getting in touch to inform you about a serious vulnerability in a WordPress plugin discovered last week that can affect multiple sites. This vulnerability allows attackers to access the servers of all sites using older versions of the Slider Revolution and Showbiz Pro (WordPress) plugins by ThemePunch. The vulnerability exists for all versions of Slider Revolution earlier than version 4.2 (released in February 2014) and all versions of Showbiz Pro (WordPress) earlier than 1.5.3 (released … [Read more...]
How to create bootstrap’s style alert boxes in your theme
Im working on a new design for http://wpfavs.com , the multi plugin installer tool, and I needed to add alert boxes in the theme to display user interaction messages. I always liked the bootstrap alert boxes so I decided to create a simple Class that will let me add notifications boxes in a very easy way. This very basic PHP class can be used on any theme or plugin by simple adding some actions hooks ( you alert locations). Let me share with you how all these works. … [Read more...]
How to remove a link from Yoast Breadcrumbs
To remove a link from Yoast breadcrumbs you need to filter the single link hook. For example if your breadcrumbs are Home / Companies / Real State / My Company name and you want to remove the "Companies" you could do the following: add_filter('wpseo_breadcrumb_single_link' ,'timersys_remove_companies', 10 ,2); function timersys_remove_companies($link_output, $link ){ if( $link['text'] == 'Companies' ) { $link_output = ''; } return … [Read more...]
Free Genesis child theme with Adsense Support
Hello to everyone, today I want to introduce El Blog, a free genesis theme with adsense support ( Or any other ads network you would like to use ). Before entering in details if you want to look and play with the theme straight away, you can do it in the DEMO. El Blog comes as you see it. If you are expecting to find a complete theme options panel to change every aspect of it, you are in the wrong place. El Blog comes with the default theme settings panel from the Genesis Framework … [Read more...]
WordPress Popups
As many of you already know, the SocialPopUP plugin is deprecated and is not longer supported. Instead you can use the new Popups plugin! Popups plugin it's a brand new plugin, totally recoded for better performance and stability. Now yo can add multiple popups at the same time and use the advanced filters to show them in different pages. For example you can have one popup for posts, another for pages, another just for logged users, etc You can read more about it here or download it … [Read more...]
- « Previous Page
- 1
- …
- 3
- 4
- 5
- 6
- 7
- Next Page »