expertimmodelarc
Forum Replies Created
-
Hello,
Any idea how to get this possible ?
Thanks.
JP FOLLEGOT
Forum: Plugins
In reply to: [Page Builder by SiteOrigin] Fixed image not showing on mobile and IPADHello
yes I did install a workarround forcing the image as “Cover” by default and applying following CSS based on Scren resolution width introduced as Row based CSS :
@media only screen and (min-width: 1025px) {
/* For desktop: */
.myfixed {
background-attachment: fixed !important;
}
}I did not find a better way to detect real “Mobile”, “Tablet” or “Desktop” other then this which is not really satisfactory.
Do you have a better solution ?
Thanks for your help understanding my issue.
JP FOLLEGOT
Forum: Plugins
In reply to: [Page Builder by SiteOrigin] Fixed image not showing on mobile and IPADHello
Thanks for your support.
Unfortunaltely your suggestion do not correct the issue.
Any possibility to force “cover” only on mobile and tablet, while fixed is used for computers ?
Thanks for your help understanding my issue.
JP FOLLEGOT
Forum: Plugins
In reply to: [Contact Form 7] Display issue of fieldSolved
I did place this in the css div.
z-index: 9999;Thanks
Forum: Plugins
In reply to: [WP Post Rating] What about languages supportHello,
I saw in last release an attempt to manage languages.
I did contribute to translate French version but texts located in inc/functions.php file are not yet supported.Any trick to use this ?
Thanks.
JP FOLLEGOT
Upgrading Firefox to Version 65 did solve the issue.
Thanks.
JP FOLLEGOT
Hello,
On same WordPress site installation.
Plugin V 1.1 works perfectly on :
– Chrome
– Ipad Safari
– Galaxy A8 default Internet browserPlugin do not work on :
– Firefow v64.0.2 (while it did work in the past, I do not remember which version)
only shadow of plugin button can be seen.What firefox feature is blocking it ?
Thanks.
JP FOLLEGOT
Forum: Plugins
In reply to: [Redirection] Moving instal dir /wordpress to /Thanks,
I did a try
URL Source : ^/wordpress/.* with regex
URL Dest : /$1
Which works well until I log out, at that time no ways to log back again and gain access to any /wordpress/wp-admin feature.Any idea to avoid that ?
Thanks for your support.
JP FOLLEGOT
Thanks for the trick,
I did provide many translations data, 805 are waiting for approval for French…
Merry Christmas.
JP FOLLEGOT
Forum: Plugins
In reply to: [Page Builder by SiteOrigin] How to revert to classic editorThanks a lot,
I did not capture the Block Editor was a new feature of WordPress 5.0.
I did install Classic Editor plugin.
Forum: Plugins
In reply to: [Page Builder by SiteOrigin] How to revert to classic editorThanks,
I do not understand, “Classic editor” is already installed as it is used when creating a new page.
Why just after saving the new page, the editor is switching to another graphical interface which I do not like ?
How to avoid activating this other graphical interface ?
Regards.
JP FOLLEGOT
Hello
I am discovering same type of issue with Site Origin Page Builder Version 2.9.2
after Upgarding to WP statistics Version 12.5.2.AFter restoring WP statistics Version 12.4.3 there is no more issues.
Symptom :
Cannot change any more color nor backgroup image in Row Styles-Design block.
(popup selector do not deploy).It is a pitty as new WP statistics feature seems attractive…
Forum: Plugins
In reply to: [WP Post Rating] Black Stars displayed above the Yellow oneHello,
Since this I moved all my hacks into a -child template.
How would you recommand to capture this commenting hack (which solved the issue) in the -child template ?
/** Modif JPF
#comments .comment-form label {
color: #424143;
display: block;
margin-bottom: 10px;
}
*/Thanks and regards.
Forum: Plugins
In reply to: [Exit Popup] Popup reactivates on each page (bothering)Hello,
I did setup with your suggested value but Popup reactivates each time I reload the home page of my site.
Can you help ?Thanks
Forum: Plugins
In reply to: [WP Post Rating] Black Stars displayed above the Yellow oneI did approve your account request and activate your admin rights on the server.
But in the mean time all seems to have been corrected.
Issue disapeared.
May-be a cache issue ?
Or a cookie liftime ?Thanks for your interest in solving my problem.
JPF