thebigtine
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Where & in which file should I paste Twitter button?You could do it this way, but I suggest looking for a plugin to do that.
To add a plugin go to Plugins > add new > then search for “twitter”
If you don’t find anything that works how you want post back.
Forum: Fixing WordPress
In reply to: Adding pages to headerAdd them to the menu?
Go to appearance > menus > create menu > then add any or all pages you want there and also you can decide if you want any new page you create to automatically be added to your menu.
Hope that helps!
Forum: Fixing WordPress
In reply to: Page set-upIn the text editor, making sure you are in the visual tab, highlight all text and click align left
Forum: Fixing WordPress
In reply to: Creating a plugin for internal WP email adress?Forum: Fixing WordPress
In reply to: Creating a plugin for internal WP email adress?Forum: Fixing WordPress
In reply to: How to make a hyperlink on static home pageIt is not clear what you are asking. Are you trying to choose which page will be your home page or are you trying to add a link to/in your home page?
Forum: Fixing WordPress
In reply to: CSS problems with the Hueman theme and admin questionAnswer to number three.
Add this code to the appropriate class:
.classname {
border:2px solid #000;
padding:5px;
}you should put this in a child-theme though otherwise next time you update the theme these changes will be removed.
Forum: Plugins
In reply to: [Frontend Publishing] Disable HTML on the post formularThe plugin does not allow users to post “risky” html tag such as iframe or script tags, etc. It only allows them to post the tags that are in the text editor toolbar.
Forum: Plugins
In reply to: [Frontend Publishing] Can't post HTML from Front-EndOK, thanks a lot. Is there anything I can do in the meantime?
Forum: Plugins
In reply to: [Frontend Publishing] Can't post HTML from Front-EndAny idea when that will be coming out?
Forum: Plugins
In reply to: [Frontend Publishing] Can't post HTML from Front-EndAlso if I create the post in the back end adding a iframe it works, but if I then open that post in the front end and then save it without making any changes it also flushes the HTML
Forum: Plugins
In reply to: [Frontend Publishing] Can't post HTML from Front-EndI didn’t see any settings related to posting HTML.
If I manually add a p tag they stay, but when I insert youtube imbed code, i.e. iframe, that gets flushed.