-
AuthorPosts
-
January 21, 2020 at 12:54 pm #1176693
Thank you Jordan,
the code is changing all letters to small on single post. Is there any way the first letter is capital, as it is odd to have the month with all lowercase. Also I found out that on a magazine element the month still shows all in capital letters.Thank you,
VasilisJanuary 21, 2020 at 5:48 pm #1176857Hi,
Change to:
text-transform:none!important;
Best regards,
Jordan ShannonJanuary 22, 2020 at 2:17 pm #1177192Hi Jordan,
thank you for that… It now shows the month in magazine element in capiltal but on the single posts it shows fine.
I don’t mind leaving it that way as well. Looks nice.
I do not know if anyone could assist with https://kriesi.at/support/topic/move-date-below-blog-title-using-blog-posts-content-element/#post-1176499.Thank you!
January 23, 2020 at 7:26 am #1177391Hi,
We will look into that topic. Did you need additional help with this one?
Best regards,
Jordan ShannonJanuary 25, 2020 at 12:59 am #1178241Thank you Jordan,
All good for that
Can maybe somente assist with the previous:
On https://aimonas.gr/news/ on the first 3 posts the date appears on the bottom. Is there any way to get it on the top?
Also on the last 4 posts there is no date at all.Thank you!
January 28, 2020 at 2:07 pm #1179006Hi,
Sorry for the late reply, for the first 3 posts where the date appears on the bottom, it looks like a script is moving it there, are you using a script or function to move the date or meta for another page or element?
Perhaps we should login to check if another function is causing this by mistake?The last 4 posts are not showing the date because of this css in your child theme, possibility in your Quick CSS:
/*remove comment and date from blog page*/ .slide-meta { display: none!important; }
So removing the would solve, but it seems you added this for a reason, perhaps a different page?
If we can figure out for where you did want this we can adjust is to only work for that place and to not work on the /news/ page.Best regards,
MikeJanuary 29, 2020 at 12:45 pm #1179392Hi Mike,
thank you for your assistance once again :).
I have made this css inactive by moving putting */ to the end (have not totally removed – just in case I still need it in future).
I can now see the date but it also shows me the comments. Is there any way it to show just the date and not the comments link?
As for the dates Ismael assisted to get them to the top in the sinpgle posts and I do not know why on the blog page it is at the bottom. I might have played with something around. Could you maybe have a look at it. I am posting login details in private area.Thank you!
P.S.: Also last: should I upgrade to Enfold 4.7.2 from 4.6.3.1 or maybe leave it for the time beiing.
January 29, 2020 at 3:06 pm #1179438Hi,
Thank you for the login, a single post is a different element than the posts on this page, so they need a different solution.
For the slide-posts at the bottom of the page I added this function:function custom_slide_entry_date(){ ?> <script> (function($){ $(window).load(function(){ $( '.slide-entry' ).each(function() { $( this ).find( 'time.slide-meta-time' ).insertBefore( $(this).find('span.av-vertical-delimiter').css({ 'top': '10px'})); $( this ).find('.slide-entry-title').css({ 'padding-bottom': '0','margin-bottom': '0'}); $( this ).find('time.slide-meta-time').css({ 'margin-bottom': '10px'}); $( this ).find('.entry-footer').css({ 'display': 'none'}); $( this ).find('.entry-content-header').css({ 'text-align': 'center'}); }); }); })(jQuery); </script> <?php } add_action('wp_footer', 'custom_slide_entry_date');
Please clear your browser cache and check that this is working and not interfering with other pages or posts.
Also please update to the latest version and check.Best regards,
MikeJanuary 30, 2020 at 3:36 pm #1179926Hi Mike,
Thank you for that.
the comments link has been removed but the date is still at the bottom.
One other thing I noticed on the blogpost page still https://aimonas.gr/news/ that on the first 2 articles it does not show the category, whereas on the last 4 it does.
Also on the homepage https://aimonas.gr/ at the bottom i have a magazine element at the left bottom and again it does not show the category.
I will probalby have to update to the newer version, but create best first create a backup.
I will also check that the other pages and posts are ok.. .but this with a clearer mind during daytime.Thank you,
VasilisFebruary 1, 2020 at 11:08 am #1180489Hi,
Thanks for the feedback, I had thought you wanted the date under the title and above the divider, did you want the date over the title and under the category for the bottom 4 on /news/ page?
In order to show the categories for the top 3 I enabled categories to show on your Enfold Theme Options > Blog Layout > Blog meta elements options page. Your front page magazine element didn’t have the option to show the categories enabled, I did this for you.Best regards,
MikeFebruary 1, 2020 at 3:42 pm #1180512Hi Mike,
thank you for fixing that :)
– For the 4 bottom the dates looks fine
– For the 3 top would it be possilbe to have the date either a) under the titl eor b) above the “more” button similar to the other 4 at the bottom … I don’ t know what would look nicer. Also if it is possible to have the date centralized and not left alligned.
-> I do not understand why the top 3 show different than the bottom 4. It seems to me that all 3 are blog post elements with the same options?
– Thank you for enabling categoreis on the front page… but is there any way to get rid or the word “in”?Thank you and soory for troubling you.
Vasili
February 1, 2020 at 6:39 pm #1180530Hi,
For the top 3 I added this function:function custom_post_entry_date(){ ?> <script> (function($){ $(window).load(function(){ $( '.post-entry.single-big' ).each(function() { $( this ).find( 'time.date-container:first' ).insertAfter( $(this).find('.post-title.entry-title').css({'text-align': 'center'})); $( this ).find('.post-title.entry-title ').css({ 'padding-bottom': '0','margin-bottom': '0'}); $( this ).find('time.date-container').css({ 'margin-bottom': '10px'}); $( this ).find('.post-meta-infos').css({ 'display': 'none'}); $( this ).find('.entry-content-header').css({ 'text-align': 'center'}); }); }); })(jQuery); </script> <?php } add_action('wp_footer', 'custom_post_entry_date');
Please clear your browser cache and check, also check other pages for conflicts with dates & titles so we can correct.
On your homepage I removed the “IN” with this css:
#top.home .av-magazine-text-sep.text-sep-cats { display: none !important; }
Best regards,
MikeFebruary 3, 2020 at 11:58 pm #1181100Hi Mike,
Thank you very much. All looks good now.
I will double check again and maybe update Enfold to be 100%sure that all still works fine.February 5, 2020 at 12:19 pm #1181727Hi,
Very good, please check again and let us know. We should close this thread as it is very long now and goes back to 2016.Best regards,
MikeFebruary 9, 2020 at 2:47 am #1182676Eveything looks to be working fine now!
Thank you very much everyone who assisted on this thread.You can close this thread now,
VasilisFebruary 9, 2020 at 11:17 am #1182704Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)Best regards,
Mike -
AuthorPosts
- The topic ‘Move Date below blog Title – using Blog Posts content element’ is closed to new replies.