Forum Replies Created

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • in reply to: Youtube / iframe videos don\'t play, new issue #133558
    donnasander
    Participant

    Also, a different issue, but if you know the answer, maybe you can kill 2 birds? My favicon / site icon will not display on the site, and it won’t change on the options page. (but when I’m on the dashboard, the favicon/site icon does display on the browser tab, just not on the live site) …I’ve had this issue for about 6-12 mos…I don’t even know how long. I’ve looked and looked, and I don’t know what the issue is.

    in reply to: Strange text on homepage after theme update #42937
    donnasander
    Participant

    Well, finally after a few hours, I found this text. It’s the “comment” (help) text on the wp-includes/post-template.php file…and why it was showing up on my home page, I don’t have a clue. I had a couple other issues, and edited a .htaccess file, added more cache memory for php…and it mysteriously went away, just as it came. I’m baffled. There was nothing wrong with the file. Tags & comments were all closed properly…I just don’t have a clue.

    Wordpress seems to get more and more complicated as time goes on. And the more I learn, the less I seem to know. :-b

    in reply to: Reverse order of responsive design? #10320
    donnasander
    Participant

    There are some other things you can do, which Sakin is not going to tell you because he only supports his theme (and this is free support section, so he doesn’t even have to support it here at all really)

    (1) you can make a mobile version of your site for iphones and tablets…and you can do a simple re-direct with javascript or JQuery on detection of a mobile device screen. You can embed Jquery on a php page like this:

    <!– its jquery, so first of all remember to include jQuery –>
    <script type=”text/javascript” src=”https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js”></script&gt;

    <!– Next wrap your code in tags, and execute it when the document is ready –>
    <script type=”text/javascript”>
    $(document).ready(function(){
    if($(window).width() < 480){
    window.location = “http://mobile.yoursite.com&quot;
    }
    });
    </script>

    (2) There is a PHP mobile-detect class you can use: http://code.google.com/p/php-mobile-detect/
    (3)there is a jquery plugin called response you can load in WordPress…
    http://responsejs.com/

    (4) WordPress also has a rtl support (right to left) which you probably could incorporate but that would require extensive PHP knowledge and coding… But I’m sure there is something out there if you just look around a bit.

    (5) you can load a different theme for mobile devices (I like this at a quick glance…take a look for me, LOL ) http://wordpress.org/plugins/wordpress-mobile-pack/

    lemme know how it goes…

    in reply to: child theme inop after theme update #10317
    donnasander
    Participant

    I know how a child theme works…you happened to look at it while I’m troubleshooting it. And I read the change log. It doesn’t say anything. I guess since your own website doesn’t work for crap in FF, I really shouldn’t expect your theme to be any different.

    in reply to: child theme inop after theme update #10238
    donnasander
    Participant

    when I load the page and view the source, it’s picking up the style.css from the parent theme, and not the child theme. What in the theme update would cause that?

    in reply to: child theme inop after theme update #10236
    donnasander
    Participant

    I guess it’s working in Chrome, but not in FF or IE…my color edits are missing for some reason.

    in reply to: child theme inop after theme update #10235
    donnasander
    Participant

    oh, URL is walkingtreeoflife.com

    in reply to: Removing page title on page #10234
    donnasander
    Participant

    was reading the post…I like what you did with the theme…you gave me an idea…I like your header image, very nice!

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