Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
dillermand16
tagDiv Member

Same issue here.

Sticky!

dillermand16
tagDiv Member

Also, where is the optimal place to put the edited .CSS ?

Right now i have added some custom css in the “theme panel” but also in “apperance -> Edit css” could this be slowing my site down ?

dillermand16
tagDiv Member

Perfect!

dillermand16
tagDiv Member

Hey again Marius.

I know it is alot to ask for but instead of showing the whole biography/description, could it show only a preview of it on the authors page and then the full description when you go to the author page?

It would be so awsome to have this feature and again. thanks for your brilliant help and work.

dillermand16
tagDiv Member

Np, i found out Marius it was because i had not updated yet.

Testing your code :0)

Edit / works flawless!

Thank you very much, and nice update to the theme!

dillermand16
tagDiv Member

Hey Marius, thanks but i do not have an loop-single.php i only got loop-simple.php , how can that be ?

thanks

dillermand16
tagDiv Member

Is it possible to have the function in a future release of the theme?
I saw other people requesting it too. or is it too hard to program?

dillermand16
tagDiv Member

Just to make sure, it is the author box on post where “admin” is the author i want to hide.

dillermand16
tagDiv Member

Thank you very much 🙂

Much appreciated.

dillermand16
tagDiv Member

Hey Marius, thanks again for your quick response. but with this code, the authors will only get 1 author meta information, and that is from the first author. the descriptions need to be from each author how can i do this ?

dillermand16
tagDiv Member

Any news on the Alphabeically sort ordering?

dillermand16
tagDiv Member

Wow thanks got it to work now.
I apparently missted a closing in the code 🙂

} else {
            $td_article_date_unix = get_the_time('U', $this->post->ID);
            
            if( get_field('my-event-date', $this->post->ID) ) {
                $buffy .= '<time  itemprop="dateCreated" class="entry-date updated' . $visibility_class . '" datetime="' . date(DATE_W3C, $td_article_date_unix) . '" >' . get_field('my-event-date', $this->post->ID) . '</time>';
                $buffy .= '<meta itemprop="interactionCount" content="UserComments:' . get_field('my-event-date', $this->post->ID) . '"/>';
            } else {
                $buffy .= '<time  itemprop="dateCreated" class="entry-date updated' . $visibility_class . '" datetime="' . date(DATE_W3C, $td_article_date_unix) . '" >' . get_the_time(get_option('date_format'), $this->post->ID) . '</time>';
                $buffy .= '<meta itemprop="interactionCount" content="UserComments:' . get_comments_number($this->post->ID) . '"/>';
            }

        }

Many many thanks

dillermand16
tagDiv Member

If i do that, i will get the following error.


Parse error: syntax error, unexpected 'private' (T_PRIVATE) in /data/home/academic/public_html/wp-content/themes/Newspaper/includes/wp_booster/td_module.php on line 317

I dont know what im doing wrong here.

this is my edited td module file if you can help.

http://www.speedyshare.com/XHKKT/td-module-EDITED.php

dillermand16
tagDiv Member

Okay sounds strange. cause its not happening here.
I modified the file as you showed in. “/public_html/wp-content/themes/Newspaper/includes/wp_booster/td_module.php”

My page is here http://academicus.dk thanks for your time.

Btw, the post i made a custom “me-event-date” for is this.

http://academicus.dk/up-to-date/adobe-design-achievement-awards

dillermand16
tagDiv Member

Appearance – widgets – footer 1 🙂

dillermand16
tagDiv Member

Actually it is now possible to show the “my-event-date” on the post page, like this:

post

But i want it to show up on the “loop post” too, is that possible? like this:

loop post

Thanks so far!

dillermand16
tagDiv Member

Should the show date, be enabled or disabled?

dillermand16
tagDiv Member

Hey Marius. thank you very much!
Much appreciated. I did what you said but it is still just showing the “post date”
I did exactly what you said, but in a child theme. could that be the problem?

dillermand16
tagDiv Member

I would like to now this too, as hawkswine asks.

dillermand16
tagDiv Member

But i want to open an specific link to an external website. something like

[vc_button title="Visit official website" target="https://google.com" color="default" size="size_large" href="#4db2ec"] is that possible to to in a way, cause i cant get it to work 🙁

dillermand16
tagDiv Member

I would love a plugin like that too

dillermand16
tagDiv Member

Thanks, this was helpfull to me

Viewing 22 posts - 1 through 22 (of 22 total)