sui_page
Forum Replies Created
-
Disabling ‘Filter Long URL Strings’ worked for me. Thanks so much!
Forum: Plugins
In reply to: [ZWoom - WooCommerce Product Image Zoom] Image thumbnails not showingI ended up using YITH Zoom Magnifier instead. It’s less fidgety and worked exactly how I needed it to.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Anonymous Users cannot view Eventshey mwinzer I currently have the same problem however I’m on a live server. Did you end up finding a solution to this?
Has anyone found a work around to get Infinite Scroll and NextGen Gallery working together. Such a bummer!
Forum: Plugins
In reply to: [MailChimp Widget] plugin not showing up when using google chromehey Jas do you end up finding the solution to this? I’m having the exact same problem.
Hey gerobe I just noticed this bug too and have setup a post on the Infinite Scroll support forum. If I do end up finding a solution I’ll be sure to let you know.
Forum: Themes and Templates
In reply to: [Pitch] [Theme: Pitch] Project archive pagehey did you end up finding the solution. All the page templates work except the ‘project archive’ one. Is there a shortcode i have to add or something?
Forum: Fixing WordPress
In reply to: Databse update ruined my postsSite went back to normal after restoring the files from the cPanel
Forum: Plugins
In reply to: Accidentally deleted plugin and i can't remember its nameexcuse this post i have found the plugin =)
Forum: Fixing WordPress
In reply to: Get specific post onto a pageI found the code i needed
` <?php
$post_id = 31;
$queried_post = get_post($post_id);
$content = $queried_post->post_content;
$content = apply_filters(‘the_content’, $content);
$content = str_replace(‘]]>’, ‘]]>’, $content);
echo $content;
?>`How come it can’t be as simple as ‘get_a_post()’? I don’t understand what this all does =(
Forum: Fixing WordPress
In reply to: Get specific post onto a pageForgot to mention I’m trying to display a specific post. thanks