ktrusak
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Welcome Statement or Log in LinkThanks for the reply zimmi88! I put it in, but got a syntax error
“Parse error: syntax error, unexpected T_STRING, expecting ‘,’ or ‘;’ “
for this line:
echo '__(<a href="'. get_option('siteurl') . '/wp-login.php?redirect_to=' . urlencode(get_permalink()).'" rel="lightbox[registerform]">Register</a>, THEME_NS); } ?>
Forum: Plugins
In reply to: Default Login Widget is BrokenI mean once you have logged in it becomes broken.
Test username: login
password: loginForum: Fixing WordPress
In reply to: Editting Search ResultsThanks for your help Esmi, I appreciate it– That’s exactly what I was looking for
Forum: Fixing WordPress
In reply to: Editting Search ResultsThe default with the theme (artisteer generated) was get_template_part(‘content’, get_post_format());
I just looked over the content.php, here is the pastebin https://pastebin.com/EAi5dWPu ,is there a code to display the article title (and link) but strip the date, publisher, thumbnail? I figure for the actual content I could reduced the auto excerpt size to 0 to get rid of that, but leave the manual excerpt in.
Forum: Fixing WordPress
In reply to: Editting Search ResultsHere is a copy of the search.php file
Forum: Fixing WordPress
In reply to: Changing Width of Dynamic WidgetsFrom what I can tell in the style.css file the twentyeleven theme is still dividing up the widgets evenly among the alotted space at the given percentage based on the # of widgets.
Is there anyway to define based on the order number (like first widget = X%, second widget = X%). My theme seems to just call ‘top’ widgets for the space and then divides it up. I am not sure how to go about defining the two spaces and then editing the size of each defined space.
Forum: Fixing WordPress
In reply to: Compatibility ProblemsSite is hookahi.com
Forum: Fixing WordPress
In reply to: Mysterious Block in FooterI meant the larger blank space below the end of the sheet, not the white space haha–yeah I haven’t done much content yet
It was apparently some glitch with an update to the Comprehensive Google Maps plugin, I’ll leave it deactivated–Thanks for the quick reply anyway