Sykat
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How Do I Add a Twitter Button to my Header?Better install a ‘social share’ plugin.
Forum: Fixing WordPress
In reply to: Missing editing tools on dashboard1> be more specific. what u meen by tools? is it the menu named ‘tools’ just before ‘settings’ or something else?
2. What you’ve dodnloaded? wp software?
3. what’s your domain(site address)? Wp.com is free blog creator (yourblog.wordpress.com) and .org is providing WP software so that you can host own blog in any hosting.Forum: Fixing WordPress
In reply to: Event Details PermalinkI have no dea.. I never heard any BUILT IN WP feature named event… I searched wordpress event documentation and nothing found. can you provide a screenshot what you really meaning by “event”.
Forum: Fixing WordPress
In reply to: Ugly line breaks in paragraphsmay be
text-align: justify;work for you.
Wp-admin>appearence>editor>findp {and addtext-align: justify;.
Also try to change font family and adjust size.Forum: Fixing WordPress
In reply to: Installation Failed-no "delete" Button in Theme DetailsAnd one thing to be clear… In your question (first message) you didn’t tell that u have a child theme so I told to remove that. And in 3rd message, you told you have a child theme and I told in forth message,
active another theme then the delete btu will be showed
.
I work with self made theme (learning yet) and didn’t work with child theme but i believe the child theme still in the folder /wp-content/themes/child-theme. something like that. give it a shot.Forum: Fixing WordPress
In reply to: Installation Failed-no "delete" Button in Theme DetailsDidn’t you backup the child theme? :O
Forum: Fixing WordPress
In reply to: Space around site?It is because they are trying to do things illegal way. They used different method to make the menu center. here is the fix (not so stable).
Here it isheader nav ul { position: relative; float: none; margin: 0px auto; padding: 0px; list-style: outside none none; width: 880px; }deleted: left:50%, added width (add more width if add more item and delete some if delete menu item}
header nav li { position: relative; float: left; margin: 6px 0px; border-right: 1px solid #DDD; padding: 8px 20px; display: block; text-transform: uppercase; }deleted
right: 50%;
As you see, no horizontal scroll bar. http://imgur.com/EMo9tppForum: Fixing WordPress
In reply to: Website redirecting to strange URLur site is working :/
Forum: Fixing WordPress
In reply to: Website redirecting to strange URLContact with your domain provider now… Nothing to do with WP
Forum: Fixing WordPress
In reply to: Blog's Google Search Resultslearn some basics of meta title, meta description, seo and seo plugins. Start herre http://codex.wordpress.org/Meta_Tags_in_WordPress
Forum: Fixing WordPress
In reply to: Installation Failed-no "delete" Button in Theme DetailsActive theme can’t be deleted.. active another theme then the delete btu will be showed
Forum: Fixing WordPress
In reply to: Event Details PermalinkIs it custom post type?
and you want it?
example.com /event /details /eventname
<domain> <custom post type> <Taxonomy> <post name>
Or something…
example.com /event /details /eventname
<domain> <custom post type> <any text> <post name>Forum: Fixing WordPress
In reply to: Downloadable filesWhere you’ve added the link?
Forum: Fixing WordPress
In reply to: Installation Failed-no "delete" Button in Theme DetailsIt’s because you are currently using that theme. Enable another theme (twenty forteen as ex.) and remove it.
Thank you… I also guessed so but didn’t have enough guts to start it all alone without any opinion.. Now I am confident.