Ill reupload it tmrw, no worries

2 2015-08-19 06:08:38

(18 replies, posted in Questions)

i clear the file style.css removed all useless crap for this specific scrolling:

body{
    background-color: #222;
    color: #eee;
    font-size: 14px;
    margin: 0;
    padding: 0;
    min-width: 480px;
}
.content{
    overflow: auto;
    position: relative;
    padding: 20px;
    background: #333;
    margin: 10px;
    width: 740px;
    max-width: 97%;
    height: 400px;
    -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
.content.hidden{ display: none; }
.content.light{
    background-color: #ddd;
    color: #333;
}
.content hr{
    margin-bottom: -10px;
    border-top: 1px solid rgba(0,0,0,0.7);
}
.content.light hr{
    border-bottom: 1px solid rgba(255,255,255,0.6);
    border-top: 1px solid rgba(0,0,0,0.1);
}
.content p{ margin: 30px 0; }
.content p:last-child{ margin-bottom: 5px; }
.content p:nth-child(odd), .content.light p:nth-child(odd){
    background: #444;
    background: rgba(255,255,255,0.1);
    padding: 5px 10px;
    -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
}
.content p:nth-child(3n+3){
    color: #bbb;
    background: none;
    padding: 0;
}
.content.light p:nth-child(odd){
    background: #fff;
    background: rgba(255,255,255,0.8);
}
.content.light p:nth-child(3n+3){ color: #666; }
.content p.full:nth-child(odd), .content p.half:nth-child(odd), 
.content p.full:nth-child(3n+3), .content p.half:nth-child(3n+3){
    background: none;
    padding: 0;
}
.content h2{
    font-size: 200%;
    line-height: 130%;
}
.content h2:first-child{ margin-top: 5px; }
.content:nth-child(odd) h2{
    font-family: "Oswald", sans-serif;
    font-weight: 300;
    font-style: normal;
}
hr + .content:nth-child(odd) h2{
    font-family: "Lobster Two", "Georgia", serif;
    font-weight: 700;
    font-style: italic;
}
.content.light h2{ color: inherit; }
.content img{
    margin: 0;
    -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
    padding: 3px;
    background: rgba(0,0,0,0.2);
}
.content.light img{ background: rgba(255,255,255,0.4); }
.content input[type='text'], .content textarea{
    border: none;
    background: transparent;
    background-color: #bbb;
    background-color: rgba(255,255,255,0.6);
    min-height: 20px;
    padding: 5px;
    -moz-box-shadow: inset -1px -1px 1px rgba(255,255,255,0.6), inset 3px 3px 20px rgba(0,0,0,0.5);
    -webkit-box-shadow: inset -1px -1px 1px rgba(255,255,255,0.6), inset 3px 3px 20px rgba(0,0,0,0.5);
    box-shadow: inset -1px -1px 1px rgba(255,255,255,0.6), inset 3px 3px 20px rgba(0,0,0,0.5);
    -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
    width: 50%;
    font-size: inherit;
    font-family: inherit;
    color: #222;
}
.content textarea{
    min-height: 80px;
    width: 70%;
}
.content .half img{
    max-width: 48%;
    margin: 0 0 2% 2%;
}
.content .half img:nth-child(odd){ margin: 0 2% 2% 0; }
.showcase .content{
    float: left;
    width: 340px;
    height: 300px;
}

3 2015-08-19 06:00:31

(18 replies, posted in Questions)

u can download my default theme and see how i did it, actually it was really easy/fast/ just copy pasting lol

Download Default.zip

but u will need to find our which classes in "style.css" u have to remove cause there are a lot of styles u do not need

4 2015-08-19 05:58:31

(18 replies, posted in Questions)

well it works just fine for me on default monstra, u had to add style.css as well, their documentation suck
http://s020.radikal.ru/i700/1508/af/6deed7441fbe.png

they asked u to use this code:


so put this one instead cause monstra has jquery connected already

add it in here footer.chunk.php and then add this one under the JS

i believe that he just gave a link to the actual plugin not to his website smile

7

(28 replies, posted in Projects)

So morfy is like a lunix and monstra its like a windows ? big_smile
Morfy is more for a developers

8 2015-08-06 17:37:41

(3 replies, posted in Questions)

Markdown plugin is a trouble!

This themes would actually look good with any plugins, no need to do any extra work on redesigning

10

(6 replies, posted in Questions)

@andreid,

Just faced the same problem and found solution:

making new template, making new page assigning that template to page, in template adding this code for each page we want to show content inside our 1 page, u can even make 1 page themes with it

Example of mine i show 6 pages inside page Details:





11

(30 replies, posted in Plugins)

Tiabutcher wrote:

My Hosting Provider is also not free. But it is in our budget. They also provide great domain and are available 24/7 with technical support. They always solve the issue in the given time. If anyone is interested they can even check their reviews here.
http://www.hostingreviewed.com/

i dont like them just cause they lie in your face smile look at the footer right bottom

This page verify web standards Valid XHTML | Valid CSS

and they put no links to validation websites, but after i check they got ton of errors actually and its not even close to be valid big_smile
https://validator.w3.org/check?uri=http … mp;group=0
w3.org [Invalid]

12

(1 replies, posted in Questions)

nvm has to be this code =/
works well

                        
                        
                            
                        

13 2015-07-30 03:27:03

(1 replies, posted in Questions)

Hi hope someone can help me with the problem.
This code:



    

from here http://monstra.org/documentation/theme-template-tags
says that i can get the list of children of the page (Get children pages for a specific parent page)

So i put this code in my template for my page Details, since i have like 7 childrens for details page, but it does not work it show nothing at the place i added that code, and there is no error even on DEV mode

Go to forum: Questions Go to post 13

14

(4 replies, posted in Plugins)

It happened cause of weird plugin "markdown" which i usually remove since we dont have a clear documentation about that, but so far we find out that any spaces in views for plugins telling markdown to convert it into

 and  and show as html in a front				

15

(2 replies, posted in Showcase)

Always nice to see beautifull webdesign on a beautifull cms big_smile
Good job look nice as well as your works as well as in mobile device

16

(3 replies, posted in Questions)

I had no issue with security wht so ever smile

17

(3 replies, posted in Questions)

Have catalogs / shops with online order and also have even with paypal payment, wr have a lot of ecommerce plugins actually

18

(6 replies, posted in Questions)

I have no idea lol, i dont know php at all... I had that code in my notes with explanation of wht it does, so i try to make ur code plus that one to work together and it does, buttons showes only to admin or editor if they loged in, the only problem it works only on plugin pages and it wont work if u ar at yourwebsite.com/index.php only if its has home or any pages after slash otherwise buttons sending u to hell smile

19

(6 replies, posted in Questions)

this code works fine on locahost tho smile

            
edit"; //clumsy :)
                                                echo " ".$part4;
                                        } else {
                                        }
?>

20

(6 replies, posted in Questions)

well so u can use this code to hide ur code smile

21 2015-07-26 18:57:49

(6 replies, posted in Questions)

I know for sure u can add button with link which goes to admin/pages with list of all of them in template it will show only if u ar loged in and admin or editor, but idknw how to make the link exactly to the page editing, would be nice to know as well, if u can make that link somehow ill help u hide it from normall users and show only to admin/editor

22

(12 replies, posted in Plugins)

Fixed few bugs and mostly design part, works fine with Monstra 3.0.1

DEMO: http://free.demo-mp.monstrapro.com/guestbook
DOWNLOAD: guestbook.zip Monstra 3.0.1

Simplex
Mini and minimalist

Framework based on Bootstrap 3 created by Bootswatch

We made it for Monstra CMS 3.0.1, also we add some changed as well as simple slider, hope you like it wink


LIVE DEMO: http://free.demo-mp.monstrapro.com


http://monstrapro.com/public/uploads/themes/free-themes/simplex/simplex.png


Download: simplex.zip

How to install:
1. Open file "simplex.zip" select folder "simplex" and move it to your server/public/themes/
2. Open admin panel, than go to Extends - Themes than Site Theme - Select theme, select "simplex" and click save smile

View all elements here: http://bootswatch.com/simplex/

Sandstone
A touch of warmth

Framework based on Bootstrap 3 created by Bootswatch

We made it for Monstra CMS 3.0.1, also we add some changed as well as simple slider, hope you like it wink


LIVE DEMO: http://free.demo-mp.monstrapro.com


http://monstrapro.com/public/uploads/themes/free-themes/sandstone/sandstone.png


Download: sandstone.zip

How to install:
1. Open file "sandstone.zip" select folder "sandstone" and move it to your server/public/themes/
2. Open admin panel, than go to Extends - Themes than Site Theme - Select theme, select "sandstone" and click save smile

View all elements here: http://bootswatch.com/sandstone/

Readable
Optimized for legibility

Framework based on Bootstrap 3 created by Bootswatch

We made it for Monstra CMS 3.0.1, also we add some changed as well as simple slider, hope you like it wink


LIVE DEMO: http://free.demo-mp.monstrapro.com


http://monstrapro.com/public/uploads/themes/free-themes/readable/readable.png


Download: readable.zip

How to install:
1. Open file "readable.zip" select folder "readable" and move it to your server/public/themes/
2. Open admin panel, than go to Extends - Themes than Site Theme - Select theme, select "readable" and click save smile

View all elements here: http://bootswatch.com/readable/