Posts

Showing posts from 2013

Merubah Logo dan Background Login Wordpress.org

Image
Seperti tertulis pada judul, berikut akan saya jelaskan cara merubah logo dan background pada halaman login wordpress.org Creating your own custom wordpress login page is a lot easier than you may think. First you will need to open the functions.php file for the theme you are going to be using. This should be located at ~/public_html/wp-content/themes/ yourtheme /functions.php Replace  yourtheme  with the theme you will be using. Example Preview You will need to add the following lines of code to the bottom of your functions.php file: Full Code add_action ( "login_head" , "login_mod" ) ; function login_mod ( ) { echo " " ; } add_filter ( 'login_headerurl' , create_function ( false , "return 'http://smyl.es';" ) ) ; Breakdown Hook the Function First we will use add_action ( WordPress Codex ) to create the hook for  login_head  to our function we named  login_mod . add_action (...

Sejarah Marawis & Gambus

Sejarah Marawis & Gambus

10 Google Analytics kustom reports and dashboards untuk Anda

Image
This post presents 10 shortcuts to  Google Analytics reports  and dashboards for publishers, bloggers and content marketers. I've compiled these from various sources, but I'm sure there'll be some more useful reports out there, so please share them in the comments...  If you are logged into your Google Analytics, just click the download links, and the reports and dashboards can be saved to your acount.  Custom analytics reports When are people viewing your content? Scheduling articles for maximum impact is a fine art. It it's not news-based or time sensitive, then it makes sense to get the timings right. I find that publish time can make a lot of difference to the success of a post.  This one comes from  Dan Barker , and using this you can see which days of the week are most popular, and use the data to experiment with your publishing schedule:  Download time of day report Which keywords are bringing visitors to your articles?...

10 kustom report Google Analytics yang sangat berguna

Image
Google Analytics's standard reports can be limited, so a little customisation is necessary to improve the quality of insight you can gain.  If like me, you're a relative amateur with Google Analytics, ready-made custom reports  can save you a lot of time.  There are various reports here, some useful for publishers, some for ecommerce sites, and some for SEO analysis.  Just log in to your Google Analytics account and click the links to add these to your custom reports list...  Track the effect of (not provided) Google's decision to  encrypt search referral data  means that many sites now have a lot less to work with when tracking SEO keywords, and Econsultancy is no different.  In fact, as with other IT and tech related sites,  we have been hit harder than others , to the extent that more than 40% of our organic search referrals are (not provided).  The rise of (not provided) on Econsultancy. With this encryption sprea...

Memberi jarak setiap baris pada ms excel

Image
Artikel ini saya buat karena mendapatkan inspirasi dari dosen sekaligus dokter saya yaitu Bapak Hendro Purnomo S.Kom (lhooo???) mengenai pertanyaan mengenai excel yang beliau sampaikan dan beberapa kali saya lupa menjawabnya hehe. Bila Anda ingin memisahkan baris yang ada seperti berikut: dan hasilnya seperti ini mungkin kalau cuma 4 record seperti diatas mungkin mudah, cukup melakukan insert row sebanyak 4 kali. Tetapi jika jumlah record yang ditampilkan cukup banyak misalnya ada 100 ribu trilliun data wkwkwk maka waktu yang kita butuhkan untuk menyisipkan row kedalamnya adalah kurang lebih bisa separuh umur kita didunia. Baiklah kalau begitu kita mulai tutorialnya sekarang. Pertama disebelah kiri kolom B kita sisipkan 2 kolom jadi posisi data sekarang ada di kolom D. Di kolom B kita isikan numerik 1-10 lalu dikolom C kita isikan numerik juga tetapi kita skip tergantung jumlah baris yang ingin disisipkan untuk masing-masing row dalam hal ini misal kita ingin setiap bar...

How to Change the Number of Related Products in WooCommerce Themes

How to Change the Number of Related Products in WooCommerce Themes atau Merubah jumlah related produk pada Themes WooCommerce Bagi pengguna themes WooCommerce khususnya yang responsive pasti sering mengeluhkan loading page yang cukup lama. Hal itu biasanya terjadi pada halaman single product dimana as default terdapat sampai dengan 20 related product yang ada khususnya bagi website yang memiliki jumlah produk yang banyak. Berikut ini saya sadurkan artikel yang menjelaskan cara merubah jumlah related produk pada Themes WooCommerce, silakan dibaca dengan baik. The related products number is determined by a function in your Theme Functions (functions.php), which you can edit under Appearance → Editor. This is considered a modification, so do it at your own risk! Make a backup of your existing file so you can replace it if something goes wrong and you need to start over.  Modified files WILL probably be replaced by a theme update at some point so keep note of your changes for ...

Grid View Sub Kategori Prestashop 1.5

Image
Hari ini saya ingin share cara membuat sub kategori pada prestashop 1.5 dari list view menjadi grid view. Artikel saya sajikan melalui bahasa inggris ya, cekidot semua... Today i want to show you how to change subcategories view in your prestashop store. By default prestashop in version 1.5.x displays subcategories in list with descriptions. I will show step by step how you can easily change it.  Are you ready  to display subcategories as a grid?  so, let's go ;) default subcategories view in default prestashop template And we want to modify view of the list to: default prestashop theme and subcategories grid display What we have to change? We will modify two things, theme category.tpl file and it's css styles from category.css stylesheet file. From category.tpl file we will remove the subcategory description (we will move it to the category image alternative text). In the css styles file we will change appearance of the categories list. Category....

Menambahkan Nomor HP Konsumen Pada Halaman Order Detail Admin Prestashop 1.4

Q: Hi, I am using prestashop 1.4.1 I want customer mobile phone number to display on order details page. Currently only home phone is displayed on order details page. I appreciate if anyone can help me do do it. A: Thank you, It worked. it need database access. What i did is: Go to ps_address_format table. Find your countries ID & edit record. At the end of format field add phone_mobile & save. The mobile phone will start showing up on order details page. > PS: Biasanya Indonesia ada pada ID 111, silakan edit ps_address_format dengan ID 111 atau indonesia lalu rubah dari: firstname lastname  company  vat_number  address1  address2  postcode  city  Country:name  phone  menjadi: firstname lastname  company  vat_number  address1  address2  postcode  city  Country:name  phone  phone_mobile http://www.prestashop.com/forums/topic/1...

SEF Url pada web Joomla yang di instal pada direktori

Seperti posting saya pada forum sebelah untuk membuat SEF Url pada Joomla 1.5, 2.5, 3.0 yang di instal pada direktori, berikut tulisan saya: https://forum.sigsiu.net/sefseo-(sobisef-plugin)/(solved)-how-to-remove-index-php-from-urls/msg179483/#msg179483 Re: [SOLVED] How to remove '/index.php/' from URLs « Reply #7 on: Today at 04:26:27 » QuoteModify Hi Bro / Sist Sylvia Just open your .htaccess file Make sure that: .. .. # Options +FollowSymLinks  .. .. # RewriteEngine On  .. .. commented (#) Then edit: # RewriteBase /  to: RewriteBase /directorynameyouhavemade/  save your .htaccess file and refresh your browser. Done...

Export Product Prestashop 1.4 SQL Script

Use this sql query to get almost everything you could need (or be able to import back into PrestaShop.) The things this query lacks is: multiple categories for multiple products, tags, image urls, discount amount, discount percent, discount from and discount to. SELECT p.id_product AS 'ID', p.active AS 'Active (0/1)', pl.name AS 'Name', p.id_category_default AS 'Default Category', p.price AS 'Price tax excl.', p.id_tax_rules_group AS 'Tax rules ID', p.wholesale_price AS 'Wholesale price', p.on_sale AS 'On sale (0/1)', p.reference AS 'Reference #', p.supplier_reference AS 'Supplier reference #', sl.description AS 'Supplier', ml.description AS 'Manufacturer', p.ean13 AS 'EAN13', p.upc AS 'UPC', p.ecotax AS 'Ecotax', p.weight AS 'Weight', p.quantity AS 'Quantity', pl.description_short AS 'Short description', pl.description ...

Pencarian Sub Stings Prestashop 1.5.x

Fungsi Search pada prestashop 1.5.x tidak memungkinkan kita melakukan pencarian untuk phrase yang berada di tengah kata. Jadi jika ada produk bernama "Indonesia" maka kita bisa mencarinya hanya jika kita mengetikkan kata "indonesia", "indo", "indone" atau yang lainnya dan harus dari karakter pertama kata. Tetapi jika kita mencari dengan mengetikkan "ndone", "nesia", "esia" maka produk "Indonesia" tidak akan muncul. Hal tersebut biasa disebut Sub String . Nah saya akan membagikan cara agar kita bisa mencari kata-kata potongan dari tengah pada produk kita yang ada pada CMS prestashop kita. Berikut caranya... Mohon maaf saya pertahankan seperti artikel aslinya supaya tidak hilang sense nya hehehe... /************************** Then, you can modify the file (.../classes/search.php) to substring all the searches with (%) variable or whatever you want. From line 190 to 197 AND sw.word LIKE      ...

Tidak bisa tambah foto dan element html pada konten Joomla 3

SOLVE PROBLEMS WITH MAGIC QUOTES IN JOOMLA 3 CMS  Have you tried to install Joomla 3 and then having problems inserting images in articles and pages? One reason for such a mistake, is if magic quotes is set to On in the PHP settings. In this article I will try to explain the problem and how to solve it.  Description of the problem  The problem is that when you upload images and insert them into Joomla 3 articles (or pages), the code \" is added to the HTML code of the images. Actually \" is added every time you insert a HTML code containing the character “, which almost all HTML contains.  Reason for the problem  The reason why this happens is that the PHP setting magic quotes is turned On. It is a setting for PHP, that was originally developed to prevent beginners of entering bad code.  So some characters (“, ‘, \ and NULL) was replaced with a \.  However this setting caused more problems for users of PHP, than it solv...