I am using Sakai 11. i would like to know how to replace the default sakai logo of serenity to a institution logo. what is the step/command to changing the default logo.
If you've installing from the binary and you just want to change the logo it's going to be in your tomcat at webapps/library/skin/morpheus-default/images/logo.png. You can replace this file directly.
However if you want to do more customization on the logo more (like colors) you'll need to change the code in library updating the _defaults.scss and recompile.
In Sakai 11 this is in reference/library in the source, in Sakai 12 it's just in /library. From this directory look in /library/src/morpheus-master/sass/_defaults.scss
For more information on skin customization see
Morpheus 12 Documentation or Morpheus 11 documentation or additional Morpheus information
Logo here: tomcat.x.x.x/webapps/library/skin/morpheus-default/images/logo.png
You can replace your logo.
Related
I'm working on a project in Oracle Apex 5.1 with Universal Theme. We need the logo (actually, an image), but want to remove the hyperlink from it.
I tried custom css by setting the class t-Header-logo (and t-Header-logo-link, too) to "pointer-event:none" (in Theme Toller), but it does not work. Can anyone help?
Thanks: Peter
You can use below jquery code for removing link from logo
Put this code on page zero. It will work you whole application across.
$(".t-Header-logo a").removeAttr("href")
How we can create content section in xcart like we create in wordpress via widget ? is there any option like this ? i want to make home page with 4 section with image content and link them to particular page .
This differs depending on X-Cart version. There are two major versions now: X-Cart 4 and X-Cart 5. They are very different and in order to give you any advice it is better to now what X-Cart version you are using.
Alex Mulin is right, it's kinda difficult to answer your question without such specific info as your X-Cart version. Yet I'll try to. In both cases the webmaster mode can help you do the trick. See video tutorials below.
Webmaster mode in X-Cart 4 :
https://www.youtube.com/watch?v=9QrpH4cQGpE
Webmaster mode in X-Cart 5:
http://devs.x-cart.com/en/webinars_and_video_tutorials/using_webmaster_mode_in_x-cart_5.html
If they don't work for you for some reason, try to ask the same question but be a bit more specific, or at least provide the store URL and I will be able to check the version.
What you are trying to do is skin-dependent and each skin has its own sections.
In order to find the files that you need to edit, go to Admin Panel>Settings>General Settings>Enable debugging console and check its box.
When checked, if you open your store, it opens a popup that that shows you the smarty templates loaded (make sure your browser does not block popups).
You can then change the smarty template files in order to add whatever you want. If you are not familiar with them, they are basically extended HTML files with some basic commands (if/for/etc.) and you can get stuff from PHP files in them as well. You can use xcart webmaster mode to edit those files too as mentioned by other answers.
This video can also be useful for you: https://www.youtube.com/watch?v=vN__DZrNrRM (X-Cart - Storefront Design and Layout)
And here's some XCart documentation on how to customize store front and skins:
http://help.x-cart.com/index.php?title=X-Cart:Customizing_storefront
http://help.x-cart.com/index.php?title=X-Cart:Editing_Skin_Files
I am trying to figure out how to change the title of a Summary Links Web Part in SharePoint 2013.
Below is an image of the summary links web part. I would like the change the title "SUMMARY LINKS" to "BLAH" but can't figure it out for the life of me.
This is probably very simple but I'm lost. I haven't found any controls to edit the title nor is there anything in source to change the title...Any ideas?
Figured it out!! I was missing the ability to edit the web part properties. Looks like an IE11 bug. Once I put IE in compatibility mode and or switched to using Chrome I had all the options I needed to updated the Summary Links title.
Maybe, it's very easy, but i don't know how to change the title of front-page in Drupal 8. Could somebody help me?
To change title of the front page view, go to admin/structure/views/view/frontpage, find Global: Title override link.
Note: This will only change the title of the front page if you're using the default front-page /node/0 view.
Open it and it will allow to set custom front page title.
The accepted answer didn't work for me (Drupal 8.2.1) but I was able to change the title using the administrator interface by installing two plugins. Metatag, and Token which is required by metatag.
https://www.drupal.org/project/token
https://www.drupal.org/project/metatag
Hi i have problem with opencart 1.5.6.4,my checkout dont like to expand and to show register or login when you proces to buy the product just,show the 6 step whit out to expand,The buttons at the one-page checkout are not expanding. If u visit this link: http://imeibox.com/index.php?route=checkout/checkout u can see there is not button are not doing anything, so we cannot fill in any information or select any options. Is there a simple solution for this problem or is there bad coding behind those buttons?
kind regards
GEORGI
Well this looks like it could be anything.
First thing that comes to mind,have you added a Jquery library to the header.tpl file recetly? if you have,there's your problem.
Try some checkups to see where the issue is coming from
1:turn off the theme you are using and check the cart again
2:Turn off any new modules you have installed
3:check your error log,and see what you have there,dont forget to check the vqmod/logs
usually that area of opencart works without a problem.so its either some code you did,the theme you are using or a bad module
DO not forget to do a backup before you do anything