Khadesa
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Site doesn't work on iPhone SafariWhich phones did you use? From what I can see, its only safari on iphone that doesnt show, every other browser on every other device works. Really bizarre and frustrating
Thanks for your help bob!
Forum: Themes and Templates
In reply to: Site doesn't work on iPhone SafariHi Ellp!
I had a look at those media queries, however, first i must figure out what css safari doesnt like, then change it accordingly using thus media queries.
It must be a repeated line somewhere, display:block for example, that safari iphone ignores, just cant figure out what
Forum: Fixing WordPress
In reply to: Site doesn't work on iPhone SafariHey Bob, did you try on an iphone?
It’s still not fixedForum: Fixing WordPress
In reply to: Site doesn't work on iPhone SafariHi Peter,
I’m afraid it’s not fixed, from what I can see, it wont display properly on iphone safari only.
There has got to be some css early on that is repeated, diaplay:block for example, that safari doesnt like.
Just can’t figure out what
Forum: Themes and Templates
In reply to: Site doesn't work on iPhone SafariOn the iphone, alot of the elements are sitting way off from where they’re supposed to, as far as i can see, everything is still there and functional, just messy.
I’ve tested it on safari samsung s3 (i know, time to upgrade…) and all’s good, it’s interesting that it’s not showing on your windows either…
Forum: Fixing WordPress
In reply to: CSS styles aren't updating (showing) anymoreAha, yep, had to click it twice. How frustrating.
Thanks NeoTechnomad, :]
Forum: Fixing WordPress
In reply to: Adding Lightbox to custom theme NO PLUGINSHOLD the phone!
I just needed to wrap <p>’s around it :]
thanks so much stephen!
Also, remember when you helped me with that menu toggle problem? It turns out the problem was because i removed the code php’getfooter’, i just put it back in, and hid the display…
wordpress is so weird sometimes, we are extremely lucky to have deciphers as yourself.
Have a wonderful night dude, can’t express how much you’ve helped.
Forum: Fixing WordPress
In reply to: Adding Lightbox to custom theme NO PLUGINSOnce again, Stephen Cottontail comes to the aid of a lost and forsaken noob, and delivers salvation.
You are the king of kings, Sir Cottontail.
I have literally been working on that all day, left with a sense of unworthiness, as i never would have solved that. You smashed it harder than thor’s hammer.
I ask though, how can i apply the same principle to a repeater field?
For example, just underneath ‘click if you love startrek’, you’ll see the gallery, i was hoping to implement the lightbox with the following code, but alas, to no avail.
<?php if( have_rows('p3projects') ): while ( have_rows('p3projects') ) : the_row(); ?> <div class="s3block"> <a href="<?php the_sub_field('p3projectpreview'); ?>" rel="lightbox" title="Beautiful, isn't it?"> <div class="s3blockblurb"> <div class="scribe7"> <?php the_sub_field('p3projectblurb'); ?> </div> <div class="s3blockfaded"></div> </div> <img src="<?php the_sub_field('p3projectpreview'); ?>" /> </a> </div> <?php endwhile; else : endif; ?>
(it’s so complicated because of the faded rollover box, and roller blurb.)
Thanks for any help Stephen.
Forum: Fixing WordPress
In reply to: How-To Embed an ImageSlider on a WordPress SiteStuff it, i’m using metaslider…
i have created the slider, and am given the short code:
`<?php
echo do_shortcode(“[metaslider id=82]”);
?>`it has placed the slider, but nothing happens, it doesn’t slide, no arrows, any ideas?
Forum: Fixing WordPress
In reply to: How-To Embed an ImageSlider on a WordPress SiteAhh i wish it was that easy,
I’m doing an internship, and told not to use plugins…pretty much never…
soo no clue about embedding FWslider?
Forum: Fixing WordPress
In reply to: menu-toggle lost functionality?!Hey Stephen!
how’s everything?Just wanted you to ask you, this same problem happened to me again on another site.
It happens i think after creating a new main menu, switching to it. My toggle drop down has gone again, and i’m afraid your last script isn’t changing anything.
Any ideas on what i could try?
I thought maybe something in the wordpress dashboard, in particular, a setting on the new menu?
Thanks for any advice/suggestions
Forum: Fixing WordPress
In reply to: Adding thumbnails to blogyou could maybe try fiddling with entry-content css, something like:
background-image: coolimage.png;
padding-left:*width of cool pic, plus a lil extra*px;this would look a bit off, but maybe making the entry-post wider would help…
back up before you try it my way, i’m like wesley crusher on the enterprise…total noob.
Forum: Fixing WordPress
In reply to: Extra space below menu ulThe Line-height worked a treat!, thanks heaps Stephen Cottontail,
Your skill is matched only by your knowledge.
You legend.
Forum: Fixing WordPress
In reply to: ugly white gap between site and navWait wait wait!
hold the phone!
Tara, you deadset legend.
Lord Commander Tara of the WordPress Watch,
Thankyou very much.
Forum: Fixing WordPress
In reply to: ugly white gap between site and navAhhh nice try, i didn’t think of that, but alas, to no avail :[