Pages (2): 1 2   
Member
Member
JoeW   23-01-2024, 00:42
#1

I have installed Zenphoto 1.6.1. The homepage image is OK on a desk top but on a mobile device or cell phone when held sideways is OK but when held upright the home page image is split in two with same image enlarged at the bottom half.
What am I doing wrong?
I have another website that it works fine on both orientations of the cell phone. I do not understand.
Anyone else having this problem?

Administrator
Administrator
fretzl   23-01-2024, 12:29
#2

Try this...

In your theme options there's an option called "Custom CSS".

Enter the following CSS in the field and hit "Apply".

.cbp-bislideshow li {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
}

.cbp-bislideshow li img {
    display: none;
}
Member
Member
JoeW   23-01-2024, 20:50
#3

Thank you, Fretzl, It worked very well, thank you.
One more thing I noticed is when I am logged in as Admin and I click on the Admin link, A drop-down menu shows up on the bottom right corner, but it is all white with no text unless I hover with my mouse then the text becomes visible.
Is there any setting I can do for that? I have been using Zenphoto since version 1.5.1, it is great.

Administrator
Administrator
fretzl   23-01-2024, 22:04
#4

You can add

#zp__admin_data a {
  color: #00999CC;
}

to the same Custom CSS field the theme's options.

Member
Member
JoeW   08-06-2024, 19:40
#5

Hi Fretzl,
Your solutions have all worked well. Thank you for your help.
I have one other problem that is puzzling me.
I use Drupal for my CMS. I do not believe it has anything to do with this problem as Zenphoto is a separate database.
The problem is when I upload Liberatus Theme, it shows me a blank page on the admin screen. All the tabs are visible, but nothing else below it. It is only a gray blank page.
It is puzzling because I have installed it the same way on other websites that I have on this same server and it works just fine.
Any ideas?
All other themes works just fine.
I can send you the screen shots if I can get your email.
Thanks.
[i]mail address removed by administrator[/i]
06-08-2024

Member
Member
JoeW   08-06-2024, 19:57
#6

More precisely, on the Theme Tab, if you click on options link, the page is blank.

Administrator
Administrator
fretzl   09-06-2024, 07:27
#7

I use Drupal for my CMS. I do not believe it has anything to do with this problem as Zenphoto is a separate database.

I'm not sure I understand. I hope you did not install Libratus in Drupal's theme folder.

Anyway, always first check the Zenphoto logs and server logs.

And please don't mix subjects. Start a new topic for a new issue ;-)

Administrator
Administrator
acrylian   09-06-2024, 08:10
#8

Note: I have removed the mail address from the post above as it is never a good idea to open post that on a forum.

Member
Member
kuzzzma   09-06-2024, 11:33
#9

In my experience, blank options page for a theme is a sign that some of the theme functions don't work, are depreciated or there is some error in themeoptions file

  • check for differences in PHP, Zenphoto and Libratus versions
  • run depreciated functions test for themes from Overview->Check for deprecated functions
  • check Logs ->Debug log from Zenphoto admin.
  • check error log for your site on ftp
Administrator
Administrator
acrylian   09-06-2024, 12:33
#10

Also make sure you use libratus from here: https://github.com/zenphoto/libratus. More exact from https://github.com/zenphoto/libratus/archive/refs/heads/master.zip as the versions are a bit behind.

Pages (2): 1 2   
  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.