Guilherme Euler
Forum Replies Created
-
A note: If I use the plugin https://br.www.ads-software.com/plugins/squad-modules-for-divi/ (the complete module) the filters work fine… but I can’t customize it… the customizations don’t work on Divi Builder and some settings get weird behavior.
Forum: Plugins
In reply to: [Contact Form 7] WPCF7_USE_PIPE not workingIt’s possible to use
[select myselect "Value 1| value_1"]
and get
<option value="value_1">Value 1</option>
Is it possible without another plugins like select_controller?
Forum: Plugins
In reply to: [Contact Form 7] WPCF7_USE_PIPE not workingI saw this page and followed exactly like that… look on start of this thread… the plugin get only the first item of pipe and put it on value and display text.
Forum: Plugins
In reply to: [WP Songbook] Video Link not workingHey, thank you very much for your reply!
I never worked on WordPress plugin before but I’m a PHP programmer. If can I help you in anything, please, say me ?? I’ll be happy to help.
Forum: Plugins
In reply to: [Cross-Linker] Duplicating dataHey Jan, I have not dropped the tables from my database… the plugin simple can’t locate the tables and try to create new ones, and, of course, populate the tables in all time that the plugin was called.
Forum: Plugins
In reply to: [Cross-Linker] Duplicating dataMy Cross-linker was duplicating data, as I said… on example…
The table called $prefix_interlinker_divide_chars needs to have only one line with the following content:
id | characters
1 ; . , ) ( – : & > < ? ! * / +On my case, this table had more than 3.000 lines… yes, three thousand. This basically means that the server have to process more than 3000 lines of code instead of only 1. It’s a very slow process and take a lot of resources from the server.
The table $prefix_interlinker_special_chars had more than 7.000 lines… the correct is only 19.
This means that Cross Linker was populating the tables in each visit on blog.
I really had to edit the crosslink.php file and comment the line 2758 to prevent the unnecessary table populating. Yes, it only a workaround, but I can’t take my server consuming 100% of CPU processing at all time.
Sorry about my english, my native language is Brazilian Portuguese and I used the Google Translator to help me writing to you.
Thank you very much.
PS: In time… the problem is happening with WordPress version 3.4.x and 3.5.x.
Forum: Plugins
In reply to: [Cross-Linker] Duplicating dataHello friends… I found a workaround to error.
The function table_interlinker_install() was being performed each time the site was visited.
I simply edited the file crosslink.php and commented the line 2758 to prevent new data insertions on mysql tables.Ok, it’s only a workaround, the real motive I can’t see just now ??
Forum: Plugins
In reply to: [Savrix Play Store] [Plugin: Savrix Android Market] Showing only "App Name"Hey @savrix85, thank you very much!!! Working fine now! ??
Forum: Plugins
In reply to: [Savrix Play Store] [Plugin: Savrix Android Market] Showing only "App Name"Dear @savrix85, not resolved yet ??
See what’s happening here:
https://www.infodicas.com.br/smartphone/android-apps/holo-launcher-um-otimo-visual-para-o-seu-androidForum: Plugins
In reply to: [Author Bio Box] [Plugin: Author Bio Box] Página de AutoresThank you very much, Claudio!!! ??
Forum: Plugins
In reply to: [Author Bio Box] [Plugin: Author Bio Box] Página de AutoresSorry, I didn’t know that only me had to use the google translate.
Translating…
Hello Cláudio, your plugin is very good and easy to use!
Is possible to create a page with all blog authors to show the “Bio Box” of each one?
I want to create a page without content, only the “Bio Box” of each author (and administrator) registred on my blog.Hello jeltoesolnce,
Could you rename correctly your translation files? I’m having the same problem.Forum: Plugins
In reply to: [Savrix Play Store] [Plugin: Savrix Android Market] Some changesOh, to make this change on image size, I’ve changed the following code on savrix-style.css
table.market-table #qrcode img { width: 85px; height: 85px; margin: auto; border: 0; }
Forum: Plugins
In reply to: [Savrix Play Store] [Plugin: Savrix Android Market] Some changesAnother sugestion to you ??
The default image size of QR-Code is 75 x 75px but simple smartphones with bad camera like Samsung Galaxy 5 can’t read the qr-codes with this size. I’ve changed the image to 85 x 85px and the smartphone can read now.
Can you change the default image size to 85 x 85px? This change don’t cause any alteration ou default layout of badge.
Thank you very much for the great plugin!
Forum: Alpha/Beta/RC
In reply to: Accidental upgrade to wp 3.1betaThe same thing happened to me. My WordPress had a message to update, but there’s no updates do my language (pt-BR) so I updated to english but for my surprise, my WordPress comes to beta version 3.1.
I solved the problem, but it’s an alert. Some thing is wrong with new updates to new version in another language. (not the blog original language)
For annotation: I solved the problem deleting the core files and uploading the files of 3.0.3 version to my server.