-
AuthorPosts
-
phylox Friend
phylox
- Join date:
- December 2009
- Posts:
- 57
- Downloads:
- 5
- Uploads:
- 9
- Thanks:
- 5
- Thanked:
- 2 times in 1 posts
February 22, 2014 at 12:46 am #195071- How can I change the content-main section so that I can use custom HTML there? For example, see this page http://joomla-templates.joomlart.com/ja_mendozite/index.php/documentation. There is content seperated in blocks on left and right, I want to be able to do this same thing on the homepage. How can I do this?
- Alternatively, if using custom HTML is not possible, how can I change the category that is currently being used “demo-categories” to a different category?
- Is it possible to link the actual images / module titles used on the icon buttons? If so, what would need to be done?
- When I tried using the buttons from the typography section, my styling comes up extremely odd (See attached image). Is this the correct code to use?
<a class="ja-typo-btn btn-rounded-big btn-green ja-typo-btn-big btn-big-green" href="#"><span>Button Text</span></a>
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
February 22, 2014 at 2:30 am #523845can you please post your site Url and admin details in PM
phylox Friendphylox
- Join date:
- December 2009
- Posts:
- 57
- Downloads:
- 5
- Uploads:
- 9
- Thanks:
- 5
- Thanked:
- 2 times in 1 posts
February 22, 2014 at 3:08 am #523850<em>@Chavan 412733 wrote:</em><blockquote>can you please post your site Url and admin details in PM</blockquote>
PM Sent as requested.
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
February 24, 2014 at 3:17 am #523986admin details are not working. also tell me on what module did you try this icon html you provided above
phylox Friendphylox
- Join date:
- December 2009
- Posts:
- 57
- Downloads:
- 5
- Uploads:
- 9
- Thanks:
- 5
- Thanked:
- 2 times in 1 posts
February 24, 2014 at 3:26 am #523989Try it with the module named “Intro Message.” It is a custom HTML type.
phylox Friendphylox
- Join date:
- December 2009
- Posts:
- 57
- Downloads:
- 5
- Uploads:
- 9
- Thanks:
- 5
- Thanked:
- 2 times in 1 posts
February 26, 2014 at 8:18 pm #524522Wanted to see if there anyone who could assist on my questions posted above. I resent the admin info tested functional the same day it was reported that it was not working. Please let me know soon, thank you.
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
February 27, 2014 at 5:05 pm #524648your admin details are working at all, check and provide me the right one. I have already sent you a PM on this. Please do so i can fix it in minutes
phylox Friendphylox
- Join date:
- December 2009
- Posts:
- 57
- Downloads:
- 5
- Uploads:
- 9
- Thanks:
- 5
- Thanked:
- 2 times in 1 posts
February 27, 2014 at 7:06 pm #524661Not sure what is going on, but I tried and it worked fine for me. I copied and pasted directly from the PM I sent you. Please make sure there is a percentage sign included in the password you are using. If not, it is being stripped out with the forum software and I need to regenerate password without that. Let me know.
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
February 28, 2014 at 4:28 am #524702There is an issue with tinymce editor and so the span you are adding will be removed automatically by this editor.
So I have added a class to the span. use the below code to get the button fixed.
<p><a class="ja-typo-btn btn-rounded-big btn-green ja-typo-btn-big btn-big-green" href="#"><span class="clspad">Button Text</span</a></p>
can you please post a screenshot on this
- Alternatively, if using custom HTML is not possible, how can I change the category that is currently being used “demo-categories” to a different category?
- Is it possible to link the actual images / module titles used on the icon buttons? If so, what would need to be done?
phylox Friendphylox
- Join date:
- December 2009
- Posts:
- 57
- Downloads:
- 5
- Uploads:
- 9
- Thanks:
- 5
- Thanked:
- 2 times in 1 posts
February 28, 2014 at 6:57 pm #524807So question #1 on dividing content into two separate columns on front page not possible?
How can I change the content-main section so that I can use custom HTML there? For example, see this page http://joomla-templates.joomlart.com…/documentation. There is content separated in blocks on left and right, I want to be able to do this same thing on the homepage. How can I do this?
Regarding #2, see my screenshot. I know we can link the text under each icon, I want to know if we can also include the icons itself as part of the text link?
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
March 1, 2014 at 6:14 am #524838The actual demo on the site http://joomla-templates.joomlart.com/ja_mendozite/ is having the image as background for the complete DIV. so we cannot make the image clickable. so we need to make the image for h3. for this try to do the following.
We need to try add a module class suffix and add a code to this
For Example: Personal Insurance
1. Add a module suffix as ” clspersonal” (note: space and clspersonal)
2. the add this code to custom.css or any css file.clspersonal h3{
background: url('../images/youimage.png') no-repeat center top;
height:100px; -> depends on the image you upload
width:100px; -> depends on the image you upload}
3. Upload file to yourtemplefolder/images/
phylox Friendphylox
- Join date:
- December 2009
- Posts:
- 57
- Downloads:
- 5
- Uploads:
- 9
- Thanks:
- 5
- Thanked:
- 2 times in 1 posts
March 4, 2014 at 6:35 pm #525320I will give this a try today. What about for question #1 on my last post?
To describe further On the template demo – http://joomla-templates.joomlart.com/ja_mendozite/
If you look at the position where the 3 articles starting with “trustworthy financial market” is and the position to the right of that, I would basically want to place my custom html module in both sections left and right replacing the existing modules.
Is it possible to do this?
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
March 5, 2014 at 2:06 am #525344you can use any position in joomla and assign a module to it, so give a try adding there.
phylox Friendphylox
- Join date:
- December 2009
- Posts:
- 57
- Downloads:
- 5
- Uploads:
- 9
- Thanks:
- 5
- Thanked:
- 2 times in 1 posts
March 5, 2014 at 3:52 am #525371<em>@Chavan 414659 wrote:</em><blockquote>you can use any position in joomla and assign a module to it, so give a try adding there.</blockquote>
What are these two positions called on the Mendozite template (see attached image)? Maybe that’s the better way of asking this question…..I would basically apply custom html module to these two positions.
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
March 5, 2014 at 5:15 am #525381As per screenshot position 2 is position “right” in template
Try if there is any position “content” for “position 1”. If this does not exist we need to create a position. For this check this Thread http://www.joomlart.com/forums/topic/content-main-position/
AuthorPostsViewing 15 posts - 1 through 15 (of 15 total)This topic contains 15 replies, has 2 voices, and was last updated by chavan 10 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum