Riversatile
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: how to disable right click on flash "swf"Hi,
This is what you want ?
http://www.aleosoft.com/flashtutorial_disablerightclick.htmlBut you can’t remove the entire menu.
…It’s exact.
When I change HTML encoding in the Head, no error that deals with<noscript>.Thanks
Forum: Plugins
In reply to: [SEO Smart Links] Problem with SEO Smart Links and HTML element attributesHi,
I encountered the same issue with :
The code :
<h2 id="something">Something</h2>
becomes like that :
<h2 id="\"something\"">Something</h2>
instead of
<h2 id="something">Something</h2>This makes my link :
<a href="http://my-web-site/#something">Something</a>
broken !Forum: Fixing WordPress
In reply to: Trying to get Facebook like button to align rightSorry sorry sorry !
I made a mistake in the CSS rule. I typed ‘-‘ instead of ‘:’Try with this :
<div style="float:right;"> [Leave the facebook code here] </div>I tried in a HTML test file, and it’s working with :
<div style=”float:right;”>
<iframe src=”//www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.austintenantadvisors.com&send=false&layout=button_count&width=450&show_faces=false&font&colorscheme=light&action=like&height=21″ scrolling=”no” frameborder=”0″ style=”border:none; overflow:hidden; width:450px; height:21px;” allowTransparency=”true”></iframe>
</div>Forum: Fixing WordPress
In reply to: Trying to get Facebook like button to align rightOk ok… Yes I said anything !
It’s normal to have a second HTML and BODY when inserting an external embed code that contains an iframe.So, in your widget, you can add your facebook code in a DIV container that have a CSS rule to align right :
<div style="float-right;"> [Leave the facebook code here] </div>Regards
Forum: Fixing WordPress
In reply to: Trying to get Facebook like button to align rightHi,
There is a problem with the way you have added the facebook like button on your website…
In the source code, your have one HTML open tag and the BODY open tag, as usual in HTML pages, but more in the bottom of the code we can see that your Facebook like button DIV container in also included in asecondary HTML and BODY tags !
http://www.monsterup.com/upload/1361646993274.pngYou can do an CSS rule override and make it to the right, but I suggest you to change the plugin/code you have used to implement your Facebook like button.
still no answer to my question above 🙁
while I participate a lot in this forum.Forum: Fixing WordPress
In reply to: Hiding static page titles?Hi,
First, are you sure the page title is displayed in a “h1” tag ?
If yes, edit the file “page.php” from your Theme folder, and remove the entire h1 tag that looks like that :
<h1><?php the_title(); ?></h1>Forum: Fixing WordPress
In reply to: default thumbnail image not showingCheck your emails 😉
Forum: Fixing WordPress
In reply to: default thumbnail image not showingNo, sign-up is not required.
I replied to you from my own mailbox.
Send me the file by email.Forum: Fixing WordPress
In reply to: default thumbnail image not showingHi,
Can I have a look to your PHP template file ?
Send it here : https://www.wetransfer.com/ and paste here the link to allow me to download/read the file.Forum: Plugins
In reply to: [WP Spry Menu] New update of WP Spry Menu ?Thanks.
No, it’s working with the customized css file.
I prefer keep the lastest version anyway to stay updated.Forum: Plugins
In reply to: [WP Spry Menu] New update of WP Spry Menu ?I have been forced to customize the ‘Black’ static css file.
See the result here http://www.riversatile.frForum: Plugins
In reply to: [WP Spry Menu] New update of WP Spry Menu ?Why did you remove the Style Editor ?
This was the most powerfull option.Forum: Plugins
In reply to: [WP Spry Menu] New update of WP Spry Menu ?Hi,
OK, I will try the new release.
Many thanks