Geppettvs D'Constanzo
Forum Replies Created
-
Forum: Plugins
In reply to: [Shadowbox JS] Can the Close button (the "X") be changed by something else?I am yet having this need. Should I open a new ticket or bump this?
Thanks for any advice.
Forum: Themes and Templates
In reply to: [Customizr] How to change the (more…) text after the excerpt?Well, somehow everything seems to be working out of the box in the new update of the Theme, the 3.0.8 version. So no further efforts are needed. I simply updated the theme and everything is working from the translation files, which simplifies a lot the work.
Thanks to everybody for the support and I hope everyone have fixed the error without problems.
Good luck!
Forum: Themes and Templates
In reply to: [Customizr] How to change the (more…) text after the excerpt?Hello @rdellconsulting. Thank you for your excellent instructions.
I have added that portion of code to my functions.php file which resulted in success, it changes the text perfectly.
I yet have an issue. Your code changes the “more…” text from the “normal” posts. Those identified with a pencil’s icon, but other elements, such as video, audio, mini-posts and other elements are yet showing the “more…” text. Do you have an idea of why is this happening?
Thank you very much!
Thank you very much lambdaka
Yes, it does the trick very well. But I changed from the self hosted Shadowbox to a plugin and I find really exciting that the plugin itself can be called by dropping the second part of the code -as you mention- in order to run the welcome message.
I am refering to this portion of code:
<script type="text/javascript"> window.onload = function() { // open a welcome message as soon as the window loads Shadowbox.open({ content: '<div id="welcome-msg">Welcome to my website!</div>', player: "html", title: "Welcome", height: 350, width: 350 }); }; </script>The plugin that I am using right now is the updated Shadowbox JS Version 3.0.3.10.2 | By Matt Martz
This way I am inserting the second portion of code at the very top in my template’s index.php in order to run such effect only in the main site and not on individual posts.
I really appreciate a lot your efforts and your help. They are useful for me.
Thank you!
Forum: Plugins
In reply to: [Related Posts by Sovrn] How does it know which posts are related?Just some feedback. Recently installed the plugin.
So we can say that the plugin isn’t taking in consideration either the categories nor the tags to show the “related” posts?
Let’s say: I have a journalist who is covering a region in my place, but talking about several different things. So: the editorial line and the personal style of this person will be “analyzed” by the plugin in order to show “related” posts which can result in showing a crocodiles coverage in the lagoon area where the main news is related to fire fighters. This caused because of the majority of the journalists just use a small portion of words in their personal writing/talking own dictionary.
In Example: Have a look at this news in one of my websites, http://www.eluniversotamaulipeco.com/noticias/designa-etc-a-humberto-rene-salinas-trevino-nuevo-secretario-en-seduma/
(Sorry, the site is in spanish)
The news itself is related to something the Governor is doing meanwhile my first appearance of a “related” post is of a tourists thing, only “related” by the word “Government”.
I mean, the news itself is having no such “relationship”. But the editorial line and the wording by the author is very similar.
I find your plugin pretty awesome and exciting but I would appreciate some sort of more control in order to determine if the “wording” will have effect JUST AND ONLY IF the categories or tags are similar.
Thank you very much.