Nectar Tempalate - Question | JoomShaper
🎃 Halloween Sale is Live! Get 35% OFF on all plans. Sale ends soon! Get Offer

Nectar Tempalate

A

asadmunir

Template 7 months ago

Hello

a couple of questions

  1. I want to remove the html code from the images i dont know where to find the code https://ibb.co/99rj2g3K
  2. I dont know why when i select single article in menu the background image is not displaying even when i am am selecting to do so https://ibb.co/S4fhZtxL
  3. Where can i change the styling of the menu. I get custom css but where do I look. previous response from Joomshaper "You would need to apply custom CSS or hire a developer to achieve this design." that is not helpful.

thanks

0
8 Answers
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 7 months ago #188039

Hi Ben,

Thanks for reaching out to us. To resolve your first issues and third issues(You will find custom css option from documentation), please, use this css in your custom css, You can follow this guide to add custom css in your template: https://www.joomshaper.com/documentation/helix-framework/custom-code-css-js-meta

.sp-page-title:after,
.sp-page-title>.container:after,
.sp-page-title>.container:before{
    content: unset;
}

For the issues 2nd, You can share your admin aceess in hidden content section so that I can check. Before doing this, Please, take your full site backup.

Thanks.

0
A
asadmunir
Accepted Answer
7 months ago #188182

Hello,

in addition I thought it was something I was doing but you have something very strange going on with the menu systems. I have cleared the cache, rebuilt the menus but still face issues. URL / section IDs are not working correctly. Also for some strange reason remembers the last menu item you clicked on and adds it to the url. I have uploaded videos please go to the error on the menu and you will see the issue.

I have added custom CSS. This issue was happening before the CSS and is a mute point

0
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 7 months ago #188226

Please, give me screenshots or screen recording for this issues.

Thanks.

0
A
asadmunir
Accepted Answer
7 months ago #188221

Hello,

I have managed to get the site ready for its specific purpose. I have deleted access to the backend as I don’t want anyone in there. What I need help with are 2 things

  1. When on a desktop I want the menu to remain on top even when you scroll down, and it does not.

  2. When you access the site from mobile menu the titles fall on to 2 lines. when you go on template options and flick between the various devices desktop/tablet/mobile it is not the same behaviour you get on a physical mobile image attached. https://ibb.co/BVZwr7bY. It is doing this throughout the site

custom css in the site related to media

/ Adjust title/module padding on mobile / @media (max-width: 768px) { .sp-page-title, .sp-module-title { padding-left: 15px; padding-right: 15px; text-align: center; }

thanks

0
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 7 months ago #188225

To enable a sticky header, navigate to:

System → Template Styles → Template Options → Basic → Header

Then, enable the Sticky Header option.

To prevent the title from breaking into two lines, use the following CSS:

@media (max-width: 767.98px) {
    #sppb-addon-c3aa6e8f-551f-4780-aa98-1bba138925dd .sppb-addon-header .sppb-addon-title {
        font-size: 52px;
    }
}

@media (max-width: 575.98px) {
    #sppb-addon-c3aa6e8f-551f-4780-aa98-1bba138925dd .sppb-addon-header .sppb-addon-title {
        font-size: 40px;
    }
}

Thanks,

0
A
asadmunir
Accepted Answer
7 months ago #188299

Hello

neither suggestion worked.

thanks

0
A
asadmunir
Accepted Answer
7 months ago #188807

Hello,

looking for an update

thanks

0
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 6 months ago #189418

Could you please share temporary administrator access to your Joomla backend? You can provide the credentials securely in the hidden content section. Also, please take a full backup of your site before we make any changes.

Once I have access, I’ll investigate further and see what’s causing the issue. Let me know once you’ve shared the details!

Best Regards,

0