Search the Community
Showing results for tags 'theme development'.
-
Hi there! Been at this for a couple of hours now, but I can't seem to find the solution. In my custom.css file I have been trying to style the following tags to no avail: <div class="popover sub-menu js-sub-menu collapse" id="top_sub_menu_XXXXX"> <ul class="top-menu" data-depth="1"> I'm trying to turn the horizontal sub-menu in to a vertical sub-menu. Check out the images if you don't understand what I'm trying to achieve. If anyony got a pointer, or some advice, that would be really appreciated! Thanks!
- 19 replies
-
- 1
-
-
- custom theme
- theme development
-
(and 5 more)
Tagged with:
-
Hi guys, Me and my team want to develop a theme, but I am not sure of wich would be the right way to set up the repository so we can work on it together. Does anyone has an idea on how to do this or any tips that could be handy? Thak you for taking the time to read this!
-
- repository
- git
-
(and 2 more)
Tagged with:
-
I'm starting to work on a medium/large size project were I need a team. While one or two persons are working on the theme development, another person needs to be working on the content (categories, products, cms, ...). So, everybody need to share the same DB and development assets (scss, js, ...). How do you setup your team workflow?
-
Hi all, I am in serious need of help with my prestashop 1.7 theme. I need help with problems like: My layout is based on Starter Theme. Importing a font, I just can't seem to import the Materials Icons font into prestashop. How to add custom css files to _dev.
- 1 reply
-
- prestashop 1.7
- help
-
(and 1 more)
Tagged with:
-
Hello everyone! According official theme documentation there is no file with the name layout.tpl in theme files. But in default bootstrap theme there is layout.tpl file. What is the purpose of this file? Is it alway necessary to have it while developing your own theme? Do I need it and why? How Prestashop uses it during theme initialization? I tryed to find more information but there is only a couple of short mentiones about. Thank you!
- 3 replies
-
- theme
- theme development
-
(and 3 more)
Tagged with:
-
I have this snippet inside order-address.tpl {capture}<h3 class="page-subheading">{l s='Your billing address' js=1}</h3>{/capture} {addJsDefL name=titleInvoice}{$smarty.capture.default|@addcslashes:'\''}{/addJsDefL} The thing is, if I change the captured html and console.log the titleInvoice variable, it retains the default value, rather than the updated one. I have disabled all cache options from the back office "Performance" panel, cleared the cache manually, and have forced templates to always recompile. My last hope is that I have not understood how addJsDefL works, but there is no mention of it in the PrestaShop and Smarty docs. So, I'm lost at this point.
- 1 reply
-
- smarty
- theme development
-
(and 1 more)
Tagged with:
-
Hi, I want to create a new page on my site and add a specific template , ie with different columns of the rest of the site and a slideshow but not yet properly etendi how can anyone explain me how can I create a specific layout for a page?
- 11 replies
-
- Theme development
- PHP
-
(and 1 more)
Tagged with:
-
Hello Everyone , I am new with prestashop . And want to learn prestashop theme development . I already google it. But don't find quick start or easy prestashop theme development tutorial . I read prestashop official documentation . But still don't understand how prestahsop theme work.. Very basic example., if i add a html in footer.tpl or header.tpl , But i don't see any output. So, its confuse me . I know here lot of knows , About theme development . Please give any reference video or blog , or any instructions. Thanks Advance. Hassan
-
Hello happy PrestaShop users, I am currently developing a PrestaShop theme and I need to know some opinions regarding this. Any opinion, reviews or critics are welcomed. Here's the link. Thank you!
-
I am new to Prestoshop, and have a question regarding the color attributes. I have the standard color picker on the product pages, and want it so when the user selects a color, a different item will have its color changed to match. Right now I have the price set in a colored box. I want it so when the user selects a different product color, this box will also change color, preferably via a class. This should occur for each different color selection. Is this possible? Thanks in advance for any help!
- 4 replies
-
- theme development
- attributes
-
(and 3 more)
Tagged with:
-
How can I insert the google adsense module inside a custom div tag? thanks in advance.
-
we want o hire 3 talented Prestashop Developers with experience and great eye for deign, we have lot of prestashop theme development and custom modules development projects (mid range budget), you should be able to develop themes with responsiveness (please note : we want mobile version similar to the design we provide or you make,not stranded prestashop responsiveness). and for most project i will provide the designs if you are interested please contact me via e-mail ([email protected]). thank you all Regards Prbath
- 1 reply
-
- 1
-
-
- Prestashop
- Jobs
-
(and 2 more)
Tagged with:
-
Im trying to build a theme with the following layout [Top of page/ header bar] A header bar with the logo,menu,categories drop down menu. [Home page content] A banner that occupies the whole width of the page A "featured products" section below it, which again occupies the whole width. A section with thumbnail based categories. [Right column content] The right column that has "latest products" to the right. now the html markup I get is something like this. <div class="header"> A header bar with the logo,menu,categories. </div> <div id="colums"> <div class="left"> </div> <div class="center"> A banner that occupies the whole width of the page A "featured products" section below it, which again occupies the whole width. A section with thumbnail based categories. </div> <div class="right"> The right column that has "latest products to the right. </div> </div> Now that the banner and "featured products" occupy the whole width, center div also occupies the whole width. Thus the right column shows below this section. Now the categories thumbnails is in the center div(considering it is hooked to home) and latest products is in the right column (as I need it to display on the right column of each page). I want them to show side by side, however this ain't working out because of the containing divs(center and right). How do I work around this issue??? as in place a module outside the center div(which has hook_home in it) though it is hooked to home.??? Hope I have need able to keep this question clear and easy to understand. I have attached a screen shot to better explain what I have... now what Im trying to achieve is more the latest product section up and the categories section besides it to the right. (I'll format the caregories section so 3 thumbnails occupy the space)
-
Hello, I need urgent help in my theme development. I need an option in admin panel from where I can select the template of CMS page, this is because I want to use different design on static pages. Please need help on this. Is it there any option like we create different page template in Wordpress for different pages, also for sidebar section. Thanks Sachin
- 8 replies
-
- theme development
- custom theme
-
(and 1 more)
Tagged with:
-
Hi Guys I'm about a week away from getting a few new theme online all built from the ground up however I'm stuck with 1 aspect. I have a folder within them my theme called "Modules" within that I want to contain some of the default modules such as home featured and so on so no external coding will be required. How do I place the module within that folder and tell the theme to pick it up from there? Or does it do it on its own providing the folder name is the same and I only include the language files and .tpl? Any help would be great
- 5 replies
-
- modules
- theme development
-
(and 1 more)
Tagged with:
-
Hello =) I'm making a theme for sports online store. I have nesting categories up to 3-5 levels. In this case there are long navigation like: Home > Sportswear > Shirts > Men > blah-blah-blah Such a long line of breadcrumbs navigation can break my design. I decided to reduce breadcrumbs navigation. What I can do it's to make my navigation shorten by kick out "Home" from my template. But I want to keep link to "Home" page. Question: How can I reduce the breadcrumbs? Ie I want: Home > Sportswear > Shirts > Men > (breadcrumbs without product name) I tried to use $path|truncate but there were a problem 'cause {$path} returns HTML code of full breadcrumbs line. So I need help :] Thx, Alex, Russia. Sorry for my poor english =)
- 1 reply
-
- breadcrumbs
- theme development
-
(and 1 more)
Tagged with: