martin1
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Remove code that calls widget and call content in divThanks Chip!
I will have a look and try your suggestion and see where it leads me.
I highly appreciate your help on this!
Forum: Themes and Templates
In reply to: Remove code that calls widget and call content in divHmmmm that would mean I can’t get the content I want below the slider because there is no way to differentiate between the content of the slider (just below the header but above the center of the page) and the content of the center part of the homepage.
These two should be seperated but seem not to be:-(.
Forum: Themes and Templates
In reply to: Remove code that calls widget and call content in divYou are right but that call calls in content into a slider at the top. That’s okay. However I need a new call to content. I now have removed lines 51 to 79 and 81 to 84 and placed between 51-79 the following:
<?php the_content();?>.https://wordpress.pastebin.com/K0GR1Arz
But all this does is call in the same content that is part of the last slide of the slider at the top.
How would I go about adding my own new content in this location?
Forum: Themes and Templates
In reply to: Remove code that calls widget and call content in divI think there is a miscommunication here:-).
I don’t see any content.
I want to add content.
However the only way I can currently add content is by adding a widget to the homepage widget area and placing content in that widget.That is what I do not want, because I then don’t have access to the wysiwyg editor.
I want to add content by just typing my content in the Homepage wysiwyg editor under Pages > Home.
I can type whatever I want there but it does not appear on the page because there is some sort of call to content neccessary in the code provided above. This call to content must be placed instead of the code that calls the widget.
Forum: Themes and Templates
In reply to: What to change inTitle Tag?Have you ever tried an SEO plugin like WordPress-SEO ( https://yoast.com/wordpress/ ) which gives you more power over your SEO and also helps you with this issue?
Forum: Themes and Templates
In reply to: How to change Company Style theme's language to Swedish.Some parts of a themes language are hardcoded, so that some words can only be translated in the code itself. I use Search and Replace to find all references to a word I want to translate and then go through the source of the pages found and see if those words on that page can be translated (sometimes they cannot because they are part of the code).
Martin
Forum: Themes and Templates
In reply to: Remove code that calls widget and call content in divYour solution didn’t change anything Chip.
I am still as stuck as I was.
Forum: Themes and Templates
In reply to: Remove code that calls widget and call content in divI indeed see I sidebar widget area under Appearance > Widgets but also a Homepage widget area. Both are empty.
Forum: Themes and Templates
In reply to: Remove code that calls widget and call content in divI have no sidebar on my homepage I do have the option to add a tagline. I also have the option to add a widget which can contain text that then will be displayed on the homepage.
I don’t want this I just want to add text to the homepage by going to Pages > Home and write whatever I want and have it appear on the Homepage.
Now if I want text to appear on the homepage I need to use a widget.
The Full code of the homepage can be found here (I have no idea how to post code here in a way that is allowed so I just post a link).
https://wordpress.pastebin.com/svLRKK24
[code moderated as per forum rules - please use the pastebin]
If not, let me know and I’ll be happy to translate it for you.
I looked at the limit-login-attempts-nl_NL.po file with Poedit but the translation seems to be in, I think, Norwegian. I will gladly make a translation if needed but maybe you just have overwritten the original dutch translation with this Norwegian one:-).
Forum: Plugins
In reply to: Download Monitor adding image linkI have been trying all sorts of things but I still don’t understand how to get this done.
I have added an upload to Download Monitor through the little downwards pointing arrow and inserted it into my post resulting in this little piece of code:
[download id=”1″]
I assume I can remove this code from the post?
I then added this to my post:
<a href="https://www.mysite.com/wordpress/images/2010/04/test.rar"><img class="size-full wp-image-609 aligncenter" title="download" src="https://www.mysite.com/wordpress/images/2010/04/download.jpg" alt="" width="223" height="53" /></a>
How do I go about adding the hits counter to this image?
I have been using Download Monitor for a very long time now (since septmber 2009), but never before with an image and I am totally lost.
Forum: Plugins
In reply to: Download Monitor adding image linkBut which custom format and how do I add them?
I have looked at the list of formats but can’t make heads or tails from it:-(.
Forum: Fixing WordPress
In reply to: The slug “joomla” is already in use by another termI do have a joomla tag. I have emptied the trash for everything but I couldn’t find a trash folder for the categories.
Forum: Fixing WordPress
In reply to: After update to WP3 my blog crashes in IE8Thanks for the help!
I will first disable the plugins before I do a re-install and see where it leads me:-).