Forum Replies Created

Viewing 30 posts - 8,581 through 8,610 (of 67,449 total)
  • Author
    Posts
  • in reply to: No reply to previous queries #1401481

    Hi!

    We actually replied in your last thread: https://kriesi.at/support/topic/image-background-for-flip-box-2/#post-1401480

    Regards,
    Ismael

    in reply to: Image background for flip box #1401480

    Hey!

    Did you try the suggestion above? The background image option is in the Styling > Background Images toggle of each Grid Item. Edit the flipbox element, click one of the grid items, go to the Styling tab, then click Background Images toggle. You should see the background image options for the front and back flipbox.

    Best regards,
    Ismael

    in reply to: Eigenes Modul mit ACF Felder #1401477

    Hi,

    Thank you for the inquiry.

    Are you trying to open the lightbox using an ACF shortcode or an image URL saved in an ACF field? This is not going to work because the lightbox will only be initialized if the link contains an actual image or video with the accepted formats (jpg, png, webp, mp4, youtube etc). You may need to install a different lightbox plugin that is compatible with the ACF plugin or a plugin that can recognize shortcodes from the plugin

    Best regards,
    Ismael

    in reply to: eigene Schrift einbetten #1401475

    Hey Christabel1,

    Thank you for the inquiry.

    The custom font manager only accepts Google Fonts, custom fonts from other sources will not work properly. You will have to register the font manually using the @font-face rule and apply it manually to the elements by adding css rules.

    // https://www.w3schools.com/cssref/css3_pr_font-face_rule.php
    // https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face

    Best regards,
    Ismael

    in reply to: Navigation bar on mobiles transparent #1401472

    Hey isdixon,

    Thank you for the inquiry.

    Looks like most of the styles or css for the mobile menu are missing. Did you install a compression plugin? Please upgrade the theme to version 5.4.1, then try to deactivate the compression options temporarily.

    Best regards,
    Ismael

    in reply to: Colour Section not working #1401366

    Hey smarta-brett,

    Thank you for the inquiry.

    We cannot reproduce the issue on our end. The background of the section with the title “Online Video Classes” is black both on desktop and mobile view. Would you mind providing a screenshot of the issue? You can use imgur, savvyify or dropbox for the screenshot.

    Best regards,
    Ismael

    in reply to: Licence for later Domain Change #1401365

    Hi,

    The license information is not transferable. It is attached to the account that is used to purchase the theme or whoever holds a valid private token for that particular account. Please check the documentation below for more info about the licenses.

    // https://themeforest.net/licenses/faq#license-transferable-a

    Best regards,
    Ismael

    in reply to: Heading Styling #1401364

    Hi,

    Thank you for the inquiry.

    The green line below the heading is a separate element which is called Separator/Whitespace. You will have to manually add this element below each heading using the builder, or create duplicates of the existing separator element and reposition them accordingly.

    Best regards,
    Ismael

    in reply to: Woocommerce_Shop_Portfolio #1401362

    Hey bascha,

    Thank you for the inquiry.

    You can use a plugin called Post Type Switcher to change the post type of a post to another (ex. product to portfolio, vice versa). Please check the link and article below for more info.

    // https://wordpress.org/plugins/post-type-switcher/
    // https://www.wpbeginner.com/plugins/how-to-convert-post-types/

    Best regards,
    Ismael

    in reply to: Sortable Masonry Gallery #1401361

    Hey spooniverse,

    Thank you for the inquiry.

    This option is not available with the Masonry Gallery element, unfortunately. It is possible using Isotope and Shuffle scripts, but it will require modifications that are beyond the scope of support. You will have to use the Masonry element instead and create posts for each image if you want the items to be sortable by categories.

    Best regards,
    Ismael

    in reply to: Testimonials element on mobile #1401360

    Hey Tanja,

    Thank you for the inquiry.

    The following css code should adjust the font size of the testimonial text and create more space for the content. It should also decrease the size of the arrows and adjust their position.

    @media only screen and (max-width: 767px) {
      /* Add your Mobile Styles here */
      #top #wrap_all .all_colors .avia-testimonial-markup-entry-content h3 {
        font-size: 18px;
        line-height: 1.4em;
      }
    
      .responsive #top .av-large-testimonial-slider.avia-testimonial-wrapper .avia-testimonial {
        padding: 0px 40px;
        font-size: 0.85em;
      }
    
      #av-admin-preview .av-slideshow-ui .avia-slideshow-arrows a, #top .av-slideshow-ui.av-loop-endless .avia-slideshow-arrows > a, #top .av-slideshow-ui.av-loop-manual-endless .avia-slideshow-arrows > a, #top .av-slideshow-ui .avia-slideshow-arrows.av-visible-prev > a.prev-slide, #top .av-slideshow-ui .avia-slideshow-arrows.av-visible-next > a.next-slide {
    	  width: 30px;
      }
    
      #top .avia-slideshow-arrows a.next-slide {
        right: -20px;
      }
    
      #top .avia-slideshow-arrows a.prev-slide {
        left: -20px;
      }
    }

    Best regards,
    Ismael

    in reply to: space between logo and menu #1401359

    Hey theovh,

    Thank you for the inquiry.

    You can add the following css code to decrease the size of the logo on tablet view. This should create more space for the menu items and prevent them from covering the logo.

    @media only screen and (max-width: 1024px) {
      /* Add your Mobile Styles here */
      .logo img, .logo svg {
        height: 60px;
        top: 10px;
      }
    }

    You can also include this code inside the css media query above to decrease the font size of the menu items and adjust the padding on both sides.

    #top #header .av-main-nav > li > a {
    	font-size: 10px;
    	padding: 0 8px;
    }
    

    Best regards,
    Ismael

    in reply to: IMAGENES EN EL MENÚ #1401357

    Hey fabiogp7,

    Thank you for the inquiry.

    You can place the image in a text widget, then use a template hook to insert the widget inside the header. For more info, please check the documentation below.

    // https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area

    Best regards,
    Ismael

    in reply to: Center Promo Box text on mobile #1401336

    Hey Tanja,

    Thank you for the inquiry.

    You can use this css code to center align the promobox content on mobile view.

    @media only screen and (max-width: 767px) {
      /* Add your Mobile Styles here */
      .avia-promocontent {
        text-align: center;
      }
    }

    If you need to apply a margin below the content to create some space, please use this instead.

    @media only screen and (max-width: 767px) {
      /* Add your Mobile Styles here */
      .responsive .avia-promocontent {
        text-align: center;
        margin-bottom: 20px;
      }
    }
    

    Best regards,
    Ismael

    Hey Sandy,

    Thank you for the inquiry.

    Are you referring to the blogs posts in the “omitted and omitted omitted omitted services can propel your company forward to the next level” section? The spacing of the items seem to be correct but if it needs some adjustment, you can try this css code.

    @media only screen and (max-width: 767px) {
        .responsive #top .container .av-content-small, .responsive #top #wrap_all .flex_column, .responsive #top #wrap_all .av-flex-cells .no_margin {
    	margin: 0;
    	margin-bottom: 50px;
    	width: 100%;
        }
    }

    Best regards,
    Ismael

    Hey Kath,

    Thank you for the inquiry.

    Some of the items in the list above lack context and may be a bit vague, such as “Identify best database backend for [client] and help us implement.” However, it seems that many of the features and functionalities you are looking for will require a plugin or WordPress extension. For example, while membership and events platforms are not built into any WordPress themes, plugins such as MemberPress or The Events Calendar can be used to add these capabilities. Additionally, securing a WordPress installation does not depend on the theme itself but rather requires extensions like WordFence or Sucuri to minimize security threats, as well as continuous monitoring from developers. While these plugins can be used with any theme, they will require proper configuration, adjustments, and modifications.

    Best regards,
    Ismael

    in reply to: Broken Mobile Menu and Whitespace Under Slider #1401333

    Hi,

    We replied here: https://kriesi.at/support/topic/mobile-menu-does-not-open/

    Best regards,
    Ismael

    in reply to: Product problems #1401332

    Hey daysailing,

    Thank you for the inquiry.

    Are you referring to the categories in the sidebar? You can edit it in the Appearance > Widgets panel. Please provide a screenshot using imgur, savvyify or dropbox.

    Best regards,
    Ismael

    in reply to: Parallax Features of you new Demo #1401331

    Hi,

    Thank you for the inquiry.

    We can’t seem to reproduce the issue with the image but we did notice that while scrolling, it feels like something is trying to scroll or pull the page back up like a rubber band, making the whole page shake a bit. Did you install any smooth scrolling plugin, or add any custom scripts?

    Would you mind providing a short clip of the issue? You can use imgur, savvyify or dropboxt for the media file.

    Best regards,
    Ismael

    in reply to: Layerslider Just shows a blank white space. #1401330

    Hey DigitalEssence,

    Thank you for the inquiry.

    You should avoid switching between the editors once you’ve edited a page using the Advance Layout Builder. Doing so may affect the shortcodes and break the layout of the page. Are you still having the same issue with the slider?

    Best regards,
    Ismael

    in reply to: 2 indentical Google fonts loading? #1401329

    Hi,

    The other request for the Open Sans font seems to be coming from the Google map element, removing the element should also remove the duplicate request but that might not be an option for you. Odd thing is, the issue also happens on pages without the map. Did you add any customization in your child theme? Please activate the Appearance > Theme File Editor so that we can check the theme files.

    Temporarily, you can add this code in the functions.php file to disable the font output.

    add_action( 'init', 'ava_disable_google_fonts' );
    function ava_disable_google_fonts() {
        global $avia;
        $avia->style->print_extra_output = false;
    }
    

    Best regards,
    Ismael

    in reply to: Mobile Menu Does Not Open #1401328

    Hey reidmccallhhi,

    Thank you for the inquiry.

    The mobile menu is working properly on our end. Which browser and device are you using? You may need to clear the cache or do a hard refresh. Please provide a screenshot or a short clip of the issue using imgur, savvyify or dropbox.

    Best regards,
    Ismael

    in reply to: Always geting ” Saving didn’twork” #1401327

    Hey Bettina,

    Thank you for the inquiry.

    We may need to access the site in order to check the issue properly. Please provide the login details in the private field and make sure that the Appearance > Theme File Editor is accessible. Did you upgrade PHP to the latest version?

    Best regards,
    Ismael

    in reply to: Customizing WooCommerce product slider settings #1401326

    Hey jaimemerz,

    Thank you for the inquiry.

    This option is not available at the moment, but you can use the Featured Slider to display the products one at a time. You can also create a product slider using the Layer Slider element but this will require some customization.

    Best regards,
    Ismael

    Hi,

    No problem. Let us know if you have any other inquiries.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Reduce space above stacked rows/columns #1401221

    Hey Keith,

    Thank you for the inquiry.

    You can use the following css code to pull the third item upward, closer to the second testimonial item.

    @media only screen and (max-width: 767px) {
      /* Add your Mobile Styles here */
      #top .avia-testimonial-wrapper.av-k16l1fui-f0740c72dd84258aeed814f5e05ea0db {
        padding: 0;
        margin-top: -50px;
      }
    }
    

    Best regards,
    Ismael

    in reply to: Enfold Failed To Load Properly #1401220

    Hi,

    You’re welcome. If you encounter any further issues, don’t hesitate to reach out for assistance.

    Best regards,
    Ismael

    in reply to: Body CSS greift nicht #1401219

    Hi,

    Thanks @Guenni007! :)

    Best regards,
    Ismael

    in reply to: line height in widget navigation menu #1401218

    Hi,

    You’re quite welcome! Let us know if you have more questions.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Using Parallax and Linking Main Menu #1401217

    Hi,

    No problem. Please feel free to open another thread if you have more questions.

    Have a nice day.

    Best regards,
    Ismael

Viewing 30 posts - 8,581 through 8,610 (of 67,449 total)