Forum Replies Created
-
AuthorPosts
-
Hi,
Kindly Downgrade PHP version 8.4 to 8.3 and check it working or not. if it’s not working kindly share WP login details with site url. it may be PHP version issue or execution time issue or memory limit issue kindly set execution time and memory limit as given below
max_execution_time = 300 max_input_time = 1000 memory_limit = 256M post_max_size = 64M upload_max_filesize = 64M upload_max_size = 64M
if it’s not working kindly share WP login details with site url to set PHP version 8.3
Regards,
DaveHi,
Kindly send us your URL of the site and WordPress admin details (Username & Password) via email:[email protected] Please mention this forum URL while replying so that we understand what needs to be done.
We’ll check and revert back to you.
Regards,
DaveHi,
Kindly use this CSS code.
@media screen and (max-width:767px) { .theme-default .nivoSlider img { height:340px !important; object-fit:cover;} }
Regards,
ChrisHi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
@media screen and (max-width:767px) { .left { position: absolute; left: 0; width: 50% !important;} .right { position: absolute; width: 50% !important; right: 0;} .head1-logo { margin-top:70px;} }
Regards,
DaveHi,
Can you send us the screenshot of your issues? Upload your screenshot on https://imgbb.com/ and paste the share url here.
Regards,
ChrisHi.
Please use the CSS code below to fix the slider button issue.
@media screen and (max-width:479px) { .slider-main .nivo-caption { top:0 !important;} .slider-main .nivo-caption .slidedesc { line-height:18px;} .slider-main .nivo-caption .slidebtn { display:block !important;} .theme-default .nivoSlider img { height:310px; object-fit:cover;} }
Regards,
Chris๐
Hi,
This is intended for a tablet device ๐
@media screen and (min-width:768px) and (max-width:1023px) { .header.type3 .logo img, .header.type4 .logo img { width: 50%; height: auto;} .home.has_trans_header .slider-header-layout3 .nivo-caption { top:70%;} }
Regards,
DaveHi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.skt-feature-box .elementor-image-box-wrapper { transform: none;} .skt-feature-box img { margin: 0 auto;}
Regards,
ChrisHi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.head_inner { z-index: 10; position: relative;}
Regards,
DaveHi,
Kindly send us your URL of the site and WordPress admin details (Username & Password) via email:[email protected]
Regards,
DaveHi,
Please use the following CSS to resolve the header conflict in tablet view.
@media screen and (min-width:768px) and (max-width:1023px) { .header.type3 .logo img, .header.type4 .logo img { width: 50%; height: auto;} .home.has_trans_header .slider-header-layout3 .nivo-caption { top:70%;} } @media screen and (min-width:1024px) and (max-width:1160px) { header-layout3 .nivo-caption { top: 75%;} .has_trans_header .header.type3 #topmenu ul li a, .has_trans_header .header.type4 #topmenu ul li a {padding: 20px 11px;} #topmenu ul li a { font-size: 20px;} }
Regards,
DaveYou are welcome ๐
Regards,
BradHi,
Kindly show us your website URL?
Regards,
DaveHi,
Kindly show us your website URL?
Regards,
Chris -
AuthorPosts