Classic Recent Posts Issue

Hey guys,

I am trying to make my posts listed using the Classic Recent Posts pop up in the same page when clicked (as a modal, I guess?), as opposed to being rerouted to its respective portfolio page. Also, I am trying to get rid of the description that pops up when I hover over the post (‘Permalink to: “post name”’). Any help would be greatly appreciated. Thanks.

Hello Frank,

Thanks for writing in!

This will require custom development work which falls outside the scope of support we can offer. However, please take a look at following Google search result for some inputs. Please click here

Please add following JS under X > Theme Options > CSS:

(function($) {
   $(document).ready(function() {
      $('a.entry-thumb').removeAttr( "title" );
   });
})(jQuery);
```

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.