bondjack
Forum Replies Created
-
Forum: Plugins
In reply to: [GF Mollie by Indigo] Betaling mislukt/geannuleerdHoi Petra, helaas is dat niet mogelijk. Ik moet om het te kunnen printen gelijk op een pdf uitkomen. vandaar dat als de betaling is mislukt of geanuleerd dat ik op een andere pagina uit moet komen ipv de pdf laad. (Kiosk pro app is een app om je ipad in een sinlge app omgeving te draaien, voor bij een informatiezuil bij een tentoonstelling of zoals ik hem gebruik om een start bewijs te kopen op een zuil op de golfbaan.). Als ik weet waar ik een stuk code kan toevoegen ben ik al erg geholpen. Als het “fail” adres handmatig in de code gezet moet worden is dat voor mij al een super oplossing. thx Jacob
Forum: Plugins
In reply to: [GF Mollie by Indigo] Betaling mislukt/geannuleerdGoedemiddag, is hier al een mogelijkheid voor? Ik gebruik het form namelijk binnen Kiosk App om greenfees aan te kopen, en die sluis je na de betaling door naar een pdf die geprint kan worden. Helaas ga je daar dus ook heen als de betaling is mislukt en kan je dus je green fee printen waar je niet voor hebt betaald.. Als het niet in de plugin zit is er dan heel misschien code voor in de funcions.php beschikbaar waarmee ik dit kan tackelen? Thx
Hi Guys, same problem here, can you please help me out? just updated to version 2.0.21. Bust still not showing results after setting a user tagin the search field.
- This reply was modified 6 years, 4 months ago by bondjack.
Forum: Plugins
In reply to: [My Chatbot] Other languageHi Mate,
It works like a charm ?? thx!
Forum: Plugins
In reply to: [WPBakery Visual Composer & QTranslate X] Activation failedHi There, same here.
After plugin install I try to activate the plugin an get this message:
Plugin could not be activated because it triggered a fatal error.WP 4.2.2
qTranslate-X – 3.4
WPBakery Visual Composer & qTranslate-X 1.0Any solution for this?
Forum: Plugins
In reply to: [BuddyPress Groups Extras] Cannot uninstall in wp networkHi, just fixed this by activating buddypress for the whole network. Now I can uninstall the plugin. Bu going to re install it again and ty to get it to work with ACF. thx
Forum: Networking WordPress
In reply to: WP Network child theme issueHi guys, I fixed it.
I changed the first second line of my functions.php file.
old:
define("THEME_DIR", get_template_directory_uri());
new:
define("THEME_DIR", get_stylesheet_directory_uri());
Thx guys for getting me on ther right path!
Forum: Networking WordPress
In reply to: WP Network child theme issue@bondjack, is the parent theme activated for that sub-site?
Yes it is active.
I found a possible solution. Make sure you have
<link rel=”stylesheet” type=”text/css” media=”all” href=”<?=bloginfo( ‘stylesheet_url’ ); ?>” />
in your parent theme’s header.php file. If it says bloginfo(‘template_url’); then it needs to say bloginfo(‘stylesheet_url’);.I use the function.php file to get my css files
<?php define("THEME_DIR", get_template_directory_uri()); /*--- REMOVE GENERATOR META TAG ---*/ remove_action('wp_head', 'wp_generator'); // ENQUEUE STYLES function enqueue_styles() { /** REGISTER css/screen.css **/ wp_register_style( 'main-style', THEME_DIR . '/style.css', array(), '1', 'all' ); wp_enqueue_style( 'main-style' ); wp_register_style( 'responsiveslides', THEME_DIR . '/stylesheets/responsiveslides.css', array(), '1', 'all' ); wp_enqueue_style( 'responsiveslides' ); wp_register_style( 'skeleton', THEME_DIR . '/stylesheets/skeleton.css', array(), '1', 'all' ); wp_enqueue_style( 'skeleton' ); } add_action( 'wp_enqueue_scripts', 'enqueue_styles' );
So I cant chang template_url to stylesheet_url because I dont use this var but you gave me some stuff to think about. I dont use a function.php file in my child theme, I might need to put one there to as the style sheets are loaded there. Ill get back.
Hi Tareq,
Can you be a bit more specific.
I added the ACF field name to the UF custom field list. But Still I dont see the option to edit the custom fields. What I see is that UF custom fields is putting a “cf_” before the name of my custom field.Can you explain a bit more please?
Thx!
Forum: Plugins
In reply to: [Front-end Editor] FEE and ACFHi, I’m also curious if this works, would be a nice integration.
Forum: Plugins
In reply to: [Live Edit] Not working with latest jQueryHi, any news on this? It would be great if it worked.
Forum: Networking WordPress
In reply to: WP Network child theme issueView page source. What theme does it think it’s using?
Hi Ipstenu, I don’t see any reference to the child theme in the source code. It looks like it isn’t there at all. But like I said it is active adn selected in the admin area.
Forum: Themes and Templates
In reply to: [Customizr] Child theme's style.css edits not workingHi there,
I’m having the same problem. I have a WordPress Network that runs fine. If I create a Child theme I can see it in the admin area and activate it. But the CSS from the child style.css is not turning up on the frontpage it just shows its parents theme. It looks like the child css it is not loaded. I sheached in a lot of support forums already but no fix for me yet. Any one a clue?
Let me know what you want to know on my setup.
The development website is localy hosted.
WP 3.6.1Theme:
/themes/letsrefine/
/themes/letsrefine-child/child style.css:
/* Theme Name: Lets Refine Child Theme URI: https://www.developersdomain.nl/wp-content/themes/letsrefine-child/ Description: Lets Refine Child Theme Author: Jacob Christoffels & Bart van der Valk Author URI: https://www.bondjack.nl Template: letsrefine Version: 1.0.0 */ @import url("../letsrefine/style.css"); /* Theme customization starts here -------------------------------------------------------------- */ body {background-color: gray;} h1 {font-size: 100px !important;} /* ============ Orange image fill =========== */ /* Sub-menu */ .sub-menu-container {background-image: url(images/new-color-fill-orange.gif) !important;} /* Layout dashboard */ .dashboard {background-image: url(images/new-color-fill-orange.gif);} /* Archives */ .divider {background-image: url(images/new-color-fill-orange.gif);} /* Recent Post block1 */ #latest-0 {background-image:url(images/new-color-fill-orange.gif);} /* social media buttons share */ .icons-text {background-image:url(images/new-color-fill-orange.gif);} /* footer */ .footer-menu-container {background-image: url(images/new-color-fill-orange.gif);} /* ============ Orange color fill =========== */
Thx!
Forum: Themes and Templates
In reply to: How to pull excerpt from Advanced Custom FieldThe expert code Venkmanuk posted works as a charm for most of my pages. But in the occasions I want to us on a page where it is depending on its post id id doesnt work. For the ACF code it is easy to fix:
<?php the_field('acfname', $value->ID); ?>
So I add the =>ID of the page and it load the value that is in the afc field.
For the custom_field_expert it doesn’t work:
<?php echo custom_field_excerpt('afcname', $value->ID); ?>
It still shows no text.any ideas?
hmmm same here. I saw that bkmacdaddy is looking for a new developer to help him maintaining this plugin. I hope this will be fixed.
Bummer if it doensn’t it is a great plugin.