trinakriae
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Where WordPress stores the URL for the Image HeaderYeah I know, I use it even if I am self hosted. The problem is that I do not know in which table this value gets stored
Forum: Fixing WordPress
In reply to: Where WordPress stores the URL for the Image Header?
Forum: Fixing WordPress
In reply to: Where WordPress stores the URL for the Image HeaderThanks irfan_np but It is not matter of cache. There is a field in the database but as soon as you change it it gets back the default banner.
Forum: Fixing WordPress
In reply to: Create RSS feeds from my postsThank you! I din’t know that, very handy
Forum: Fixing WordPress
In reply to: How can I change the text displayed by the "more" tag?Unfortunately my blog runs in a intranet and it is not available to the WWWs. I let you know if I find a solution. Thanks anyway
Forum: Fixing WordPress
In reply to: How can I change the text displayed by the "more" tag?Yes everything you say is really right and logic. My blog is behaving completely crazy.
I decided to give up and keep the default message but now I have all the post with default message and just one with a custom message.
I took out the excerpts, I cleaned the cache, i tested if the excerpts was gone and it was. Than I used the visual editor to add the excerpts, I check in the HTML editor and it displays just the
<!--more-->
tag.I load the blog page and it appears the excerpts with But wait, there’s more.
That is what is upsetting me…where does it take that string from, if there is no trace at all in all the files and I cleaned the cache?
Forum: Fixing WordPress
In reply to: How can I change the text displayed by the "more" tag?No way it does not work. Morevoer, in the post where I changed it manually just for testing purposes like this:
from
<!--more-->
to
<!--more But wait, there's more-->
Even if change the text it is always shown in the post But wait, there’s more, even though in the admin HTML editor appears just
<!--more-->
. In other posts I still get the default message. Why I cannot change the one that I modified manually? Does it store somewhere the manual modification.Forum: Fixing WordPress
In reply to: How can I change the text displayed by the "more" tag?I also changed it there…it does not work! This text is hardcoded somewhere else
Forum: Fixing WordPress
In reply to: How can I change the text displayed by the "more" tag?Thanks!!! I found the file modified the the_content tag in both content.php and content-single.php but no luck.
The excerpts message is still the default one…any other file I can try with?
Forum: Fixing WordPress
In reply to: Embed youtube does not workOk I solved the problem with a solution which is not yet in any forum concering this issue.
I copy from Youtube the code to embed the video. For instance:
<iframe width="480" height="390" src="https://www.youtube.com/embed/6Z66wVo7uNw?rel=0" frameborder="0" allowfullscreen></iframe>
Then I place this code in the post editor where I want the video to appear and in the format pane on the right you select “video”.
Then the video is correctly displayed in the post. thanks everybody for your support!
Forum: Fixing WordPress
In reply to: Embed youtube does not workI can get to Youtube from within my company network and when I connect through VPN. I also verified that the video in Youtube were listed as public.
Hereby I attach the errors I got when I log in the admin page. The source of these errors might be the same that blocks the embed functionality.
https://imageshack.us/photo/my-images/684/unledbw.jpg/
https://imageshack.us/photo/my-images/193/unled2oc.jpg/
Moreover if I try to look for plugins through the admin I get a 500 server error.
Forum: Fixing WordPress
In reply to: Embed youtube does not workThanks all of you but none of the solutions works. Can it be because of some firewall settings that do not allow the WordPress code to communicate with Youtube server to fetch the video file?
It is quite strange since I have a Tweets displayer and it displays correctly all the Tweets.
About your request to control the admin page, unfortunately I have the admin page unreachable unless your are within my company’s network.
I hope you can help me because this issue is really getting me crazy
Forum: Fixing WordPress
In reply to: Embed youtube does not workI tried all your suggestions plus the methods listed in the Embeds section. No luck.
I have the auto-embedding enabled in the settings of the Admin page.
What can be the cause? Thanks
Forum: Themes and Templates
In reply to: Add a small Image to header in Twenty Eleven templateI understood the mechanism. Shall I modify header.php by adding some HTML such as ‘<img src=”…”>’ and modify the style.css according to my wishes or is there any shortcut? Thanks
Forum: Themes and Templates
In reply to: Add a small Image to header in Twenty Eleven templateI downloaded the last version fromt he Twenty Eleven template from Wrodpress website. I replaced all the content of \wp-content\themes\twentyeleven, with that of the folder I downloaded from WordPress (strange thing: the settings of the image header were the same as those I set before changing the template)
Than I created a child theme based on Twenty Eleven I created the directory \wp-content\themes\twentyeleven-child and I just put a style.css file (with the required modifications).
The child theme is active in my blog.
Do I need to import other files such as the functions.php in order to make the modification to the header mentioned in the first post?
Thanks