Forum Replies Created

Viewing 15 replies - 1 through 15 (of 25 total)
  • Thread Starter Khadesa

    (@khadesa)

    Which 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!

    Thread Starter Khadesa

    (@khadesa)

    Hi 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

    Thread Starter Khadesa

    (@khadesa)

    Hey Bob, did you try on an iphone?
    It’s still not fixed

    Thread Starter Khadesa

    (@khadesa)

    Hi 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

    Thread Starter Khadesa

    (@khadesa)

    On 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…

    Thread Starter Khadesa

    (@khadesa)

    Aha, yep, had to click it twice. How frustrating.

    Thanks NeoTechnomad, :]

    Thread Starter Khadesa

    (@khadesa)

    HOLD 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.

    Thread Starter Khadesa

    (@khadesa)

    Once 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.

    Thread Starter Khadesa

    (@khadesa)

    Stuff 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?

    Thread Starter Khadesa

    (@khadesa)

    Ahh 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?

    Thread Starter Khadesa

    (@khadesa)

    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

    you 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.

    Thread Starter Khadesa

    (@khadesa)

    The Line-height worked a treat!, thanks heaps Stephen Cottontail,

    Your skill is matched only by your knowledge.

    You legend.

    Thread Starter Khadesa

    (@khadesa)

    Wait wait wait!

    hold the phone!

    Tara, you deadset legend.

    Lord Commander Tara of the WordPress Watch,

    Thankyou very much.

    Thread Starter Khadesa

    (@khadesa)

    Ahhh nice try, i didn’t think of that, but alas, to no avail :[

Viewing 15 replies - 1 through 15 (of 25 total)