-
AuthorPosts
-
smartmax Friend
smartmax
- Join date:
- May 2008
- Posts:
- 538
- Downloads:
- 159
- Uploads:
- 218
- Thanks:
- 72
- Thanked:
- 7 times in 3 posts
January 10, 2014 at 2:42 pm #193650This is a difficult one 🙂
Due to SEO – the articles are made just a little bit in a diffrent way than usual.But now is the question: Is it possible to hide the ‘H1-headings’ in Ja Content Slider?
http://www.applicatietechniekvanderwal.nl/nieuw/
Css Magician FriendCss Magician
- Join date:
- October 2014
- Posts:
- 741
- Downloads:
- 43
- Uploads:
- 53
- Thanks:
- 114
- Thanked:
- 366 times in 263 posts
January 13, 2014 at 7:44 am #518214Please go to Administrator -> Extensions -> Module manager -> choose Oplossingen module (your Ja contentslider name) -> set Show Title to Hide
smartmax Friendsmartmax
- Join date:
- May 2008
- Posts:
- 538
- Downloads:
- 159
- Uploads:
- 218
- Thanks:
- 72
- Thanked:
- 7 times in 3 posts
January 13, 2014 at 4:06 pm #518291Thank you for your answer,
but that’s not it.. We already did, but the article is diffrently written, as such:-
Css Magician Friend
Css Magician
- Join date:
- October 2014
- Posts:
- 741
- Downloads:
- 43
- Uploads:
- 53
- Thanks:
- 114
- Thanked:
- 366 times in 263 posts
smartmax Friendsmartmax
- Join date:
- May 2008
- Posts:
- 538
- Downloads:
- 159
- Uploads:
- 218
- Thanks:
- 72
- Thanked:
- 7 times in 3 posts
January 15, 2014 at 11:23 am #518558… I hardly dare to answer … but Yes….
That’s why I started with : “This is a difficult one” – and “Is this possible?” 🙂MoonSailor FriendMoonSailor
- Join date:
- November 2011
- Posts:
- 1106
- Downloads:
- 0
- Uploads:
- 245
- Thanks:
- 89
- Thanked:
- 248 times in 223 posts
January 16, 2014 at 3:37 am #518626Please open the file “modules/mod_jacontentslider/helper.php”, find code:
Code #1:
if(trim($maxchars) == '-1'){
$row->introtext1 = preg_replace("/<img[^>]+>/i", "", $row->introtext);
return $row;
}
Code #2:
if (function_exists ( 'mb_substr' )) {
Then insert the following code between the code#1 and code#2 (above):
$row->introtext = preg_replace('/<h1[^>]*>([sS]*?)</h1[^>]*>/', '', $row->introtext);
Hope that helps.
smartmax Friendsmartmax
- Join date:
- May 2008
- Posts:
- 538
- Downloads:
- 159
- Uploads:
- 218
- Thanks:
- 72
- Thanked:
- 7 times in 3 posts
January 17, 2014 at 12:21 pm #518860WAUWSAAA, this is great!!!! thank you very much, you’ve made me very happy! :laugh:
smartmax Friendsmartmax
- Join date:
- May 2008
- Posts:
- 538
- Downloads:
- 159
- Uploads:
- 218
- Thanks:
- 72
- Thanked:
- 7 times in 3 posts
January 28, 2014 at 4:14 pm #520251Hi Moonsailor,
I wanted to do the same trick with ‘mod_jasidenews’.
But it seems t work diffrently.
Could you please help me uit on this one also?
Thank you!MoonSailor FriendMoonSailor
- Join date:
- November 2011
- Posts:
- 1106
- Downloads:
- 0
- Uploads:
- 245
- Thanks:
- 89
- Thanked:
- 248 times in 223 posts
January 29, 2014 at 2:18 am #520296<blockquote>
I wanted to do the same trick with ‘mod_jasidenews’.
</blockquote>Please provide me with more details, I will see if I can help.
smartmax Friendsmartmax
- Join date:
- May 2008
- Posts:
- 538
- Downloads:
- 159
- Uploads:
- 218
- Thanks:
- 72
- Thanked:
- 7 times in 3 posts
July 16, 2014 at 9:48 am #542546Hi MoonSailor, what kind of details would you like?
It is on http://www.applicatietechniek.nlWe would like to remove the double titels in ‘Latest News’ and ‘Most Read’ at the bottom.
Many thanks in advance.Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
July 17, 2014 at 3:29 am #542688Which area are you referring to on your site? Things at least look to be running smoothly from what I can see.
smartmax Friendsmartmax
- Join date:
- May 2008
- Posts:
- 538
- Downloads:
- 159
- Uploads:
- 218
- Thanks:
- 72
- Thanked:
- 7 times in 3 posts
July 18, 2014 at 1:16 pm #542843Hi Ninja Lead,
Under: http://www.applicatietechniekvanderwal.nl/vacatures
(JA CONTENT SLIDER)
this one works fine, no double titles are showing nowUnder: http://www.applicatietechniekvanderwal.nl/bedrijf/profiel
JA ACCORDIAN
It shows two titles, but I have disabbled the title (don’t show title)Also in the footer with ‘MOST READ’ and ‘LATEST NEWS’
two titlesNinja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
July 23, 2014 at 7:43 am #543194Apologies for this late response, somehow I missed this thread.
Please apply my solution below to fix the problem on your site.
Open templates/ja_mitius/css/custom.css file
.ja-accordion .ja-accordion-content h1 {
display: none !important;
}.ja-footer .ja-slidenews-item .ja-title {
display: none !important;
}
If you are still not able to solve the problem, please send me a illustrated screenshot and I will help you out.
-
AuthorPosts
Viewing 14 posts - 1 through 14 (of 14 total)This topic contains 14 replies, has 4 voices, and was last updated by smartmax 10 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum