Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thanks Logikal. The latest update (1.3.5) makes it so the text editor is immediately usable when I add a row which is great cause I no longer have to update the page. But, “add row” still adds TWO rows, not ONE for some reason. Also, there is no option for editing html, or adding any sort of media (images etc…) which obviously would be great.

    Another issue I’ve found is that when clicking “Add Row” in my posts for a looped field, add row actually adds two rows instead of one. Also, the WYSIWYG editor is unusable when adding a row until i publish or update the page at which point it expands and I can use the box appropriately. Any way to add the insert media button to the WYSIWYG editor?

    Both CFS and ACF are server-side plugins. The same data is being returned, regardless of which browser is used.

    The only difference is how each browser handles invalid HTML. If you had quotes within your “post_link” field, each browser handles the error a little differently.

    Logikal, I am no programming genius, but I am aware that PHP is server side and therefore should output the same information regardless of browser. Nonetheless I am still confident I was getting that error. I’ve since tried your plugin on a different site and it is working great. Either way, I wanted to thank you for your hard work and for a great plugin. I really appreciate your effort in creating the plugin and in turn for your support in implementation. Without kind people like you, I don’t know what my websites would look like…

    Thank you for your quick reply logikal. It looks fine because I already switched my custom fields to the Advanced Custom Fields plugin. But my statements above were still true…

    This is extremely perplexing!! the code works in Google Chrome but not in Safari or Firefox?? Please help!!

    function am_display_blogloop()  {  
    
    	/* Extremely Important, this allows Custom Field Suite to work */
    	global $cfs;	
    
    	if (have_posts()) :  while (have_posts()) : the_post(); ?>
    
    			<div class="my-box">
    				<div class="boxgrid peek">  
    
    					<div class="boxcaption">
    				        <h3><a href="<?php echo $cfs->get('post_link'); ?>" target="_blank"><?php the_title();?></a></h3>
    				        <h4><a href="<?php echo $cfs->get('post_link'); ?>" target="_blank"><?php the_content();?></a></h4>
    					</div>
    					<a href="<?php echo $cfs->get('post_link'); ?>" target="_blank"><img src="<?php echo $cfs->get('am_image'); ?>" class="cover" /></a>
    				</div>
    			</div>
    
    			<?php endwhile; else: ?>
    			<p><?php _e('Sorry, no posts matched your criteria.'); ?></p>
    		<?php endif;  ?>
    
    <?php
    }

    In chrome, the correct fields are entered in the href and src attributes but in Safari and Firefox, the attributes are left empty??? I can’t even begin to understand why this would happen…

    you can view the live example at http://amtimemusic.com/design

    I love Events Manager, but it seems to be breaking the drop-down functionality of my dashboard as well. Anybody have any idea what I can do about this?

    Interestingly enough, I wasn’t having too many problems with it, until I moved my blog from a subdirectory to my root folder. Maybe the two are not directly connected (i did ’cause some accidents while trying to do so)

    Thread Starter andr923

    (@andr923)

    Even though I hadn’t approved the comments they were still showing up. But the comments_number function was counting the number of approved functions. So i’m all set…

Viewing 7 replies - 1 through 7 (of 7 total)