-
AuthorPosts
-
July 18, 2014 at 9:22 pm #293154
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.July 18, 2014 at 9:32 pm #293156Hi 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!
YigitJuly 19, 2014 at 2:24 am #293199Thanks so much.
Also wonder if I can add two lines of text? One line in bold one line in paragraph style text.July 19, 2014 at 9:06 am #293283Hi!
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,
PeterSeptember 16, 2014 at 6:39 pm #320042Hi,
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 cssfunction 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-
This reply was modified 11 years, 2 months ago by
7miles.
September 17, 2014 at 5:18 am #320293Hi!
@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,
IsmaelSeptember 17, 2014 at 5:49 pm #320638Hi Ismael,
I have done it, now its working fine. Thanks. :-)
Best regards,
7miles -
This reply was modified 11 years, 2 months ago by
-
AuthorPosts
- The topic ‘Hide Date on Magazine Entries’ is closed to new replies.
