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!
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"key": "group_6176b43adfa0e", | |
"title": "جعبه دانلود", | |
"fields": [ | |
{ | |
"key": "field_6177096785586", | |
"label": "عنوان جعبه", | |
"name": "download_title", | |
"type": "text", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"key": "group_5e38a02c2fe96", | |
"title": "لینک تک آهنگ", | |
"fields": [ | |
{ | |
"key": "field_5e38a0455e71d", | |
"label": "ورژن ریمیکس", | |
"name": "link_128", | |
"type": "text", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
##Device = Desktops | |
##Screen = 1281px to higher resolution desktops | |
*/ | |
@media (min-width: 1281px) { | |
/* CSS */ | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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 | |
**/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*** 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; |