I only noticed today that the Language Switcher (Menu Item) is showing the word “Opposite Language” instead of for example the short language “EN” on the website page as a new behavior causing a problem and after taking extra steps to set the new menu in the header, resetting the plugin, clearing the cache, all didn’t fix the problem.
]]>Default language:
zh_TW
Second language:
en_US
Here’s the string I used:
.translatepress-zh_TW .tp_zh,
.translatepress-en_US .tp_en
{ display: none; }
Thank you for the assistance!
]]>This is a new install from yesterday. {But it’s doing the opposite of what is needed. The header and footer are there and the content is not showing.} That was last night. Now the content is showing along with the header and footer. This plugin is exactly what need. Please help.
Also installed is Page Builder by SiteOrigin.
https://www.ads-software.com/plugins/blank-slate/
]]>span.wpcf7-checkbox span.wpcf7-list-item { display: inline; }
span.wpcf7-radio span.wpcf7-list-item { display: inline; }
And those didn’t work, help please.
]]>As a bonus, on wordpress.com, the only navigation option at the bottom of the blog is “Older”. Is there anyway to replace Previous and Next with the Older option?
www.ads-software.com URL: https://biz166.inmotionhosting.com/~reverb8/
Wordpress.com URL: https://reverbparty.wordpress.com
Thanks!
]]>When I install ICPO it always reversed my post/page order right from the start. So if my pages look like this:
– Page 1
– Page 2
– Page 3
As soon as I install the plugin they switch to this:
– Page 3
– Page 2
– Page 1
This is a huge hassle since we’re auto-outputting or nav based on a the order of our pages, and we have a lot of pages.
Any ideas as to why this is happening and how to make it stop? We use the Genesis framework, in case that factors in. Thanks!
https://www.ads-software.com/plugins/intuitive-custom-post-order/
]]>if its true I want it to return hand-coded text AND dynamic text determined by what page it is.
I’ve figured out how to do that, but the problem is the dynamic text always displays first even if in the code I write it second, or between two “hand written” text snippets.
Anyone know how to get around this?
Here’s one example of what I mean:
<title>
<?php
foreach((get_the_category()) as $category) {
echo $category->cat_name . ' ';
}
?>
<?php
if (is_single()) wp_title('-',true,'right').$category_name;
else bloginfo('name');
?>
</title>
]]>it works great. I was wondering if their was a plugin out there that did the reverse. instead of:
Home>>Page>Page sub 1>>Page sub 2>>CURRENT PAGE
i would like:
CURRENT PAGE<<Page sub 4<<Page sub 5
or even together like:
Home>>Page>Page sub 1>>Page sub 2>>CURRENT PAGE<<Page sub 4<<Page sub 5
And if their isn’t a plugin out there for that, can anyone maybe give me detailed instructions on editing the breadcrumb plugin i have now?
]]>