jkurzner
Forum Replies Created
-
I can create shorcodes manually. I believe the following does what I want, but am confused why I can’t do it with the shortcode builder? [ajax_load_more post_type=”post” posts_per_page=”5″ category__and=”8,344″ theme_repeater=”newsblog.php”]
Deleted the htaccess file and was able to get into the dashboard. But, the only way to solve the problem was to disable the All-In-One plug-in.
I have this exact same problem. Can you please provide the solution that solved your problem?
Forum: Fixing WordPress
In reply to: WP 4.9 After Update post editor & add new post doesn’t work any moreI have the exact same issue.
Forum: Plugins
In reply to: [Max Mega Menu] Horizontal SubMenuHey Tom. This is what I am trying to replicate for a client.
Forum: Fixing WordPress
In reply to: Inherited Problems with Dsiplay of Gallery images in orderDoesn’t appear to be advanced post types issue. Seems more like a problem in how to pull out the value of “i” in the postmeta?
Forum: Fixing WordPress
In reply to: Inherited Problems with Dsiplay of Gallery images in orderNot sure if this is related or not, but the website also uses the advanced post types order plug-in
Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] Problem with latest updateAbsolutely, but just wanted to know if there was anything in the plug-in update that might cause the strange behavior?
Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] Problem with latest updateI have a live and staging version. I can clone the live environment to staging. The live environment has the right template. When I clone it to the staging environment, the staging environment also has the right template. When I update the plug-in in the staging environment, the template reverts to the previous template from a few weeks ago. If I choose the options button and then update from database, the template does not change and is still the previous one from weeks ago. I have tried it several times and it happens each time.
Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] Problem with latest updateTried that. It did not change the repeater code. Still was showing the prior saved version?
Forum: Plugins
In reply to: [Easy Property Listings] easy property listings plugin sqft not accurateApparently it was a template issue.
In the loop template I was using:
<?php get_post_meta(the_ID(), 'epl_property_building_area');?>
it should be re-written as:
<?php echo number_format(get_post_meta(get_the_ID(),'property_building_area', true))?>
Forum: Plugins
In reply to: [Easy Property Listings] Map just wont display any dataForum: Plugins
In reply to: [Easy Property Listings] Map just wont display any dataForum: Plugins
In reply to: [Contact Form 7] How toRemove inline styleWhat is the point of deactivating a theme if I need to use it? Something is taking a simple <p> code inside of the Contact Form 7 form I created and adding a style=”font-size:16px;” code Is there a way to figure out what is actually doing that? Wouldn’t that be part of the Contact form 7 functions? If not, can you tell me where it might be happening?
Forum: Plugins
In reply to: [Contact Form 7 - Dynamic Text Extension] Problem with period in CF7_GET key