-
Search Results
-
Hello,
I’ve a plugin which converts currencies. I want to put the prices into the excerpt field of the masonry. The plugin works fine in the text fields. I’ve asked the author how to do and they said that I need to add do_shortcode function to the excerpt field.
I’ve checked the forum and found several solutions which none worked.
Solution by PeterHi!
Excerpts do not support shortcodes by default but you can use the do_shortcode() function to execute them even if wordpress does not support them in excerpts. In your case you need to modify /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php – open up the file and replace$output .= !empty($excerpt) ? "<div class='grid-entry-excerpt entry-content' ".avia_markup_helper(array('context'=>'entry_content','echo'=>false)).">".$excerpt."</div>" : '';
with
$output .= !empty($excerpt) ? "<div class='grid-entry-excerpt entry-content' ".avia_markup_helper(array('context'=>'entry_content','echo'=>false)).">".do_shortcode($excerpt)."</div>" : '';
Cheers!
PeterHi Ben!
It’s on line 473 in /enfold/config-templatebuilder/avia-shortcodes/portfolio.php.
$output .= !empty($excerpt) ? "<div class='grid-entry-excerpt entry-content' ".avia_markup_helper(array('context'=>'entry_content','echo'=>false)).">".do_shortcode($excerpt)."</div>" : '';
I just tried it and it seems to work fine. If it’s still not working for you then send us a link to your page and we’ll take a look.Cheers!
ElliottBoth changes nothing
Solution by ElliottHi!
You could try doing the same on line 739 in the /enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php file.
$this->loop[$key]['content'] = do_shortcode($entry->post_excerpt);
Though I’m not sure it’s going to work the same in the Masonry. What type of content are you trying to add?Regards,
ElliottBut there is no line 739, it ends at 418.
Hey dewasurya!
Please add the below code in functions.php to enable shortcode in excerpts.add_filter('the_excerpt', 'do_shortcode');
Best regards,
VinayChanges nothing.
I have added in the following line to the helper-masonry.php file.
Line 406: $this->loop[$key][‘content’] = do_shortcode($entry->post_excerpt);With that shortcodes work. However, it only lets me enter in theme shortcodes, and it won’t display custom shortcodes. Is this code only meant to show avia shortcodes, or is it simply a matter of the custom shortcodes plugin not working properly in your opinion?
Also, this has no effect.
How can I let the wordpress process shortcodes in excerpt fields of the masonry portfolio?
I am working on a site where i added in a tabbed section. It does not work to switch from different tabs in firefox but works fine in safari. Any ideas why?
I have done some customization to the h1-h6 headers in the advanced styling area. However it is not showing up for me in the actual site.
Lastly When i Bold something it automatically changes to a gold color i am using for links i do not want this to happen is there a way to stop that?
Topic: Can't register
Hey there!
We have a problem to register for the support forum as our former web designer bought the theme for our homepage. As we are not working together anymore I can’t reach him to tell me the license key to register in your forum!!
We need support for the problem of not showing product pictures on the product pages – as discussed in this thread: https://kriesi.at/support/topic/product-images-are-not-showing-in-woocommerce-3-0/?login_error – I would like to follow the link posted there which obviously leads to a solution for the problem.
Thank you for your help!
All the best,
Michael – RAWO (our page: http://www.raw360.at)Hello!
I’ve seen the other posts on this issue and my assistant and I have tried all of the solutions offered but the editor is still not loading on some of the pages.
This site (https://artsandanalytics.com/) has been running the Enfold theme for quite some time and all of a sudden it stopped loading.
Can you help?
Topic: Floating / Overlapping Logo
Guys,.. the old thread on this was closed so starting a new one here.
Have been using this code to make this happen:
strong.logo, .logo a {
top: 10px;
max-height: 150px;
overflow: visible;
}.logo img {
max-height: 250px !important;
height: 250px;
}Now with the latest update,… it is no longer working. The logo is now flying behind the full width easy slider located just under the header.
Is there a fix?
It is great that there is a setting to be able to hide a particular cell (column) on mobile devices. However, is there a way to ONLY show a particular cell (column) on a mobile device and then hide that cell (column) on desktop devices? Basically doing the opposite of what the current setting allows.
Please let me know. Thanks!
Hi, i am trying to add opacity to the images on Masonry Gallery. I found some solutions you gave, but only a part of it worked.
What i want is to make the Masonry Gallery images have opacity, and a title (centered on the whole image, not at the bottom). When mouse over or hovered, the opacity to fully disappear as well as the title.
The title issue i did worked it out. Also the opacity. However, the hover part is giving me trouble.
I tried this code which is the one that worked
.avia_desktop.avia_transform3d .av-masonry-image-container { filter: opacity(50%) !important; -webkit-filter: opacity(50%) !important; -moz-filter: opacity(50%) !important; -o-filter: opacity(50%) !important; filter: opacity(50%) !important; } .avia_desktop.avia_transform3d .av-masonry-image-container:hover { filter: opacity(100%) !important; -webkit-filter: opacity(100%) !important; -moz-filter: opacity(100%) !important; -o-filter: opacity(100%) !important; filter: opacity(100%) !important; }This other code didnt work at all.
.avia_desktop .av-hover-overlay-active .av-masonry-image-container { opacity: 1; } .avia_desktop .av-hover-overlay-active .av-masonry-image-container:hover { opacity: 0.7!important; }Thank you¡
Link to website: http://www.cm-arq.comTopic: Most demo images missing
For nearly all the demo’s I import, I don’t get all the images.
Q. How can I be sure the demo includes the images displayed on the live Demo Sites?
Q. If the demo is suppose to include the images I am missing, I would like to resolve this core issue
Q. If the issue cannot be resolved, I read in a few posts where you said to upload the images on the back end. If that’s my option, where can I find the images?
Note below configuration and corrective actions attempted.
wp-config – added line in define(‘WP_MEMORY_LIMIT’, ‘256M’);
PHP ver is 7.1
Increased PHP Setting for max_execution_time to 300 seconds (5 min) and memory_limit to 256M
upload_max_filesize is set to 8M
I installed the Plugin WordPress Reset and did a reset before each attempted Demo Import
On some Demo imports, I re-clicked the demo import up to 10 times and it did not import the missing images.Example Links and logins for items below provided in Private Content
For the Enfold 2017 Demo – example links and logins provided in Private Content
I understand the home page slider images are not available – but can instead be substituted by downloading and importing the classic slider images – is this correct? I did successfully import the old sliders, but was hoping the 2017 home slider image was available.Other missing images include the people in About Us, some Feature images, About Us people, logos, and more
One page portfolio – example and logins provided
missing top Desk image and portfolio illustration images –creative studio – among others – no example links or logins provided
missing team and recent work photosI have searched the forums regarding this and cannot find any recommendations that I haven’t tried. i.e., #777543. Please direct me to any forum posts that I may have missed
Thank you!
I’m trying to add widget areas before & after single post content. Here’s my code from child theme’s functions.php:
add_action(‘ava_after_main_container’, ‘custom_func_1’, 10, 2);
function custom_func_1($id, $context) {
if($context == ‘post’){
echo do_shortcode(“[av_sidebar widget_area='article-top']“);
}
}
add_action(‘ava_after_content’, ‘custom_func_2’, 10, 2);
function custom_func_2($id, $context) {
if($context == ‘post’){
echo do_shortcode(“[av_sidebar widget_area='article-bottom']“);
}
}… the second part works (ava_after_content), but the first part doesn’t add that widget area anywhere on the page. I don’t know php at all, so there’s probably some stupid mistake here…
Hi Team Kriesi
I’m making this website for a client, and I set up a ‘normal’ page to be a coming soon page. I also set it as the Front Page in Enfold Settings. After that I started creating the necessary pages, and set them as ‘Private’. But I noticed that Google shows those pages in the search results. When clicked, the links end up on ‘page not found’-page of the website. How can I stop those pages form being shown in Google, and just have the Coming Soon page in the search results?
Thanks in advance!
As the title above, all thumbnail image line up vertically (full size) in 4.0.7 with WooCommerce product gallery enabled on mobile. Works on desktop as expected.
Viewing 30 results - 79,501 through 79,530 (of 142,879 total)

