I am trying to get rid of the the edit, upload and favorite icons from the mobile frontend - anyone have an idea of how to do this? Been searching around but no luck getting anything to actually work.
Here is an example page:
http://lake.ipiste.fi/index.php?title=SaunaWorld&mobileaction=toggle_view_mobile
$wgMFPageActions = array();
should do it.
Related
I got a little issue,
when I share my portfolio in Facebook or Linkdin I get a preview of the web as an image but with a wrong image(one of the images included in the code itself).
how can I fix that so that the preview image will be the the web image?
thanks
If you've already generated the image, I think you need to use this: developers.facebook.com/tools/debug to rescrap it and try and get FB to pull in the correct image.
There's a section, in the screenshot, that allows you to bulk clear FB caches if it's more than one URL you're having issues with, if it's just the one, the first tab should be what you need.
I'm using Be Theme in WordPress, and I'm using WPForms to create a contact form.
The form was set up correctly in the WPForms Builder (as far as I am aware), and I'm using the following shortcode in the SiteOrigin Editor (with paragraph turned off): [wpforms id="397" title="false" description="false"]
And this is the result:
Contact form with no textareas
I was thinking maybe there was a conflict between the SiteOrigin / WPForms / Be Theme, but I'm not sure. I also did some searching on Google, but I couldn't seem to find anything that addressed this exact situation that I'm dealing with.
Thank you to anyone who decides to help!
I found a solution!
I was using some CSS (to get rid of this ugly line that went through the page), and I guess it also disabled the input fields.
It's fixed now!
I am developing a Wordpress website for our rugby league team.
At the home page there are two annoying border lines that are in the header but I cannot seem to get rid of them and have tried inspecting element to try and locate it but I just can't.
Can someone please try and point me in the right direction on how to get rid of it
I am using the rookie theme.
Link to my website
Try this:
.header-area-custom .site-branding {box-shadow:none;}
I wanted to try out Linkwithin, a widget to show related posts underneath each post, to see how it looks like and stuff. On the Linkwithin website you can install the widget by clicking on a link which directed you to Blogger. I added the widget to my blog.
Now I would like to get rid of it, but on the Linkwithin website it's stated NOWHERE how to remove Linkwithin! So I tried deleting the widget but it wasn't showing up. So I went to the HTML source code and wanted to delete it straight from there, but I simply can't find it...
Does anyone know how to get rid of it, or can find it in the code?
Website is www.wldhrts.com
Many thanks!
You need to remove that widget from your blog. It's the first widget on your right sidebar (just above the search box).
Move to
Blogger >> template >> edit Template >>
Search for 'id='HTML2' it's the widget holding your linkwithin code. You should be able to find code like
<b:widget id='HTML2' locked='false' title='' type='HTML'>...</b:widget>
Remove the whole widget.
you can alternatively set nRelate on your Blog which is way better then LinkWithin.Here is the link of complete post explaining every process step by step. nRelate also offer you to earn some money by showing ads on your Blog or website.
http://sarcaassm.blogspot.com/2014/02/setup-nrelate-widget-to-your-blog.html
it is not always 'HTML2'. it depends upon where you have it. just try to reinstall it from linkwithin site, you will see codes, see what are they, note down on notepad and then search them in tempelate and remove. that will only work super fast. you may also like 'how to remove it only from blogger home'
I am currently trying to add my linkedin badge to my Academia.edu page. The code as provided in http://www.linkedin.com/profile?promoteProfile=&trk=mypro_badges does not seem to work. Has anyone experienced the same issue? Any idea?
Thanks,
Ilaria
I'm not familiar with Academia.edu, but are you sure they accept raw html code? If they do, maybe you need to switch to their html editor - you might be stuck in their 'simple text editor' or the likes.