Opencart 2.2 website width extending blank page to the right - opencart

I am using Opencart 2.2 with the default theme and the width of the category page is extending another extra 50% to the right showing a white space.This does not happen on other pages like the homepage or product pages. My website is ilandlo dot com. I will share codes whichever is required as I am not sure which one would be preferable.
I have no idea why this is happening, if someone can help me find the solution, thanks in advance.

The payment gateway images module is creating trouble and taking more width than parents .
The owl-wrapper class element has width 1964px that is causing trouble.
This might be due to some wrong configuration of slideshow module or there is a bug in module that's creating an element of width more than the page widths.

Related

bootstrap4 on ember.js: how do I build this exact top navbar and left side navbar

what I would like to do in RED BOX:
hello. obviously I am new and very much a beginner.
I am using ember.js for my application frontend and bootstrap to ease the styling process. I want to build a top fixed menu bar like the picture attached and a left navigation bar with scrolling like the picture attached. maybe because I am new thats why I am unable to use the manuals properly to land me at this point.
if anyone choose to help, need to know 1st that if there are already defined builtin components in ember.js to solve this issue (I am using ember v3.18), I am unable to find any.
2nd, if 1st question answer is no, then how can I build it - or are there any suggestive codes available online for me to learn from?

Can't hide and add category on frontend in Prestashop 1.5

I'm new in Prestashop and I ask you about little help.
My client uses Prestashop 1.5 and she deleted one category and add one new category. Unfortunately we don't see these changes in category block on homepage and other pages.
Can you please help me how can I make these changes in admin? I looked for a solution in the category settings and in modules settings, but without success. I deleted cache in Prestashop and also in browser.
Can you please help me?
Thank you very much in advance.
Kind regards,
Jan Pavelka
picture of backend /
picture of frontend
What is name of this category module? This is blockcategories or it is different module? If it is different module maybe it has configuration page where you must edit displayed content like in module blocktopmenu.
Could:
Clear the cache from admin panel ;
Very often the themes and modules have a " cache " separate checks if there are options to delete it or you cache modules ;
If it appears also , try to look as if phpmyadmi in ps_category and ps_category_lang tables is still present that category (replace " PS_ " with the code you're using ) .
Let me know
Thanks guys for the great advice.
Finally, it was very simple (and stupid from my part). I only had a lower level of access to backend - that was the problem. For these things I need admin access.
Jan

opencart layout and position issue

i have installed opencart 1.5.6 with oxy theme and im having a strange problem with the layouts..
i want to show the slider and the latest products in the homepage and in the layout i have selected "home" which routes to common/home
but the problem is when i go to all the inner pages the slider and the latest products are still visible
and secondly im having a problem with the left column and right column. im have set the category links on the left column and layout category but they are not visible.
can someone tell what might be wrong?
If there are multiple same route has been added then this problem
will happened.Go to admin -> system then go the Design->layouts and
check the other layout routes.If any other page have the same
'common/home' route remove it. I think then your first problem will
be solved.
Check the category template whether there is $column_left,
$column_right is present or not if not then echo it here. After that check it once.

Joomla template width resize

Hi I would like to know how to change the template width of a Joomla 2.5 template.
I am facing problem like below.
in different sizes of Monitor (Desktop or Laptop - 15",17",19") - I am getting different blank spaces on both left and right side of the template.
Is that possible to reduce the template width ?
The width of the page is determined by CSS styling so start by using something like Firebug to examine the page and figure out what rule governs the page width. For example there might be a container div that wraps around all the page content, and its width is set at 960px.
Firepage will also tell you the location of the CSS file, for example it might be in templates/template-name/css/theme.css
Sign-in to the backend of your site, then extensions > template manager . In the template manager : styles view, go to the entry for your template and click the link in the right hand column and you will find links to all the css files for your theme. Open the CSS file you located earlier (eg theme.css) and add an over-riding rule. For example
.container{
width:900px;
}
Naturally the normal CSS rules apply here, so you want your new rule to be after the original.
If your theme is responsive, you may have to repeat this process at different window sizes or viewports, and create additional over-riding rules inside #media requests. You will need to figure that out yourself or post a URL.
Good luck

All icons missing after modifying a custom entity

Today I did something I've been meaning to do for a while. I got around to creating some icons for the two custom entities I created a while ago. These custom entities were Account Product and Contact Product. I used a microsoft tool to import and publish the new icons. This seemed to work ok. The problem is now the only icons that show up in the entire CRM are the two new icons. All the rest are just blank with little red dots. This isn't the case on the computer I made the change from. All icons are present there. But from every other computer all icons are missing. I seems to be some sort of permission thing but I'm blowed if I know know what it is.
Please help. Any ideas?
Image available here http://i244.photobucket.com/albums/gg14/chimpsinties/Temp/Clipboard01.jpg
Here is the post I followed with a link to the tool http://mscrmtools.blogspot.co.uk/2010/04/updating-custom-entities-icons.html
I have seen that sort of image in Dynamics when you need to publish all the customisations.