Forum Replies Created

Viewing 30 posts - 2,791 through 2,820 (of 67,463 total)
  • Author
    Posts
  • Hey tcampaner,

    Thank you for the inquiry.

    Edit the Magazine element, apply a Custom ID (e.g., “magblog”) in Advanced > Developer Settings, then add this script to the functions.php file:

    function ava_custom_script_pagination_anchor(){
    ?>
    <script>
    	(function($) {
    		$(document).ready(function(){
    			$("nav.pagination a").each(function(){
    				var theLink = $(this).attr("href");
    				$(this).attr("href", theLink + "#magblog");
    			});
    		});
    	})(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'ava_custom_script_pagination_anchor', 9999);
    

    The script should apply the blog anchor to the pagination links. Let us know how it goes.

    Best regards,
    Ismael

    in reply to: Product Slider Issue #1476866
    in reply to: Support Forum #1476805

    Hey Steve,

    Thank you for the inquiry.

    You can register a forum account using your purchase code on this page: https://kriesi.at/support/register/

    Let us know if you have more questions.

    Best regards,
    Ismael

    in reply to: Portfolio grid categories #1476804

    Hey lara666,

    Thank you for the inquiry.

    You can add this css code to adjust the background color of the category sort container:

    .main_color #js_sort_items {
        background-color: #F2F0EF;
    }

    Unfortunately, there is no option to group the categories or create a dropdown.

    Best regards,
    Ismael

    in reply to: Disable scrolling on tab element #1476803

    Hi,

    Again, sorry for the confusion. We have overridden the config-templatebuilder/avia-shortcodes/tabs/tabs.js file and removed lines 133 and 161. Please check the staging site and clear the cache.

    Best regards,
    Ismael

    in reply to: Can't create password #1476802

    Hey Torsten Jahn,

    Thank you for the inquiry.

    We’ve sent a password reset link to your registered email address. Let us know if you received it. Make sure to check the spam folder.

    Best regards,
    Ismael

    in reply to: Transparent header not showing on mobile and tablet views. #1476801

    Hi,

    Thank you for the update.

    You can add this css code to adjust the background color of the mobile menu overlay:

    #av-burger-menu-ul {
        background: #ffffff;
    }

    Best regards,
    Ismael

    in reply to: Tab section mobile view #1476800

    Hi,

    Thank you for the update.

    We edited the css a bit. You should also edit the Color Section above the Tab Section and modify the ID (hoerbuecher) since it’s the same ID used for the first item in the Tab Section. This causes the page to scroll up whenever the first tab item is clicked.

    Best regards,
    Ismael

    in reply to: Unable to import DEMO data #1476799

    Hi,

    Thank you for the inquiry.

    The only known host so far having issues with the demo import is OVH, but it’s possible that restrictions on your server are causing the import to fail. If that is the case, you can try manually importing the demo by following these steps:

    — Download the demo that you’d like to install from this link: https://github.com/KriesiMedia/enfold-library/tree/master/demos

    — Extract the zip file and retrieve the XML file.

    — After that, go to Dashboard > Tools > Import and install the WordPress importer, then run it.

    — Upload the XML demo file.

    The demo images may not be included in the import due to server security restrictions. You can edit the pages and upload your own images.

    Let us know if this works.

    Best regards,
    Ismael

    in reply to: Layout possible with Enfold? #1476797

    Hey northorie,

    Thank you for the inquiry.

    Yes, the layout should be possible with Enfold but it will require some modifications. Unfortunately, we won’t be able to build a demo specifically for this site, but we can assist you if you encounter any issues building the layout.

    Best regards,
    Ismael

    in reply to: Lazy Loading not Working #1476796

    Hi,

    Thank you for the update.

    We may need to access the dashboard in order to check the issue further. Please provide the login details in the private field.

    Best regards,
    Ismael

    Hi,

    Thank you for the info.

    The Appearance > Theme File Editor and the Plugins page are not accessible. How did you add the code? Please make sure to provide an admin account or enable the Theme File Editor so that we can test the modification.

    https://www.wpoven.com/blog/disallow_file_edit/

    You have to edit the wp-config.php file and set the DISALLOW_FILE_EDIT to true.

    Best regards,
    Ismael

    in reply to: Distance smaller #1476606

    Hi,

    Great! Let us know if you have more questions.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Change column display on mobile #1476605

    Hi,

    Thank you for the info.

    Please add this css code to hide the first and last column, and adjust the margin of the first social icon.

    @media only screen and (max-width: 767px) {
    
      /* Add your Mobile Styles here */
      #top .av-m6kbbque-4b40b977ee353112ec1ad0bec763ce3e .entry-content-wrapper .flex_column:nth-child(3),
      #top .av-m6kbbque-4b40b977ee353112ec1ad0bec763ce3e .entry-content-wrapper .flex_column:nth-child(7) {
        display: none;
      }
    
      #top .av-m6kbbque-4b40b977ee353112ec1ad0bec763ce3e .entry-content-wrapper .flex_column:nth-child(4) {
        margin-left: 7% !important;
      }
    }

    You may need toggle or temporarily disable the Enfold > Performance > File Compression settings afterward.

    Best regards,
    Ismael

    in reply to: Upgrade Product #1476604

    Hey Steve,

    Thank you for the inquiry.

    It’s possible that the issue is caused by a plugin or a custom modification, not just the theme. So, upgrading won’t necessarily fix the site issues automatically. We recommend cloning the site to a staging environment using plugins like Duplicator or WP Migrate DB, resolve any remaining issues, before uploading or transferring it to the live site.

    https://wordpress.org/plugins/duplicator/
    https://wordpress.org/plugins/wp-migrate-db/

    Let us know if you need more info.

    Best regards,
    Ismael

    in reply to: Remove playbar from videos #1476601

    Hey lara666,

    Thanks for reaching out.

    You can disable the video controls in the slide’s Styling > Video Settings panel. Toggle the Hide Video Controls option. Let us know how it goes.

    Best regards,
    Ismael

    in reply to: Remove lightbox opening of feature image on blog post #1476599

    Hey Anne,

    Thanks for writing in.

    You can add this code in the Quick CSS field to disable the link of the featured image.

    .big-preview.single-big .avia-post-format-image a {
        pointer-events: none;
    }

    Please toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the modification.

    Best regards,
    Ismael

    in reply to: Transparent header not showing on mobile and tablet views. #1476598

    Hey lara666,

    Thank you for the inquiry.

    You can use this filter in the functions.php file to assign a different logo on mobile view:

    /* Use alternate logo on mobile view */
    add_filter('avf_logo','av_change_logo'); 
    function av_change_logo($logo) { 
    	if(wp_is_mobile()) { 
    	    $logo = "https://site.com/wp-content/uploads/mobile-logo.png"; 
    	} 
    	return $logo; 
    }
    

    Make sure to replace the logo URL with your own.

    Best regards,
    Ismael

    in reply to: Featured Image Slider #1476597

    Hey lara666,

    Thank you for the inquiry.

    You can use this css code to adjust the style of the featured image slider title:

    #top .avia-featureimage-slideshow.av-m6tyn82g-131d78d88d19991cbc6ff96d197c2974 .avia-caption-title * {
        font-weight: 400;
        text-decoration: none;
        font-size: 20px;
    }

    You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the code.

    Best regards,
    Ismael

    in reply to: Distance smaller #1476596

    Hi,

    You have to include the code inside this block (css media query):

    @media only screen and (max-width: 767px) {
    /* Add your Mobile Styles here */
    }

    Best regards,
    Ismael

    in reply to: text blocks pc same height #1476595

    Hi!

    We’ve added the css rule that we posted above: https://kriesi.at/support/topic/text-blocks-pc-same-height/#post-1476285

    If you don’t need to apply this on mobile view, you can remove this css code:

    @media only screen and (max-width: 1300px) {
      #top .av-6xdhph-d676d236253fe9da7b5542127b7590e9 .flex_column .av_textblock_section > div > div {
        min-height: 600px !important;
      }
    }

    Regards,
    Ismael

    Hey waveseven,

    Thank you for the inquiry.

    You have to wrap the slider shortcode inside the do_shortcode function. Example:

    You may also need to add a conditional function to make sure it only renders on the events page.

    if (function_exists('tribe_is_event_query') && tribe_is_event_query() && !is_singular('tribe_events')) {
        // do_shortcode(slider);
    }
    

    Best regards,
    Ismael

    Hi,

    Great! Thank you for the info @kblankinship. Have a nice day.

    Best regards,
    Ismael

    in reply to: Images don’t load when using Avia layout builder #1476591

    Hi,

    Thank you for the update.

    The images display back when we disable the WP Hide & Security Enhancer plugin. You may need to adjust its settings or disable certain features. Please contact the plugin developer for more info.

    Best regards,
    Ismael

    in reply to: Disable scroll to top when opening a popup #1476589

    Hi,

    Good to know that you managed to find a workaround — adding the script won’t be necessary in this case. Please feel free to open another thread if you have more questions.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: text blocks pc same height #1476587

    Hi,

    Thank you for the info.

    We placed the code in the Enfold > General Styling > Quick CSS field. Please make sure to purge the cache or remove the browser history before checking the page.

    Best regards,
    Ismael

    in reply to: Hover color social media icons in demo content #1476586

    Hey cygrafix1,

    Thank you for the inquiry.

    Looks like you’ve already found a solution for this.

    #top #wrap_all .av-social-link-linkedin:hover a, #top #wrap_all .av-social-link-linkedin a:focus {
        color: #fff;
        background-color: #419cca;
    }
    

    Let us know if you need more assistance.

    Best regards,
    Ismael

    in reply to: Logo Not Showing Up on Mobile View #1476585

    Hi,

    There is a snippet called “Mobile Logo” that adjusts the logo in the mobile view, and it is still using the old .org domain. We have updated the snippet. Please make sure to purge the cache before checking the page.

    Best regards,
    Ismael

    in reply to: Distance smaller #1476584

    Hi,

    Thank you for the inquiry.

    You can adjust the padding between the menu items. Please include this inside the css media query that we created for mobile view:

    #top #menu-dialektwoerter > li {
        padding: 2px 0;
        display: inline-block;
    }
    
    #top #menu-dialektwoerter {
        padding: 10px 0;
    }
    
    #top .av-m1yjw3j3-8de8ef07635f179e0beedc245c4c38a7 {
        width: 40px;
    }

    Best regards,
    Ismael

    in reply to: Align items to center of page – Masonry #1476583

    Hi,

    Thank you for the update.

    It seems to be working correctly on our end. If you want this applied to every page, you can use this css code instead:

    #top .container .av-masonry .av-masonry-container {
        padding-left: 12.5%;
    }

    Another option is to apply a custom css class to the Masonry elements where you need these adjustments and edit the css rule accordingly.

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

    Best regards,
    Ismael

Viewing 30 posts - 2,791 through 2,820 (of 67,463 total)