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);
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.
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?
For which element you want to have the <h1> tag?
For the plugins you have to insert the specific code!
That’s a normal behavior of the facebook script if you’re working in local environment e.g. xampp.
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);
How about a plugin? Maybe Co Authors Plus
-
This reply was modified 12 years by
mbasche.
No, I don’t get the point. Which questions do you talking about?
It isn’t the fault of theme developer, when a third party plugin crashes your Work.
And the others too like gallery, link, quote…
I think you have to switch to “Full responsive (1170px)” in Template options
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;
}
Do you mean the “Top Header Menu”? In the menu manager…
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…
What are the dimensions for your uploaded picture?
I know the jetpack plugin, but it does not fit my needs. Thanks anyway! Will wait for an update. 😉
In the Menu Manager.