Pitech - Problems - I Want Logo Off Canvas Not Displayed - Images Blog Intro does Not Get The Radius - Main Menu Header + Off Canvas Burger - Question | JoomShaper

Pitech - Problems - I Want Logo Off Canvas Not Displayed - Images Blog Intro does Not Get The Radius - Main Menu Header + Off Canvas Burger

P

Puntje

Template 1 year ago

Hi

i have an few questions about the joomla 4 update template Pitech

i use Pitech template - first question

https://prnt.sc/io426oIBl2Um - > https://prnt.sc/6J0nnujTlZLm

Mine question is, i want the image of the blog intro to have an radius als on the top. Hope i can change that - the ways only the blog images index pages wil get an radius

border-top-right-radius: 15px; border-top-left-radius: 15px;

i only want the image of the intro to have the radius not the other - so this will not work - because the othere images on mine website will also get that radius - so below css will not work - so i cannot use below css for the blog image intro

https://prnt.sc/sk2LyPOILct_

img { border-top-right-radius: 15px; border-top-left-radius: 15px; } ( will give all images of the website an top radius)

for others and link see private message

second question: main menu in header will move below the header - see attachment https://prnt.sc/eE7lR89wfuyx

Third question : Also the burger icon is not in the sticky header and the sp-scroll-up is also not good aligned - they work togheter https://prnt.sc/bjs4-KNagpjK https://prnt.sc/GBKTVSLhFdey

fourth question remove logo offcanvas https://prnt.sc/S4fgTkF13uSO

I want to remove logo of te offcanvas. But it will not work

0
7 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #68430

Hi

Thanks for contacting us, For youe first question please give me that specific page link where you wants to give the images radius.

For youe second question the header seems ok on my end.

https://prnt.sc/pLejvvV2hBYq

For youe third question please use this custom CSS


@media (max-width: 767px){
 .burger-icon {
    position: relative;
    bottom: 60px;
}

For youe fourth question please use this custom CSS

.offcanvas-menu .logo {
 display: none !important;
}

Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

-Regards.

0
P
Puntje
Accepted Answer
1 year ago #68465

Thanks. Logo is gone in off canvass - i closed @media - otherwise header will come transparant and more

1 question: links i give in private message

2 question: main menu in header will move below the header - see attachment https://prnt.sc/eE7lR89wfuyx

3 Sometimes the burger menu does not show https://prnt.sc/0dT_Sc-fNPWv

4 Also the arrow is gone on the index and blog pages of scroll up button - see below for links https://prnt.sc/XbIjCs2Ps3BF

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #68606

Hi

For your 1st question please use this CSS

.article-intro-image.float-left img{
 border-top-right-radius: 15px; border-top-left-radius: 15px;
}

For your 2nd question it still ok on my end. Please mention the resolution where you have faced this issue.

For your 3rd question also please mention the resolution .

For your 4th question its not create issue for my css because this css is only effect the off canvas.

0
P
Puntje
Accepted Answer
1 year ago #69706

For your 1st question please use this CSS - thanks worked!

see movies for 2 till 4 in see links youtube screenmovie from hidden content

For 4 i give an link - i work with safari browser - there is no arrow in the blog off the scroll up

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #69741

2nd question solution. Use this custom CSS

@media only screen and (min-width:990px) and (max-width:1290px){
.sp-megamenu-parent{
 position:relative !important;
 bottom:100px;
}
}

For more questions please create a new forum post.

0
P
Puntje
Accepted Answer
1 year ago #69762

thanks works. Put the other 2 questions in a new topic

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #69769

Glad to know that. You can now accept the answer and close this post.

Thank you.

0