Digital experiences for all disciplines
Forum Replies Created
-
-
Thanks for the idea with SEO Yoast. It worked for the shop homepage, but the category pages still have “Archive” in the title. Can you tell me how to remove that?
Maybe you can help me with another problem.
The Shop page has “Archive” added to it’s title (In the tab in the browser). How can I remove that? I think it also affects the blog posts page.
FYI
function re_rewrite_rules() { global $wp_rewrite; // $wp_rewrite->author_base = $author_slug; // print_r($wp_rewrite); $wp_rewrite->author_base = 'autor'; $wp_rewrite->search_base = 'buscar'; $wp_rewrite->comments_base = 'comentarios'; $wp_rewrite->pagination_base = 'pagina'; $wp_rewrite->flush_rules(); } add_action('init', 're_rewrite_rules');
This reply has been marked as private.This doesn’t work. The logo is still on the left side on mobile view. I want the search-icon and mobile navigation on the left and the logo on the right. Basically they should switch places. Please help.
June 19, 2015 at 3:03 pm in reply to: Parallax video element anything but working (WordPress theme) #186377I have reverted back to version 2.18 – I will post a reply if I do another try with 3.0 – thanks.
June 19, 2015 at 1:32 pm in reply to: Shop Archive layout broken. Help, Please (WordPress Theme) #186319This reply has been marked as private.This reply has been marked as private.I know that it’s not possible through theme options. Can you provide a customized template or CSS to achieve this? Thank you!
June 19, 2015 at 10:32 am in reply to: Shop Archive layout broken. Help, Please (WordPress Theme) #186193This reply has been marked as private.June 19, 2015 at 10:22 am in reply to: Shop Archive layout broken. Help, Please (WordPress Theme) #186186I switched to Classic editor and Text mode and updated the page. No change. This issue is present on every page in the shop (no matter which category or filter) except the products itself.
The development environment is in our local network and not accessible from the outside but as the theme developer I am sure that you have a working installation of v2.18 of the theme at hand. Thank you!
-