GrblFF
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Lightbox] slb_activate() & ACFThank you for helping me. I have not changed the code of plugins simple-lightbox and advanced custom fields. I realize there is a tag slb_activate, but I can’t understand in which file I need to write it down. I will try to explain a little differently. Using ACF I have added fields to media files, such as additional description, author. In SLB displays standard fields such as name, description, caption. I need to add fields here. In the file SLB /themes/base template output layout.html In it all fields for output looks like {{item.description}}. I can’t understand how can I make {{item.Author}} brought me added the author box. It is difficult to understand the structure of advanced custom fields. I tried adding the code you suggested
$content = get_field( "text_field" ); if ( function_exists('slb_activate') ) $content = slb_activate($content); echo $content;in advanced-custom-fields/core/api.php but it gave no result.
Forum: Plugins
In reply to: [Simple Lightbox] slb_activate() & ACFThe problem is that I read it. But can’t figure out where to use this tag. If I have field ACF, I in the ACF controller to insert this feature. Or still need to insert function.php themes. I tried in different ways, not working.
Forum: Plugins
In reply to: [Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] tag for imageThank you for your attention to this matter. It was quite a shame to face it. There are variables and cannot be used.
Forum: Plugins
In reply to: [Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] tag for imageHello. Do your template to display the gallery. I want to bring a picture of his mark. How to do it? <? php echo $image-> alttext; ?> – it’s image name, <? php echo $image-> description; ?> – it’s image description. What variable to write to output tag images? Help please.
Forum: Plugins
In reply to: [Download Manager] download linkThanks for the answer. If you choose the item “Only Link / Button”, I get a “Download” link . And how can I Polic species as “call to action 3 ,” but to download the file begins when you click on the file name once.