-
AuthorPosts
-
ibewguy Friend
ibewguy
- Join date:
- July 2011
- Posts:
- 255
- Downloads:
- 18
- Uploads:
- 6
- Thanks:
- 62
- Thanked:
- 9 times in 2 posts
February 25, 2015 at 7:56 pm #204124Hello,
Has anyone upgraded to Joomla! 3.4 yet? I am just wondering if my Wall would break on 3.4?
Thanks
JohnNinja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
February 26, 2015 at 10:31 am #560808Hi John,
It is not compatible with Joomla 3.4, please do not upgrade it.
Regards
ngoard Friendngoard
- Join date:
- February 2015
- Posts:
- 6
- Downloads:
- 0
- Uploads:
- 1
- Thanked:
- 2 times in 1 posts
February 26, 2015 at 3:44 pm #560830I’m running JA Wall on Joomla 3.4 with no problems…works fine.
sanjiovani Friendsanjiovani
- Join date:
- September 2006
- Posts:
- 217
- Downloads:
- 0
- Uploads:
- 32
- Thanks:
- 15
- Thanked:
- 1 times in 1 posts
February 26, 2015 at 8:44 pm #560851when can we expect an upgrade for the template for joomla 3.4 – cheers
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
February 27, 2015 at 8:39 am #560905@ngoard: I checked from my local and I see it’s working fine. But we need to wait dev team to check it before processing upgrades
@sanjiovani: I also raised this request to development team here, please give them some time to check itMarch 9, 2015 at 2:25 pm #562237I upgraded my jawall on 3.4. It works fine. The only thing I have noticed is that the Tags (within the articles) aren’t displayed correctly.I precise that it ‘s on the color block theme.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 10, 2015 at 6:11 am #562348@candymay: You can fix the problem with the solution below
– Open templates/ja_wall/css/core.css file
– Add new ruleul.tags li {
background: #f0f0f0 ;
border: 1px solid #ccc ;
border-right-color: #ddd ;
border-bottom-color: #ddd ;
border-radius: 8px;
display: inline-block;
list-style: none;
margin: 0 2px 3px 0;
padding: 2px 8px;
line-height: 1;
text-align: center;
text-shadow: 1px 1px 0 #fff ;
}ul.tags li a {
font-size: 0.917em ;
}March 11, 2015 at 2:03 pm #562635Hi, thank you for your quick replay. I follow the instruction and past the css code in indicated path but see the result how can fixe that.
best regard!
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 12, 2015 at 4:00 am #562733I tested my solution above on my local but I could not get that problem as you mentioned, you can give me the URL of your site are working on, I will help you to check it further.
March 12, 2015 at 10:24 am #562803Hi, i tested this on my local too. Sorry i can’t give you access but i attached an image in description how can i fix that
thank you for your helpNinja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 13, 2015 at 3:33 am #562897@candymay: It’s very hard to suggest the solution without clue but you can try to use my solution below
Open templates/ja_wall/css/core.css file
find and change
ul.tags li {
background: #f0f0f0 ;
border: 1px solid #ccc ;
border-right-color: #ddd ;
border-bottom-color: #ddd ;
border-radius: 8px;
display: inline-block;
list-style: none;
margin: 0 2px 3px 0;
padding: 2px 8px;
line-height: 1;
text-align: center;
text-shadow: 1px 1px 0 #fff ;
}ul.tags li {
background: #f0f0f0 !important;
border: 1px solid #ccc ;
border-right-color: #ddd ;
border-bottom-color: #ddd ;
border-radius: 8px;
display: inline-block;
list-style: none;
margin: 0 2px 3px 0;
padding: 2px 8px;
line-height: 1;
text-align: center;
text-shadow: 1px 1px 0 #fff ;
}Hope it helps
1 user says Thank You to Ninja Lead for this useful post
March 20, 2015 at 3:15 pm #563960Hi,
the solution above works fine for me. Thank you 🙂
But how can I put the tags under the Article? They are between the disqus.
My Site is still under construction but you can see it here:
http://www.photokurse4you.de/fotografischer-blog/79-hundefotografie-im-tageslicht
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 23, 2015 at 8:38 am #564210<em>@mickman 464563 wrote:</em><blockquote>Hi,
the solution above works fine for me. Thank you 🙂
But how can I put the tags under the Article? They are between the disqus.
My Site is still under construction but you can see it here:
http://www.photokurse4you.de/fotografischer-blog/79-hundefotografie-im-tageslicht
</blockquote>
Look at the screenshot below
from templates/ja_wall/html/com_content/article/default.php file
I’m afraid you won’t able to move it between Article and the disqus plugin
March 24, 2015 at 8:11 am #564379Thank you very much. I disabled Disqus.
AuthorPostsViewing 14 posts - 1 through 14 (of 14 total)This topic contains 14 replies, has 6 voices, and was last updated by mickman 9 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum