#PHP max_input_vars
Explore tagged Tumblr posts
Text
使用MultiPHP INI Editor修改 php.ini 即時生效【BlueHost cPanel示範】
你的網站使用類似BlueHost虛擬主機並且是多人共用方案,當你在使用一些外掛時會需要調整到php.ini檔案內的參數(例:max_input_vars)才能讓正常執行,但共用虛擬主機不會任意讓你修改並重新啟動機器,可以透過cPanel的MultiPHP INI Editor來達成修改php.ini並即時生效的需求… Continue reading 使用MultiPHP INI Editor修改 php.ini 即時生效【BlueHost cPanel示範】
0 notes
Text
How to increase the PHP Max Input Vars | WordPress Troubleshooting Guide
How to increase the PHP Max Input Vars | WordPress Troubleshooting Guide | Change PHP Input Variables Method: Edit the PHP.ini file Locate your PHP.ini file. If you can’t find it, you can create a new PHP.ini file in the root folder of your WordPress installation. Open the PHP.ini file and search for the line max_input_vars = xx (xx represents a number). Change the value to your desired…
View On WordPress
0 notes
Text
Instalasi Moodle 3.9+, Apache2, Percona8.0, PHP7.4
Saya anggap anda sudah bisa menginstall Ubuntu 20.04 di server anda. ==Update Repo== sudo apt update ==Install Apache2== apt -y install apache2 sudo ufw allow 'Apache' ==Install PHP 7.4== sudo apt -y install software-properties-common sudo add-apt-repository ppa:ondrej/php sudo apt update sudo apt -y install php7.4 Install extension sudo apt -y install php7.4-common php7.4-mysql php7.4-xml php7.4-xmlrpc php7.4-curl php7.4-gd php7.4-imagick php7.4-cli php7.4-dev php7.4-imap php7.4-mbstring php7.4-opcache php7.4-soap php7.4-zip php7.4-cli php7.4-intl imagemagick git zip libgd-dev libapache2-mod-php Edit sudo nano /etc/php/7.4/apache2/php.ini upload_max_filesize = 100M post_max_size = 48M memory_limit = 512M max_execution_time = 600 max_input_vars = 3000 max_input_time = 1000 Restart apache2 sudo systemctl restart apache2.service ==Install Percona== wget https://repo.percona.com/apt/percona-release_latest.$(lsb_release -sc)_all.deb sudo apt install gdebi sudo gdebi percona-release_latest.focal_all.deb sudo percona-release setup ps80 sudo apt-get install percona-server-server Edit sudo nano /etc/mysql/mysqld.cnf Read the full article
#daring#jayapuralinux#learningmanagement#linux#linuxjayapura#linuxpapua#moodle#mysql#papua#papualinux#papuaunik#percona#ubuntu#unikpapua
0 notes
Text
Instalar Ganglia Monitoring Server en Ubuntu

Instalar Ganglia Monitoring Server en Ubuntu. Ganglia, es un sistema de monitoreo para sistemas y redes de alto rendimiento. Creado en 2002 bajo licencia BSD por la Universidad de Berkeley, es la base de muchos de los sistemas de monitorización que todos conocemos. Ganglia utiliza estructuras de datos y algoritmos especialmente diseñados para lograr un consumo mínimo del sistema, independientemente de los datos masivos a recolectar. Dado su carácter poderoso y robusto, actualmente se usa en miles de clusters de todo el mundo, también se admite en la mayoría de sistemas basados en Unix, y varias arquitecturas. En este articulo veremos como instalar y configurar un servidor Ganglia (especifico), para monitorizar varios servidores, vps o clusters.
Instalar Ganglia Monitoring Server en Ubuntu
Nosotros instalamos Ganglia Monitoring en Ubuntu 18.04 LTS, pero también es valido para otros sistemas similares. Comenzamos. Instalar Apache Instalamos el servidor Apache. sudo apt update sudo apt install apache2 Iniciamos y habilitamos Apache con el inicio del sistema. sudo systemctl start apache2.service sudo systemctl enable apache2.service Ya tenemos Apache instalado y corriendo en nuestro servidor. Instalar PHP 7.2 La versión 7.2 de php viene de manera predeterminada en los repositorios de Ubuntu 18.04 LTS, si instalas Ganglia en otras versiones como por ejemplo Ubuntu 16.04 LTS debes agregar el siguiente repositorio (si no es tu caso, omite). sudo apt-get install software-properties-common sudo add-apt-repository ppa:ondrej/php Actualizamos e instalamos PHP 7.2 con los módulos necesarios para el correcto funcionamiento de Ganglia. sudo apt update sudo apt install php7.2 libapache2-mod-php7.2 php7.2-common php7.2-gmp php7.2-curl php7.2-intl php7.2-mbstring php7.2-xmlrpc php7.2-mysql php7.2-gd php7.2-xml php7.2-cli php7.2-zip Ahora vamos a configurar php.ini. sudo nano /etc/php/7.2/apache2/php.ini La configuración que te propongo es correcta para Glanglia, aun así, puedes modificarla dependiendo de tus necesidades. file_uploads = On allow_url_fopen = On short_open_tag = On memory_limit = 256M upload_max_filesize = 100M max_execution_time = 360 max_input_vars = 1500 date.timezone = Europe/Madrid Reiniciamos Apache. sudo systemctl restart apache2.service La instalación de php a terminado, vamos a instalar el monitoring server. Instalamos la herramienta Ganglia Nuestro servidor web ya está en marcha, continuamos con la instalación de Ganglia desde los repositorios oficiales predeterminados. sudo apt update sudo apt install ganglia-monitor rrdtool gmetad ganglia-webfrontend Una vez termine la instalación, iniciamos y habilitamos la herramienta para que arranque con el sistema. sudo systemctl start ganglia-monitor.service sudo systemctl enable ganglia-monitor.service Puedes verificar que se instalo correctamente y que está corriendo, con el comando... systemctl status ganglia-monitor.service ejemplo de salida valida... ● ganglia-monitor.service Loaded: loaded (/etc/init.d/ganglia-monitor; generated) Active: active (running) since Wed 2020-01-23 07:12:46 CST; 38s ago Docs: man:systemd-sysv-generator(8) Tasks: 2 (limit: 3927) CGroup: /system.slice/ganglia-monitor.service └─20853 /usr/sbin/gmond --pid-file /var/run/gmond.pid Jan 23 07:12:46 ubuntu1804 systemd: Starting ganglia-monitor.service... Jan 23 07:12:46 ubuntu1804 ganglia-monitor: Starting Ganglia Monitor Daemon: gmond. Jan 23 07:12:46 ubuntu1804 systemd: Started ganglia-monitor.service. Perfecto... Ganglia ya funciona. Configurar Ganglia El archivo de configuración predeterminado es "gmetad.conf", para que Glangios nos funcione bien debemos hacer algunas modificaciones. sudo nano /etc/ganglia/gmetad.conf Edita la ip de "my cluster". Esta IP debe ser del servidor que trabajara como nodo principal. # A list of machines which service the data source follows, in the # format ip:port, or name:port. If a port is not specified then 8649 # (the default gmond port) is assumed. # default: There is no default value # # data_source "my cluster" 10 localhost my.machine.edu:8649 1.2.3.5:8655 # data_source "my grid" 50 1.3.4.7:8655 grid.org:8651 grid-backup.org:8651 # data_source "another source" 1.3.4.7:8655 1.3.4.8 data_source "my cluster" 50 192.168.0.100:8655 Read the full article
#accederaGanglia#clientesdeGanglia#ConfigurarGanglia#configurarphp.ini#configurarunservidorGanglia#Ganglia#GangliaMonitoring#herramientaGanglia#instalarapache#InstalarGanglia#InstalarGangliaMonitoring#InstalarPHP7.2#LicenciaBSD#MonitoringServer#servidorApache#ubuntu#Ubuntu16.04LTS#Ubuntu18.04LTS#UniversidaddeBerkeley
0 notes
Text
Emarat - Construction WordPress Theme
New Post has been published on https://babesgobananas.com/emarat-construction-wordpress-theme-2/
Emarat - Construction WordPress Theme
Emarat – Construction and Architecture WordPress Theme
– WordPress v5.2.2 Ready
– WooCommerce Version 3.6.5 Ready









Construction WP Emarat – Construction WordPress Theme is a modern & fully responsive theme which has been designed for building & construction business, factory, industry relevant business such as building, cleaning, plumbing, etc..
Main Features of Theme:
One Click Demo Install.
Drag And Drop Page Builder – King Composer pro ($39 saved)
Powerful framework:vafpress Theme Options
Slider Revolution ($25 saved)
Mega Menu Supported
Translation ready (contains .po/.mo files)
Woocommerce Support.
Seo Friendly.
Compatible With Contact Form 7.
Child Theme Compatible.
Advanced Typography Options
Multiple Homepages.
Multiple Header Styles.
Demo content included
Clean & Modern Design
Valid HTML5 & CSS3.
Latest Bootstrap.
Fully Responsive.
Unlimited Colors(Just Change Color Code).
Sticky Menu When Scrolling Down.
Responsive Filterable Portfolio.
Parallax Sections.
Awesome Unique Look.
Unique effects and functionality.
Smooth transition effects.
Cross Browser Optimization.
Google font.
All files are well commented.
Dedicated support
Free Updates
and much more….
Download zip contains:
Emarat WordPress theme
Detailed Documentation
Child theme
Theme Requirements
PHP version 5.6 and higher
max_execution_time – 3600
max_input_time – 3600
memory_limit – 256M
post_max_size – 64M
upload_max_filesize – 64M
max_input_vars – 3000
*** Changelog - Emarat WordPress Theme *** 2019.07.07 - version 1.3 -------------------------------- 1) Update Woocommerce 2) Fix search form styling issue 3) Google map script issue fixed 2019.03.30 - version 1.0 -------------------------------- * First release!
Source
0 notes
Text
Superflick - An Elegant Video Oriented WordPress Theme
New Post has been published on https://intramate.com/wordpress-themes/superflick-an-elegant-video-oriented-wordpress-theme/
Superflick - An Elegant Video Oriented WordPress Theme
LIVE PREVIEWGet it now for only $69
Superflick is an elegant & modern WordPress Theme for movie studios, video artists, filmmakers, vloggers, agencies and everyone wanting to showcase their video work. It includes a video gallery, portfolio, shop and blog features. It is designed with terrific attention to details, flexibility, and performance. It includes all the features you need to create a professional website easily and quickly. It is made simple and functional out of the box, yet offer high customization for advanced users who want to build the best website for their client. It includes an extended version of WPBakery Page Builder ($46) and the Slider Revolution plugin ($26).
Import the demo content with one simple click and edit the content directly or unleash your imagination to create your own concept.
Theme Features
Intuitive admin interface
Highliy Customizable
Unlimited layout possibilities
100+ Pre-made templates
One-Click Demo Installation
Tailored WPBakery Page Builder ($46) with a lot of additional elements dedicated to musicians
Slider Revolution ($26) – 8 Demo sliders included
Big set of home page layouts
Big set of inner page layouts
Video post type with many layout options and video preview on hover
Portfolio with many layout options
Multiple customizable layouts for portfolio single items
WooCommerce Ready
Shop with many layout options
Multiple customizable layouts for single product page
AJAX shopping cart
Wishlist
Blog with many layout options and custom single post layouts
All post formats support
Beautiful Sliders, Carousels & Galleries with size, layout and hover effect options
8+ Menu Layout with many styling options
Mega Menu
Sticky Menu
6 widget areas
Many In-built Header Layout Options
Content Blocks to create your own header and footer and re-usable section with unlimited possibilities
Super simple to set up CSS3 Animations
Child Theme Included
Adaptative Images
Advanced Customizer
Social Medias integration – Twitter, Facebook and Instagram feed
Social Sharing (facebook, twitter, reddit, pinterest, tumblr, google, linkedin, stumbleupon, vk, xing, and email)
Custom Post Meta Option (likes, views and reading time)
Contact Form 7 compatible
MailChimp Integration for Newsletter Sign-Up
Translation Ready
WPML Ready
SEO Optimized (compatible with SEO Plugins like Yoast)
Compatible with many cache plugins such as W3 Total Cache & WP Super Cache
Zoom effect, Parallax, Glitch effect, Slideshow & Video Background (supports HTML, YouTube & Vimeo)
Beautiful Lightbox
Custom Background Overlays
Google Fonts Loader
Typekit Fonts Support
SVG logo support
SVG image support
11 Icon Packs (1000+ icons including 100+ social icons)
Animated SVG Icons
Infinite layout possibilities
Admin helper message
Responsive & Retina ready
Mobile friendly
Unlimited Color Options
Detailed Documentation
Top Notch Support Services
And so much more…
Stay up to date
update logs
Stay Tuned
Notes
WPBakery Page Builder is “set as theme”. The frontend editor and grid builder module is not active.
Minimum server requirements: PHP 5.4 or greater, max_execution_time 120, memory_limit 96M, max_input_vars 3000, post_max_size 32M, upload_max_filesize 32M.
Recommended server requirements to use the 1-click demo import feature: PHP 7, max_execution_time 300, memory_limit 128M, max_input_vars 3000, post_max_size 128M, upload_max_filesize 128M.
LIVE PREVIEWGet it now for only $69
0 notes
Text
4 thủ thuật tối ưu website sử dụng Hosting cPanel
Nếu bạn sử dụng Shared Web Hosting, gần như chắc chắn sẽ dùng cPanel để quản lý. Tuy nhiên, bạn đã biết cách tối ưu cấu h��nh để sử dụng hosting hiệu quả hơn chưa? Hãy tham khảo một số thủ thuật tối ưu website trong bài viết này nhé.
cPanel vô cùng phổ biến trên thế giới vì dễ dàng sử dụng, phù hợp với rất nhiều đối tượng người dùng khác nhau. Bài viết này mình dựa theo giao diện cPanel 64.0.20 của Hawk Host, những nhà cung cấp khác cũng thực hiện tương tự.
I. Tối ưu PHP 7.1
1. Lựa chọn phiên bản PHP 7.1
Các nhà cung cấp hosting thường lựa chọn PHP 5.6 mặc định, vì phiên bản đã xuất hiện từ lâu, khả năng tương thích với các loại mã nguồn cao hơn so với PHP 7.0 hay PHP 7.1.
Tuy nhiên, nếu bạn đang sử dụng WordPress, Joomla, Magento…, hãy lựa chọn phiên bản PHP 7.1 (hoặc cao hơn) thay thế cho PHP 5.6. Bởi vì những loại mã nguồn thông dụng này được update liên tục, đảm bảo tương thích 100% với PHP mới nhất, tất nhiên phải trong điều kiện bạn thường xuyên update version.
Theo một số nghiên cứu đánh giá, WordPress sử dụng PHP 7 cho hiệu năng hoạt động cao gấp 3 lần so với PHP 5.6. Một điểm lưu ý nữa, phiên bản PHP 5.6 hiện nay đã ngừng phát triển, chỉ còn hỗ trợ những bản vá bảo mật nguy hiểm mà thôi. Xem thêm PHP Supported Versions.
Sử dụng PHP 7 là xu thế tất yếu, nếu code của bạn chưa tương thích tốt, lời khuyên của mình là hãy dành thời gian để tối ưu, thay thế các function đã deprecated, tận dụng tối đa sức mạnh của PHP 7.
Hầu hết các nhà cung cấp hosting đều cho phép bạn chuyển đổi giữa các phiên bản PHP. Trong cPanel, bạn hãy chọn Select PHP Version.
Tiếp theo lựa chọn PHP Version 7.1 (hoặc PHP 7.0) và nhấn nút Set as current.
Đôi khi, sau khi kích hoạt sử dụng PHP 7, website sẽ gặp lỗi do một số extension cần thiết không được kích hoạt. Khả năng lỗi thấp thôi, tuy nhiên nếu gặp bạn hãy bình tĩnh thực hiện tiếp bước bên dưới.
2. Kích hoạt một số extension cần thiết
PHP 7.1 đi kèm một số extension giúp nâng cao hiệu suất hoạt động của website lên rất nhiều, ví dụ như Zend Opcache, Memcached. Những extension này mà không biết kích hoạt khi xài cPanel thì quá uổng.
Vẫn trong trang PHP Selector | extensions, bạn hãy click lựa chọn thêm opcache và memcached rồi nhấn Save để lưu. Xem hình bên trên.
Opcache là một extension rất quan trọng, giúp những file .PHP không cần phải biên dịch lại mỗi khi chạy, tăng tốc độ xử lý và phản hồi của website. Opcache thì chỉ cần kích hoạt là chạy, không cần cấu hình gì thêm. Extension này gần như bắt buộc bạn phải kích hoạt khi sử dụng hosting nha, lưu ý.
Memcached cache query, giúp giảm tải cho MySQL Server, tùy nhà cung cấp hosting có hỗ trợ hay không mà bạn có thể kích hoạt được.
Lưu ý: bạn cần kích hoạt ít nhất các extension như hình trên để đảm bảo website hoạt động ổn định, không gặp lỗi. Nếu cần thêm extension khác thì có thể lựa chọn thêm rồi nhấn Save.
Hawk Host mới cập nhật, bổ sung thêm ứng dụng cache Redis mang lại tốc độ tốt hơn cho website.
3. Cấu hình lại các tham số cần thiết
Ngoài việc thay đổi phiên bản PHP mặc định, bạn còn có thể cấu hình lại các thông số của PHP để phù hợp hơn với nhu cầu sử dụng thực tế.
Vẫn trong trang Select PHP Version, bạn hãy nhấn vào link Switch to PHP Options. Những thông số bạn được phép điều chỉnh sẽ xuất hiện:
Những thông số đã được điều chỉnh lại sẽ có màu xanh lá cây, còn mặc định là màu xám.
Ý nghĩa của một số option như sau:
allow_url_fopen: Cho phép sử dụng hàm fopen.
date.timezone: Thay đổi múi giờ mặc định trong PHP.
display_errors: Bật/tắt hiển thị lỗi PHP ra ngoài website.
error_reporting: Tùy chọn các lỗi PHP được báo cáo.
file_uploads: Cho phép upload qua PHP.
include_path: Đường dẫn lưu cấu hình PHP, không nên thay đổi.
log_errors: Bật tắt file log, nên bật để kiểm tra lỗi (nếu có) khi lên PHP 7.
mail.force_extra_parameters: Thêm các tham số tùy chỉnh khi gửi mail.
max_execution_time: Tùy chỉnh thời gian tối đa để thực thi PHP.
max_input_time: Thời gian tối đa để PHP phân tích dữ liệu nhập vào, -1 là không giới hạn.
max_input_vars: Giới hạn số lượng tham số truyền vào.
memory_limit: Bộ nhớ tối đa mà PHP được phép sử dụng.
open_basedir: Thiết lập đường dẫn thư mục mà PHP được phép thực thi, để trống để sử dụng thiết lập mặc định của máy chủ.
post_max_size: Thiết lập kích thước dữ liệu tối đa được gởi đi.
session.save_path: Thiết lập thư mục chứa session trong PHP.
short_open_tag: Cho phép PHP sử dụng thẻ mở rút gọn <? thay vì <?php.
upload_max_filesize: thiết lập kích thước tập tin tối đa được phép tải lên máy chủ thông qua PHP.
Sau khi thay đổi, nhấn Save để lưu.
II. Kích hoạt Let’s Encrypt
Có khoảng 1/3 số website trên thế giới đã chuyển sang sử dụng giao thức HTTPS thay vì HTTP và con số này vẫn đang tiếp tục tăng vì những lợi ích mà HTTPS mang lại. Thật tuyệt vời khi chúng ta có thể sử dụng SSL hoàn toàn miễn phí, kích hoạt trực tiếp ngay trong cPanel với sự hỗ trợ từ Let’s Encrypt.
Mặc định chứng chỉ được kích hoạt có thời gian sử dụng 3 tháng, tuy nhiên cPanel hỗ trợ bạn tự động gia hạn luôn, nên sau khi kích hoạt xong bạn yên tâm sử dụng free forever thôi, không phải lo nghĩ gì nữa.
Ngoài việc bảo mật dữ liệu truyền tải giữa người dùng và máy chủ, có một lợi ích rất lớn mà nhiều bạn không để ý tới khi sử dụng Let’s Encrypt kích hoạt qua cPanel, đó là HTTP 2.
HTTP 2 là phiên bản nâng cấp của giao thức truyền tải HTTP/1.1 cũ kĩ ra đời từ năm 1999 mà chúng ta đang sử dụng ngày nay. HTTP 2 giúp trang web tải nhanh hơn từ 3 tới 10 lần, các kết nối có thời gian “sống” dài hơn, nội dung xuất hiện nhanh hơn, hỗ trợ nhiều kết nối song song. Trực tiếp trải nghiệm tốc độ HTTP/1.1 với HTTP/2 tại đây.
Sau khi kích hoạt Let’s Encrypt, kiểm tra quá trình load site sử dụng Developer Tools, bạn sẽ thấy toàn bộ dữ liệu hình ảnh, file .js, file .css đều đã chuyển sang sử dụng giao thức HTTP 2. Không cần cấu hình gì thêm.
Với quá nhiều lợi ích đi kèm như vậy, chả có lí do gì để chần chừ nữa cả, bạn hãy nhanh chóng kiểm tra xem nhà cung cấp dịch vụ hosting của bạn có hỗ trợ không và kích hoạt ngay Let’s Encrypt nhé.
III. Kích hoạt LiteSpeed Cache
LiteSpeed Webserver là sự thay thế hoàn hảo cho Apache, nó có tốc độ xử lý nhanh hơn 900% so với Apache khi xử lý dữ liệu tĩnh và nhanh hơn 50% khi xử lý những request PHP.
Khi đã sử dụng LiteSpeed, đa phần các nhà cung cấp sẽ kích hoạt thêm tính năng caching mạnh mẽ LiteSpeed Cache, hoạt động tương tự như mod_cache của Apache nhưng có hiệu năng vô cùng mạnh mẽ như Varnish Cache vậy.
Vì cache ở tầng server nên LiteSpeed Cache sẽ hoạt động hiệu quả hơn so với cache ở tầng ứng dụng application. Do đó, nếu web hosting có hỗ trợ các bạn nên sử dụng LiteSpeed Cache thay cho các plugin cache khác.
Một số nhà cung cấp Hosting sử dụng LiteSpeed Web Server các bạn có thể lựa chọn đăng ký như: StableHost, Hawk Host, AZDIGI…
Kích hoạt LiteSpeed Cache với WordPress
Để sử dụng được cache đầu tiên bạn phải thay đổi đường dẫn mặc định Permalink của WordPress sang dạng custom khác, ví dụ như Post name:
Tiếp theo cài đặt và kích hoạt plugin LiteSpeed Cache:
Plugin sẽ tự động kích hoạt tính năng cache, để cấu hình thêm bạn có thể vào phần Settings của LiteSpeed Cache. Kiểm tra cache có hoạt động không bằng cách, ra ngoài trang chủ của bạn ~> Ctrl + U ~> kéo xuống dưới cùng nếu có dòng: <!– Page generated by LiteSpeed Cache 2.9.9.2 on 2020-03-05 14:26:11 –> Vậy là LiteSpeed Cache đã hoạt động trên website của bạn rồi đó.
Kích hoạt LiteSpeed Cache với những mã nguồn khác Với những code khác, nếu không có plugin tương ứng đi kèm, bạn chỉ cần thêm đoạn code bên dưới lên đầu file .htaccess là xong:
<IfModule LiteSpeed> CacheLookup public on </IfModule>
IV. Tối ưu Browser Caching
Cả Apache và LiteSpeed Webserver đều hỗ trợ file .htaccess, bạn có thể tận dụng để tối ưu Browser Caching, yêu cầu trình duyệt không load lại những file tĩnh, ít thay đổi như JS, CSS, ảnh và các file media khác (pdf, flash,…) mỗi khi có request.
Điều này sẽ cải thiện tốc độ duyệt website từ phía người dùng, server chứa web cũng đỡ phải xử lý nhiều request, tiết kiệm tài nguyên hơn.
Mở file .htaccess ở thư mục gốc của website, chèn đoạn code sau vào bên dưới:
<IfModule mod_expires.c> # Enable expirations ExpiresActive On # Default directive ExpiresDefault "access plus 1 month" # My favicon ExpiresByType image/x-icon "access plus 1 year" # Images ExpiresByType image/gif "access plus 1 month" ExpiresByType image/png "access plus 1 month" ExpiresByType image/jpg "access plus 1 month" ExpiresByType image/jpeg "access plus 1 month" # CSS ExpiresByType text/css "access plus 1 month" # Javascript ExpiresByType application/javascript "access plus 1 month" <IfModule>
Hi vọng với bài viết này, các bạn sẽ sử dụng được hosting hiệu quả hơn. Nếu biết thêm thủ thuật nào khác, hãy chia sẻ bằng cách để lại comment bên dưới nha.
source https://giappham.com/thu-thuat-toi-uu-website-cpanel/
0 notes
Text
Hatch - MultiPurpose WordPress Theme
https://opix.pk/blog/hatch-multipurpose-wordpress-theme/ Hatch - MultiPurpose WordPress Theme https://opix.pk/blog/hatch-multipurpose-wordpress-theme/ Opix.pk LIVE PREVIEWBUY FOR $59 Hatch is a clean and flexible theme for business & ecommerce. The theme includes the most popular premium plugins on the market: Visual Composer, Revolution Slider and Essential Grid. Using this set of plugins, you can create almost any type of layout, using a drag & drop interface and tons of pre-built elements. Hatch is translation ready and compatible with the WPML plugin. CREDITS The amazing Portfolio images courtesy of Yoga Perdana: https://dribbble.com/yoga Free images thanks to Unsplash: https://unsplash.com Other licensed images from Shutterstock: https://shutterstock.com Smooth Scroll thanks to: https://github.com/galambalazs/smoothscroll-for-websites COMPLETE LIST OF FEATURES Minimal Form Revolution Slider Visual Composer Essential Grid Video Backgrounds Powerful Admin Panel Code & Content Optimized for Speed HiDPI / Retina Ready Parallax Scrolling Responsive Layout Clean Code Child Theme Included Cross-browser Compatibility CSS3 Animations SEO Ready 100% Fully Customizable No Hardcoded Options WordPress 4+ Ready WPML Ready Multiple Header Options Drag & Drop MegaMenu Builder OneClick Demo Install – Super Easy Installation & Setup Custom Background using image, color or pattern Dark & Light Skins Unlimited Colors Font Awesome Icon Integration Google Fonts Advanced Typography Options Extensive Documentation Built with HTML5 & CSS3 Fully Compatible with Google Mobile Based on Bootstrap Framework Compatible with most Popular Plugins Strong focus on Typography, Usability and Overall User Experience Clean and Modern Design – can be used for any type of website Future Updates Server Requirements Because HighGrade Theme bundle a lot of premium and complex plugins, there are some minimum server requirements to be met: - at least 128MB memory limit - read / write permissions to wp-content/uploads folder - mod_rewrite enabled - ZipArchive Extension enabled - PHP version 5.6 or greater - MySQL version 5.6 or greater Some recommended values: - upload_max_filesize: at least 32MB - max_execution_time: 180 - post_max_size: at least 32MB - memory_limit: at least 128MB - max_input_vars: at least 1000, but as pages are more complex (with page builder) the higher number will be best. Change Log Hatch 1.7 – 26 April 2017 – Major Update -- Update: Theme Options Framework to latest version -- Update: Visual Composer to latest version -- Update: Slider Revolution to latest version -- Update: Essential Grid to latest version -- Added: OneClickInstall for all available demos included in the package -- Updated: WooCommerce templates Hatch 1.6 – 22 September 16 -- Updated: Slider Revolution Plugin -- Updated: Visual Composer Plugin -- Updated: Compatible with WordPress 4.6.1 -- Updated: Compatible with WooCommerce 2.6.4 -- Updated: WooCommerce templates Hatch 1.5 – 1 June 2016 -- Updated: Essential Grid Plugin -- Updated: Slider Revolution Plugin -- Updated: Visual Composer Plugin Hatch 1.4 – 27 May 2016 -- Fixed: Bug in logo display over SSL/NON-SSL -- Updated: Some compatibility changes for latest WordPress (4.5.2) -- Updated: Essential Grid Plugin -- Updated: Slider Revolution Plugin -- Updated: Visual Composer Plugin Hatch 1.3 – 23 March 2016 -- Fixed: Bug in theme options framework -- Improved: OneClickInstall demos. -- Updated: Essential Grid Plugin -- Updated: Slider Revolution Plugin -- Updated: Visual Composer Plugin Hatch 1.2 – 15 March 2016 -- Improved HGR OneClickInstall to display error messages in case of any error -- Updated: HGR Visual Composer Extender Hatch 1.1 – 8 March 2016 -- IMPROVED: CSS styles optimisation -- Added "all pages" demo Hatch 1.0 – 5 March 2016 -- Initial Release Source
0 notes
Text
php more than 1000 or 2500 fields not posting
php more than 1000 or 2500 fields not posting
By changing max_input_vars size to achieve this issue.
max_input_vars integer
How many input variables may be accepted (limit is applied to $_GET, $_POST and $_COOKIE superglobal separately). Use of this directive mitigates the possibility of denial of service attacks which use hash collisions. If there are more input variables than specified by this directive, an E_WARNING is issued, and further…
View On WordPress
0 notes
Text
Vonzot - Music Oriented WooCommerce Theme (WooCommerce)
Vonzot is a modern and cool music oriented e-commerce WordPress theme built for WooCoomerce plugin. It includes shop extended features like product quick view, user wishlist, dropdown cart panel, login popup and music players for your products. It is designed to be clean, user-friendly, secure and focused on performances. It includes all the features you need to create a professional online shop easily and quickly. It is made simple and functional out of the box, yet offer high customization for advanced users who want to build the best website for their client. It includes an extended version of WPBakery Page Builder ($46) and the Slider Revolution plugin ($26).
Import the demo content with one simple click and edit the content directly or start from scratch to create your own concept using a solid scaffold.
Artwork Credits
For this unique theme, we had to find the best artworks out there. We want to credits and thank all the amazing designers who contributed their artwork to our theme. Be sure to check out all of their awesome work:
Logopack. 2016/17 – You can check out the project by Kirill Kirilenko here
Vinyl Album Cover Artwork – You can check out the project by Adam DiFruscio here
Vinyl Cover Artwork PYRAMIDAL_RAYS – You can check out the project by ML D here
Artwork The Day – You can check out the project by Alexandra Frost here
#AdobeDesignRemix – You can check out the project by Dylan Brouwer here
Aly – You can check out the project by Fernando Machado here
Turn. A product concept. – You can check out the project by Mindaugas Petrikas here
AEROTIVA THE BLACKBOX PROJECT – You can check out the project by Elio Moavero here
The Miltones T-shirt Design – You can check out the project by MAKNA CREATIVE here
High Priest T-Shirt Design – You can check out the project by Emily Julstrom here
‘Akade’ t-shirt designs – You can check out the project by James White here
Pokolypse Clothig – T-Shirt Design – You can check out the project by Marco Kümmel here
Surf Royale – You can check out the project by Dario Genuardi here
South African Spoofs // T-Shirt Graphics – You can check out the project by Christi du Toit here
Missaid Cloth. Collection 2018 – You can check out the project by Missaid Cloth. and Cycles here
Dope Calypso – Chaka Chaka – You can check out the project by Robinson Cursor & Aron Elekes here
Azure World – You can check out the project by Dragana Krtinic here
CYBER SOUND – You can check out the project by Local Preacher https://www.behance.net/gallery/69034811/CYBER-SOUND
Music Cover Artworks I – You can check out the project by Mart Biemans https://www.behance.net/gallery/38292485/Music-Cover-Artworks-I
COVER//MUSIC//CELESTINO – You can check out the project by Mical Queiroz https://www.behance.net/gallery/61751475/COVERMUSICCELESTINO
Music Cover Art – You can check out the project by Joseph Olarewaju https://www.behance.net/gallery/61751475/COVERMUSICCELESTINO
Washed out: Propuesta portada – You can check out the project by Alberto G. Zermeño https://www.behance.net/gallery/61751475/COVERMUSICCELESTINO
You can check out the El Diablo portfolio here
You can check out the Mario Sánchez Nevado portfolio here
You can check out the ANDREW MURABITO portfolio here
You can check out the Lucas Andreu portfolio here
You can check out the Sigma Collective portfolio here
Please note that the artworks credited above are used only for presentational purposes and are replaced by placeholder images in your theme package. If you would like to use the artwork on a live website, you need to contact the designer for permission.
Theme Features
One-Click Demo Installation
No coding knowledge required
Boosted WPBakery Page Builder ($46) with many additional elements and modules
Slider Revolution ($26) – Demo sliders included
Big set of homepage layouts
Big set of inner page layouts
WooCommerce Ready
Product list with many layout options (grid, masonry, metro)
Multiple customizable layouts for single product page
Easy stock management
Order Tracking
Product Zoom
Store Locator
Single Audio Music Player
Self-Hosted Playlist Manager
Spotify, Soundcloud, Mixcloud embed player and more
AJAX shopping cart
Dropdown cart widget
Product quick view
User Wishlist
Newsletter sign up panel
Versatile vertical bar
Portfolio (lookbook) with many layout options
Multiple customizable layouts for portfolio single items
Portfolio category filter
Blog with many layout options and custom single post layouts
All post formats support
Numerci and “load more” pagination for all post types (shop, portfolio, blog)
Beautiful Sliders, Carousels & Galleries with size, layout and hover effect options
7 Menu Layout with many styling options
Mega Menu
Sticky Menu
One-Page navigation options
Smooth page transition
Smooth scroll and advanced page transition options
Many default Header Layout Options
Content Blocks system to create your own header and footer and re-usable section with unlimited possibilities
Super simple to set up scrolling animations
Child Theme Included
Adaptative Images
Advanced Customizer
Social Medias integration – Twitter, Facebook and Instagram feed
Social Sharing (facebook, twitter, reddit, pinterest, tumblr, google, linkedin, stumbleupon, vk, xing, and email)
Custom Post Meta Option (likes, views and reading time)
Contact Form 7 compatible
MailChimp Integration for Newsletter Sign-Up
Translation Ready
WPML Ready
SEO Optimized (compatible with SEO Plugins like Yoast)
Compatible with many cache plugins such as W3 Total Cache & WP Super Cache
Zoom effect, Parallax, Slideshow & Video Background
Beautiful Lightbox
Custom Background Overlays
Google Fonts Loader
Typekit Fonts Support
SVG logo support
12 Icon Packs (1000+ icons including 100+ social icons)
Animated SVG Icons
Infinite layout possibilities
Lean & easy to use admin interface
Admin helper message
Responsive & Retina ready
Mobile friendly
Unlimited Color Options
Detailed Documentation
Top Notch Support Services
And so much more…
Stay up to date
update logs
Stay Tuned
Notes
WPBakery Page Builder is “set as theme”. The frontend editor and grid builder module is not active.
Minimum server requirements: PHP 5.4 or greater, max_execution_time 120, memory_limit 96M, max_input_vars 3000, post_max_size 32M, upload_max_filesize 32M.
Recommended server requirements to use the 1-click demo import: PHP 7, max_execution_time 300, memory_limit 128M, max_input_vars 3000, post_max_size 128M, upload_max_filesize 128M.
from ThemeForest new WordPress items https://ift.tt/2Nsou5U via IFTTT
0 notes
Photo

Download Aku - Powerful Responsive WordPress Theme on themeforest
Description Aku - Powerful Responsive WordPress Theme :
Download Aku - Powerful Responsive WordPress Theme. The Theme releases on Monday 22nd December 2014 By The Author Wolf-Themes on Themeforest. It’s makes use of for company,enterprise,clear,artistic,fullscreen,mega menu,fashionable,multi-function,parallax,portfolio,responsive,retina,video background,classic. Theme Title: Aku - Powerful Responsive WordPress Theme Category: wordpress/artistic Price: $59 Author: Wolf-Themes Published Date: Monday 22nd December 2014 01:42:53 AM More Info / DownloadDemo
What People Say About Aku
What You See Is What You Get
Why Choose Aku
Key Features
Showcase
http://civilfx.com
http://artofar.com
http://laurageley.fr
http://holy.agency
https://idreamyouth.org
http://www.mamaebox.com.br/
https://rhodecode.com
http://jaytindall.asia/
https://runrabbitrun.co.za
Want to showcase your web site right here? Submit it to [email protected]
Aku Overview
$71 Premium Plugins Value
Demo content material and settings included able to be imported
Child Theme Included
Drag & Drop web page builder (enhanced WPBakery Page Builder)
WordPress 4.1+ Ready
WooCommerce 2.3+ Ready
Mailchimp Ready
WPML Ready with language switcher (.po files included)
search engine marketing Optimized (appropriate with search engine marketing Plugins like Yoast)
Compatible with many cache plugins resembling W3 Total Cache
Powerful WolfSlider included with video help (unique in Aku Theme)
Mega Menu
Portfolio with Four format choices
Video Post Type, youtube type or basic grid format
Photo albums Post Type with 2 format choices
Beautiful Sliders & Galleries
Zoom impact, Parallax & Video Background
Infinite format prospects utilizing WPBakery Page Builder
All Google Fonts
540+ icons (together with 50 social icons)
All Post Formats Support
Clean & simple to make use of admin interface
Responsive & Retina prepared
Unlimited Color Options
Premium plugins :
WPBakery Page Builder
Revolution Slider
Woocomerce PDF bill
Stay updated
replace logs
Stay Tuned
Credits
Asset references included within the theme package deal.
Photos are beneath Creative Commons licence.
Notes
WPBakery Page Builder is “set as theme”. The frontend editor and grid builder module will not be energetic.
Minimum server necessities: PHP 5.Four or higher, max_execution_time 120, memory_limit 96M, max_input_vars 3000, post_max_size 32M, upload_max_filesize 32M.
Recommended server necessities to make use of the 1-click on demo import: PHP 7, max_execution_time 300, memory_limit 128M, max_input_vars 3000, post_max_size 128M, upload_max_filesize 128M.
More Info / DownloadDemo #Aku #Powerful #Responsive #WordPress #Theme
#agency#All_Theme_amp_Template#business#clean#creative#fullscreen#mega_menu#modern#multi-purpose#New_releases#parallax#portfolio#responsive#retina#Theme_amp_Template_new_release#video_background#vintage#Wordpress_new_release#Wordpress_theme
0 notes
Text
Loud - A Modern WordPress Theme for the Music Industry (Music and Bands)
Loud is a modern and clean WordPress Themes for musicians, artists, labels and everyone working in the entertainment and music industry. It is designed with terrific attention to details, flexibility, and performance. It includes all the features you need to create a professional website easily and quickly. Discography, Tour Dates, Playlist Manager, Store, Video & Photo Gallery etc… It is made simple and functional out of the box, yet offer high customization for advanced users who want to build the best website for their client. It includes a tailored version of Visual Composer ($34) and the Slider Revolution plugin ($25). Import the demo content with one simple click and edit the content directly or unleash your imagination to create your own concept. Artwork Credits We want to credits and thank all the amazing designers who contributed their artwork to our theme. Be sure to check out all of their awesome work: Deliberation – Photoshop Tutorial – You can check out the project by Mario Sánchez Nevado here Acronia – You can check out the project by Hexxio illustration here 50 Logos – You can check out the project by Noeeko Studio & Michal Sycz here “RÓWNONOC” Donatan – You can check out the project by Andrew Tomaszuk here ENVIRONMENTAL BREAKDOWN – You can check out the project by Marco Brunato here Lion Heart (CD Artwork) – Dorian Grey – You can check out the project by Akande Davis here LIKE DOGS – You can check out the project by Leonard Bros Creative here Survive }·{ Discover – You can check out the project by Dixon Jong here BUNT. – On My Way ft. Leah Haywood – You can check out the project by Mart Biemans here Alone – You can check out the project by I Manipulate here Astronaut – You can check out the project by Kevin Roodhorst here Neo Breakbeat (cover art, sound design) – You can check out the project by Mask Movement & Julian Schröpel here Potlatch (album cover) – You can check out the project by Ivan Meshkov here PHOTO MANIPULATIONS – You can check out the project by Zoltan Toth here Chrysés album cover – You can check out the project by Amr Adel here Please note that the artworks credited above are used only for presentational purposes and are replaced by placeholder images in your theme package. If you would like to use the artwork on a live website, you need to contact the designer for permission. Theme Features Intuitive admin interface Highliy Customizable Unlimited layout possibilities 200+ Pre-made templates One-Click Demo Installation Tailored Visual Composer ($34) with a lot of additional elements dedicated to musicians Slider Revolution ($25) – 10 Demo sliders included Big set of home page layouts Big set of inner page layouts Advanced Playlist Manager Supports embed players from Spotify, Soundcloud, Mixcloud, Bandcamp, Reverbnation etc… Discography with many layout options (metro, grid, columns, hover effects etc.) Multiple customizable layouts for release single items Events with many layout options (list, grid, sidebar…) Rich Single Event Page with all event info Video post type with many layout options and video preview on hover WooCommerce Ready Shop with many layout options Multiple customizable layouts for single product page Link your tracks and releases to WooCommerce products AJAX shopping cart Wishlist Blog with many layout options (grid, modern grid, mosaic, masonry, metro, standard, lateral) and custom single post layouts All post formats support Beautiful Sliders, Carousels & Galleries with size, layout and hover effect options 9+ Menu Layout with many styling options Mega Menu Sticky Menu 9 widget areas Many In-built Header Layout Options Content Blocks to create your own header and footer and re-usable section with unlimited possibilities Super simple to set up CSS3 scrolling animations Advanced Customizer Social Medias integration – Twitter, Facebook and Instagram feed Social Sharing (facebook, twitter, reddit, pinterest, tumblr, google, linkedin, stumbleupon, vk, xing, and email) Custom Post Meta Option (likes, views and reading time) Contact Form 7 compatible MailChimp Integration for Newsletter Sign-Up Translation Ready (compatible with Loco translate and other translation plugin) WPML Ready SEO Optimized (compatible with SEO Plugins like Yoast) Compatible with many cache plugins such as W3 Total Cache & WP Super Cache Zoom effect, Parallax, Slideshow & Video Background Beautiful Lightbox Custom Background Overlays Google Fonts Loader Typekit Fonts Support SVG logo support 11 Icon Packs (1000+ icons including 100+ social icons) Animated SVG Icons Infinite layout possibilities Lean & easy to use admin interface Admin helper message Responsive & Retina ready Mobile friendly Unlimited Color Options Child Theme Included Adaptative Images Detailed Documentation Top Notch Support Services And so much more… Showcase Be the first to showcase your website here! Send us a link to [email protected] Stay up to date update logs Stay Tuned Notes Visual Composer is “set as theme”. The frontend editor and grid builder module is not active. Server requirements: PHP 5.4 or greater, max_execution_time 120, memory_limit 96M, max_input_vars 3000, post_max_size 32M, upload_max_filesize 32M.
0 notes
Text
Logan - thème Boutique élégant mode Multiuse WooCommerce Charte graphique comparatif 2017
New Post has been published on http://www.chartegraphique.ovh/384/
Logan - thème Boutique élégant mode Multiuse WooCommerce
Voir le thème
Description du thème Logan est un thème WordPress entièrement sensible, avec une multitude de caractéristiques à l’intérieur. Il a été construit avec WooCommerce à l’esprit, mais il s’agit de nombreuses solutions pour le rendre optimal à utiliser pour restaurants, Hôtels, articles, magazines, portefeuilles créatifs, organismes, entreprises et bien sûr mode et vêtements e-boutiques.
caractéristiques
Multi-Purpose WordPress Theme
Installer un clic Demo Content
page d’accueil de plusieurs démos
plusieurs démos de modèle page
peaux illimité couleur illimitée
plusieurs présentations d’en-tête
Boxed et Wide page layouts
mises à jour automatiques
propulsé par WordPress vivre Customizer
Google Fonts et Typekit prêt
prêt WPML
prêt WooCommerce
inclus de Visual compositeur
inclus de révolution Slider
inclus de Go Prix 3 inclus
Visual compositeur Extensions
HTML5 & CSS3
100 % adaptées
FontAwesome polices
Zocial de polices icônes
Budicons polices icônes
Infinite encadrés avec Cerf Custom encadrés soutiennent
Contact Formulaire 7 soutien
effets de parallaxe avancé
Shortcodes
modules personnalisés Visual compositeur
Tables de tarification
glisser- d├⌐poser générateur de page
Documentation détaillée
tutoriels vidéo
arrière-plans vidéo
Google maps arrière-plans
en-tête collant
en-tête transparente ou opaque
Live Ajax Search soutien
intégré Mega Menu
revue Post soutenir
aucun en-tête page
pied de page avancée
RTL support
la page support WordPress Popup
venant bientôt page
mode Maintenance Documentation
une documentation détaillée disponible ici (avec des tutoriels vidéo inclus)
Notes
configuration serveur requise : PHP version 5.6 (selon avec WordPress), max_execution_time 120 , memory_limit 64M, post_max_size 64M, upload_max_filesize 64M, max_input_vars 5000.
très important
Images et vidéos utilisées dans le site de démonstration sont non inclus dans le package de thème. Ils seront remplacés par des espaces réservés.
Changelog
Cliquez ici pour voir le changelog
Voir le thème
Source
Logan - thème Boutique élégant mode Multiuse WooCommerce
0 notes
Text
Hares - A Stylish WordPress Theme
https://opix.pk/blog/hares-a-stylish-wordpress-theme/ Hares - A Stylish WordPress Theme https://opix.pk/blog/hares-a-stylish-wordpress-theme/ Opix.pk LIVE PREVIEWBUY FOR $59 Hares is a vintage and stylish WordPress theme for your tattoo salon, barbershop, pub, restaurant, motorcycle club etc. Of course, it can be used as a portfolio, blog, photo website, shop, resume or any other purpose you can think of. It is designed with terrific attention to details, flexibility, and performance. It includes all the features you need to create a professional website easily and quickly. It is made simple and functional out of the box, yet offer high customization for advanced users who want to build the best website for their client. It includes an extended version of WPBakery Page Builder ($46) and the Slider Revolution plugin ($26). Import the demo content with one simple click and edit the content directly or unleash your imagination to create your own concept. Artwork Credits For this stylish theme, we had to find the best artworks out there. We want to credits and thank all the amazing designers who contributed their artwork to our theme. Be sure to check out all of their awesome work: HardTuned Shirts – You can check out the project by Paolo Geronimo here Work in progress: type & logo designs 2017 update – You can check out the project by Mateusz Witczak here Tarot T-Shirts – You can check out the project by Chelsea Monico here Tattoo You – You can check out the project by UP – Inspiring Motion here Dark Owl – You can check out the project by Anastasia Smirnova here Character work – You can check out the project by mc bess here Inkarnaval Fest 2017 – You can check out the project by Carolina Luna here Room 104 Barber – You can check out the project by Jeremy Toth here Biker portraits – You can check out the project by Zsolt Repasy here Lobo – You can check out the project by lalo huesca here Shiner Gold Crew – Las Vegas – You can check out the project by Tim Collins here in_motion /progress_work/ – You can check out the project by Jakub Mazán here Brothers Of Legion MC – You can check out the project by Jake Campos here Hyraw Clothing Please note that the artworks credited above are used only for presentational purposes and are replaced by placeholder images in your theme package. If you would like to use the artwork on a live website, you need to contact the designer for permission. Theme Features One-Click Demo Installation Boosted WPBakery Page Builder ($46) Slider Revolution ($26) – Demo sliders included Big set of home page layouts Big set of inner page layouts Portfolio with many layout options Multiple customizable layouts for portfolio single items Photo albums with many layout options Multiple gallery layouts (grid, masonry, justified, metro) with hover effects and column options WooCommerce Ready Shop with many layout options Multiple customizable layouts for single product page AJAX shopping cart Wishlist Blog with many layout options and custom single post layouts All post formats support Beautiful Sliders, Carousels & Galleries with size, layout and hover effect options 10 Menu Layouts with many styling options Mega Menu Sticky Menu Many In-built Header Layout Options Content Blocks exclusive to create your own header and footer and re-usable section with unlimited possibilities Super simple to set up CSS3 Animations Child Theme Included Adaptative Images Advanced Customizer Social Medias integration – Twitter, Facebook and Instagram feed Social Sharing (facebook, twitter, reddit, pinterest, tumblr, google, linkedin, stumbleupon, vk, xing, and email) Custom Post Meta Option (likes, views and reading time) Contact Form 7 compatible MailChimp Integration for Newsletter Sign-Up Translation Ready WPML Ready SEO Optimized (compatible with SEO Plugins like Yoast) Compatible with many cache plugins such as W3 Total Cache & WP Super Cache Zoom effect, Parallax, Slideshow & Video Background Beautiful Lightbox Custom Background Overlays Google Fonts Loader Typekit Fonts Support SVG logo support 11 Icon Packs (1000+ icons including 100+ social icons) Animated SVG Icons Infinite layout possibilities Lean & easy to use admin interface Admin helper message Responsive & Retina ready Mobile friendly Unlimited Color Options Detailed Documentation Top Notch Support Services And so much more… Stay up to date update logs Stay Tuned Notes WPBakery Page Builder is “set as theme”. The frontend editor and grid builder module is not active. Minimum server requirements: PHP 5.4 or greater, max_execution_time 120, memory_limit 96M, max_input_vars 3000, post_max_size 32M, upload_max_filesize 32M. Recommended server requirements to use the 1-click demo import feature: PHP 7, max_execution_time 300, memory_limit 128M, max_input_vars 3000, post_max_size 128M, upload_max_filesize 128M. Assets Some assets such as logo templates and vector elements are premium assets and are NOT included in the theme package. If you would like to use these product on a live website, you will have to purchase a license separately. Source
0 notes
Text
Prequelle - Elegant and Modern WooCommerce Theme (WooCommerce)
Prequelle is modern and elegant e-commerce WordPress theme built for WooCoomerce plugin. It includes shop extended features like product quick view, user wishlist, dropdown cart panel, login popup and more. It is designed to be clean, user-friendly, secure and focused on performances. It includes all the features you need to create a professional online shop easily and quickly. It is made simple and functional out of the box, yet offer high customization for advanced users who want to build the best website for their client. It includes an extended version of WPBakery Page Builder ($46) and the Slider Revolution plugin ($26).
Import the demo content with one simple click and edit the content directly or start from scratch to create your own concept using a solid scaffold.
Artwork Credits
For this unique theme, we had to find the best artworks out there. We want to credits and thank all the amazing designers who contributed their artwork to our theme. Be sure to check out all of their awesome work:
Logos VOL1 – You can check out the project by Oleksandr Geffen Yaka Spectrum here
Fashion monochrome – You can check out the project by Retoucher Daniel here
Fashion Branding & Retail Experience / Middle Sister – You can check out the project by arithmetic _ here
✖ FASHION LOOKBOOK ✖ Chauncey – You can check out the project by OSKAR * here
Fashion dies – You can check out the project by Alex Buts here
intrend fashion spread – You can check out the project by aaron lee here
Utopia ╳ Calligrafuturism. Calligraphy, Art & Fashion. – You can check out the project by Pokras Lampas & Evgeny Loginov here
Fashion portrait – You can check out the project by Michela Albert here
Cover story Fashion Collection magazine Oct 17 – You can check out the project by Anna Bakhareva here
FASHION EDITORIAL:MILITAR – You can check out the project by Jose Herrera here
Fashion retouching – You can check out the project by Lidiia Berezhnaia here
Fashion Mill 2015 – You can check out the project by Evgenia Muzheva here
Luxury | Fashion Logofolio 01 & 02 – You can check out the project by Matyas Robert here
Please note that the artworks credited above are used only for presentational purposes and are replaced by placeholder images in your theme package. If you would like to use the artwork on a live website, you need to contact the designer for permission.
Theme Features
One-Click Demo Installation
No coding knowledge required
Boosted WPBakery Page Builder ($46) with many additional elements and modules
Slider Revolution ($26) – Demo sliders included
Big set of homepage layouts
Big set of inner page layouts
WooCommerce Ready
Product list with many layout options (grid, masonry, metro)
Multiple customizable layouts for single product page
Easy stock management
Order Tracking
Product Zoom
Store Locator
AJAX shopping cart
Dropdown cart widget
Product quick view
User Wishlist
Newsletter sign up panel
Versatile vertical bar
Portfolio (lookbook) with many layout options
Multiple customizable layouts for portfolio single items
Portfolio category filter
Blog with many layout options and custom single post layouts
All post formats support
Numerci and “load more” pagination for all post types (shop, portfolio, blog)
Beautiful Sliders, Carousels & Galleries with size, layout and hover effect options
7 Menu Layout with many styling options
Mega Menu
Sticky Menu
One-Page navigation options
Smooth page transition
Smooth scroll and advanced page transition options
Many default Header Layout Options
Content Blocks system to create your own header and footer and re-usable section with unlimited possibilities
Super simple to set up scrolling animations
Child Theme Included
Adaptative Images
Advanced Customizer
Social Medias integration – Twitter, Facebook and Instagram feed
Social Sharing (facebook, twitter, reddit, pinterest, tumblr, google, linkedin, stumbleupon, vk, xing, and email)
Custom Post Meta Option (likes, views and reading time)
Contact Form 7 compatible
MailChimp Integration for Newsletter Sign-Up
Translation Ready
WPML Ready
SEO Optimized (compatible with SEO Plugins like Yoast)
Compatible with many cache plugins such as W3 Total Cache & WP Super Cache
Zoom effect, Parallax, Slideshow & Video Background
Beautiful Lightbox
Custom Background Overlays
Google Fonts Loader
Typekit Fonts Support
SVG logo support
12 Icon Packs (1000+ icons including 100+ social icons)
Animated SVG Icons
Infinite layout possibilities
Lean & easy to use admin interface
Admin helper message
Responsive & Retina ready
Mobile friendly
Unlimited Color Options
Detailed Documentation
Top Notch Support Services
And so much more…
Stay up to date
update logs
Stay Tuned
Notes
WPBakery Page Builder is “set as theme”. The frontend editor and grid builder module is not active.
Minimum server requirements: PHP 5.4 or greater, max_execution_time 120, memory_limit 96M, max_input_vars 3000, post_max_size 32M, upload_max_filesize 32M.
Recommended server requirements to use the 1-click demo import: PHP 7, max_execution_time 300, memory_limit 128M, max_input_vars 3000, post_max_size 128M, upload_max_filesize 128M.
from ThemeForest new WordPress items https://ift.tt/2yXOjVp via IFTTT
0 notes
Text
Glytch - A Vibrant Music Theme (Music and Bands)
Glytch is a vibrant and modern WordPress Theme for musicians, artists, and everyone working in the entertainment industry. It is designed with terrific attention to details, flexibility, and performance. It includes all the features you need to create a professional music website easily and quickly. It is made simple and functional out of the box, yet offer high customization for advanced users who want to build the best website for their client. It includes an extended version of WPBakery Page Builder ($45) and the Slider Revolution plugin ($25).
Import the demo content with one simple click and edit the content directly or unleash your imagination to create your own concept.
Artwork Credits
For this unique theme, we had to find the best artworks out there. We want to credits and thank all the amazing designers who contributed their artwork to our theme. Be sure to check out all of their awesome work:
FOLKBEAT CD cover – You can check out the project by Petr Dmitriev and Vadim Stein here
Cover music / VAS Meat Wars – You can check out the project by Mikhail Salnikov here
Matthew Dear Beams Complete – You can check out the project by Michael Cina here
Consume The Sun – Holy Poison | Album artwork – You can check out the project by Mihai Manescu here
Logo Collection – You can check out the project by Mihailo Kalabić here
Negative Audio | Merch Design – You can check out the project by Iván López here
Music Cover Artworks I – You can check out the project by Mart Biemans here
TURBOLUV Hot Pursuit II T-Shirt – You can check out the project by Pedro Molina here
VHS GLITCH “EVIL TECHNOLOGY” PROJECT – You can check out the project by VHS Glitch here
Yeaaah! Studio – Fall 2016 – You can check out the project by Yeaaah! Studio here
Please note that the artworks credited above are used only for presentational purposes and are replaced by placeholder images in your theme package. If you would like to use the artwork on a live website, you need to contact the designer for permission.
Theme Features
Intuitive admin interface
Highliy Customizable
Unlimited layout possibilities
150+ Pre-made templates
One-Click Demo Installation
Tailored WPBakery Page Builder ($45) with a lot of additional elements dedicated to musicians
Slider Revolution ($25) – 8 Demo sliders included
Big set of home page layouts
Big set of inner page layouts
Advanced Playlist Manager
Supports embed players from Spotify, Soundcloud, Mixcloud, Bandcamp, Reverbnation etc…
Discography with many layout options (metro, grid, columns, hover effects etc.)
Multiple customizable layouts for release single items
Events with many layout options (list, grid, sidebar…)
Rich Single Event Page with all event info
Video post type with many layout options and video preview on hover
WooCommerce Ready
Shop with many layout options
Multiple customizable layouts for single product page
Link your tracks and releases to WooCommerce products
AJAX shopping cart
Wishlist
Blog with many layout options and custom single post layouts
All post formats support
Beautiful Sliders, Carousels & Galleries with size, layout and hover effect options
8+ Menu Layout with many styling options
Mega Menu
Sticky Menu
9 widget areas
Many In-built Header Layout Options
Content Blocks to create your own header and footer and re-usable section with unlimited possibilities
Super simple to set up CSS3 Animations
Child Theme Included
Adaptative Images
Advanced Customizer
Social Medias integration – Twitter, Facebook and Instagram feed
Social Sharing (facebook, twitter, reddit, pinterest, tumblr, google, linkedin, stumbleupon, vk, xing, and email)
Custom Post Meta Option (likes, views and reading time)
Contact Form 7 compatible
MailChimp Integration for Newsletter Sign-Up
Translation Ready
WPML Ready
SEO Optimized (compatible with SEO Plugins like Yoast)
Compatible with many cache plugins such as W3 Total Cache & WP Super Cache
Zoom effect, Parallax, Glitch effect, Slideshow & Video Background
Beautiful Lightbox
Custom Background Overlays
Google Fonts Loader
Typekit Fonts Support
SVG logo support
11 Icon Packs (1000+ icons including 100+ social icons)
Animated SVG Icons
Infinite layout possibilities
Admin helper message
Responsive & Retina ready
Mobile friendly
Unlimited Color Options
Detailed Documentation
Top Notch Support Services
And so much more…
Stay up to date
update logs
Stay Tuned
Notes
WPBakery Page Builder is “set as theme”. The frontend editor and grid builder module is not active.
Minimum server requirements: PHP 5.4 or greater, max_execution_time 120, memory_limit 96M, max_input_vars 3000, post_max_size 32M, upload_max_filesize 32M.
from ThemeForest new WordPress items http://ift.tt/2DhPCzx via IFTTT
0 notes