Labels on my Home Page
-
Hello,
http://www.mateimarianimobiliare.com is a my personal site. It is about my portfolio as a real estate agent.
I would like to put some labels, 3 to be specific, on the home page. One before the posts start to be displayed and 2 between them. I kindly ask if is anyone that can help me. I don’t have the knowledge to do it by myself.Thank you.
The blog I need help with is: (visible only to logged in users)
-
Hi there, we can add some text before the post grid display. Go to Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS.
#primary:before { display: block; content: "This is some text"; margin-bottom: 30px; font-size: 140%; text-align: center; }You can edit the text string as desired and adjust the font size and bottom margin as desired.
As far as adding text between, that really isn’t going to work since the posts are all single elements, and not in any sort of “row” container that we could use.
-
-
I wanted to display a picture (now is on the widget named “Ne gasiti pe:”) on the bottom of the site. I tried and moved the widget on the footer sidebar as normal and easy way but after that the site put a limit of displayed post (for the other ones I had to press “show more”). Is there a way to make it possible?
And my second question is about a playlist with 4 songs that auto-plays and plays the music in random order (every time starts in another order and if you go on a post to continues the song). Now I have one song that auto-plays and every time I go on a post starts from the beginning.
Thank you again.
-
For adding your image to the footer, add the following to your custom CSS and see what you think. I would probably suggest reorganizing the image so that the elements in your image are horizontal, perhaps in two rows, then upload that to your media library and replace the URL in the following CSS with your new URL.
#colophon { background: url('https://mateimarianimobiliare.files.wordpress.com/2017/02/m.png') no-repeat scroll center bottom / 250px auto; display: block; height: 300px; }If, you do that, let me know as there will likely be a few adjustments necessary to get it looking its best.
With Audio Playlists, I don’t know of a way to randomize the songs. It is not something that can be done with CSS.
-
-
And I managed to move the picture down as I wanted. Now if you can adjust it would be perfect.
-
Hi, first off, after the ” / ” change the 250px auto to “contain” so it looks like the following, and then change the 300px height value to 25vw. When done, it should look like this.
#colophon { background:url('https://mateimarianimobiliare.files.wordpress.com/2017/02/mm.jpg') no-repeat scroll center bottom / contain; display:block; height: 25vw; } -
Thank you just as I wanted. You are the best.
The last thing that I want to do is to make a widget with a movie that auto starts but without the sound and to be displayed a little bigger than the standard.
-
Or to move the movie under the posts to fill the empty space between the last post and the bottom of the last widget.
-
For the movie, one can be added to a Text Widget. VideoPress allows you to set autoplay, but there is no way to automatically mute the sound. You can read more under Frequently Asked Questions on the VideoPress support page (scroll down to What attributes does the shortcode support and you will find more information.
You can also insert a number of other video formats (Youtube, Vimeo, etc.). More on those here.
-
-
- The topic ‘Labels on my Home Page’ is closed to new replies.