Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
TheGrandes
tagDiv Member

Google approved my site and here it is: https://ibb.co/gyzRfYy

TheGrandes
tagDiv Member

That works. Thank you!

TheGrandes
tagDiv Member

You may ignore this. It has taken me a while to fix this issue, but it has been fixed now.

TheGrandes
tagDiv Member

I also added this code to the theme’s functions.php but nothing…Please Help.

function custom_disable_admin_bar( $show_admin_bar ) {
if ( ! current_user_can( ‘manage_options’ ) ) {
$show_admin_bar = false;
}

return $show_admin_bar;
}
add_filter( ‘show_admin_bar’, ‘custom_disable_admin_bar’, 10, 1 );

TheGrandes
tagDiv Member

Please ignore my previous comment. Everything is working fine.

TheGrandes
tagDiv Member

Thank you for your quick response. I have decided to go with option 1 but I want to clarify something. At the address: http://www.site.com/wp the home page looks like this: https://ibb.co/NWJdFyN
If I enter a post or simply browse the second page, everything looks great like this: https://ibb.co/yS4K8yN
What am I doing wrong? (I disabled the mobile and AMP plugins)

TheGrandes
tagDiv Member

Thank you. Now it’s fine but only when I click on the “Exit mobile version”. How do I make this the default page?
Lastly, how do I edit the mobile footer/header? I tried installing a template from the cloud header/footer template, but on the mobile composer I only have the option to choose a home page template.

TheGrandes
tagDiv Member

I appreciate your help. Would you please send me a video demonstration of how to change menu names and where to choose the icons. No matter what I do, I am unable to do it.

Viewing 8 posts - 1 through 8 (of 8 total)