Ahrengot
Forum Replies Created
-
Forum: Plugins
In reply to: [Kona Gallery Block] PHP ErrorReplacing line 159 in server.php with the following fixes the PHP warnings:
alt="'. (empty($thumb->caption) ? '' : esc_attr($thumb->caption->text)) . '"
Forum: Reviews
In reply to: [Multiple Google Analytics Trackers] Plugin do not workHey there,
Are you using the supported version of WordPress? 4.7.0 or greater.
Which PHP version are you running?
Thank you! That was the issue.
@bati1975, I had to go through the OAuth client ID generation process again after activating the Google Analytics API, if that’s what you’re missing as well..
I’m getting this exact same error. Tried clearing my authorization a couple of times without any luck.
Forum: Everything else WordPress
In reply to: Optimized related posts snippet (taxonomy based)Thanks a lot. Very helpful reply.
Forum: Plugins
In reply to: [W3 Total Cache] Errors in debug modeConfirmed. I get these notices as well, caused by W3 total cache
Forum: Fixing WordPress
In reply to: Permalinks from deleted pages are reservedWhoops, looks like I headed to the forums a little too fast. The theme actually created 2 new sets of pages, meaning i had 3 contact pages, 3 about pages etc, and my old pages were still there i had just deleted one set of duplicates.
I tried to delete this post but couldn’t find any way to do that from the post or edit post pages.
Forum: Fixing WordPress
In reply to: How do i reduce this to one loop?Wow, what a neat little function. That means I don’t even have to do any refactoring of my markup.
Thanks a lot ??
Forum: Plugins
In reply to: Shortcode is being surrounded by p tagsFinally a solution to that annoying bug. Thanks guys!
Forum: Fixing WordPress
In reply to: My 404 page throws a 500: internal server errorForum: Fixing WordPress
In reply to: My 404 page throws a 500: internal server errorSorry i didn’t see your reply there, @aarontgrogg ??
For some inexplicable reason it works just fine now. I haven’t changed anything in the code, so something must have needed some time to adjust…
Anyway, the theme is my own. My first WP theme actually —?And it’s no way near finished yet. I’ve used The HTML5 Boilerplate as a foundation and spiced it up with open graph tags so all my posts share/embed nicely on Facebook, but haven’t used your plugin, although it looks cool ??
Anyway, thanks a lot for the help!
Forum: Fixing WordPress
In reply to: Question about shortcodes and manipulating markupThanks for your reply @magblogapi – To me this seems like such a simple thing to do i shouldn’t need to go outside of the Shortcode API. Also, this is my first experiment with the shortcode API so I’m really trying to make it happen through that set of php functions ??
Forum: Fixing WordPress
In reply to: Question about shortcodes and manipulating markupSorry, i had some HTML elements in that description that screwed up my post. Here’s what i want to do:
My problem is taking the title attribute from all of the [tab] shortcodes and use them to create my “ul” elements containing all the corresponding “li” elements. Is there any way to do this with PHP/The shortcode API or am i forced to use JavaScript to manipulate the DOM here?
Forum: Fixing WordPress
In reply to: My 404 page throws a 500: internal server errorI thought about that too, but removing those doesn’t make any difference. I get a “500 internal server error” as soon as i include the get_header() call.
What do you mean by plug-in? The reason this post is tagged HTML5 boilerplate is because this 404 page is the one the HTML5 boilerplate uses ??
Forum: Fixing WordPress
In reply to: My 404 page throws a 500: internal server errorThanks for being so helpful – However the pastebin link i posted above should work ??