rschweri
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: enabled mod_rewrite but not able to use question mark in permalinksI’m still struggling. Is nobody able to help?
Forum: Fixing WordPress
In reply to: enabled mod_rewrite but not able to use question mark in permalinksIs someone able to help me?
Forum: Fixing WordPress
In reply to: Page Limit on search pageNice, thank you very much for your great support ??
Forum: Fixing WordPress
In reply to: Page Limit on search pageThanks, I could add the “Read More…” part but the […] still be there
Forum: Fixing WordPress
In reply to: Page Limit on search pageOne more question. How can I replace the […] with [More…]?
Forum: Fixing WordPress
In reply to: Page Limit on search pageNice, thank you very much ?? Works!
Forum: Fixing WordPress
In reply to: Page Limit on search pageIt doesn’t have a loop-search.php but a loop.php. I don’t post it here, because it’s too much code. But you can download it here: https://dfiles.eu/files/68bam3bwq
Forum: Fixing WordPress
In reply to: Page Limit on search pageOh I’m sorry, totally forgot it. Here ??
<?php get_header(); ?> <div id="primary" class="content-area"> <div id="content" class="site-content" role="main"> <?php if ( have_posts() ) : ?> <?php /* The loop */ ?> <?php while ( have_posts() ) : the_post(); ?> <?php echo "Suchresultate für "; ?><i><?php printf( __( '%s', 'boxmanufaktur' ), '<span>' . get_search_query() . '</span>' ); ?></i> <?php get_search_form(); ?> <?php get_template_part( 'loop', 'search' ); ?> <?php endwhile; ?> <?php endif; ?> </div><!-- #content --> </div><!-- #primary --> <?php get_sidebar(); ?> <?php get_footer(); ?>
Forum: Fixing WordPress
In reply to: Page Limit on search pageNice, thank you. Now I got another problem: The search page display my results and loop them. So for example I got 4 results. And then the 4 results are looped and display among each other.
If you don’t know what I mean look at this: Example search
Forum: Plugins
In reply to: [Polylang] Polylang permalinks setCookieAh nice! Thank you. I didn’t know that there is a css rule for this. Thank you very much for your help and your support! ??
Forum: Plugins
In reply to: [Polylang] Polylang permalinks setCookieAh nice! Thank you. I didn’t know that there is a css rule for this. Thank you very much for your help and your support! ??
Forum: Plugins
In reply to: [Polylang] Polylang permalinks setCookieBut I got another question: I edited the
pll_the_languages
reference so now I got:<?php pll_the_languages(array('display_names_as' => 'slug')); ?>
Now the names are written in lower case letters. How could I get them to uppercase letters?
Could you possibly give me a hint?
Thanks
Forum: Plugins
In reply to: [Polylang] Polylang permalinks setCookieWe solved the problem, it was a simple permalink error, which we had in our source code. So we use now Language Switcher and will design it like before. Thank you for your support.
Forum: Plugins
In reply to: [Polylang] Polylang permalinks setCookieI noticed another mistake. If you go to “EN” language, you can’t click “Home” menu item. Is there an error with polylang settings or is it the source code?
Forum: Plugins
In reply to: [Polylang] Polylang permalinks setCookieHi Chouby
The translations will come if the German website is finished. So right now all pages are in German. But we use in WordPress backend 3 menus. 1 Menu “Deutsch”, 1 Menu “English” and 1 “Fran?ais”. But these menus in backend are just for the left menu. So the menus are just for “Alurahmen”, “Zubeh?r” etc. For the top menu we use source code.