Deletion of Opencart Featured Products Homepage Module - opencart

I have accidently deleted opencart Featured Product Homepage module i-e
Featured > Home Page from the admin panel > Modules.
How to can I restore it?

You need to create it again using simple procedure -
Go to Extensions > Modules > Featured (click Edit button at the
right).
Enter Module Name as home-page-featured (put any name to recognize
it).
Add feature products to it.
Make Status as Enabled
You should see something like this now. Add suitable limit,width,height.:
Click Save button.
Now Go to Design > Layouts and edit Home layout (for version less than 2.1.x - go to System > Design > Layouts)
Click on add module button at right corner.
Choose home-page-featured for "Module" , select suitable Position and Sort Order. And Save it.
You will get to see featured module on home page.

Related

How to add Super Filter/Filter in home page in my website?

I am using opencart version 2.2.0 and journel theme in my ecommerce site.How to add Super Filter/Filter in home page in my website?
I am guessing you mean you are using Journal theme?
In left menu, go to
Journal->Super Filter
Then click add button.
It will allow you to add the filter to desired layout (which in your case will be Home, just choose it from the drop down list) and also define position (column left or column right), as well as set status on or off. You can add as many as you like, in which case you can define sort order of each one. Click Save button.
I hope this helps, cheers.

how to set the rights for placeholder ribbon

beginner question for sitecore about settings the right.
So I have an item is open in the page editor.
The renderings on the page has bunch of icons on the ribbon. One of them called 'select the parent element (element name)'.
In my case when I click on it, I am presented with the placeholder with button 'add here' and the ribbon with some component buttons that a user can use to add the controls.
So, QUESTION:
"how I add access to the button on that ribbon for certain role? Where do I set it up? "
For some certain role that placeholder's ribbon is completely empty, including there is no button 'select the parent element' even though
i know there is a parent element.
thank you very much for help,
HF
Here are the screenshots (no icons on the placeholder ribbon, and the user's rights:
enter image description here
And here is how that looks for the admin:
All the settings for the Page Editor are held in the Core database. So in the Sitecore Desktop, switch to the core database and open up the Content Editor.
Navigate to : /sitecore/content/Applications/WebEdit
This item holds the items that make up the page editor. To edit the ribbon menues, go to:
/sitecore/content/Applications/WebEdit/Ribbons
I don't remember seeing that particular button in the Core database, so this is likely a built-in feature that requires the user to have one of the built-in permissions.
The first thing I would check is that Designing is turned on. Have the user go to the 'View' tab in Page Editor and make sure they have checked the 'Designing' checkbox.
If that doesn't work, it sounds like the user you have does not have design access to the page. I would examine the inherited roles using the User Manager and check if they have the Sitecore Designer role inherited.
It is possible they just need to be provided the correct role in the system so that they can access the buttons.
Have you tried the "Sitecore Client developing role"?
Also, for the blue arrow drop list location, in order for the rendering button to show up in that location, you have to check whether the button in the webedit folder under core database(/sitecore/content/Applications/WebEdit/Default Rendering Buttons). The Type field needs to be "Common" in order to show up in the blue arrow droplist.
Example can be the "Edit related item" (/sitecore/content/Applications/WebEdit/Default Rendering Buttons/Edit related item) shows up in the blue arrow droplist.

How to display a menu of articles by category in joomla

I'm relatively new to Joomla and I'm updating a web site from 1.5 to 3.x. Everything seemed to go fine except that the template in the previous version was showing a dynamic drop down menu that displayed each article organized by category.
I was wondering how I can show this menu. The code in the template is:
<div id="moomenuE"><jdoc:include type="modules" name="user3" style="topmenu" /><br /></div>
so I get that the position would be 'user3' but I can't seem to find a way to display such a menu. There were NO Menu's or Menu Items in the Menu Manager from the previous version so I'm not sure if I need to create one for the 3.0 version.
I don't know the previous version, but maybe the menu was hardcoded. In Joomla 3.0 you just need to create a menu and some menu entries (worked in previous versions too). After doing so you have to add a module (Extensions -> Module Manager). The position of the module is "user3" in your case.Now only choose the menu and click save. The menu is now shown in the module placed at the specific position.
For more detailed information take a look at:
menu
module

Change content of top panel Opencart 1.5.5.1

I want change content of top panel in Opencart 1.5.5.1 (if you look at this site http://demo.opencart.com/ I mean this gray panel on top with category items "Desktops, Laptops & Notebooks..."). For example I want put to this panel information. I tried found it in administration, but I found nothing.
Put simply, without some editing of core files you aren't going to be able to do this. These items are categories only and are editable from the category editor under the option "Top" as in show in top menu. Information does not have this

How can I make Joomla 1.5 menus?

I'm making my own Joomla template, but when I check menu manager, it seems to be very confusing, because there are a lot of choices. I just need simple menu linking to my sites pages. So I need to know:
1) What kind of tag I need to insert to my template, so that it can show menus.
2) How can I link to pages on my site with that menu manager.
So, here's the five minute whirlwind tour of Joomla: You have Components, Modules, and Plugins.
Menu items link to components. This means that components are effectively "pages" in Joomla. So, you want a page to list a bunch of articles, for example? Create a menu item, and when you're asked to set it's "type" pick one the "articles" entries. Boom; you've just linked to a component.
Now, modules are odd bits and pieces of code that sit around components. Remember, the component is the "page" for all intents and purposes; modules are sidebar elements, "Related Articles" widgets and the like.
To create a new module, go to Extensions -> Module Manager and add one. Now, you can create a module that lists a batch of menu pages.
Lastly, you need someplace to put your modules on the page. The "template tag" if you're coming from Wordpres, is "". Drop that in your template on the sidebar, and change the name (the bit in parenthesis), to something like "sidebar".
Now, if you go back to the module manager, click your "Menu" widget, you should see a dropdown on the left where you can select the "position" the module should sit in. Select (or type in) "sidebar", and now that menu will be dropped into the page whereever you've placed your tag.
I would suggest you to go through the joomla 1.5 quick start guide, there you will find how to do that along with other stuff. This is the pdf file.
I'd agree with Sarfraz.
You could also check out the guides from Compass:
http://www.compassdesigns.net/joomla-tutorials/joomla-15-template-tutorial