dygresywa
Forum Replies Created
-
Forum: Plugins
In reply to: [Classic Editor] Classic Editor in full screen mode?@jordesign, for purely functional reasons. It’s just easier for me to edit text this way. I would like the right margin to be the same as the left.
- This reply was modified 1 year, 8 months ago by dygresywa.
Forum: Plugins
In reply to: [Classic Editor] Classic Editor in full screen mode?@jordesign is it possible to change the number of characters per line, for example in the configuration files of the Classic Editor plugin?
Forum: Plugins
In reply to: [Classic Editor] Classic Editor in full screen mode?@foosantos, indeed, the method you described works in the Classic Editor. But can you tell me why the text in the editor pane has such a large right margin?
https://i.imgur.com/Pym0Up2.png
Interestingly, when I open the post for editing, the text is stretched to the entire width of the editor window for a while. Only after a while does such a large right margin appear.
Forum: Plugins
In reply to: [Classic Editor] Classic Editor in full screen mode?I don’t want to use Classic Editor in text mode, I care about visual mode. I use the Classic Editor because I got very used to it over the years, and the Block Editor just doesn’t appeal to me.
I wonder why in the Classic Editor, when the full-screen mode is activated with the Ctrl+Shift+F keyboard shortcut, the entire block of text is moved to the left edge of the screen.
Full size: https://i.imgur.com/5Az3KVh.png
- This reply was modified 1 year, 8 months ago by dygresywa.
Forum: Plugins
In reply to: [Orphans] Tylko pojedyncze znaki jako sierotki – jak to zrobi??@iworks, dzi?ki za odpowied?.
Tylko gdzie ja mam ten filtr umie?ci?? W którym pliku?
Czy je?eli w ustawieniach wtyczki, w zak?adce ‘Ró?ne’, w polu ‘W?asna definicja sierotek’ podam wszystkie pojedyncze litery i cyfry, to podane przeze mnie sierotki nadpisz? te standardowe?
Hi,
Thank you for your response.
I don’t have the plugins you mentioned.
I have successfully resolved the problem.
Until now, your plugin worked in such a way that the ‘Manual’ option had to be set in the settings, in the schedule of file copies and database copies. The rest was done by setting the task in Cron (system). This way, the backup was made at a specific time and the backup files were automatically sent to Google Drive.
Currently, in the settings, in the schedule of file copies and database copies, I have to set an option, e.g. ‘Every day’. Then, using the WP Control plugin, set the time of execution of WP Cron events ‘UpdraftPlus-> backup_files ()’ and ‘UpdraftPlus-> backup_database ()’. Finally, in the system cron I have to set the task ” wget -q –spider https://www.dygresywa.pl ” at the same time that WP Cron is set to execute the previously mentioned events. And that’s because my site doesn’t have enough visitors, so WP Cron events would be late. Only in this way is the copy made at a strictly specified time and the backup files are sent to Google Drive.Either way, it’s an unnecessary complication. Why are currently backup files made using the cron system job not uploaded to Google Drive, but only saved to localhost?
Forum: Plugins
In reply to: [Contact Form 7] E-mail field borderSorry, I made a mistake! Now i OK. Thanks! ??
Forum: Plugins
In reply to: [Contact Form 7] E-mail field borderI added
input[type=email]
to my CSS:input[type=password], input[type=text], input[type=email], textarea { color: #666; border: 1px solid #DDD; border-radius: 3px; } input[type=text]:focus, input[type=email]:focus, textarea:focus { color: #111; } input[type=text], input[type=email] { padding: 3px; margin-left: 5px; } #searchform input[type=text], input[type=email] { border-radius: 0px; font-size: 14px; font-size: 1.4rem; padding: 0.375em 0.625em; width: 80%; color: #000; border: 1px solid #454545; }
but email input field still looks different than others: https://www.dygresywa.pl/kontakt/
Forum: Plugins
In reply to: [Orphans] Pauza w dialogach jako sierotkaDodaj? pauz?, czyli
—
w encjach lubU+2014
w Unicode. Dodaj? sam znak, bez spacji. I po zajrzeniu do ?ród?a strony nie widz? tam ??cznika
mi?dzy pauz? a wyrazem. Nie pomaga te? dodanie na końcu przecinka, którym sugerujesz oddziela? od siebie w?asne sierotki.I have ‘Button count’ selected, but on my website it looks like this:
The number is displayed only next to the ‘Lubi? to! — Like’ button.[ No bumping please. ]
Now is OK. I had to delete functions.php file from parent-theme folder & move it to child-theme folder. Thanks for help!
When I add this code to the end of the functions.php file of my theme, after entering my website, I get an error:
Fatal error: Cannot redeclare mon_cahier_customize_register() (previously declared in /home/rostov/domains/rostov.ayz.pl/public_html/wp-content/themes/dygresywa/functions.php:106) in /home/rostov/domains/rostov.ayz.pl/public_html/wp-content/themes/mon-cahier/functions.php on line 133
‘Activate custom PHP code’ in ‘PHP’ section — like that?
It doesn’t work.
- This reply was modified 8 years ago by dygresywa.
Any suggestions?