Forum Replies Created
-
AuthorPosts
-
April 30, 2019 at 12:18 am in reply to: How to add a custom field to a portfolio with ACF? " #1095522
Hi,
Thanks for the update.
We can’t check the site directly due to personal reasons but we’ll try to help as much as we can.Are you using the blog grid element? If so, please try to edit the config-templatebuilder > aviashortcodes > postslider > postslider.php file. Look for the html function and the post loop around line 484. Inside that loop, you should be able to add the ACF fields. If you want to add it before the read more link for example, edit line 511:
$permalink = ' <div class="read-more-link"><a href="'.get_permalink($the_id).'" class="more-link">'.__('Read more','avia_framework').'<span class="more-link-arrow"></span></a></div> ';The code might look something like this:
$acf_field = get_field('field_name'); $permalink = $acf_field . ' <div class="read-more-link"><a href="'.get_permalink($the_id).'" class="more-link">'.__('Read more','avia_framework').'<span class="more-link-arrow"></span></a></div> ';Best regards,
IsmaelHi,
Thanks for the update. We’ll close this thread now.
Have a nice day.
Best regards,
IsmaelHi,
Thanks for the update.
It’s a floating or clearfix issue. Add this code in the Quick CSS field.
.avia-section .template-page .portfolio-preview-content .entry-content-wrapper * { float: none; }That should remove the default “float” property of the toggle container. You can also add a clearfix to the parent container if you’re planning to add columned elements.
// https://css-tricks.com/snippets/css/clear-fix/
Best regards,
IsmaelHi,
Thanks for the update.
That is possible. Try this script in the functions.php file.
dd_action('wp_footer', 'ava_custom_add_subtotal_text'); function ava_custom_add_subtotal_text(){ ?> <script type="text/javascript"> (function($) { $('<span class="label">Subtotal</span>').prependTo('.product-subtotal'); })(jQuery); </script> <?php }The code above is going to add a “Subtotal” text right before the subtotal value.
Best regards,
IsmaelHey aribann,
Thanks for the update.
We checked one of your post and found out that it was created using the Advance Layout Builder (ALB). All default elements of the post such as the featured image, author, social share etc will not display automatically when ALB is active. You have to add them manually using the available elements in the builder. Now, we’re not entirely sure what you meant by “sidebar elements”. Did you select a different sidebar or widget area?
Best regards,
IsmaelHi,
Thanks for the update.
This css code should help.
#header .widget { top: -50px; }Just add it in the child theme’s style.css file or the Quick CSS field.
Best regards,
IsmaelApril 29, 2019 at 1:11 pm in reply to: Warning: file_get_contents / on line 328 / ReCaptcha #1095255Hi,
Thanks for the update.
We can’t find the error though. Please provide the actual url of the page where we can see the issue.
Best regards,
IsmaelHi,
Thanks for the update.
You should replace the previous css modification with the following code.
.av-masonry-entry.post { width: 33.3%; height: 400px; }Best regards,
IsmaelHi,
Thanks for the update.
You should leave the cache and compression plugin disabled until you’re actually done with the site. We haven’t really tested the “fast velocity minify” plugin, but most minification plugins offer the same functionality, so they should work fine. Only way to know for sure is to test it.
Best regards,
IsmaelHi,
Thanks for the update.
It still looks broken. Please post the login details in the private field so that we can check the markup closely.
Best regards,
IsmaelHi,
Thanks for the update.
That modification should not have affected the sidebar. Could you post the actual code on pastebin.com? Or generate a new login token so that we can test it.
Best regards,
IsmaelHi,
I’m not sure what’s odd about that. We just told you that the excerpt or the full content will display automatically when ALB is disabled. It doesn’t matter if it’s the block or the classic one. And please note that the elements in the builder are actually shortcodes, so they will still display when you switch to a default editor.
Best regards,
IsmaelHi,
Thanks for the update.
We’re trying to edit the slider, but the changes aren’t taking effect. Is there a server cache? We actually removed the layer slider in the “test” page, but it’s still displaying in the frontend.
The current slider layout is not that complex, so you’re probably better off using the Full Screen Slider instead of the Layer Slider. That slider will automatically inherit the size of the browser window.
Best regards,
IsmaelHi,
@garyvot: We will need both so that we can access the dashboard, toggle the settings and edit the files when necessary. Please add it in the private field.
@technetkenya: Please create a new thread or ticket. Put the site url and the login credentials in the private field.Best regards,
IsmaelHi,
Thanks for the update.
This shortcode issue is already fixed on version 4.5.6. Please upgrade the theme to that version.
Best regards,
IsmaelHi,
Thanks for the update.
We just noticed that the site is using an older version of the theme, 4.5.3. Please upgrade to version 4.5.6, then update the asset-manager.php file as suggested on the previous thread.
// https://kriesi.at/support/topic/again-one-problem-with-merged-css/#post-1082689
Unfortunately, that patch was not merged on the latest version of the theme.
Best regards,
IsmaelHi,
Thanks for the update.
The size of the product thumbnail is only 100x75px. Did you try the suggestion above? You have to adjust the default product thumbnail size in the Customizer.
Best regards,
IsmaelHi,
Thanks for the update.
Please follow the recommendations given by the tools. You may need to experiment with different combination of plugins and configurations in order to get the best results. Unfortunately, site optimization is beyond the scope of support, so we won’t be able to help you further here. Please hire a freelance developer or contact an agency to fully optimize the site.
Best regards,
IsmaelApril 29, 2019 at 8:30 am in reply to: WooCommerce version 3.6.1 causing issues with Enfold #1095187Hi,
Glad to hear that it’s fixed. Please don’t hesitate to open a new thread if something comes up.
Have a nice day.
Best regards,
IsmaelHi,
Thanks for the update.
Where are you testing this? This is what we get on a tablet emulation using Chrome on Windows 8.
Screenshot: https://imgur.com/a/EhbfXXB
Best regards,
IsmaelHi,
Thanks for the update. FYI, you can use the wp_enqueue_script function to load the js files.
// https://developer.wordpress.org/reference/functions/wp_enqueue_script/
And the wp_enqueue_style function for the css, but you can just include the css code in the child theme’s style.css file or the Quick CSS field.
// https://developer.wordpress.org/reference/functions/wp_enqueue_style/
Best regards,
IsmaelApril 29, 2019 at 8:21 am in reply to: First horizontal gallery Initial Active Image moves after scrolling vertically #1095183Hi,
Thanks for the update.
We can’t reproduce the issue on our end, mainly because we’re checking it on a device emulator. One workaround is to hide the horizontal gallery using the Screen Options and display a full width easy slider on mobile view.
Best regards,
IsmaelHi,
Thanks for the update.
1.) My bad. Please add this css code to center align the footer image.
#footer .widget_media_image img.image.wp-image-630.attachment-full.size-full { margin: 0 auto !important; float: none; display: block; }2.) You have to use images with the same size. To clarify, you have to resize the images first and make sure that they are of the same size before uploading them in the slider.
3.) Not really sure what you want to change here. Please explain the issue or provide a screenshot so that we can understand it better.
Again, you’ll receive faster response if you open a single thread for each question.
Best regards,
IsmaelHi,
Sorry about that. I thought that was the FTP login details. Please provide an FTP account so that we can login to the file server.
Best regards,
IsmaelHi,
Thanks for the update.
This is most likely a server issue because a lot of users don’t encounter this kind of error after upgrading their own site. What is the current PHP version on your server? Please make sure that it is 7.1 or later.
Best regards,
IsmaelHi,
You’re welcome! Glad we could help.
Please take a moment to review our theme and show your support https://themeforest.net/downloads
Don’t forget to bookmark Enfold Documentation for future reference.Thank you for using Enfold. :)
Best regards,
IsmaelHi,
Please continue here: https://kriesi.at/support/topic/how-to-activate-lightbox-in-a-post/
We’ll close this duplicate now.
Best regards,
IsmaelHi,
We would like to apologize for the late response.
We just noticed that you’re using the block or Gutenberg editor for that post. You have to set the image block to open the “Media File”. That can be done by editing the Link Settings > Link to option.
Best regards,
IsmaelHi,
Awesome. Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
Don’t forget to bookmark Enfold Documentation for future reference.Thank you for using Enfold :)
Best regards,
IsmaelApril 29, 2019 at 4:06 am in reply to: Woocommerce, functions that are supposed to be added above product descrition.. #1095157 -
AuthorPosts
