Tuesday, March 7, 2017

Get your WordPress site upgraded to the latest version to fix six serious bugs

Why it matters to you

WordPress self-hosted sites are vulnerable to attack and if you're a WordPress administrator then you will want to get your site updated immediately.

We all have to deal with security patches and updates that try to keep our systems safe from the ever-increasing levels of cybercrime. If you're a webmaster, then you have at least one more system than most other people that you need to keep up to date, specifically software that runs your website.

Most recently, one of the most popular web publishing systems around, WordPress, suffered some serious vulnerabilities and its developers published a new version to address them. Consider this a public service announcement — if you're running WordPress, then you want to upgrade to version 4.7.3 immediately, WeLiveSecurity reports.

More: WordPress fixes huge security vulnerability, all users instructed to update

The six vulnerabilities that researchers identified are as follows:

  • Cross-site scripting (XSS) via media file metadata.
  • Control characters can trick redirect URL validation.
  • Unintended files can be deleted by administrators using the plugin deletion functionality.
  • Cross-site scripting (XSS) via video URL in YouTube embeds.
  • Cross-site scripting (XSS) via taxonomy term names.
  • Cross-site request forgery (CSRF) in Press This leading to excessive use of server resources.
  • Fortunately, the researchers first privately let the WordPress team know of the vulnerabilities early, allowing the development and rollout of a fix before the vulnerabilities were publicly disclosed. That fix is available now for all self-hosted WordPress sites and if your site is set to automatically update, then you might already have received it.

    If your site isn't set to automatically update, then you'll want to back it up first. If you have a staging site, then you will want to test there first to make sure nothing breaks when the update is applied. Then, just go to the WordPress admin panel, select Dashboard > Updates, and follow the instructions. While you're at it, you can check to see if any of your WordPress plugins need updating and get them current as well. Plugin vulnerabilities can be just as damaging as those in the core WordPress system.

    If you're running a site on WordPress.com, which is administered by Automattic, then your site will already have been updated and these vulnerabilities, at least, will have been patched. If not, then your job of webmaster just got another important task that you will likely want to check off sooner rather than later.


    Source: Get your WordPress site upgraded to the latest version to fix six serious bugs

    The Pros And Cons Of #WordPress Plugin Updates

    The Pros And Cons Of WordPress Plugin Updates When an orchestra plays, each musician has his/her own part to follow. They are designed to work together by a single composer to create a cohesive whole, a production with real polish. But now imagine that each part was written by different composers who ... read more5 Best WordPress LMS Plugins Compared (Pros and Cons) In this article, we will compare the best WordPress LMS plugins with pros and cons to help you choose the perfect solution ... Price: Starting from $159 for a single site license with 1 year of support and updates. Review: LearnDash is the most easy ... read more10 WordPress for Ecommerce Pros and Cons For many, the issue with using WordPress for ecommerce is the fact that its legacy is that of a blogging platform instead of a comprehensive shopping solution. Because of this, you're using plugins for ... are additional pros and cons that are worth ... read more

    Custom Functionality Plugin for WordPress – Pros and Cons We'll try to find the point when this approach becomes unhealthy and offer an alternative called Custom functionality plugin. When developing with WordPress one always (really, ALWAYS!) has some portion of code that powers the site functionality - theme or ... read moreManaged WordPress Hosting: The Pros and Cons Today however, managed WordPress hosting ... WordPress hosts is the level of convenience they provide to customers. Security, CDNs, performance tuning and more are all things which can be implemented with ease by using common off-the-shelf WordPress ... read moreThe Pros And Cons Of WordPress Page Builder Plugins In case you've missed it, one of the dominant trends in the WordPress world is the overwhelming demand for products that can do just about everything. I'm talking about multi-purpose themes and, the focus of today's post, page builder plugins. read moreBest Managed WordPress Hosting It is a challenging task to run a WordPress ... site updates, speed of the site, up-time, etc. Many of these hosting companies make use of their own CDN as well as server level caching so that you are relieved from the worry of relying on cache plugins ... read moreWhat are the pros and cons of using plugins in Wordpress? (b) updates become overbearing ... I hope so, you people might get deep idea about wordpress plugin cons and pros. Thanks a lot for your valuable question. The Pro's and Con's are one and the same. WordPress is so vast that the various options you ... read moreHow to Add Live Chat to Your WordPress Site In this short tutorial, we cover: The pros and cons of WordPress live chat How to add live chat to your WordPress site A quick list of WordPress live chat plugins In a single line, we aim at equipping you with the tips and tools you need to add functional ... read more

    Buy AutoTrafficRSS script now for $27 only!

    We will send the script to your PayPal email within few hours,Please add FullContentRSS@gmail.com to your email contact.
    Source: The Pros And Cons Of #WordPress Plugin Updates

    Monday, March 6, 2017

    Make WordPress.org site header look like WordPress.com site header

    I have a WordPress.com site, located at http://hicksai.com, that I've added some custom CSS to to get the site header to look just like I want. Here is the custom CSS:

    .site-title { margin-top: 27px; font-size: 50px; } .site-description::before { content: "Reysic"; display: block; float: right; margin-top: 70px; position: absolute; font-size: 19px; padding-left: 35px; background-image: url('https://upload.wikimedia.org/wikipedia/commons/0/05/Skype_t.png'); background-size: contain; background-repeat: no-repeat; } .site-description { float: right; display: inline-block; margin: 0; font-size: 22px; font-size: 1.375rem; height: 111px; } .site-description::after { content: "reysic@me.com"; display: block; background-image: url('http://www.freeiconspng.com/uploads/email-server-png-3.png'); background-repeat: no-repeat; background-size: contain; font-size: 19px; padding-left: 35px; text-align: left; } .gist-data { height: 250px; } @media screen and (max-width: 60em) { .site-branding { text-align: left; } .site-branding .custom-logo { margin-left: 0; display: inline; margin-left: 1em; } } @media screen and (min-width: 667px) { .site-title:after { content: "Game AI Programmer"; display: block; font-size: 25px; } .site-title { margin-top: 0; } .site-description { visibility: hidden; } .site-description:before, .site-description:after { visibility: visible !important; } } .hentry img:hover { opacity: .6; filter: alpha(opacity=60); /* For IE8 and earlier */ } .no-sidebar .content-single { max-width: 100%; } .header-main { padding-bottom: 0; padding-top: 0; }

    I'm now moving my site over to WordPress.org, located at reysic.com, and would like the site header to look exactly the same. I'm using the same theme, Tortuga, on both sites, though one is of course the WordPress.com version and one is WordPress.org version. When I try to use the custom CSS from the WordPress.com version on my new site the header looks messed up. I've already tried getting help from the theme author but they just suggested to start from scratch on the new site. However, my knowledge of CSS is very limited and I'm having a hard time making progress.

    Could someone please help me get the header on my new site to look like the header on my old site? I realize this is probably a bit of a doozy, but I appreciate any help that can be provided.

    The blog I need help with is reysic.com.


    Source: Make WordPress.org site header look like WordPress.com site header

    The Ultimate Guide to Choosing a #WordPress Theme

    The Ultimate Guide to Choosing a WordPress Theme Choosing a WordPress theme is exciting. However, it can be a daunting task. There are so many themes available, how do you know where do you start? Your main consideration should be the needs of your site. Think about what type of site you're building ... read moreThe Ultimate Guide to Starting a Blog, Attracting Readers and Making Money Before you write a post or start tweeting about your new site, you'll need to choose ... "wordpress" in your domain, but it will cost you a few dollars.) You'll also see a few ads on your site, you won't have access to quite as many themes ... read moreThe Ultimate Guide to Local WordPress Development on a Mac (Whether you make it public or private is up to you.) Click the big green Clone or download button and choose "Open in Desktop". You're going to save Skywalker in ~/Sites/wordpress/wp-content/themes/skywalker and it should only take a zillionth of a second ... read more

    (Step by Step) How To Start A Blog On WordPress Having helped over 130,000+ users start a blog, we have decided to create the most comprehensive guide ... WordPress.org also known as self-hosted WordPress. Why? Because it is totally free to use, you can easily install important plugins, you can install ... read moreThe Ultimate Guide to Object-Oriented PHP for WordPress Developers Although WordPress users don't need to learn PHP to manage their WordPress-powered websites, if you're a plugin or theme developer, or just want to modify the default behavior of your site, you will need to have a basic understanding of PHP. read moreHow to Minify CSS / JavaScript Files in WordPress You will now see the HTML source code generated by your WordPress site. If you look closely, you will notice that this plugin will load CSS/JavaScript files from plugin's own folder instead of your WordPress themes ... to see our ultimate guide on ... read moreUltimate Guide to Start Amazon Niche Site on WordPress To Make Money Online Want to start Amazon niche site on WordPress? And are looking for a perfect guide ... as paid themes. But the lack of features in the free theme I recommend you to pick paid WordPress theme for your Amazon niche site. Also, make sure that you choose ... read moreSingle Property Websites: The Ultimate Guide 2017 If you're already running a WordPress website, then creating a single property website on your own can be quick and easy. If you haven't, check out our guide here. It's easier than you think! Here's a quick rundown of how easy it is. 1. Choose a ... read moreThe ultimate guide to choosing a WordPress theme Often the thrill of starting a new site gets the better of us, and we end up with a theme that we liked and bookmarked ages ago. But soon we start feeling trapped in it. As we add content or even simply begin setting up the site, we start feeling limited ... read moreChoosing a WordPress Theme – The Ultimate Guide One of the first times I chose a WordPress theme I ended up spending $50 and the theme hardly worked for me. I needed a WordPress theme for a client. This client requested that the theme had fonts and designs that represent their company well, that being a ... read more

    Buy AutoTrafficRSS script now for $27 only!

    We will send the script to your PayPal email within few hours,Please add FullContentRSS@gmail.com to your email contact.
    Source: The Ultimate Guide to Choosing a #WordPress Theme

    Sunday, March 5, 2017

    Divi WordPress Page Builder Theme To Build Anything Visually

    Divi WordPress Theme is a fresh and advanced responsive web design from ElegantThemes developer club. This theme has been well planned and created with the smartest design to use professional business services websites. Divi WordPress Visual Page Builder Theme is designed with advanced robust modules that help you to create custom pages that what you need for each individual pages, it includes:

  • Blurbs – Combination Of Text And Imagery
  • Sliders – Create small, fixed width or full-width slider and parallax backgrounds, as well as full-width video backgrounds!
  • Pricing Tables – Simple to create online pricing table with complete control
  • Testimonials – Display customer or client testimonial anywhere using the widget.
  • Call To Action – Use this button to lead more sales to your products (Example: Purchase, Contact, Quote and etc.)
  • Sections – You can create beautiful dynamic and structured layouts for pages
  • Columns – Create as much as columns you like from the columns option.
  • Images – Display images with 4 different animation styles
  • Sidebars – Create unlimited unique sidebar for any pages/category/posts.
  • Portfolio – Comes with 4 different custom template like Portfolio Grid, Full Width, Extended Project and Standard project options
  • Blog – Update regular article with featured images
  • Counters – Animated counters while loading pages using lazy-loading
  • Newsletter Opt-In – Newsletter signup module and integrated with MailChimp option.
  • Text Box – Unique Text widget module to display custom text messages anywhere in the pages
  • Toggles – It can be used for consolidate information with any size columns
  • Tabs – Create multiple tabs to display different information
  • Contact Form – Create contact page with captcha support form.
  • eCommerce – Create online store using WooCommerce plugin support
  • Dividers – Add space anywhere on your pages
  • Fullwidth Header module – Create full-width header
  • Responsive Web Design & SEO Optimized

    Divi WordPress Theme is full and fully well coded and optimized design for search engines like Google, Yahoo and Bing. It is also a responsive layout support on all smartphone and tablet PC devices.

    Create Multipurpose Website Using The Divi Builder Divi Responsive WP Business Theme

    Divi Responsive WP Business Theme

    Divi can be used to create all kind of industry websites like fashion, photography, travel, freelancers, web design agencies, creative studio and much more. Since it has been powered with ET framework, you will also have a new option called "The Divi Builder" that creates endless options to create the unique web design for your website.

    Demo: Divi WordPress Theme

    Premade Web Design Layout of Divi WordPress Theme

    There are also come premade layouts for the following pages:

    Company

    FAQ Page

    About Me

    Homepage Extended

    Our Team

    Homepage Simple

    Creative Agency

    Homepage Store

    Contact Us

    Page Right Sidebar

    Sales Page

    Page Left Sidebar

    Product Features

    Page Dual Sidebars

    Case Study

    Page Full Width

    Divi comes with unlimited colors and custom background that can be done through "Theme Customizer".

    Homepage Screenshot of Divi WordPress Theme

    Check out the additional features and demo screen shot below:

    Divi WordPress Theme with Custom Builder

    Divi WordPress Theme with Custom Builder

    Highlighted Features of Divi WordPress Theme:
  • Support for latest WP versions
  • Responsive Layout Design – iPhone, iPad, Tablets, Windows Phone and BlackBerry
  • The Advanced Pagebuilder
  • Lots of Robust Modules
  • Countless Options and fully controllable
  • Drag & Drop editing system
  • Video Backgrounds for sliders
  • 10 Premade Layouts
  • Save & Load favorite Layouts
  • Export & Import Saved Layouts
  • Stunning Portfolios page templates
  • Powerful eCommerce Integration
  • Gorgeous Blog Layouts
  • The Divi Builder
  • Business Savvy
  • Fullwidth Beauty
  • A Building Block Foundation
  • Complete theme documentation and support
  • And much more…

  • Source: Divi WordPress Page Builder Theme To Build Anything Visually

    #WordPress.com lets you ditch Medium with new import tool

    WordPress.com lets you ditch Medium with new import tool Publishing platform Medium recently laid off dozens of people. So if you don't want to hand away your precious writing to a startup that is still looking for its business model, you can move your content to WordPress.com in just a few clicks. Automattic ... read moreWordPress.com now lets you import your Medium blog is looking to capitalize with a new import tool for moving from Medium to WordPress.com. The confusingly-named WordPress.com is a service that hosts WordPress blogs and is run separately from WordPress. Both are open-sourced. To use the tool, you'll ... read moreWordPress.com will let you easily import your content from Medium WordPress.com wants you to be able to make your way to its platform, should you ever want to. The platform has all sorts of import tools to make the job easy for you and today, it has added another for folks who want to make the move from Medium. The new ... read more

    Automattic Launches Medium Importer for WordPress.com With the recent news about Medium's change in business model we've been receiving a number of requests from users on how to import their content to a WordPress.com site. We're excited today to share our new import tool ... to let you export the ... read moreImport DITA Webhelp Output into WordPress 1.0 → Import DITA Webhelp Output into WordPress ... other help authoring tools also generate a webhelp output. The neat thing about the import tool is that you can import content successively into WordPress without creating new pages. read moreOrganise Your WordPress Media with WP Media Folder WP Media Folder is a WordPress ... you will be asked whether you want to import your media categories into WP Media Folder. When you click on the add media button in your post editor, you will see new options the plugin has added. A drop down menu lets ... read more10 Most Popular Content Management Systems Online These days all it takes is to purchase hosting and install a content management system (CMS) and within minutes you ... new website. Like many of the other tools listed here, Drupal can be scaled for personal blogs or enterprise mega-sites, and like ... read moreHow to Create a Custom WordPress Login Page with Caldera Custom Login Plugin To start, go to the Caldrea Custom Login plugin website here and download the tool. Keep reading to learn how to implement the custom login page. In your WordPress dashboard, go to Plugins > Add New and navigate ... Text Link lets you paste in a link ... read moreServer Security: Import WordPress Events to OSSEC Most system administrators have existing log management tools ... medium per your configuration: Exported user authentication error log from WordPress to Slack or Pagerduty Try it and let us know how it goes. Note that for this feature to work, you have ... read more19 Free Website Design Tools There are plenty of free tools and resources to help with your website design, whether you're just looking for a little flare or you want to build a new site from scratch ... to build responsive themes within WordPress. Simply drop in the layout modules ... read more

    Buy AutoTrafficRSS script now for $27 only!

    We will send the script to your PayPal email within few hours,Please add FullContentRSS@gmail.com to your email contact.
    Source: #WordPress.com lets you ditch Medium with new import tool

    Saturday, March 4, 2017

    The Core WordPress Theme - Loss of Animations on IPad & IPhone

    I purchased The Core WordPress theme on Nov 17/16. I use animations on my website & have noticed that the animations work fine on my desktop but the animation content does not appear on my IPad tablet or my IPhone. They worked fine up until Mar 01/17. I am wondering if it has anything to do with the latest WordPress update that just came out.


    Source: The Core WordPress Theme - Loss of Animations on IPad & IPhone