-
AuthorPosts
-
September 5, 2011 at 2:20 pm #410765
Thank you jooservices for your more ‘productive’ answer. But it still isnt working like expected. It works now if i copy html code from demo content but it does not work if I add a new article.
I tried different ways of inserting an image, via image button from jce, via button on the bottom of the text field, with the caption selected and title filled in without, with manually filling in class caption or img_caption. See my failed attempts here:
http://kok3.joomweb.com/index.php?option=com_content&view=category&layout=blog&id=71&Itemid=415
This stupid thing has cost me so many hours already. A thing so basic, that you would expect to work right out of the box, or at least out of the ‘purchased template’ box. Or if there would be some specific way, with or without customization of editor plugins, to add the most basic thing as an article there would be some documententation on how to to this. Its so **** frustrating that i buy a template and it seems impossible to add an article in a way it actually looks good or the same as the demo content…
Out of desperation i’m going to say something absurd: IM WILLING TO PAY FOR SOMEONE WHO SHOWS ME HOW TO ADD AN ARTICLE !!
Ofcourse in the teline iv template…preferred via teamviewer or something. Am I missing some basic stupid little thing? am I actually the only one with this problem? Please help!!! I’m going crazy…jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
September 5, 2011 at 2:35 pm #410771Hi
You can contact me via skype: jooblogs.com
Than we can try to work 2gether via TeamViewer for easier 🙂
Thank you
Viet VuPhill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
September 5, 2011 at 2:43 pm #410772<em>@skiwi 265364 wrote:</em><blockquote>http://kok3.joomweb.com/index.php?option=com_content&view=category&layout=blog&id=71&Itemid=415
This stupid thing has cost me so many hours already. A thing so basic, that you would expect to work right out of the box, or at least out of the ‘purchased template’ box. Or if there would be some specific way, with or without customization of editor plugins, to add the most basic thing as an article there would be some documententation on how to to this. Its so **** frustrating that i buy a template and it seems impossible to add an article in a way it actually looks good or the same as the demo content…</blockquote>
I partly agree with you but it is in some way partly due to the editor supplied with Joomla. By default it adds the container. We could adjust the positioning of the elements in some way to ignore that container but it would obviously affect all of the existing articles. I am going to ask the question to the devs because I do understand your issue. At a guess the articles have been done in the demo using the no editor function.
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
September 5, 2011 at 2:57 pm #410775OK, now I fully agree with you. I have installed TelineIV on my local machine and simply opening and saving any article from the demo content screws up the default layout if you use the TinyMCE editor. While this is the “Joomla Way” our demo content should probably have been better thought out so users such as yourself do not see this issue.
If we edit template.css line 216 as per below (Removing the line in red below) we can negate the effect of the padding but it would affect all existing articles.
div.img_caption {
margin-bottom: 15px;
margin-top: 15px;}
I will get back to you when I have an answer.
1 user says Thank You to Phill for this useful post
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
September 5, 2011 at 3:01 pm #410777Please see my above post Joo. I do think we have a bug here that I have reported.
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
September 5, 2011 at 3:06 pm #410779Hi
I’ll check above / whole this thread for more clear issue.
But an issue i’ve just solved from client side is another issue 😐 Don’t know if we have mis-understood here.
Thank you
Viet VuPhill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
September 5, 2011 at 3:12 pm #410781Drop onto skype and we can chat Joo
September 5, 2011 at 3:15 pm #410783Jooservices is the man!! He saved my life sincei was about to jump out of the window 🙂
by adding this code to /templates/ja_teline_iv/css/template.css its fixed.
/* JOOservices customzied */
#ja-content-main .items-leading .article-content img {
float: left;
margin-right: 5px;
}Now you can just add an image to an article and you dont need to set any classes or alignment!
September 9, 2011 at 12:18 pm #411696As soon as you add more articles a new problem with alignment and margin for the secondary articles comes up.
you can solve this by adding the following code too:
/* JOOservices customzied */
#ja-content-main .items-row .article-content img {
float: left;
margin-right: 5px;
}jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
September 9, 2011 at 12:47 pm #411708glad to hear your issue is solved.
thank you
viet vuPhill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
September 10, 2011 at 6:41 am #411846The new release of Teline IV for J1.7 includes bug fixes for the <p> issues discussed above. Hope that helps.
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
September 10, 2011 at 7:32 am #411847hi phill
lets me see if i can make patch for 1.5 version
thank you
viet vuSeptember 15, 2011 at 9:05 am #412818Problem is also in the category description. Can’t figure out how to fix this. Any ideas?
example of category description: http://demo.baronis.nl/index.php/zwanger/topics/groei-a-ontwikkeling/prenataal-onderzoek
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
-
AuthorPosts
This topic contains 32 replies, has 5 voices, and was last updated by jooservices 13 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum