-
AuthorPosts
-
dylanglockler Friend
dylanglockler
- Join date:
- January 2014
- Posts:
- 15
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 4
- Thanked:
- 1 times in 1 posts
January 24, 2014 at 5:29 pm #194052I’ve been trying to manipulate the CSS. From reading posts I’ve noted that you can create the file ‘custom.css’ under templates/mixmaz/css, which I did but my changes don’t seem to apply. I’ve also tried manipulating template.css in that same folder, but the changes aren’t applied. Caching is not turned on for my site. I have made no changes since installing the quickstart.
I suspect it might have something to do with the version of the JA Extension manager. When I go to the JA Extension Manager under ‘Components’ I see the list of extensions but when I click on them I get an error like the following:
/Users/dylanglockler/Sites/rebellebytootsies.dev/jaextmanager_data/j16/template
Error
Path is not a folder or this folder was deleted.The folder ‘jaextmanager_data’ in my site root is empty.
Again, this is coming straight off a fresh Mixmaz Quickstart install where the site appears correctly, like the demo.
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
January 24, 2014 at 5:31 pm #519732What is it you are trying to accomplish?
Also, here is a HELPFUL RESOURCE for you to look over.
dylanglockler Frienddylanglockler
- Join date:
- January 2014
- Posts:
- 15
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 4
- Thanked:
- 1 times in 1 posts
January 24, 2014 at 5:41 pm #519735I’m simply trying to edit the CSS to change the logo and I’m sure there will be other minor adjustments I’d like to make.
The link you sent returned 404 Not Found.
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
January 24, 2014 at 5:49 pm #519737Please provide the url of the site you’re working on – as well as describe the modification(s) you are wanting to make.
Here’s the link again –> http://t3-framework.org/documentation/customization.html#custom-css
dylanglockler Frienddylanglockler
- Join date:
- January 2014
- Posts:
- 15
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 4
- Thanked:
- 1 times in 1 posts
January 24, 2014 at 5:57 pm #519738Now the link works, thanks. Although that’s exactly what I tried after finding the same solution on the forums. However, the css file does not load. Unfortunately my server is running on a local network and not available outside at the moment.
The rendered document header is below, note the empty stylesheet link, I suspect that should be the custom.css which I currently have in ‘/templates/ja_mixmaz/css/custom.css’ :
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html prefix="og: http://ogp.me/ns#" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-gb" lang="en-gb">
<head>
<script type="text/javascript">
var siteurl='/';
var tmplurl='/templates/ja_mixmaz/';
var isRTL = false;
</script><base href="http://rebellebytootsies.dev/" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="keywords" content="joomla 3.x template, joomla template, event template for joomla, joomla event template, music band joomla template, joomla music band template, joomla music template, responsive joomla template, joomla responsive template, event and music template" />
<meta name="description" content="Responsive Joomla template from JoomlArt for Music and Event sites - JA Mixmaz. Powered by T3v2 Framework, support K2 component and Virtuemart with beautiful layout and design." />
<meta name="generator" content="Joomla! - Open Source Content Management" />
<title>Joomla Template for Music and Event sites - JA Mixmaz</title>
<link href="http://rebellebytootsies.dev/" rel="canonical" />
<link href="/index.php?format=feed&type=rss" rel="alternate" type="application/rss+xml" title="RSS 2.0" />
<link href="/index.php?format=feed&type=atom" rel="alternate" type="application/atom+xml" title="Atom 1.0" />
<link href="http://rebellebytootsies.dev/index.php/component/search/?format=opensearch" rel="search" title="Search Rebelle by Tootsies" type="application/opensearchdescription+xml" />
<link rel="stylesheet" href="/index.php?jat3action=gzip&jat3type=css&jat3file=t3-assets%2Fcss_4acf9.css" type="text/css" />
<link rel="stylesheet" href="/." type="text/css" />
<link rel="stylesheet" href="/index.php?jat3action=gzip&jat3type=css&jat3file=t3-assets%2Fcss_55961.css" type="text/css" />
<link rel="stylesheet" href="/index.php?jat3action=gzip&jat3type=css&jat3file=t3-assets%2Fcss_2bc86.css" type="text/css" />
<link rel="stylesheet" href="/index.php?jat3action=gzip&jat3type=css&jat3file=t3-assets%2Fcss_c2cb0.css" type="text/css" />
<script src="/index.php?jat3action=gzip&jat3type=js&jat3file=t3-assets%2Fjs_a7084.js" type="text/javascript"></script>
<script src="/components/com_k2/js/k2.js?v2.6.7&sitepath=/" type="text/javascript"></script>
<script src="/index.php?jat3action=gzip&jat3type=js&jat3file=t3-assets%2Fjs_39e75.js" type="text/javascript"></script>TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
January 24, 2014 at 6:35 pm #519743Without being able to look at your specific site, it is difficult to offer up specific recommendation(s). :((
Although, the tool I would be using to do so is FIREBUG . . . which you can try using yourself to play around with the CSS until you find the correct solution.
dylanglockler Frienddylanglockler
- Join date:
- January 2014
- Posts:
- 15
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 4
- Thanked:
- 1 times in 1 posts
January 24, 2014 at 6:37 pm #519745Perfhaps there is some other caching (not main Joomla caching which I have turned OFF)?
I’m changing the content with CustomHTML modules and the content on the page is not changing. I have checked that I’m connected to the correct database. I changed the images loading in the JA Slideshow Lite in the user1 position but changes to the Custom HTML modules in user2 do not change in the site…?
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
January 24, 2014 at 6:38 pm #519746<em>@dylanglockler 407542 wrote:</em><blockquote>Perfhaps there is some other caching (not main Joomla caching which I have turned OFF)?
</blockquote>Have you tried clearing both your browser cache and the JAT3 cache?
1 user says Thank You to TomC for this useful post
dylanglockler Frienddylanglockler
- Join date:
- January 2014
- Posts:
- 15
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 4
- Thanked:
- 1 times in 1 posts
January 24, 2014 at 6:48 pm #519747<em>@TomC 407543 wrote:</em><blockquote>Have you tried clearing both your browser cache and the JAT3 cache?</blockquote>
Very new to JAT3 and Joomlart. I didn’t realize there was a separate cache, which I just discovered and cleared. Is there a way to disable the JAT3 cache while developing?
I’m still not able to get the custom.css file to load. If I can’t get it perhaps I’ll sync the site to my public development server so you can have a look. There is no reference to the custom.css in the header. I am now able to edit the template.css and see the changes, though I would prefer to work in a custom.css.
dylanglockler Frienddylanglockler
- Join date:
- January 2014
- Posts:
- 15
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 4
- Thanked:
- 1 times in 1 posts
January 24, 2014 at 7:08 pm #519749I found the Cache settings under the Joomla Template, T3 Options (not where I expected to find them). I’m starting to get to know where things are. Most components or plugins have such settings under Global Configuration or accessed through Options under the Component.
I think that solves my issues!
1 user says Thank You to dylanglockler for this useful post
-
AuthorPosts
This topic contains 10 replies, has 2 voices, and was last updated by dylanglockler 10 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum