Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #270420

    i’d like to make it and popup window.need plugin??
    and
    It has shown it such as broken site on phone and tablet pc.

    Please let me know.
    Thank you.

    • This topic was modified 10 years ago by pgeunw.
    #270733

    Hi pgeunw!

    Please go to http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/#inline-overview and see “inline content” section

    Regards,
    Yigit

    #273706

    thank you!

    but still have problem with showing on tablet and smartphone.
    Please let me know

    Regards,

    #273759

    Hi!

    Please elaborate – i.e. post a link to the page with the newsletter box.

    Cheers!
    Peter

    #275037

    hi~
    1. please check it out http://www.glampingontherock.com on tablet pc or smartphone. it doesn’t show up the site like as pc or mac.
    it looks like broken site :(
    2. when shrink menu, i want logo shown different logo.

    ps. sorry my english is poor.
    Please let me know
    thank you

    best,

    #275049

    Hi!

    1- Please try deactivating all active plugins and check if that helps
    2- Please go to Enfold theme options > Header Layout > Transparency options and upload the logo you would like to display before shrinking

    Cheers!
    Yigit

    #276746

    Hi
    1. still problem.
    2.still problem
    I’ve tried many times. How can I fix? Can you log on and check it out? I can give you id and password to your email.

    Thank you.

    Pgeunw

    #276747

    Hey!

    2. To show a different logo in mobiles:
    Add this at the very end of the theme functions.php:

    function mobile_logo_func() {
    	?>
    	<div id="mobilelogo">
    		<?php echo avia_logo('_MOBILE_LOGO_URL_HERE_', '', 'strong', true); ?>
    	</div>
    	<?php
    }
    add_filter('ava_after_main_menu', 'mobile_logo_func');
    

    And this to the Quick CSS (Theme Options > Styling):

    #mobilelogo .logo{
    	display: none;
    }
    @media only screen and (max-width: 767px) {
    	#mobilelogo .logo{
    		display: block;
    	}
    	.logo{
    		display: none;
    	}
    }

    Best regards,
    Josue

    #276888

    hi
    Thank you, but I still have problems with 1.

    best

    #276891

    Hey!

    You can try a different lightbox like fancybox: http://fancyapps.com/fancybox/ if the default prettyphoto lightbox doesn’t work for you. I uploaded a child theme which removes the default lightbox and replaces it with fancybox here: http://www.mediafire.com/?05ho02ecut516hu – just activate the child theme and Enfold should use fancybox as default lightbox.

    Cheers!
    Peter

    #277327

    hello~
    I installed child theme. but not working on tablet.
    please visit
    m.glampingontherock.com

    thank you.

    #277394

    Hi!

    I couldn’t find any display flaws/problems when I visited it with an Android device.

    Regards,
    Peter

    #277868

    Hi~
    Please check below link.
    http://glampingontherock.com/device-display
    I upload some screenshot img from iPhone and android device.

    Thank you.

    Best.

    #277877

    Hello,

    Have you tried disabling all third-party plugins to see if it gets fixed?

    Regards,
    Josue

    #277911

    hello~

    no….I don’t get it. what disabling all third-party means.
    sorry.
    Please more specific

    Best.

    #277912

    Hi!

    Disable all plugins you may have activated in your WordPress installation.

    There seems to be a functionality that redirects the user to a different version of the website when accessed from a mobile device.

    Best regards,
    Josue

    #278112

    Hello~
    It’s working. :)
    Thank you
    Best

    #278128

    You are welcome, always glad to help :)

    Regards,
    Josue

Viewing 18 posts - 1 through 18 (of 18 total)
  • The topic ‘can I make 'sign up for our newsletter' box??’ is closed to new replies.