shieldfire
Forum Replies Created
-
Forum: Plugins
In reply to: [Memphis Documents Library] file menu shown expandedHad to go, found something that works.
A pity.Forum: Plugins
In reply to: [Advanced Custom Fields (ACF®)] Value of ACF as variableI’ve tried using PHP getting the field value (get-field) but the variable comes up empty every time. Suggestions.
Forum: Plugins
In reply to: [Dynamic Conditions] AND conditionsThanks for your reply.
One can, kind of, get the same effect in Elementor by using inner sections. The parent section has one condition, and the inner section(s) have other conditions. Just tried it, and it seems to be working.
An in-plugin solution would be cleaner though.
Forum: Fixing WordPress
In reply to: Value of ACF as variableI scaled the entire thing down to just picking up the field value – it comes up empty every time…
Forum: Fixing WordPress
In reply to: Value of ACF as variableHmm, I tried
<?php function my_acf_iframe_shortcode( $atts, $content ) { if ( $ressida = get_field( 'resultatsida' ) ) { $str = '<iframe src="$ressida . width="100%" height="500"></iframe>'; return $str; } else { return ''; } } add_shortcode( 'iframe', 'my_acf_iframe_shortcode' ); echo "DEBUG: ressida = " . $ressida;But $ressida is empty. Despite it having a value in the ACF field.
Am I missing something?Forum: Fixing WordPress
In reply to: Value of ACF as variableSo I added
<script>$resSida = get_field( "resultatsida" ); </script>To the header of the page, then call it using
[iframe src=$resSida]And I get a “page can not be found” error. (I also tried with
[iframe src="$resSida"])
Linking a std youtube page works.So, question is what am I doing wrong? The field is a ACF-field if that matters, and I’ve double checked that the fieldname is correct.
Forum: Fixing WordPress
In reply to: Value of ACF as variableI’ve been playing around with this and failing miserably.
The only thing that happens is that I get the literal text, not the output of the code.Forum: Fixing WordPress
In reply to: Value of ACF as variableOh great! Where do I put
$value = get_field( "your_url_field" );
?Forum: Plugins
In reply to: [Memphis Documents Library] file menu shown expandedOK, after two weeks without any reply – and the first test period coming up, we need to get this resolved. I’ve tried the plugin with two themes, OceanWP and Blocksy. Same problem. If it can’t be resolved, then we’ll have to let this plugin go and try use something else.
Forum: Fixing WordPress
In reply to: iFrameThank you for your time.
[Insert deity] forbid someone knows the answer to both questions.- This reply was modified 6 years, 4 months ago by shieldfire.
Forum: Fixing WordPress
In reply to: Adding media files to menuValid point, thanks. I will consider that – haven’t really found something that does it in a meaningful manner yet, I want to minimize user involvement in setting up the page in that case.
Forum: Fixing WordPress
In reply to: Need plugin: Document managementThat’s the fugly one. It didn’t seem to have any obvious ways to adding them to a menu.
- This reply was modified 6 years, 4 months ago by shieldfire.
Forum: Fixing WordPress
In reply to: Corrupt imagesI do have that, I’ll disable it and see if that helps.
Forum: Fixing WordPress
In reply to: Problem with imagesI tried changing format, from jpg to png. See if that helps any.
Forum: Fixing WordPress
In reply to: https breaking site?Problem solved:
OK, I found the solution on my own. After mailing with support for days and in the process managing to over-right my installation (I do have a backup). So I lost about 1½ week and need to manually restore the site (backup is on multi-site server, can’t afford pro-restore tool atm).
Solution: You need to use the Elementor tool to replace the URL… (not only in WP settings).
Important!: Adding an SSL Certificate to your website (HTTP to HTTPS) also requires you to replace the URL. https://docs.elementor.com/…/218-i-changed-the-url-of…