tistrega
Forum Replies Created
-
Forum: Plugins
In reply to: [AddToAny Share Buttons] Java specific for homepageGreat! Works perfectly!!!
Thank you so much for the quick help!Hello!
I updated the plugin to version 2.4.2 and now warning messages work!But it does not work for “terms and conditions”. With Terms and Conditions enabled and uncheched in front, “book now” button don’t work but no warning message appears.
Any suggestions?Thank you.
- This reply was modified 8 years, 1 month ago by tistrega.
Ok! thank you
Thanks for the reply.
I’m sorry but I think I have the latest version (2.4.1) but the warnings for the form fields don’t work.
Can you tell me where I’m wrong settings please?
For other fixes I wait for the next version.
Installing updates and new versions, there is a way to keep the settings? Or is there a way to save a backup and copy the settings in the latest version?
Thank you
top! I did not make any changes, I have not installed anything, I have not changed anything , none of the users are logged in during the past week . Just a week ago it worked perfectly . Now impossible to access , and the fatal error is in plugins/wordfence/lib/wfConfig.php on line 811 . I should have installation problems if I had changed anything.
Unfortunately no. I tried to rename the entire folder , disabling all plugins , but no change . Your plugin applies changes to wp-login file or wp-config? in the wordpress support forums I read that sometimes may be corrupt
With the active plugin I get the error line Fatal error: Call to a member function bind_param() on a non-object in /web/htdocs/www.sambenedettesebeachsoccer.it/home/wp-content/plugins/wordfence/lib/wfConfig.php on line 811 with my login and redirect to the login page with all the other nicks . With the plugin inactive always . And I tried to disable all plugins but I have a solution
I renamed the plugin and then reactivated via FTP . Only when is active I get emails, when inactive , don’t come
sorry … I tried to upload a “clean” version of .htaccess , but still nothing. With the plugin disabled if , voluntarily , I enter an incorrect password , I get the redirect to lost password page , with nick and the correct password I get a redirect to the login page
with blank recordsI renamed the plugin folder , now , when I enter nick and password , I get a redirect to the login page and nothing else . When I renamed the folder correctly and I tried to login with other nick ( authorized user ) , I received the email Wordfence with the following data : A non-admin user with username “sandro” signed in to your
WordPress site.
User IP: xxx
User hostname: xxx
User location: xxx, Italy —-
but the login to the backend always fails . Always a redirect to the login page . Now I also disabled the other plugin that could create conflicts , but I do not get results .
I tried to ask for a new password and email wordpress arrived but the link is redirected to the new password request page. I am desperate because it is very urgent. Thank youForum: Themes and Templates
In reply to: [SG Window] Problems with Safari browserHello and thanks for the reply.
You can solve the problem with IE 8 and 9 simply entering in the head this string :
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
Works with Windows 7-8 but I have not tried with XP. (I will let you know)The real problem is not Safari for PC (never used) but browsers pre-installed in mobiles and tablets (such as Samsung ) that display in the same way. Indeed I use Safari just to see how a website will appear with these browsers. Perhaps it will seem strange, but I know many people who don’t want to use Chrome because they are used to IE, many people who don’t want to install updates … many people who don’t want or don’t know how to install apps in phones and tablets. All these people say “Beautiful website! But it’s wrong !” So I think that for me it’s more professional to try to solve, instead of saying “installs a new app”. Sometimes it’s possible.
So…
for solve flex-box in page with right sidebar:
-I deletedisplay: -webkit-box;
for class “content”, “main-wrapper” and “flex”
-I add (in style.css) this special rule for Safari&Co (not valid for Chrome):@media screen and (-webkit-min-device-pixel-ratio:0) and (min-width: 960px) { .flex,.main-wrapper { display: -webkit-box; } }
In this way, the position of the sidebar is correct , but I couldn’t fix the alignment of the articles ( in blog page ) from 680 px to up, which are shown in column ( but at least, it possible read them).
to solve the alignment of the images (in my case sg-images widget in full width):
-I delete (from image.css)display: -webkit-box;
for class “.widget .main-wrapper-image” and “.widget .wrapper-image”
-I add (in the same file)@media screen and (-webkit-min-device-pixel-ratio:0) { .element { margin: 0 0 !important; } } @media screen and (-webkit-min-device-pixel-ratio:0) and (min-width: 960px) { .widget .main-wrapper-image, .widget .wrapper-image { display: -webkit-flex !important; display: flex !important; } } /*this is for Chrome*/ @media screen and (-webkit-min-device-pixel-ratio:0) and (min-width: 1020px) { .widget .main-wrapper-image, .widget .wrapper-image { display: -webkit-box !important; } }
to fix the alignment of the logo
-I add `@media screen and (-webkit-min-device-pixel-ratio:0) {.logo-block {
width: 0%;
}
}`But this is only my personal and intricate solution: the “creature” is your ?? , have you a better idea?
I hope I’ve been helpful.Forum: Themes and Templates
In reply to: [SG Window] Problems with Safari browserHello
I tested your site(https://wpblogs.info/demo/sg-window/) and my site with https://www.browserstack.com/screenshots. I have been found several problems of alignment in many devices like Samsung Galaxy Note 3 , Galaxy Note 2 , Samsung Galaxy S2 , Nexus 4 , Nexus 7 , iPhone 4S , iPad 3 , iPhone 5S , HTC Wildfire … Ok ! Safari for Windows is outdatet , but all browsers pre-installed in many phones and tablets are based on webkit! You build a responsive theme and then you tell to your customers that must install a different browser to see their site? I do not think so . Otherwise you would not have included in your css files special rules for Safari old version. However I solved alone . You should evaluate thedisplay: -webkit-box
in relation to media queries specific for Safari . Chrome reacts well with the other rules . Thanks anywayResolved!
I had this error message
Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/var/www/html/wp-content/uploads/2015/09/presentazione-4-302x260.jpg) is not within the allowed path(s): (/membri:/membri2) in /membri/my-site/wp-content/plugins/shortcodes-ultimate/inc/core/tools.php on line 306
and this
Warning: is_file() [function.is-file]: open_basedir restriction in effect. File(/var/www/html/wp-content/uploads/2015/09/presentazione-4.jpg) is not within the allowed path(s): (/membri:/membri2) in /membri/my-site/wp-includes/class-wp-image-editor-gd.php on line 96
I add this
$_SERVER['DOCUMENT_ROOT'] = '/membri/my-site';
in file wp-content/plugins/shortcodes-ultimate/inc/core/tools.php (right after <?php )
Forum: Plugins
In reply to: [WP Shortcodes Plugin — Shortcodes Ultimate] Open basedir errorSame problem. Any solution?
Hi,
…same problem.