NEVERMIND> I figured it out. Doesn’t work through the customize window. Had to do it through theme settings.
When I upload an image to the logo from the Customize option of wordpress it doesn’t load the image onto the page. Even after pressing “Save and Publish”. It also doesn’t preview anything in the page.
]]>In the responsive mode, when the screen is smaller than the @media tablet threshold, the Primary Menu bar changes to the tinynav Select drop down menu.
It works fine, except that the default word in the select list is NAVIGATION, which is too wide to even fit in the size of the select object. It gets cut off in the middle of O, so it looks like “NAVIGATIO”
I have tried to change the following in the includes/options.php
$options[] = array( “name” => __( ‘Mobile Navigation Label’, ‘simple’ ),
“desc” => __( ‘Sets the text for the mobile navigation menu’, ‘simple’ ),
“id” => “mobile_navigation_name”,
“std” => “Navigation”,
“type” => “text”);
I changed [“std” => “Navigation”,] to [“std” => “Home”,]
But is has no effect.
Can you explain how to change this default term?
Also, is it possible to instead set up a jquery ICON the pops out the menu, as many other responsive themes do? Or is the Drop Down Select the only option here?
thanks!
mlex
]]>I’m getting this error when I try and look at comment
Warning: call_user_func() expects parameter 1 to be a valid callback, function 'simple_comment' not found or invalid function name in /data/22/3/86/158/3901973/user/4334279/htdocs/wp1/wp-includes/comment-template.php on line 1796
My site is at https://www.unbound.space/wp1/294/#comment-3
]]>How do I edit the homepage as a page not a post?
Best,
Elan