Is there a way to hide the dates next to the “Magazine” entries Content Element?
In other words, I want to show the pics and titles but not show the dates for each entry.
Hi satucker!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
time.av-magazine-time.updated { display: none !important; }
Cheers!
Yigit
Thanks so much.
Also wonder if I can add two lines of text? One line in bold one line in paragraph style text.
Hi!
No, this is not possible by default because wordpress strips html code from excerpts (to avoid invalid html code). You can try to install a plugin like: https://wordpress.org/plugins/advanced-excerpt/ but I’m not sure if it will work and we didn’t test it with Enfold.
Regards,
Peter
Hi,
I have tried it also on my installation, but the date will still be display.
Is there any changes to the actual enfold 2.9.2 ?
There where also some informations still in quick css
function bgmpShortcodeCalled()
{
global $post;
$shortcodePageSlugs = array(
'hello-world',
'second-page-slug'
);
if( $post )
if( in_array( $post->post_name, $shortcodePageSlugs ) )
add_filter( 'bgmp_map-shortcode-called', '__return_true' );
}
add_action( 'wp', 'bgmpShortcodeCalled' );
time.av-magazine-time.updated { display: none !important; };
thx for help
7miles
Hi!
@7miles: Why is there a php function there? Where did you add the css snippet? It should be added on the Quick CSS field. Please remove the php code.
Best regards,
Ismael
Hi Ismael,
I have done it, now its working fine. Thanks. :-)
Best regards,
7miles