-
AuthorPosts
-
January 2, 2017 at 2:31 pm #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?January 2, 2017 at 2:33 pm #728584Hey 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,
AndyJanuary 2, 2017 at 2:34 pm #728588forgot to say that the issue is when using mobile/making browser small.
It´s at http://zorbas.synology.me/wordpress/booking/ and the frontside.
January 2, 2017 at 2:40 pm #728595Hi,
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,
AndyJanuary 2, 2017 at 2:47 pm #728605it 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?
January 2, 2017 at 2:51 pm #728609on 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 :/January 2, 2017 at 5:33 pm #728700Hi,
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,
NikkoJanuary 2, 2017 at 11:58 pm #728793I 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
January 3, 2017 at 6:04 am #728847Hi,
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,
NikkoJanuary 3, 2017 at 5:43 pm #729078on 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.
January 4, 2017 at 7:30 am #729311Hi,
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,
NikkoJanuary 5, 2017 at 12:25 am #729683it 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
January 6, 2017 at 6:31 am #730181Hi,
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,
NikkoJanuary 7, 2017 at 1:10 pm #7306861. the facebook widget is not responsive: http://imgur.com/a/UNfcl
2. now there is no video when doing responsive or checking from mobile.
January 10, 2017 at 8:50 am #731459Hi,
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,
NikkoJanuary 12, 2017 at 6:16 pm #732758hi nikko,
The site is up. The ISP updated the firmware and erased ebrything.
now it´s ok again.
January 14, 2017 at 2:57 pm #733554Nikko, 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?January 17, 2017 at 2:56 am #734443Hi,
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,
NikkoJanuary 19, 2017 at 7:48 pm #736047Hi Nikko,
The site doesn´t play the video when the browser i small/responsive or from mobile.
January 19, 2017 at 8:00 pm #736056so 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?
January 19, 2017 at 8:16 pm #736065it 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.
January 24, 2017 at 9:38 am #737618Hi!
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 -
AuthorPosts
- You must be logged in to reply to this topic.