Forum Replies Created

Viewing 30 posts - 20,371 through 20,400 (of 66,655 total)
  • Author
    Posts
  • in reply to: Add Ajax Search to Header meta #1143227

    Hi,

    Thank you for the inquiry.

    This is possible, but you have to move the secondary menu to the left side of the header. Or try this css code.

    #header_meta #menu-item-search {
    	position: absolute;
    	right: 500px;
    }
    

    Best regards,
    Ismael

    in reply to: Enfold form submits but form hidden on success page #1143226

    Hi,

    Thank you for the update.

    I am using the form framework in a new template file.

    What do you mean by that exactly? Can you give us a screenshot? Please use imgur or dropbox.


    @Gabster
    : Please create another thread and post the necessary details in the private field. We’ll check it there.

    Best regards,
    Ismael

    in reply to: Video shortcode in Ajax Portfolio #1143225

    Hi,

    Thank you for the update.

    We are able to reproduce the issue on our installation, but we can’t figure out why the “av-click-to-play-overlay” is being rendered outside the AJAX preview. We’ll forward the issue to the dev team. Please wait for their response. For now, please try to embed the video using an iframe tag.

    // https://www.w3schools.com/html/html_youtube.asp

    Best regards,
    Ismael

    in reply to: Blog featured image and sidebars #1143218

    Hi,

    Thank you for the update.

    There are a lot of template modifications (header.php, footer.php, includes > loop-page.php) in the child theme folder. Please make sure that those files are up to date. Or disable them temporarily. The background was added directly in the body tag. You will find this code in the child theme’s header.php file.

    
    <body id="top" <?php body_class($style." ".$avia_config['font_stack']." ".$blank." ".$sidebar_styling); avia_markup_helper(array('context' => 'body')); ?> style="background:url(<?php echo get_the_post_thumbnail_url();?>) no-repeat center top transparent;background-size:100% 370px;">
    

    Best regards,
    Ismael

    in reply to: Enfold 4.6.X #1143215

    Hi,

    Thank you for the update.

    Most of the requests and errors that you presented here have been reported, fixed or added in the latest version. We added the current active link in the private field. Please download it and update the current installation.

    Best regards,
    Ismael

    in reply to: Googe Maps not showing with 4.6.2 #1143214

    Hi,

    Thank you for the update.

    The map doesn’t display on initial load because the cookies have not been accepted yet. Users have to accept the cookies first, reload the page and only then that they will be able to see the map or any elements using cookies. In the latest version, there will an option where you can choose to auto reload the page once the user accepted the cookies.

    Best regards,
    Ismael

    Hi,

    Sorry for the delay. We added the css code in the Quick CSS field again. It did fix the issue and it’s supposed to disable the animation completely, so I’m not sure why you see an intermittent loading effect. We don’t see that effect on our end. All the items in the masonry appears on load without animating. Please try to test it on incognito mode.

    Best regards,
    Ismael

    in reply to: Show excerpt in all magazine blog list with "Read More" link #1143210

    Hi,

    You’re most welcome. Now, to add the read more link, add this code at the very end of last modification.

    $excerpt .= '<div class="read-more-link"><a href="'.get_the_permalink($entry->ID).'" class="more-link">'.__('Read more','avia_framework').'<span class="more-link-arrow"></span></a></div>';
    

    That should append the the read more link after the excerpt.

    Best regards,
    Ismael

    in reply to: Help with isolating an element #1143209

    Hi,

    You’re welcome. The site looks good even on mobile view. You didn’t overuse the “overlap” effect and it works pretty well.

    Best regards,
    Ismael

    in reply to: Problems with Font Manager (Google Fonts) #1143207

    Hi,

    Thank you for the update.

    We are referring to the “avf_font_display” filter as you can see in the example above. It’s now included in the theme, so you can use that to change the font-display property — default value is “auto”.

    // https://css-tricks.com/almanac/properties/f/font-display/

    We don’t see any italic fonts when we checked the site. The font is set to Roboto. Is it working properly now?

    Best regards,
    Ismael

    Hi,

    We’ll keep that in mind. Thank you for the suggestions. And again, we would like to apologize for any inconvenience we might have caused you.

    Please don’t hesitate to open a new thread if you need anything else.

    Best regards,
    Ismael

    in reply to: Masonry gallery images border #1143203

    Hi,

    Thank you for the update.

    Have you tried testing it on another computer? We checked the site again today on Chrome Windows 10 and we don’t see the “flicker” issue. We even tested it on incognito mode. If you want to use a plugin instead, try these.

    // https://wordpress.org/plugins/simple-masonry-gallery/
    // https://wordpress.org/plugins/photoswipe-masonry/

    Best regards,
    Ismael

    in reply to: previous / next links on single posts #1143200

    Hi!

    Thank you for the update.

    You can edit it in the loop-index.php file. Look for this code around line 112:

    $current_post['content'] 	= $blog_content == "content" ? get_the_content(__('Read more','avia_framework').'<span class="more-link-arrow"></span>') : get_the_excerpt();
    

    The line next to it should give you an idea how to separate the read more link from the “get_the_content” function.

    Regards,
    Ismael

    in reply to: Theme update error ('unable to copy some files') #1143197

    Hi,

    Thank you for the update.

    Where is the site hosted? It’s possible that your server is rejecting the requests or the source files from Envato. We’ll forward this thread again to the dev team.

    Yes, we can help you with the update this time but it will be very inconvenient for you to look for us every time you needed to update. We are pretty sure that is not an issue with the theme, but rather an issue related to the server configuration or something else.

    Best regards,
    Ismael

    in reply to: Menu in mobile devices #1143195

    Hi,

    ‘– PORTFOLIO‘ at top of the PORTFOLIO submenu. Is there a way to remove the – PORTFOILO submenu item?

    That is what the option does. It creates a copy of the parent menu item inside the sub menu container. That’s the only way to have access to the parent menu item and still have the sub menu items hidden. If you want to remove the “clone” or the copy of the parent menu item, you have to set the menu to display all items including the sub menu.

    Best regards,
    Ismael

    in reply to: Ajax Portfolio Search #1143194

    Hi,

    Thank you for the update.

    Only the content from the “Ajax Portfolio Preview Settings” including the slider or the gallery will be displayed in the AJAX preview by default. It will not be able to display any content from the default editor — but it’s possible. Unfortunately, it will require modification that is beyond the scope of support.

    Best regards,
    Ismael

    in reply to: Enfold Table of Contents Widget not Landing on H2 #1143192

    Hi,

    Odd. The site scrolls smoothly now every time we click an item in the TOC even though the option in the widget is disabled. Did you add a smooth scroll script or plugin? Unfortunately, we are not yet sure why the widget’s smooth scroll option is not working.

    Thank you for the update.

    Best regards,
    Ismael

    in reply to: start page doesn`t change #1143190

    Hi,

    Thank you for the update.

    1.) I didn’t notice that you’re already using the plugin. Sorry about that. You can use this css code to create some space between the social icons.

    #ssb-container ul li {
        line-height: 45px;
        margin-bottom: 50px;
    }

    2.) And add this one to add a border around the tagcloud items.

    .tagcloud a {
    	border: 1px solid gray;
    	border-color: gray !important;
    	margin-top: 3px;
    	margin-right: 3px;
    }

    If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.

    Thanks!

    Best regards,
    Ismael

    in reply to: Open Youtube Video in Lightbox #1143189

    Hi,

    Looks like @Guenter is starting to implement the script, which will allow the video element to directly open inside a lightbox. It will probably be included in the next release.

    Thank you for your patience.

    Best regards,
    Ismael

    in reply to: Activation Code Error ?? #1143188

    Hi,

    Thank you for the update.

    We checked the layer slider panel, but there’s no existing sliders in it, so we created one and added a background to it. We then created a test page, added the layer slider element using the builder and everything seems to be working as it should. You’ll see the test page URL in the private field.

    Best regards,
    Ismael

    in reply to: WPML translation: not all settings taken over #1143187

    Hi,

    Thank you for the update.

    Do you have site backup or restore point? We would like try and transfer the theme settings in the EN version manually. We’ll need a backup in case something went wrong.

    UPDATE: The EN version looks exactly the same as the original language.

    Best regards,
    Ismael

    in reply to: Help with isolating an element #1142632

    Hi,

    Thank you for the update.

    Yes, you can do that. If you want the selector to be more specific, add the “#top” id or even “.responsive #top” plus your custom class name. They’re all the same. Did you enable the Performance > File Compression settings? You should disable that for now.

    Best regards,
    Ismael

    in reply to: Create Horizontal Overlap #1142626

    Hey!

    Yes, you can do that. Just apply a custom css class name to the element and style it as you wish.

    // https://kriesi.at/documentation/enfold/add-custom-css/

    Thank you for the update.

    Regards,
    Ismael

    Hi,

    Thank you for that info.

    There is a missing curly brace in that css media query. Please use the following css code instead.

    @media only screen and (max-width: 1110px) {
        .av-main-nav > li.menu-item-avia-special { display: block; }
    }
    .av-main-nav > li { display: none; }
    

    That should fix the issue.

    Best regards,
    Ismael

    in reply to: Serve scaled images #1142618

    Hi,

    Great! Glad to know that you figured it out. We’ll close the thread now.

    Have a nice day!

    Best regards,
    Ismael

    Hi,

    Thank you for the update.

    Did you toggle the Performance > File Compression settings after adding the code? It is possible that the site is still loading the old version of the stylesheet. Please toggle the compression before testing the page again.

    Best regards,
    Ismael

    Hi,

    Sorry about that. We’ll do our best to help you better in the future. And please note that you will always have a higher chance of getting a response when you open your own thread or ticket.

    Thank you for your understanding and patience.

    Best regards,
    Ismael

    in reply to: Video shortcode in Ajax Portfolio #1142608

    Hi,

    Thank you for the update.

    We found an unclosed column shortcode in the preview editor, but the result is still the same after fixing it. The content is thrown out of the AJAX preview, but we could not figure out why. Did you add any customizations in the theme aside from those suggested above? Can we deactivate the plugins temporarily?

    Where did you add the “avf_custom_exec_sc_only” filter? We can’t find it in the functions.php file.

    Best regards,
    Ismael

    Hi,

    You can’t override the config file in the child theme. What you need to do is remove the default hook.

    remove_action( 'woocommerce_after_shop_loop_item', 'avia_add_cart_button', 16);
    

    And create your own hook and callback. Just copy the “avia_add_cart_button” function in the child theme’s functions.php file, rename it, then do your own modifications.

    Best regards,
    Ismael

    in reply to: LayerSlider not working #1142574

    Hi,


    @BinaryDigitalDesigns
    : The site contains a very old version of the theme, 4.4.1. In order to fix the layer slider issue, upgrade the theme to version 4.6.2. Please feel free to open your own thread if you need anything else. We’ll close the thread now.

    Best regards,
    Ismael

Viewing 30 posts - 20,371 through 20,400 (of 66,655 total)