D
D
DanielPo2021-10-20 11:26:27
CMS
DanielPo, 2021-10-20 11:26:27

Learning/How to create a frame in Wordpress? What CMS systems do you recommend?

1) I need to create a similar frame in Wordress but at the moment I have no idea how to create such a frame.
2) Now I'm just starting to work in it and it's very difficult for me because Wordpress is very hampering your actions and it's very unusual, although from many sides it is both good and bad. If someone can then please send articles to learn how to work on Wordpress and also maybe some convenient and useful plugins that would make life easier.
3) Also, can you tell me what good cms systems are available so that they can be easily integrated into the finished site and, accordingly, would perform well their functionality.

616fd25a93601896227400.png

Answer the question

In order to leave comments, you need to log in

4 answer(s)
A
Artem Zolin, 2021-10-20
@DaniilPo

https://codepen.io/artem-zolin/embed/WNEGegM

I
Igor Gorlov, 2021-10-20
@Woorg

The frame is made on css
To learn WordPress:
https://codex.wordpress.org/
https://wp-kama.ru/
https://www.udemy.com/course/become-a-wordpress-de...

S
silatal, 2021-10-20
@silatal

This is not done by Wordpress/Bitrix/Opencart and so on. These are the basics of css.
All cms are good, but for different purposes. Without knowledge of the site structure, the basics of html and css, any platform will hinder movement. Plugins alone won't take you far. Here, either delve into it yourself or hire an IT specialist.

D
Dmitry, 2021-10-20
@pro100taa

You can use this code. This is in css styles paste in wp

.kartinka-test	{
border-radius: 38px;
margin: 30px 0 0 30px;
}

.ramka-test { 
  border-radius: 38px;
  border: 1px solid red;
  height 300px;
  z-index: 2;
}
  
.ramka-obekt { 
  width: 720px;
  height: 400px;	
}

.child {
  position: absolute;
 }
  
.parent {
  position: relative;
}

And this is where to use
<div class="parent"><div class="ramka-obekt ramka-test child"></div>

  
<img class="kartinka-test child" src="здесь ссылка на картинку"/></div>

And adjust the dimensions you need

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question