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

You’re welcome. 🙂

Hope you recognized the future bugix here:

You forgot to retrieve the date in localized format aka “date_i18n” in file:
wp-content\themes\newspaper\parts\header\menu_top.php
change line: 12
echo date($tds_data_time);
to
echo date_i18n($tds_data_time);

mbasche
tagDiv Member

Als eine Möglichkeit habe ich bereits oben beschrieben. Die Funktion mit dem Einleitungstext findest du im Äquivalent zum Block 3 des Visual Compoer hier:
wp-content/themes/Newspaper/includes/apps/modules/td_module_6.php
Du fügst einfach unterhalb Zeile 22 folgendes ein:
$buffy .= $this->get_excerpt(td_util::get_option('tds_mod6_content_excerpt'));
Das ist eigentlich der Textauszug für “Block 2”. Wenn du eine eigene Option dafür benutzen möchtest, muss das hier definiert werden:

wp-content/themes/Newspaper/includes/apps/td_customizer.php
Zeile 336 einfügen
$td_customizer_settings->add_input('Content length (words)', 'mod6_content_excerpt');
Dann kannst du die Länge über den Customizer bestimmen

Mit den beschreiben Einstellungen funktioniert es auf jeden Fall wie in deinem Screenshot. 🙂

  • This reply was modified 12 years by mbasche.
mbasche
tagDiv Member

Page Template Setting: Sidebar auswählen
Über den Visual Composer legst du 3 Spalten an
Innerhalb der 3 Spalten legst “Block 3” an. Dort kannst du ja Kategorie auswählen und Anzeige auf z.B. 3 Artikel setzen Excerpt gibt es hier nicht, da müste man im der entsprechenden Datei “fummeln”. Oder hat er das mit Bordmitteln so hinbekommen?

mbasche
tagDiv Member

For which element you want to have the <h1> tag?

mbasche
tagDiv Member

Meinst Du 3 “Spalten”? Für was denn genau – Startseite, Kategorieseite, Artikel…?

  • This reply was modified 12 years by mbasche.
mbasche
tagDiv Member

Nicht zufällig aus dem Großraum Hannover? Die Grundvoraussetzungen des Themes sind wirklich toll!
Gruß, Mirko

mbasche
tagDiv Member

@ocbln: Hast Du schon eine Live-Seite? Mich interessiert, wie andere deutsche “Newsseiten” damit arbeiten. Oder ist es gar keine “News”-Seite?

mbasche
tagDiv Member

For the plugins you have to insert the specific code!

mbasche
tagDiv Member

That’s a normal behavior of the facebook script if you’re working in local environment e.g. xampp.

mbasche
tagDiv Member

Found the solution and the bugfix for next update.
You forgot to retrieve the date in localized format aka “date_i18n” in file:
wp-content\themes\newspaper\parts\header\menu_top.php
change line: 12
echo date($tds_data_time);
to
echo date_i18n($tds_data_time);

mbasche
tagDiv Member

The weekday is only displayed in english not in german
e.g.
Thursday, 14.11.2013
instead of
Donneratag, 14.11.2013

mbasche
tagDiv Member

No it’s not. 😉

It seems that the localization does not work here but I don’t no why…

mbasche
tagDiv Member

How about a plugin? Maybe Co Authors Plus

  • This reply was modified 12 years by mbasche.
mbasche
tagDiv Member

Hi Martin,
irgendwie funktioniert die Lokalisation nicht. Die entsprechenden Anweisungen sind hier zu finden:
\parts\header\menu_top.php

mbasche
tagDiv Member

Wo wird dir denn ein Wochentag angezeigt?

mbasche
tagDiv Member

No, I don’t get the point. Which questions do you talking about?

mbasche
tagDiv Member

It isn’t the fault of theme developer, when a third party plugin crashes your Work.

mbasche
tagDiv Member

And the others too like gallery, link, quote…

mbasche
tagDiv Member

I think you have to switch to “Full responsive (1170px)” in Template options

mbasche
tagDiv Member

you have to delete the background-color in in style.css

.td-sbig-title-wrap .td-sbig-title {
background-color: #4db2ec;
background-color: rgba(77, 178, 236, 0.7);
display: inline-block;
float: left;
padding: 9px 9px;
}

mbasche
tagDiv Member

Do you mean the “Top Header Menu”? In the menu manager…

mbasche
tagDiv Member

It’s a missing language string and have to fix in a further update. For sudden fix you can fix it in “Newspaper/includes/content_builder/td_page_generator.php” line 547…

mbasche
tagDiv Member

What are the dimensions for your uploaded picture?

mbasche
tagDiv Member

I know the jetpack plugin, but it does not fit my needs. Thanks anyway! Will wait for an update. 😉

mbasche
tagDiv Member

In the Menu Manager.

Viewing 25 posts - 101 through 125 (of 129 total)