cristian.calin
Forum Replies Created
-
Forum: Plugins
In reply to: [Geolocation IP Detection] Is there any problem with https protocol?Ok,
So I have tried the plugin on another WordPress installation with http protocol on the same machine (Arch Linux ARM).
I have also tried it on 2 other VPS’s with CentOS and here it seems to be no problem.Just curious what’s missing on the Arch Linux ARM installation that cause this problem.
Cheers,
CristianForum: Plugins
In reply to: [W3 Total Cache] Manual Minify CSS is Gone (Disable)Yep. Same here for me. It works on auto mode, not o manual.
First I thought it is a file permission issue, but it’s not…Forum: Plugins
In reply to: [W3 Total Cache] Manual Minify CSS is Gone (Disable)Same here. Using genesis framework, with custom child theme.
I tried inserting css links like that:- https://www.sitename.com/path/to/some.css
- path/to/some.css
Neither one worked for me.
Thanks in advance!
CristianForum: Reviews
In reply to: [Comments Ratings] Easy and efficientHi.
I’m trying to use the method mentioned above inside functions.php, but the page is trimmed or not working with this.add_action( 'genesis_before_loop', 'show_average' ); function show_average() { echo $pixreviews_plugin->get_average_rating(); }
Can you please show me another way how I can do this? thanks!
Forum: Plugins
In reply to: [Calculated Fields Form] Aspect ratio CalculatorSorry. My fault. I have these hosts records, because it’s a dev site.
159.203.128.209 ninjaunits.ga 159.203.128.209 www.ninjaunits.ga
I will send you by email, the wp credentials.
Forum: Plugins
In reply to: [Calculated Fields Form] Aspect ratio CalculatorLooks like I have to find a workaround, maybe some checkboxes.
One more thing.
- I have a dropdown with common resolutions – fieldname3.
- I have two calculated fields – fieldname1, feldname2
- fieldname 1 `(function(){
if(fieldname4 == 1920) return 1920;
if(fieldname4 == 1024) return 1024;
[..]
})()` - fieldname 2 `(function(){
if(fieldname4 == 1920) return 1080;
if(fieldname4 == 1024) return 860;
[..]
})()`
When the page loads with first values from the dropdown, it works. When I select the second value from dropdown, all three fields disappear.
Forum: Plugins
In reply to: [Calculated Fields Form] Aspect ratio CalculatorSorry, WordPress blocked me to post links. Here is the page: https://www.ninjaunits.ga/aspect-ratio-calculator/
Forum: Plugins
In reply to: [Calculated Fields Form] Aspect ratio CalculatorHi Codepeople,
Thank you very much for the equation.
It’s there a way to escape this loop?
I want a calculated field to be modified based on a calculation that involve another calculated field. As you can see here, only “New Width” is calculated based on “New Height”. I would like to be possible to be calculated and vice versa.
Thank you again!
Forum: Plugins
In reply to: [Calculated Fields Form] Aspect ratio CalculatorI want to know
- how to transpose this function in calculated fields form.
- how to make two fields to be “calculated field” and “number” at the same time.
- how to get values from a dropdown and apply them on two “number” fields
Forum: Plugins
In reply to: [W3 Total Cache] W3 Total Cache – Minify CSS an JS not working for pluginsHello. Thank you for your response. After one day of setting W3 Total Cache plugin, I managed to minify css and js for plugins.