Levdbas
Forum Replies Created
-
Hero! Thanks a ton!
Sounds perfect! Would love to hear when you have a approximate date of implementation!
Thats the same. To confirm that Ninjaforms is working, check the submission page in your wp-admin.
I have the same issues with updating the plugin on several (but not all) websites I created. Maybe it is because of a php memory issue or something in that order? After each update I need to manually check each website if the plugin did update and is activated again.
And do you now need a key for your websites? All my sites made with Types need a key now to update. I find this a strange change for a free plugin.
I would like to hear the thoughts behind this philosophy.And is it possible outcome that the whole plugin will be paid in the future – which almost forces us to buy it?
Yea, I have the same issue in my most recent project. A few versions before 1.22 or wordpres 3.2 everything was still working.
Hi, I having a question very related to this problem:
I got a taxonomy called: specialties with terms like online and design.
Now I have a posttype cases which is linked to this taxonomy. But, as soon as I navigate to a post with multiple terms something goes wrong. When navigating the Online term everything is fine until the post with also the taxonomy Design and all the links after that case are in the design term.Am I missing something here? ??
Forum: Fixing WordPress
In reply to: problem with sliders pluginIt seems that the following code is creating some kind of loop that also affects the other parts of the website:
<?php $temp_query = $wp_query; ?> <?php query_posts('cat=3'.'&showposts=5'); ?> <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
Anyone know what to do to only get the post array in the slider and not in the main content ?