Forum Replies Created
-
AuthorPosts
-
hello,
yes. my last idea whas the the php. after that i realized the prodcutslider foo ;-)
bis dann, marco.
hello,
progress.the f****** productslider makes the problem!
after this, nothing will show, before him, it is okay.bis dann, marco.
hello,
no. wp_debug is also clean.
error is since the last update, yes.
bis dann, marco.
- This reply was modified 7 years, 4 months ago by netztaucher.
hello,
same problem.
bis dann, marco.
here it is …
hello,
now it work’s fine. it was a problem with myMail. You must choose this option:
bis dann, marco.
hello ismael,
easy wp smtp works. when i send an testmail, i have an logeintry in mail.log and the mail in the inbox.
but when i use http://netztaucher.com/form, nothing.
This reply has been marked as private.This reply has been marked as private.hallo,
nein, keine posts, es geht um die blogseite selbst.
läuft: http://netztaucher.com/blog
baustelle nicht: http://netztaucher.info/blogbis dann, marco.
This reply has been marked as private.This reply has been marked as private.hello josue,
that plugin was the problem:
http://www.weberz.com/plugins/404-redirected/bis dann, marco.
This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.thanks for your help.
i try to list a series of articles with title, excerpt and a custom field
loop-serie.php:
http://pastebin.com/Ewpjk2gWtemplate-serie.php:
http://pastebin.com/icPSenW1bis dann, marco.
o.k. here is the actual snippet
edit Mo. 23. Juni 2014 – 21-32
———item after content start———-
<?php
// WP_Query arguments
$args = array (
‘post_type’ => ‘post’,
‘cat’ => ‘217’,
‘pagination’ => false,
‘order’ => ‘ASC’,
‘meta_query’ => array(
array(
‘key’ => ‘series_excerpt’,
),
),
);// The Query
$series = new WP_Query( $args );// The Loop
if ( $series->have_posts() ) {
while ( $series->have_posts() ) {
$series->the_post();
// do something
?><h2><?php the_title(); ?></h2>
<?php
}
} else {
// no posts found
}// Restore original Post Data
wp_reset_postdata();?>———item after content stop———-
- This reply was modified 10 years, 4 months ago by netztaucher.
grrr…
nothing found. did not used childtheme.bis dann, marco.
Es funktioniert noch immer nicht!
hello,
yes, the same problem: http://netztaucher.com/blog
please help us!bis dann, marco.
- This reply was modified 10 years, 7 months ago by netztaucher.
hello,
maybe the header.php is helping?
navi with full widht, but many errors.
https://dl.dropboxusercontent.com/u/8948/header_edit.phpbis dann, marco.
hello ismael,
please have a look on this topic:
https://kriesi.at/support/topic/layout-header/
dude helped me a lot, but all of this tweaks are gone.my opinion: there is a kind of big change with header/mobile.
i compared the database-dumps before and after childtheme – nothing.can you kick me to solve this?
# navigation (orange thing) full width (1290px i think)
# mobile navigation from ubermenue, not enfoldright:
wrong:
- This reply was modified 10 years, 8 months ago by netztaucher.
done before posting here. no effect.
can you help with the css?bis dann, marco.
March 14, 2014 at 10:58 am in reply to: Advanced layout editor to build your own blog layout? #237516all set set to off worked for me.
bis dann, marco.
- This reply was modified 10 years, 8 months ago by netztaucher.
March 13, 2014 at 4:50 pm in reply to: Advanced layout editor to build your own blog layout? #237030hello,
the same problem.
thats the config:
hallo,
ich habe das problem in diesem plugin gefunden:
http://wordpress.org/plugins/google-analytics-for-wordpress/bei der gelegenheit auf childtheme umgestellt. so ziemlich jede kleinere anpassung
des themes ist weg. natürlich habe ich die custom.css übernimmen, aber wo finde
ich denn den code aus quick css in der datenbank?bis dann, marco.
o.k. fixed.
bis dann, marco.
-
AuthorPosts