Viewing 22 posts - 1 through 22 (of 22 total)
  • Author
    Posts
  • #728579

    Hello,

    Suddenly my testimonials text are not in line/center anymore again.
    You helped me to fix this but I dont know what happen, can you check/correct it?/ check my custom css and see if the code is correct/clean?

    View post on imgur.com

    #728584

    Hey lech07,

    your testimonials seem to be fine for me: http://i.imgur.com/v8WXFdn.png

    Please always provide us a precise link showing the elements in question.

    Best regards,
    Andy

    #728588

    forgot to say that the issue is when using mobile/making browser small.

    It´s at http://zorbas.synology.me/wordpress/booking/ and the frontside.

    #728595

    Hi,

    use this code inside Quick CSS field:

    @media only screen and (max-width: 767px) {
    .responsive .avia-grid-testimonials .avia-testimonial-meta {
    margin-left: 45px;
    }}

    and adjust as needed.

    Best regards,
    Andy

    #728605

    it looks better now in mobiel version.

    On the frontsite they are wrong too: http://zorbas.synology.me/wordpress/

    do i need to use code in quick css also for that or can i do it in a normal way?

    #728609

    on mobile it´s correct.
    but when checking on browser and making the browser small like a mobile it is not the same as mobile. the text is alot to the right :/

    #728700

    Hi,

    I checked it on chrome and it seems to be working fine, can you tell us what browser you are using and OS (example windows 10 or mac Sierra), and provide a screenshot on how it looks on your desktop/laptop, just upload it in http://imgur.com/ or dropbox and post the link here.

    Best regards,
    Nikko

    #728793

    I am using chrome and windows 7.

    Desktop version from http://zorbas.synology.me/wordpress/booking/ where i made the browser small: http://imgur.com/a/3FXVB

    Normal desktop version from frontsite: http://imgur.com/a/Iw4IS

    #728847

    Hi,

    I just checked it with Chrome and resized the browser, I also checked it with an android phone and iphone, it seems to be good unlike the one in the link you gave. Is it already fixed? does this issue show on your phone also?

    Best regards,
    Nikko

    #729078

    on my android phone it looks ok.

    For my frontpage: On normal dekstop version/pc it is not ok.

    For my frontpage and booking page as resized from pc: The text is a little bit to the right but it´s almost ok.

    #729311

    Hi,

    I have commented out this css code in Quick CSS:

    .avia-testimonial-meta {
    left: -25px;
    }

    and

    @media only screen and (max-width: 767px) {
    .responsive .avia-grid-testimonials .avia-testimonial-meta {
    margin-left: 130px;
    }}

    and added this css code in Quick CSS:

    .avia-testimonial-meta {
        margin-left: 0;
        text-align: center;
    }

    Let us know if this helps :)

    Best regards,
    Nikko

    #729683

    it seems ok now.

    But some other content is not responsive anymore.

    For instance the video, package offer and facebook widget on the frontpage, I dont know if anything else lost it´s responsiveness

    #730181

    Hi,

    The code I gave should affect only the testimonial author’s name and make it centered, you can undo what I did and check if it fixes the responsiveness in other pages. I remembered making the 3 icon boxes with equal sizes, that code affected the homepage icon boxes responsiveness and it’s fixed I have enclosed it in:

    @media only screen and (min-width: 768px) {
    
    }

    so it should only work on tablet and desktop versions.

    The iframe is fixed, I added this code:

    
      .fb-page.fb_iframe_widget,
      .fb-page.fb_iframe_widget span {
        position: static !important;
        width: 100% !important;
      }
    
      iframe {
        width: 100% !important;
      }
    

    inside this media query:

    @media only screen and (max-width: 767px) {
    }

    As for the video, I couldn’t see any issue, can you post a screenshot?

    Best regards,
    Nikko

    #730686

    1. the facebook widget is not responsive: http://imgur.com/a/UNfcl

    2. now there is no video when doing responsive or checking from mobile.

    View post on imgur.com

    #731459

    Hi,

    I checked your site and it seems to be down at the moment. I get this when I try to access:

    This site can’t be reached
    
    zorbas.synology.me took too long to respond.

    Best regards,
    Nikko

    #732758

    hi nikko,

    The site is up. The ISP updated the firmware and erased ebrything.

    now it´s ok again.

    #733554

    Nikko, can i ask or get your help for another thing i tried?

    I am trying to clone the website/theme in order to translate and make it swedish instead of Danish.
    I have copied everything put it can´t find the site.it should be http://zorbas.synology.me/wordpress2/. What changes do i need to do in phpmyadmin? I can´t use same database or is it best to copy the database and for the swedish site?

    View post on imgur.com

    #734443

    Hi,

    I think it’s best to duplicate/clone your website (all of it including the database) since you can’t use same database for both sites otherwise any change made on either one of the two sites, it will reflect on both sites.

    Best regards,
    Nikko

    #736047

    Hi Nikko,

    The site doesn´t play the video when the browser i small/responsive or from mobile.

    #736056

    so as i see it I need to clone the website and export the database, change the name of the database and import it tp myadminphp and use the clone database?

    #736065

    it looks like the database broke my site. the database should be the same, how is that possible?
    The logo is reset as well to enfold logo and so on :(

    and all the quick css from child theme is gone.

    • This reply was modified 7 years, 10 months ago by lech07.
    #737618

    Hi!

    so as i see it I need to clone the website and export the database, change the name of the database and import it tp myadminphp and use the clone database?

    Instead of doing this manually, please use one of these plugins to clone the site.

    // https://wordpress.org/plugins/wp-migrate-db/
    // https://wordpress.org/plugins/wp-clone-by-wp-academy/

    Best regards,
    Ismael

Viewing 22 posts - 1 through 22 (of 22 total)
  • You must be logged in to reply to this topic.