Skip to content

Instantly share code, notes, and snippets.

@greyzusht
greyzusht / gist:ecd2e546d08cb1aea24e4a54b6cb79b0
Created January 21, 2024 19:30
acf-export-2021-10-25.json
[
{
"key": "group_6176b43adfa0e",
"title": "جعبه دانلود",
"fields": [
{
"key": "field_6177096785586",
"label": "عنوان جعبه",
"name": "download_title",
"type": "text",
[
{
"key": "group_5e38a02c2fe96",
"title": "لینک تک آهنگ",
"fields": [
{
"key": "field_5e38a0455e71d",
"label": "ورژن ریمیکس",
"name": "link_128",
"type": "text",

Introduction

The following steps are required for a typical web developer stack for php and some front-end development. This is for a developer machine and not for a live environment!

Installation stack

@greyzusht
greyzusht / media-query.css
Created February 21, 2021 13:34 — forked from gokulkrishh/media-query.css
CSS Media Queries for Desktop, Tablet, Mobile.
/*
##Device = Desktops
##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
/* CSS */
@greyzusht
greyzusht / flatsome3-custom-post-type-support.php
Created January 14, 2021 16:11 — forked from webseo-onilne/flatsome3-custom-post-type-support.php
Integrate custom post types into Flatsome 3 page builder application using a child theme; providing: (1.) Page Builder Editor support for custom post types, and (2.) Integration with page builder post element components.
<?php
/**
* Integrate custom post types into Flatsome 3 page builder application using a child theme.
*
* This will provide:
*
* 1. Page Builder Editor support for custom post types
* 2. Integration with page builder post element components
**/
@greyzusht
greyzusht / code.css
Created September 18, 2019 23:36
color change for publisher
/*** change background color of date section ***/
.topbar .topbar-date {
background-color: #f00 !important;
}
/*** change social network icons color ***/
.topbar .better-social-counter.style-button .social-item .item-icon {
color: #efefef;