rollingWolf
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: wp-login.php and buddypresshttp://yoursite/wp-admin is probably the login youre after.
Forum: Fixing WordPress
In reply to: WordPress Site not working only on my pc after upload ImageIts no apparent plugin (unless its some protection of your host that does it). Have you tried in a different browser?
Forum: Fixing WordPress
In reply to: WordPress Site not working only on my pc after upload ImageIt sounds like youre getting banned from the site by some plugin for some reason. Can you list which plugins youre currently using`?
Dont forget to set the status of this issue to resolved.
Ok now were getting somewhere. Remove the var_dump($user_subsets); that you added earlier and in its place put the following three lines in its place (above line 647):
if (is_string($user_subsets)) { $user_subsets = explode(',', $user_subsets); }Forum: Fixing WordPress
In reply to: Display custom fields too in recent posts widgetThen I suggest you write your own recentposts plugin. Information and a basic example is available at:
http://codex.wordpress.org/Widgets_APIYes thats right.
My guess is that line 646 and: themify_get( ‘setting-webfonts_subsets’ ) returns something other than an array (which is required by implode()) e.g: a string, int/float, boolean, function, object etc.etc. So on the line between 646 and 647 add:
var_dump($user_subsets);to see what type and content $user_subsets isForum: Fixing WordPress
In reply to: godaddy shared hosting slower than a turtleOk then I dont know how to help you my friend other than mayby switching to another host? This supportforum is not a place for hosting reviews there are plenty of those around already. Search for one, follow their suggestions for a new host and post a review of godaddy there.
Forum: Fixing WordPress
In reply to: Database Error When Posting Certain PostsI have no idea about why it shows database error but if social sharing is important I suggest you install the plugin Yoast WordPress SEO which allows you some better control over information given to social sites.
Forum: Fixing WordPress
In reply to: How to remove "Home" on my Home pageFrom a UX point of view I recommend keeping it. Not everyone remembers to click on the logo to get to the starting page.
Forum: Fixing WordPress
In reply to: godaddy shared hosting slower than a turtleHave youve gone through the steps mentioned in https://wordpress.org/support/topic/read-this-first-–-wordpress-42-master-list
?W3TC is set to output quite a lot of unecessary lines since DEBUG is set to on but it doesnt actually cache any page so theres a good start.
Forum: Fixing WordPress
In reply to: Display custom fields too in recent posts widgetTry framework/functions/theme_sidebar.php but please note that usually youre asked to contact the place you bought the theme from (in this case themeforest) for support for paid themes.
Allowing php in widgets is not something I (or many others) would recommend, instead why dont you take this opportunity to learn some basic plugin programming to make your own widget/widebar plugin?
Forum: Fixing WordPress
In reply to: Logo Section Custom URL not workingEOS is a paid theme if I recall correctly so I suggest you head to themeforest and get your support there.
Secondly: using “modlook” to get support is never a good idea.
Forum: Fixing WordPress
In reply to: Subscribe2 not working on hostgatorThe textbox is fine its the CSS thats at fault here because teh textcolor in teh inputbox is set to white (with white background).