Forum Replies Created
-
AuthorPosts
-
Thanks Mike, that’s it. Are there different list styles?
Best,
MagnusApril 15, 2020 at 11:20 am in reply to: Blog Posts: Automatically display author, date, and categories? #1203924Thanks Victoria:
I figured the following:
for Post Title:
function post_title_shortcode(){ global $post; return get_the_title($post->ID); } add_shortcode( 'sc_post_title', 'post_title_shortcode' );
For Post Date:
function post_date_shortcode(){ global $post; return get_the_date('Y-m-d', $post->ID); } add_shortcode( 'sc_post_date', 'post_date_shortcode' );
For Post Category:
function post_category_shortcode(){ global $post; return get_the_category($post->ID); } add_shortcode( ‘sc_post_category’, ‘post_category_shortcode’ );
Now what would I need for Post Author?
Thanks,
MagnusYes, works nicely, kindly close topic! Thanks so much!
Thanks! Now it works, and I modified the code such that the background image is gone on any mobile device, and also did the same for our contacts page.
Glad this works now!
Best,
MagnusIts like jinxed – no changes – background still shows.
Hi Rikard,
thanks, but there seems to be no change still. I opened the ‘contact us’ page on an iPhone which has never accesses the site so far (excluding thus cache issues), and the background image ist clearly still there:
https://snipboard.io/NZ5BqH.jpg
Thanks,
MagnusYes, see below in private box!
Thanks,
MagnusSorry, Rikard, not change!
Best,
MagnusMarch 30, 2020 at 8:53 am in reply to: Mobile: (i) search icon too low relative to burger and (ii) more space below? #1199016Excellent, this indeed solves it – thank you very much for the quick help over the weekend! Magnus
March 29, 2020 at 7:22 am in reply to: Mobile: (i) search icon too low relative to burger and (ii) more space below? #1198780Yes please – see private box! Magnus
-
This reply was modified 5 years, 2 months ago by
mbosse99.
March 28, 2020 at 10:38 am in reply to: Mobile: (i) search icon too low relative to burger and (ii) more space below? #1198535Hi Victoria:
that last code does not change anything: burger and search icon are still misaligned:
https://snipboard.io/JOaKxz.jpg
Thanks,
Magnus-
This reply was modified 5 years, 2 months ago by
mbosse99.
March 26, 2020 at 11:50 am in reply to: Mobile: (i) search icon too low relative to burger and (ii) more space below? #1197993Thanks, that indeed added the desired space. But the burger and the search icon are still misaligned:
https://snipboard.io/aLQRJS.jpg
Thanks,
MagnusExcellent, that solved it – thanks!
Sorry, no changes. The blog entries still stick to each other on mobile (here an older Android, but on iOS as well):
https://snipboard.io/LtIUiV.jpg
Thanks,
Magnus-
This reply was modified 5 years, 2 months ago by
mbosse99.
That looks much better actually! Now could we have a few px space between the entries – see image:
https://snipboard.io/CD94uO.jpg
Best and thanks again,
MagnusMarch 20, 2020 at 7:26 pm in reply to: Vertical alignment of text between two layout elements? #1194876Works!
Thanks,
MagnusMarch 20, 2020 at 7:23 pm in reply to: Change font weight 'Enfold Latest News' widget (footer)? #1194874Works now, thanks!
March 20, 2020 at 5:52 pm in reply to: Change font weight 'Enfold Latest News' widget (footer)? #1194844Sorry, no changes – still bold. Below my entire CSS for your reference:
.av-main-nav > li > a { bottom: -35px; position: relative; } #main .minor-meta.comment-container, #main .text-sep-comment{ display: none; } span.blog-categories.minor-meta { display: none!important; } .av-alb-blogposts .text-sep.text-sep-comment { display: none; } .page-id-14 .entry-title, .page-id-88 .entry-title, .page-id-176 .entry-title, .page-id-80 .entry-title, .page-id-78 .entry-title, .page-id-189 .entry-title { font-size: 18px !important; } h1, h2, h3, h4, h5, h6 { text-transform: none !important; } .flex_column.av_four_fifth section .avia_textblock p{ margin-top:0px!important; } h3.widgettitle { font-weight:normal!important; } .flex_column.av_four_fifth .av_textblock_section { bottom:3px!important; position:relative!important; }
-
This reply was modified 5 years, 2 months ago by
mbosse99.
March 20, 2020 at 5:33 pm in reply to: Vertical alignment of text between two layout elements? #1194831Screenshot: https://snipboard.io/fdmHKp.jpg
March 20, 2020 at 5:31 pm in reply to: Change font weight 'Enfold Latest News' widget (footer)? #1194830screenshot: https://snipboard.io/Xx6URP.jpg
March 20, 2020 at 5:29 pm in reply to: Change font weight 'Enfold Latest News' widget (footer)? #1194827Ok, that looks nice (and I keep it) but its not what I was looking for (this changes the widget title texts to normal weight.
What I wanted is that all the titles of the 5 newest articles listed below *in* the widget area have normal font weight.
Thanks,
MagnusMarch 20, 2020 at 1:22 pm in reply to: Change font weight 'Enfold Latest News' widget (footer)? #1194787Exactly. under the header ‘our latest articles’ I’d like to have the titles with normal font weight. Thanks!
March 20, 2020 at 1:21 pm in reply to: Vertical alignment of text between two layout elements? #1194785Thanks, that’s already better but not perfect. It is possible to attach an image to illustrate?
Thanks,
MagnusMarch 19, 2020 at 1:39 pm in reply to: Enfold Blog Grid: successfully removed 'Categories' & Comments, but '/' remain? #1194417Thanks, that solved it!
-
This reply was modified 5 years, 2 months ago by
-
AuthorPosts