Forum Replies Created

Viewing 15 replies - 241 through 255 (of 288 total)
  • Jason Ryan

    (@viablethought)

    @virtualis

    This plugin does support CPT’s because we use it on all of our sites without issue, however there does seem to be a problem depending on how many posts there are. e.g. Client site of ours has 300+ entries of a specific post type and I experience the same issue, continuous loading when trying to access them with NP enabled. But if I disable NP for this post type and go back to the list it loads fine.

    I believe the issue was brought up before in this forum but I couldn’t find it. Hopefully @kylephillips can elaborate on this a little more.

    Thread Starter Jason Ryan

    (@viablethought)

    @kylephillips

    Great, thanks for the update!

    Thread Starter Jason Ryan

    (@viablethought)

    Thank you for your response. Having a possible popup notification on the front-end about “You are using an AdBlocker” or something so it is not something that is buried in console warnings would be awesome. Additionally, with having AdBlock enabled, it prevents the images from showing up thus leaving blank spaces, having some type of backup contingency for this scenario would also be nice.

    Forum: Plugins
    In reply to: [Addon Library] Changelog
    Thread Starter Jason Ryan

    (@viablethought)

    Hello –

    There were several updates over the past week yet the changelog has not been updated. Update please.

    Thanks.

    Thread Starter Jason Ryan

    (@viablethought)

    Hello –

    I have gotten it figured it out, it was a conflict with a number of different things. Mostly because the theme we’re using has the “footers” as a custom post type and upon import the pages were somehow being associated with this post type via Parent Slug. e.g.

    /default-footer-post-type/page-url/

    So when the Pages were being deleted on the “Pages” screen, they weren’t technically being fully removed from the DB. They all still showed in the Bulk Editor screen. But what I had found out the 2nd go-around was that if I just delete the “default” footer, then the Pages were able to be removed normally on the Pages screen.

    It is quite the anomaly it took a bit to figure out, just wanted to mention it here in case anyone else stumbles upon it.

    Thread Starter Jason Ryan

    (@viablethought)

    @onlyincebu

    There was no caching, these were actual entries in the database. We manually removed each one from the Bulk Editor screen and rechecked the DB and they were gone. Something went wrong during the import and for whatever reason Yoast captured these pages that were no one to be found anywhere within WordPress.

    Thread Starter Jason Ryan

    (@viablethought)

    @monbauza

    Unfortunately, that is not the case. I had deleted all pages that were imported to start the process over but stumbled upon the Bulk Editor by chance and saw that all of the pages were still showing here (Even though they have been Deleted Permanently and the Trash had been emptied).

    For whatever reason, Yoast was still holding onto these pages and showing them in the Bulk Editor.

    Forum: Plugins
    In reply to: [Addon Library] Changelog
    Thread Starter Jason Ryan

    (@viablethought)

    Hey guys –

    Just still wondering what is going on with the changelog and the updates that have been coming out for this plugin. I am afraid to update the plugin without knowing what is happening.

    Please update, thanks.

    Forum: Plugins
    In reply to: [Theme My Login] Templates
    Thread Starter Jason Ryan

    (@viablethought)

    @jfarthing84

    Schweeeet… thanks!

    Hello –

    Was anything ever figured out with this? Apparently this is causing a conflict with the Templatera plugin as well where you cannot edit templates. I tried applying the code above but that just breaks the site and having to deactivate Yoast every time I need to make an update is kind of cumbersome.

    Thanks.

    Thread Starter Jason Ryan

    (@viablethought)

    Kyle –

    Thanks for the quick response! I will get an instance updated and report back if we experience any further issues with the dates not registering/saving.

    You rock! ??

    Thread Starter Jason Ryan

    (@viablethought)

    @neotrope

    A ticket has been submitted to the WPBakery team as well and they too are looking into the issue. I did some testing by installing All-In-One SEO & The SEO Framework plugins, and no issues, only when Yoast is installed.

    I get that everything is different, and not everything plays nicely together, but VC is a popular paid page builder plugin, and comes with a ton of paid themes as well, so compatibility issues should be a concern for both parties.

    Also, I had already checked Github before posting here as well. I am awaiting a response from WPBakery before submitted an issue there.

    Thread Starter Jason Ryan

    (@viablethought)

    Michael –

    Thank you for taking the time to explain, I am still a bit of a n00b when it comes to WP programming, but your explanation here is on point! Your code snippet works flawlessly and I know have a better understanding of what it is doing.

    Thank you so much for taking the time.

    P.S. I still haven’t figured out why VC Grid Builder isn’t able to recognize my custom taxonomy, but using this has allowed for a pretty good work around ??

    Thread Starter Jason Ryan

    (@viablethought)

    Hey Michael –

    I have sort of a work around for what I was trying to do, but I know it isn’t the best solution and maybe you can help me correct this bit a code I am using to output taxonomy on a page using a shortcode:

    function list_terms_custom_cat_taxonomy( $atts) {
      ob_start();
      extract( shortcode_atts( array(
          'custom_taxonomy' => 'video_categories',
      ), $atts ) );
    
      global $post;
      $cattext .= get_the_term_list( $post->ID , $custom_taxonomy, '<strong>Category:</strong> ' , ', ' , ' ' );
      $cattext .= ob_get_clean();
      return $cattext;
    }
    
    add_shortcode( 'video_category_terms', 'list_terms_custom_cat_taxonomy' );
    add_filter('widget_text', 'do_shortcode');

    I have read that “extract” isn’t the best method for this but it has gotten me by thus far, but I searched tirelessly for another solution with no luck. Any suggestions or insight would be greatly appreciated!

    Thanks

    Same issue here, bug seems to sporadic. Site passes Google’s mobile-friendly test just fine.

    • This reply was modified 7 years, 8 months ago by Jason Ryan.
Viewing 15 replies - 241 through 255 (of 288 total)