Forum Replies Created

Viewing 30 posts - 22,741 through 22,770 (of 66,712 total)
  • Author
    Posts
  • 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,
    Ismael

    in reply to: Prev and Next on Postnav change #1095510

    Hi,

    Thanks for the update. We’ll close this thread now.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: av_toggle_container in the Ajax portfolio preview #1095507

    Hi,

    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,
    Ismael

    in reply to: Show quantity selectors to cart in mobile view #1095506

    Hi,

    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,
    Ismael

    in reply to: Blog Post Display Issues 4.5.6 #1095260

    Hey 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,
    Ismael

    in reply to: Header Widget Area – Need to Center #1095259

    Hi,

    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,
    Ismael

    in reply to: Warning: file_get_contents / on line 328 / ReCaptcha #1095255

    Hi,

    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,
    Ismael

    in reply to: Masonary grid looks odd #1095254

    Hi,

    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,
    Ismael

    in reply to: Ressoucres, that block rendering #1095252

    Hi,

    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,
    Ismael

    in reply to: Audio-Player issue #1095249

    Hi,

    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,
    Ismael

    in reply to: Pagination #1095248

    Hi,

    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,
    Ismael

    in reply to: Blog page not showing full text #1095245

    Hi,

    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,
    Ismael

    in reply to: Layer Slider Small on Mobile #1095243

    Hi,

    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,
    Ismael

    in reply to: Help: Event Countdown completely missing! #1095238

    Hi,


    @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,
    Ismael

    in reply to: Unable to update to latest version #1095237

    Hi,

    Thanks for the update.

    This shortcode issue is already fixed on version 4.5.6. Please upgrade the theme to that version.

    Best regards,
    Ismael

    in reply to: Icon box not showing / CSS and merging #1095235

    Hi,

    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,
    Ismael

    in reply to: Blurry Images on Shop page #1095234

    Hi,

    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,
    Ismael

    in reply to: personal token is not accepted #1095231

    Hi,

    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,
    Ismael

    in reply to: WooCommerce version 3.6.1 causing issues with Enfold #1095187

    Hi,

    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,
    Ismael

    in reply to: Header überlagert Sektion darunter #1095186

    Hi,

    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,
    Ismael

    in reply to: Adding a script in code block #1095185

    Hi,

    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,
    Ismael

    Hi,

    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,
    Ismael

    in reply to: HELP CLUSTER #1095180

    Hi,

    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,
    Ismael

    in reply to: Dreamhost Enfold Update Loads to Page not Found #1095178

    Hi,

    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,
    Ismael

    in reply to: Website broke when upgrading to WordPress 5.1.1 #1095177

    Hi,

    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,
    Ismael

    in reply to: Slideshow (full width) > Dalay for Text Animation #1095163

    Hi,

    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,
    Ismael

    in reply to: Image shows up twice in post when viewed on iPhone. #1095160

    Hi,

    Please continue here: https://kriesi.at/support/topic/how-to-activate-lightbox-in-a-post/

    We’ll close this duplicate now.

    Best regards,
    Ismael

    in reply to: How to activate Lightbox in a post? #1095159

    Hi,

    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,
    Ismael

    in reply to: Contact Form changes after Enfold update #1095158

    Hi,

    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,
    Ismael

    Hi,

    Thanks for the update.

    In the filter, look for this line:

    $product = wc_get_product( get_the_ID() );
    

    Above that, add this code.

    if( ! is_singular('product') ) return;
    

    That should exclude all pages except from product items.

    Best regards,
    Ismael

Viewing 30 posts - 22,741 through 22,770 (of 66,712 total)