linkfr
Forum Replies Created
-
Ok, thanks a lot!
Ok, got it, thanks a lot!
Forum: Fixing WordPress
In reply to: How exactly fill in fields in domain mappingHaaa, you are a Master, it perfectly works now, thanks!!!
Now i have at Tools > Domain mapping three urls:
– http://www.Site2.net
– http://www.Site2.net
– Site.net (became primary automatically)Thinking about seo, should i leave it that way or set the 3w url as primary?
Forum: Fixing WordPress
In reply to: Hyperlink hover color changeHi people!
I have a link like this in a widget:
<a href="http://www.site.com/">SITE</a>Could you please show me how to give it a hover effect, what to add?
Forum: Fixing WordPress
In reply to: Url is shared without wwwIndeed there are 4 tabs for each site at: Network Admin > Sites: 1) Info, 2) Users, 3) Themes and 4) Settings.
In Info tab:
What should i put in domain? http://www.secondarysite.com?
What should i put in paht? Leave blank?
Should i check the box “update siteurl and home”?In Settings Tab:
What should i put in Siteurl? http://www.secondarysite.com?
What should i put in Home (field under “Active Plugins”)? http://www.secondarysite.com?Right now i have http://www.secondarysite.com everywhere and posts are replaced by a 404 error no matter their url is the same in dashboard and address bar…
Forum: Fixing WordPress
In reply to: MP3-jPlayer is only showing shortcodeHi noahjonah, thanks for your reply.
I just tried deactivating ckeditor plugin and – again – pasting the shortcode through html mode. But shortcode still shows on the post online.
I guess the problem is in the way i am defining the MP3-jPlayer settings?
Whatever i type, i always get this message in the “Folder or Url” section:
“Unable to read or locate the folder http://www.site.com/files/2012/11 (or http://www.site.com/files/2012/11 – or: files/2012/11) check the path and folder permissions”
Forum: Fixing WordPress
In reply to: Remove "Tagged with" from post bottom@tiaanswart: could you please send me an email to [email address moderated – this forum does not provide support via email] or tell me yours so i can send you the url?
I of course intend to keep the discussion here – and i really cant solve this…
Forum: Fixing WordPress
In reply to: Remove "Tagged with" from post bottomHi tiaanswart, thanks for your answer [ redacted, support is offered via the forum and not by email ]
Forum: Plugins
In reply to: [Toggler. The Ultimate Toggling Machine.] Toggler doesn't toggleHi nmrdxt, thanks for your answer!
I just tried again – after activating the plugin ). Ineed it’s only hiding or showing the first paragraph of the content (which is made of several paragraphs). Look, this is what the page looks like in the editing box:
TITLE NUMBER 1
[toggler role=”switch” connector=”inpage”]1) SUBTITLE 1 : CLICK HERE TO SHOW OR HIDE CONTENT[/toggler]
[toggler role=”target” connector=”inpage”]FIRST PARAGRAPH
SECOND PARAGRAPH.
THIRD PARAGRAPH.
FOUTH PARAGRAPH.
LAST PARAGRAPH.[/toggler]
TITLE NUMBER 2…
As for the shortcode it does show in the html version.
Forum: Fixing WordPress
In reply to: How to display the previous and next posts at the bottom of the postHi alchymyth, thanks for your answer.
I found the file and opened it but it says copyright and no code is shown.
I’m using Platform theme…
Any clues on where instead i could do what you suggest?
Hi, thanks to people in PageLines forum, this has been solved.
The file to edit, in my case (Platform theme) was template.postloop.php
I only pasted this line:
<?php related_links(); ?>
at the very beginning of the file, as line number one.
Doesnt look very nice yet (it appears at the top of the post very close to its title) but it works. Customozing the visual part is now next step…
Forum: Fixing WordPress
In reply to: Show full post on the same page when clicking on Continue readingOh, i feel like the world is gonna let me down here… (((
Any brilliant mind would be able to help me?
Is it possible to achieve what i want?
I have a dropdown categories widget. When i click on a category, i get to http://www.site.com/category/ This page shows several posts. Their excerpts to be precise. Each followed by the Continue reading link.
When clicking on it, a new page is loaded showing the single post. But i wouldnt like this to happen.
I’d like the full content of the post to be displayed on the same page like a spoiler or toggler.
Could someone please show me the way???
I’m using PageLines platform theme.
[ Please do not bump. That’s not permitted here. ]
Hi everyone!
I have the same question, could someone please give us a hand here? After activating the plugin, i can select the related links i want in the metabox next to the post edition box… but they dont show on frontend.
As far as i understand, it is only a question of pasting the code below in a file, right?
<?php related_links(); ?>
But where? What’s the file and where in the file should we paste it?
(As for me i’m using PageLines Platform theme).
Thanks for your help!
[ Please do not bump. That’s not permitted here. ]
Forum: Fixing WordPress
In reply to: Show full post on the same page when clicking on Continue readingThanks for your help, yes, i tried ajax as well and it didnt help.
Or maybe it is because these posts show on page site.com/category/ ?
This is so to say the only thing i’m missing to make my “perfect” (far from it) site…
Forum: Fixing WordPress
In reply to: My wp e-commerce doesnt calculate properly tax and total priceSolved indeed…
Numbers shouldn’t include comas but points.
Wrong: 19,6
Correct: 19.6