Forum Replies Created
-
AuthorPosts
-
UlrichParticipant
Hi @Pratik,
Thanks. This looks like a lenghty procedure so I did some searching with the German WP-community and found somethinsg that seems to have solved the issue:
I added
function remove_more_jump_link($link) {
$offset = strpos($link, ‘#more-‘);
if ($offset) { $end = strpos($link, ‘”‘,$offset); }
if ($end) { $link = substr_replace($link, ”, $offset, $end-$offset); }
return $link;
}
add_filter(‘the_content_more_link’, ‘remove_more_jump_link’);to the function.php of the child theme and voila: all the /#more- links seem to have gone
I think we can close the issue now. Thanks for your advice and help :).
Regards
UlrichUlrichParticipantHi @Pratik,
Finally I got the parent theme activated, didn’t wait long enough when I first tried…
But this didn’t change anything….
Any other idea or should we bury the issue?
Regards
UlrichUlrichParticipantHi @Pratik,
Thanks, seems the parent theme can not be activated. I also do not want to lose all the adaptions of the child theme…
Also tried to set a permalink like from:
http://www.stiftung-meeresschutz.org/projektfoerderung/meeresschutzprojekte/la-gomera-langestuetzte-beobachtung-von-delfinen-und-walen/#more-1039
to
http://www.stiftung-meeresschutz.org/projektfoerderung/meeresschutzprojekte/la-gomera-langestuetzte-beobachtung-von-delfinen-und-walendidn’t do anything.
Looks like I have to live with this, what do you think?
Regards
Ulrich
UlrichParticipantHi @Pratik,
the /#more- Link shows when one hits the “weiterlesen” (read more) link of a post, like here:
Sorry, I can’t explain it better but hope this helps :).
Regards
UlrichUlrichParticipantHi @Pratik,
Thanks for gettingt back. The main link is:
http://www.stiftung-meeresschutz.org
I will take a look at the permalink solution you suggested but that probably means changing all links with the /#more-1010 and so on manually….?
Regards,
UlrichUlrichParticipant@Tikaram : All is looking good. No Category Base (WPML) plugin did destruct some of the link structure but the issue is solved.
Thanks for your very much appreciated support 🙂
and thanks for this great theme!
Regards
UlrichUlrichParticipant@Tikaram: OK, got that category problem solved as far as I can see using the No Category Base (WPML) Plugin
Still some testing to do, but right now this is looking good.
Regards
UlrichUlrichParticipant@Tikaram: Thanks, this worked quite nicely with no display of author name und publised date, great!
The custom structure in Permalinks was already set at /%category%/%postname%/
but setting the Category Base to . creates all kinds of 404errors and wrong links at the sub-category level
I put in an .
Is this what you meant?
Many thanks.
Regards
UlrichUlrichParticipant@Tikaram: Hello, we’re have now at last gone live:
http://www.stiftung-meeresschutz.org/
so I’m ready for getting rid of the line
displaying author names and date published infoit would be very helpful to have that css you mentioned.
I also have a problem with the name “category” popping up in sub-menue-links like here:
http://www.stiftung-meeresschutz.org/category/themen/aktionstipps/
whereas it is nicley gone in the relevant posts, like here:
http://www.stiftung-meeresschutz.org/themen/aktionstipps/urlaub-am-meer/do have any idea how to get rid of that?
Regards,
UlrichAugust 3, 2017 at 11:54 am in reply to: formatting / changing look and wording of category appearence #120039UlrichParticipant@Mahesh: Fantastic, works right away, just what I wanted 🙂 🙂
Super Support!
Regards
UlrichAugust 2, 2017 at 11:35 am in reply to: formatting / changing look and wording of category appearence #119991UlrichParticipant@Mahesh: Thanks again, that was easy, but id doesn’t do much, category / archive titles still look the same like “Artenschutz”, no format visible…, maybe I should wait till the site is published so you can see what I mean?
Regards
UlrichAugust 1, 2017 at 12:14 pm in reply to: formatting / changing look and wording of category appearence #119954UlrichParticipant@Mahesh:
worked just fine using the child theme that CT provides, great and simple!Now would it also be possible to fromat each category title like into a <h2></h2>?
Regards and many thanks for this fabulous support!
UlrichAugust 1, 2017 at 9:02 am in reply to: formatting / changing look and wording of category appearence #119937UlrichParticipantHi Mahesh,
Thank you :). I’ll try taht …., sounds a bit complictated but we’ll see…
Regards
UlrichUlrichParticipant@Tikaram: I’m using Adenturous Pro, purchased on July 25th, but one can not see this as the site is closed off with the Coming Soon Page Plugin. It’s still a long way to go with Adventurous – a great theme by the way, like it a lot – shall I get back to you once the page is kind of online and visible?
Many regards,
UlrichUlrichParticipant@Tikaram
Thanks for replying 🙂The site is: http://www.stiftung-meeresschutz.org
that’s still the joomla! Version
WP is being build
WP Installation is at http://www.stiftung-meeresschutz.org/WPtransfer of the WP-site to http://www.stiftung-meeresschutz.org will follow once work is finalized….
Hope this makes sence…
Regrads
Ulrich -
AuthorPosts