Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
benjaone1
tagDiv Member

Can I make it a widget area? Any way to get a picture there?

benjaone1
tagDiv Member

How about with HTML or in some other way get the images on the mobilemenu?

benjaone1
tagDiv Member

No,

I would like to add 2 images to my mobilemenu with CSS. One image on top and the other one in the bottom of the mobilemenu.

Thanks

benjaone1
tagDiv Member

Very cool!

Last thing 😀

I would love to have 2 images. A logo on top and another one in the buttom. I have tried different things without luck.

Will you help me with CSS to add images to the mobilemenu, please?

Thanks so much!

benjaone1
tagDiv Member

It works and I absolutely love it!

The background zooms in when the menu is open.

Screenshot: https://ibb.co/Yhf3zv5

Is there any way to prevent it?

Thanks!

benjaone1
tagDiv Member

Thank you very much 🙂

For some reason the background moves.

Screenshot: https://ibb.co/yywN7LZ

Thanks again!

benjaone1
tagDiv Member

Hi,

That sounds really great!

The site: http://www.a-c-d.net

Screenshot: https://ibb.co/g7Svq7L

My guess is the CSS selector is: #td-mobile-nav

Not sure though.

Thanks!

benjaone1
tagDiv Member

Thank you very much!

Can you help me with some CSS to change the width to 50%?

Thanks 🙂

benjaone1
tagDiv Member

I don’t want to edit how the website looks on mobile. I want to edit the menu sliding in from the left when pushing on the hamburger icon on mobile.

I want to change the look of my mobilemenu. I don’t see where I can do this from the “mobile menu”.

Thanks.

benjaone1
tagDiv Member

Hi 🙂

Stupid question, how do I edit the mobile menu with the TD-composer? Since I only know how to edit the frontpage with the TD-composer.

Thanks

Ben

benjaone1
tagDiv Member

Hi,

How do I customize the mobile menu?

I would like it to look like this?

Thanks!

Ben

benjaone1
tagDiv Member

I had to turn on cloud library to make activate it, thanks!

benjaone1
tagDiv Member

Hi,

I can’t open the zone manager, when I click on it nothing happens, thanks!

benjaone1
tagDiv Member

Very cool setting, thanks!

benjaone1
tagDiv Member

Hi,

I can’t get -header main menu- setting activated? I don’t have it. With TagDiv Composer open I don’t get anything when hovering on the header, thanks.

benjaone1
tagDiv Member

Hi,

How do I edit a blogpost with TagDiv Composer?

Thanks!

benjaone1
tagDiv Member

I used:

.td-scroll-up {
display: none;
}

And it works, thanks!

benjaone1
tagDiv Member

I tried:

.td-container.td-post-template-default {
max-width: 1200px;
width: 100%;
}

And my blockposts became 1200 px wide but it messed up the responsiveness.

It looks like this on some window sizes:

https://ibb.co/MsNZNVh

Where it looked like this without the code:

https://ibb.co/5WWN1zq

So I tried this:


@media
screen and min-width(800px) {
.td-container.td-post-template-default {
max-width: 1200px;
width: 100%;
}
}

But somehow it does not change the width?

To fix the sidebars imagesize I did this:

.td_module_1 > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > img:nth-child(1) {
full-width: 100%;
width: 100%;
}

And it works.

To make all images on blockposts full width I did this:

img {
width: 100;
}

And it works.

How come this code doesn’t change the width?


@media
screen and min-width(800px) {
.td-container.td-post-template-default {
max-width: 1200px;
width: 100%;
}
}

Thanks!

  • This reply was modified 5 years by benjaone1.
benjaone1
tagDiv Member

Hi,

You are showing a screenshot of a frontpage. How to get the left panel on your screenshot visible on a blockpost?

Thanks

  • This reply was modified 5 years by benjaone1.
benjaone1
tagDiv Member

How do I change the size of the width in all blocks on my site?

Thanks!

benjaone1
tagDiv Member

I just had to delete cash – it works – yay!!! 😀

benjaone1
tagDiv Member

Hi again,

I have a standard header and footer style from Theme Panel, and when I stretch the header and footer from Theme Panel -> Template Settings -> Force full width it’s not working. The header and footer is stretched when I’m logged in to WordPress, but when I log out the stretch is gone.

I would consider getting a header and footer template from Cloud Library, but your video is somehow gone.

Your help is much appreciated, thanks!

benjaone1
tagDiv Member

How do I activate the header and footer? When I hover and click as I do on the rest of the website where “row” gets visible nothing happens?

Thanks 🙂

benjaone1
tagDiv Member

Hi and thanks!

I would like to stretch both the header and the footer to full width like the rest of the page.

2 image links added

Header stretch: https://ibb.co/C2tR8bp
Footer stretch: https://ibb.co/QCRcjm9

Note: I have not stretched the site now bc I can’t stretch the header and footer.

Thanks

Ben

Viewing 25 posts - 1 through 25 (of 63 total)