Search found 54 matches

by mahammadareef
09 Nov 2022, 05:28
Forum: Laravel package
Topic: how to add jquery and bootstrap to aimeos
Replies: 6
Views: 1213

Re: how to add jquery and bootstrap to aimeos

yes in new theme i wan to add jquery
by mahammadareef
08 Nov 2022, 10:39
Forum: Laravel package
Topic: how to add jquery and bootstrap to aimeos
Replies: 6
Views: 1213

Re: how to add jquery and bootstrap to aimeos

I am finding difficulty in integrating slick slider BCS slick slider requires jquery, and not only this almost packages need jquery ,,and cash dom comes with very less functionalities,is there any safe way we can add jquery without affecting the code ..
by mahammadareef
02 Nov 2022, 09:33
Forum: Laravel package
Topic: custom controller
Replies: 1
Views: 437

custom controller

i overwritten the pagecontroller for additional page load action, and when I updated the composer it gave me this warning ... Warning: Ambiguous class resolution, "Aimeos\Shop\Controller\PageController" was found in both "D:\laragon\www\project1\vendor/aimeos-extensions/extcliqnshop/s...
by mahammadareef
02 Nov 2022, 06:04
Forum: Laravel package
Topic: Theming auth related pages
Replies: 1
Views: 386

Theming auth related pages

how to adapt default theme style in Auth pages(like login ,register) because these pages not listed inside our aimeos directory
by mahammadareef
29 Oct 2022, 07:04
Forum: Laravel package
Topic: how to create theme color scheme configuration settings in admin side
Replies: 3
Views: 742

how to create theme color scheme configuration settings in admin side

in aimeos admin side default theme color scheme settings are available like this image attached, I want to create color settings for my custom theme how to do this?
by mahammadareef
28 Oct 2022, 05:03
Forum: Laravel package
Topic: detect the current page inside component
Replies: 5
Views: 896

Re: detect the current page inside component

yeah, this CSS for toggling HTML I can understand, but my problem is different,
think iam inside the component locale/select which can be available for all the pages, I want to detect my current page inside this component and write the condition as, if this page is home then do this or do that ...
by mahammadareef
27 Oct 2022, 12:59
Forum: Laravel package
Topic: airoute not works inside components
Replies: 1
Views: 398

airoute not works inside components

I tried using this code inside my components but it fails to generate a URL
{{ airoute( 'aimeos_shop_account' ) }}
this works in the base.blade.php file but not in my component template file

please help me with this,

thanks in advance
by mahammadareef
27 Oct 2022, 12:24
Forum: Laravel package
Topic: component creation
Replies: 5
Views: 967

component creation

is it okay to create new components inside my theme extension folder, source code inside <mytheme>/src/Client/html/ template file inside <mytheme>/templates/client/html/ it works, i wanted to know is this the exact method or we need to adopt some other method and I wanted to know the difference betw...
by mahammadareef
26 Oct 2022, 10:20
Forum: Laravel package
Topic: detect the current page inside component
Replies: 5
Views: 896

Re: detect the current page inside component

I want to toggle the class 'show' inside one of my component based on the page we are in I tried this <body class="{{ $page ?? '' }}"> but the variable $page is not accessible inside the component, its only available in base.blade.php can u please explain me this step by step , Thnk you
by mahammadareef
26 Oct 2022, 09:35
Forum: Laravel package
Topic: how to add jquery and bootstrap to aimeos
Replies: 6
Views: 1213

Re: how to add jquery and bootstrap to aimeos

when i tried adding jquery there is error in aimeos.js file of my theme extension , in this code block

/**
* Initializes offscreen menus
*/
setupOffscreen() {

$('.zeynep').each((idx, el) => {
$(el).zeynep({});
})
},

for error check the attactchment