-
AuthorPosts
-
February 18, 2017 at 6:02 pm #748862
I would like to move the title and date so that it’s above the featured image. How can I do this? Thank you!
February 18, 2017 at 7:26 pm #748868Hey kieranvyas!
Please take a look here
https://kriesi.at/support/topic/move-featured-image-below-post-title-date-etc/let us know if it works out for you or you need anything else.
Thanks a lot
Best regards,
BasilisFebruary 18, 2017 at 7:32 pm #748872The new javascript didn’t make any change to my blog posts. The featured image was still at the top
February 20, 2017 at 5:32 pm #749482Any help with this please?
February 23, 2017 at 10:44 pm #751080Hi,
Try to add this code at the bottom of functions.php:
function move_featuredimage_script(){ ?> <script type="text/javascript"> (function($){ function move_featuredimage() { jQuery("#top.single").find(".big-preview.single-big").insertAfter(".entry-content-wrapper .entry-content-header"); } move_featuredimage(); })(jQuery); </script> <?php } add_action('wp_footer', 'move_featuredimage_script');
Hope this helps.
Best regards,
NikkoFebruary 23, 2017 at 11:10 pm #751089Perfect! Thank you
February 24, 2017 at 5:06 am #751228Hi,
Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)Best regards,
NikkoJuly 2, 2017 at 1:48 pm #815550Hi Nikko!
How do I adjust this code to do the same thing for Portfolio Items instead of Posts?
Thanks!
DJuly 3, 2017 at 12:51 pm #815853Hi D,
I have answered on your other thread :)
Cheers!
NikkoNovember 28, 2018 at 4:42 pm #1038581I am looking for help with a similar issue. I don’t want to use Advanced Editor, but rather I want to edit the template files. I’d like the post info on single blog post pages, the Blog Post element, and the archive pages to appear in the following order (i.e. moving category to above featured image and switching the order of author and date).
CATEGORY
FEATURED IMAGE
AUTHOR | DATEThanks!
- This reply was modified 5 years, 12 months ago by williamslyd.
November 29, 2018 at 4:41 pm #1039007Hi williamslyd,
Here are some threads to consider:
https://kriesi.at/support/topic/category-archive-page-change-layout-to-show-excerpt/#post-459206Best regards,
VictoriaFebruary 11, 2019 at 5:33 pm #1065521Hmmm…just tried that coding above in the functions.php, and got the following error: “Unable to communicate back with site to check for fatal errors, so the PHP change was reverted. You will need to upload your PHP file change by some other means, such as by using SFTP.”
February 12, 2019 at 5:56 pm #1066026Hi algkent,
You can use sftp for that since modification isn’t working in Appearance > Editor.
Another alternative is to use cpanel.Best regards,
NikkoFebruary 27, 2019 at 9:42 pm #1072404I tried it, but did not work.
I want to change Magazine Elements(left column) & Blog Posts.
Tahnks.March 1, 2019 at 9:12 pm #1073392Hi patine,
Could you please give us a link to your website, we need more context to be able to help you.
Could you please attach a mockup of what you’re trying to achieve?
Best regards,
VictoriaMarch 2, 2019 at 5:26 pm #1073641So for me, I have two sites and am using the same exact theme (enfold).
On one site, the category and title appear on top of the featured image (here: https://www.frugalconfessions.com/financial-intimacy/marriage-financial-planning/). On the other site, it appears under the featured image (here: https://www.moneyprodigy.com/building-confidence-in-your-child/).
I would like both sites to have the title above the featured image.
There must be some sort of setting doing this?
Thanks,
AmandaMarch 5, 2019 at 9:48 pm #1075094Hi Amanda,
Please check the Blog style in the theme options under the Blog layout tab. Are they the same?
Best regards,
VictoriaMarch 5, 2019 at 9:58 pm #1075100YES!! Victoria – you figured it out. THANK you.
March 8, 2019 at 12:11 pm #1076316 -
AuthorPosts
- The topic ‘How to put title and date above featured image on post?’ is closed to new replies.