webdhm
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] Customizr: Sidebar appearing above content on mobileHi,
I solved it by using CSS@media (max-width: 767px)
{
.row {
display: flex;
flex-wrap: wrap-reverse;
}
}Forum: Themes and Templates
In reply to: [Customizr] Customizr: Sidebar appearing above content on mobileHi,
Sorry for my late response.
The site is upgraded to latest versions of both WP, themes and plugins.
I also disabled all plugins and problem still exist.
I don’t have cache enabled.Thanks,
Hezy.Forum: Themes and Templates
In reply to: [Customizr] using original css file instead of minHi,
I meant how to tell child theme to load style.min.css instead of style.cssthanks,
HezyForum: Themes and Templates
In reply to: [Customizr] using original css file instead of minHi,
I found where to enable it.my next question is how to implement it with child theme.
thanks,
HezyForum: Themes and Templates
In reply to: [Customizr] social icons are gone after upgradeHi,
I’m working on fit my web site to WCAG 2.0.
I wrote some functions to support that and one of them caused that issue.regards,
Hezy SelaForum: Themes and Templates
In reply to: [Customizr] social icons are gone after upgradeHi,
I found the issue.
it was one of the accessibility functions who caused that issue.Forum: Themes and Templates
In reply to: [Customizr] Theme: Customizr slider images sizethanks for your help
Forum: Themes and Templates
In reply to: [Customizr] Theme: Customizr slider images sizesorry for my late response.
I’m aboard and have limited access
by mistake I switched to old slider.
but when I’ve changed to the new slider the images were 1170 X 350.(because the height of the slider was set to 350).
when I changed it to 500 , It remained in 350, so I removed the imaged and uploaded them again, so now it works fine.
Is that the way It should be done?Forum: Themes and Templates
In reply to: [Customizr] enable site description on mobile phonethat helped. thanks a lot.
I don’t remember why I did that – I usually add a remark so I know what it does.
if I want that it will be display in the frame, do I need to re-size its height?Forum: Fixing WordPress
In reply to: Fatal error version.php on line 371Hi,
Scenario:
Connect to FTP server
Upload wordpress zip file
extract the zip file
open browser and connect to your site
follow the wizard and connect to DB
Connect to site using admin
Upload “discovery” theme – wpzoom.com theme.
Once theme uploaded, click on activate=>Error is displayed:
” Fatal error: Cannot run code from this file in conjunction with non encoded files in wp-includes/version.php on line 371″
-> This is the bug.Avi