I installed Magento Gala Bigshop theme here: http://www.mobilsokak.com
When I make a change on theme (Gala Bigshop) settings on admin panel, site's CSS starts to not loading. You can see it on http://www.mobilsokak.com now.
Theme's original look: _store=default">http://demo.galathemes.com/gala-bigshop/index.php/?_store=default
Should I do something after theme setting update?
Thank you.
Log into your Magento Admin Panel and navigate to System -> Configuration -> Advanced -> Developer.
Under Javascript Settings and CSS Settings, set Merge JavaScript Files and Merge CSS Files to Yes.
Now save config.
Check if the problem solved.
try recaching your magento cache.. from your mangento admin..
admin->system->cache management.. and select all and select refresh from rightside dropdown..
also push flush javascript/css cache button from bottom...
let me know if you want further guidance..
Have you changed the colors in the theme through backend?
Because its applying FFFFFF color everywhere in the site which is giving error as there is no # applied infront of FFFFFF if you check in debugger.
Also there is a missing css file at /skin/frontend/default/galabigshop/em_blog/css/styles.css.
Check if adding this file could make any change and also check colors in backend.
You can get the css if not there from
http://demo.galathemes.com/gala-bigshop/skin/frontend/default/galabigshop/em_blog/css/styles.css
Related
I was working on one of the client's site, using x-cart 4.7 version, the template is Reboot. I change their CSS file, but the site style is not changing.
I tried couple method, but still not changing, here's what I tried:
Rename the var/template_c to regenerate the cache. (<- template support suggest)
Uncheck Do not check if templates are changed, it's already unchecked.
I can't use http://www.yoursite.com/xcart/cleanup.php to clear cache. No folder and path found.
I was thinking should use X-cart admin/template-name/template-clean up/ Clear templates/X-Cart cache
Will this method delete a lot of things? Because can't back up the site and database, and I not really familiar with this platform.
Question2: Trying to change categories default image, I changed the setting/Images location/categories-icon(or Banner System images
)it's not changing anything, but Product thumbnails/image is working.
I even change the file name in FTP still working, so I so confused where those image pulling from.
Thank you for all the help.
Q1: Try locating which CSS file is loading on the page. Use web-dev-console for that or just view the page's source code. Temporarily untick the 'Use speed-up tool for CSS' checkbox on the 'Main page :: General settings :: General' before that.
Q2: There are 2 types of category images.
http://demo.x-cart.com/demo_goldplus/Computer-hardware/
1. Temporarily disable the 'Flyout Menus' module to localize the problem with category's menu icon.
2. The same solution as for Q1. Find out which path is used for the category image in the source code.
I tried adding header in header.tpl and it is not reflecting in the front end where i did the same for my test website and it was coming fine,can you please suggest a way to edit and tell me if something is required to change in any other header.php files
In your admin panel, go to Extensions > Modifications and hit "Refresh" (the blue icon in the top right corner of your page).
This process must be done every time you change something in a core file.
Changing OpenCart's core files is not a great idea, though.
I highly recommend using OCMOD to write your modifications.
I am using PRESTASHOP 1.6 and i am trying to edit some page content like class in header. I try edit or delete all TPL files in directory /themes/default-bootstrap and no one make changes on my web page?
How i can edit header or any other part of my page with code?
As mentioned by ébewè in the comment section, first check that you are using the right theme in Preferences > Themes in your backoffice. Then check in Advanced Parameters > Performance that in Smarty section Never recompile template files isn't checked or use the clear cache option.
I am new in joomla and i am developing one website in joomla.
I am using the articles for some pages.
Now i have seen that in my website in all most place there is one option is there for modification content from website.
How can i hide or remove that edit option?
Please see below image for that option.
This edit option is actually module editing.
You can disable it from Joomla global configuration.
There is a setting Mouse-over edit icons in set it to None to remove this.
This is by default, only available to the admins of the site, so I wouldn't be too worried about it. Alternatively the easiest is to go to System Global Configuration > Mouse-over edit icons and set to none.
I am having problems trying to figure out how exactly i can edit a simple page of the website. I didn't initially create it so i am given the task of trying to understand someones code. So the problem is... i am trying to change the simple font colour on the front home page, but i cannot even find the CSS file on magento or Wordpress so i'm kind of confused. I want to change the white font colour to black.
Do i just log in with FTP and edit the pages manually on there? Please give me some information on how i can go about editing any pages at all.
Wordpress
Wordpress have /wp-content/themes/ for a directory which stores all instaled themes (downloaded or created by you). You can edit everything of a theme there. The default stylesheet file in wp's /wp-content/themes/[yourtheme]/style.css. Attention: this CSS file can import another from somewhere else.
Finding the style
You can find the ids and classes statements just positioning the mouse over the element that you want to discover what is influencing it, right button click and select Inspect Element if in Chrome or Mozilla. An add-on to help is Web Developer.
Possibly useful links: http://ithemes.com/tutorials/ ; http://mcbuzz.wordpress.com/wordpress-tutorials-complete-list/ ; http://themeshaper.com/2009/06/22/wordpress-themes-templates-tutorial/ ; http://line25.com/articles/15-tutorials-to-help-you-build-wordpress-themes
Web developer
Mozilla | Chrome
#edit Yes, you can edit via FPT or SSH connection ;P
In wordpress you should check in settings->reading what the front page is set to and css changes can be done in the theme folder wp-content/themes/theme_name/ and for magento the css is usually in /skin/frontend/package/theme/css. or somewhere close depending on the template.