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 :)
Balders
tagDiv Member

Hello!

Here is the link: https://www.bawü-kulturmagazin.de/

Google Fonts are disabled in Theme Panel

Thanks very much

Balders
tagDiv Member

Hi,

it is a cloud header (Header template 36), that is the problem.

Cheers

Balders
tagDiv Member

Hi there. Same problem here. Old post, but what was the solution?

Cheers

Balders
tagDiv Member

Hi there,

What would be the best way to update the theme if I can’t use child theme? Just manually like keeping a log of all custom changes and put them back after updating the whole theme? Or updating just the patch? Is there maybe a smarter way of doing it?

Cheers

Balders
tagDiv Member

Hi Lucian,

I would like to use your code from above to insert next to the event date “. $EM_Event->output(‘#_EVENTDATES’)” the event location #_LOCATIONTOWN in block if post is an event (if ( ‘event’ == get_post_type($this->post->ID) ).

Could you please give me any advice where to put it? Thanks very much!

if ( 'event' == get_post_type($this->post->ID) ) {
$EM_Event = em_get_event($this->post->ID, 'post_id');

$buffy .= '<time itemprop="dateCreated" class="entry-date updated' . $visibility_class . '" datetime="' . date(DATE_W3C, $td_article_date_unix) . '" >' . $EM_Event->output('#_EVENTDATES') . '</time>';
$buffy .= '<meta itemprop="interactionCount" content="UserComments:' . get_comments_number($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) . '"/>';
}

Balders
tagDiv Member

Hi Lucian,

I know this is a lot to ask, but would you mind giving me a little, little hint how to alter the code??

Thanks very much and I wish you a happy new year.

Balders
tagDiv Member

Hi Lucian,

excellent, thanks very much.

Can I put these files down in Newsmag-child folder after editing?

Cheers

Balders
tagDiv Member

Hi Christopher,

Thanks for the reply, sorted now.

Like your GaGa Magazine.

Cheers

Balders
tagDiv Member

Bei Themeforest komplett downloaden, dann kannst du wählen, ob du manuell updatest (nur die geänderten Dateien, siehst du im Ordner gekennzeichnet) oder das alles überschreibst. Deine Custom Sachen wären dann natürlich weg. 🙁

Balders
tagDiv Member

Hi Marius,

!is_front_page() or !is_home() or is_front_page() or is_home() doesn’t have any influence on the function of the More Article Box oy my site.

The same with is_page()

No Box on frontpage or page.

Hmm …..

Balders
tagDiv Member

I have to say that I did the following after your suggestion. I wanted to show ads in the more article box so I did this (commenting out and replacing with adrotate code):

<?php echo adrotate_group(1); ?>
                    <?php
                   /* $td_display_module = intval(td_util::get_option('tds_more_articles_on_post_pages_display_module'));
                    //itinerate thru the resultset and display resuts
                    foreach($td_query_more_article->posts as $each_post) {
                        switch($td_display_module) {
                            //module 3
                            case 3:
                                $td_mod = new td_module_3($each_post);
                                echo $td_mod->render();
                                break;

                            //module 4
                            case 4:
                                $td_mod = new td_module_4($each_post);
                                echo $td_mod->render();
                                break;

                            //module 5
                            case 5:
                                $td_mod = new td_module_5($each_post);
                                echo $td_mod->render();
                                break;

                            //module 6
                            case 6:
                                $td_mod = new td_module_6($each_post);
                                echo $td_mod->render();
                                break;

                            //module 2
                            default:
                                $td_mod = new td_module_2($each_post);
                                echo $td_mod->render();
                                break;
                        }

                    }*/?>

Do I have to delete or comment out more from the section after line 14 from td_more_article_box.php?

Cheers

Balders
tagDiv Member

Good Morning Marius,

This mean the box will appear on entire site excluding the homepage.

With !is_home() in place, the more article box appears just on posts and categories, not on pages!!

Hmmm …

Balders
tagDiv Member

Hi Marius,

your suggestion:
@jhoaness do you want that box to appear on the homepage? Make this: http://screencast.com/t/D9ukkkgz9

doesn’t work for me. More Article Box still shows up on posts and even categories of the posts, but not home.

Even after clearing cache.

Cheers

Balders
tagDiv Member

Hi,

I would like to have auto-slide and that’s what I did, but when I move the mouse over the slider it should stop, so that the user can read and have a closer look.

I hope I expressed myself properly.

Cheers

Balders
tagDiv Member

Hi Marius,

I did this from above post

<blockquote>Edit this file, delete that code and put your ad code instead http://screencast.com/t/Ow0U9wvGjPj`

And it works well. Two more questions:

1. Is it possible to show More Article Box on Custom Post Types like events from Event Manager Plugin?

2. Can I show More Article Box on Pages, not just posts?

Cheers

Balders
tagDiv Member

Hallo,

ja, ich habe Events Manager (Custom Post Type) eingebaut und erscheint jetzt auf Homepage in beliebigen Blocks (auch gefiltert nach Kategorie). Wer wissen will, wie, einfach melden.

Grüße aus dem Schwabenland

Balders
tagDiv Member

Hiermit gemeldet. Gute Idee.

Balders
tagDiv Member

Hi Marius,

Thanks very much!

is it possible to set certain categories to slide in?

In Theme Panel ==> Posts ==> More Article Box it says Display Artciles ==> From Same Category

Which category would that be?

Cheers

Balders
tagDiv Member

Thanks Marius, works like a charm !!

Balders
tagDiv Member

Hi Marius,

your are right, it sorts the asc und desc order of the events. The Problem is that it sorts via post date. let me explain:

It works when you post events in chronological order. But when you insert an event inbetween two already existing events (for example you have an event on the 1st of April and on the 4th of April and then later post an event on the 2nd of April it will be put at the back of the list and not between the existing dates). It’s running into problems.

Please change your post dates in Events Manager (the date the event was created). And you’ll see what I mean.

Any ideas?

Balders
tagDiv Member

Hi Marius,

what do you mean by that: “Also for the date can be modified to read the event date instead of the post date, but i’m not sure.”?

Did you sort on your local machine by post date or by event date? I double checked. The sorting with your code goes via post date.

Would you mind double check your settings on your local machine?

Thanks for your time.

Balders
tagDiv Member

Hi Marius,

Thanks!!

Balders
tagDiv Member

Hey Marius,

Thanks for the quick reply.

Sadly, this sorting query doesn’t work. It’s being ignored. It still sorts via post creation date – not actual event date. Hmmmh…

Any idea?

Cheers

Balders
tagDiv Member

The problem with the background ad using as a wallpaper ad, it resizes with smaller screen solutions. You can’t place a proper ad skin on left and right side of the main frame, can you? Or does the background ad resizes parallel to the main page frame as well?

Cheers

Balders
tagDiv Member

Hi Marius,

works like a charm. Thanks very much.

My problem now: I’m pulling custom post types from Events Manager plugin into your block.

The sorting works obviously via the creation date. Is it possible to edit the

$wp_query_args[‘orderby’] = ‘date’;

to order by the events manager date (the date the event actually happens (which is in the future mostly, so wouldn’t be displayed with your query)

Here the events manager columns:
post_type = “events”
Post: “EM_Event_Post”
Date: “the_date”

Cheers

Viewing 25 posts - 1 through 25 (of 37 total)