My website:
https://goo.gl/XIlRWF
I’m using the WPEX Adapt theme.
]]>I want to be able to do this for one of our client’s websites which uses WordPress. Is this possible? I am using the wpex-adapt theme.
The exact bit I want to change is on the Portfolio page on the individual item page where it says “newer” and “older” which I want to change to “previous” and “next”.
Any help will be greatly appreciated, thanks.
]]>// Change menu button when logged in
add_filter('wp_nav_menu_main-menu_items', 'menu_add_admin_buttons', 20, 2);
function menu_add_admin_buttons( $items, $args ) {
$btn_format = '<li class="menu-item menu-item-type-post_type menu-item-object-page"><a href="%s">%s</a></li>';
if ( is_user_logged_in() ) {
$btn = sprintf($btn_format, 'https://url1', __('Your profile') );
} else {
$btn = sprintf($btn_format, 'https://url2', __('Log In') );
}
return $items . $btn;
}
How can I alter this a bit or copy it with changes, so it adds a SUBMENU button to one of my menu buttons, only if the logged in user is an ADMIN?
]]>My site validates just fine in W3C, but it doesn’t work at all in IE8 and below. The background shows up, but not the content.
I have built a child theme for the Adapt Theme.
Can someone help me to find out what the problem is?
Thanks!!
Linda
I’m using the latest version of everything, and have installed the ADAPT theme for a client.
Then I installed WHITE LABEL CMS and narrowed down what the client can see.
The problem is with the APPEARANCES menu – I have all Theme-related items to be visible, and they are – apart from Theme Settings – which the client needs access to.
Any idea how to solve/resolve this? Many thanks in advance!
]]>Almost everything seems to translate perfect with polylang plugin. Really happy ’bout that.
Except for the custom post types. I’m a newbie to all this coding and i really don’t get what i should do/what codes i should use to make these post translate properly.
Can anybody please help me?
https://www.ads-software.com/extend/plugins/polylang/
]]>I have seen this site I like the layout with the menu to the left.
Can anyone suggest a theme this may be adapted from?
Or
How I can adapt the twenty eleven theme?
Thanks
R