Forum Replies Created

Viewing 30 posts - 8,671 through 8,700 (of 67,449 total)
  • Author
    Posts
  • in reply to: Text not showing up when in Edit mode #1400302

    Hey bemodesign,

    Thank you for the inquiry.

    1-2) It seems to be working correctly on a test page (see private field). Where can we reproduce the issue? Please provide a link to the actual page.

    Best regards,
    Ismael

    in reply to: Submenu sticks on mobile #1400301

    Hi,

    The password for the username or email above is incorrect. Please check the login info carefully, or provide another admin account.

    Best regards,
    Ismael

    in reply to: Typography #1399954

    Hey josk-design,

    Thank you for the inquiry.

    The display looks correct. Please note that 300 is equal to lighter or thin font weight. For medium font weight, you have to set it to 500, and regular font weight to 400. The value 600 or above is for bold and black fonts.

    Best regards,
    Ismael

    Hey KMC22,

    Thank you for the inquiry.

    Where are you trying to implement this? Would you mind providing a screenshot of the element or section? Please use imgur, savvyify or dropbox for the screenshot.

    Best regards,
    Ismael

    Hi,

    Great! Glad to know that this is working. Please feel free to open another thread if you have more questions regarding the theme.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Header Background-Color Change on Scroll #1399950

    Hi,

    Where did you add the script? We tried to login to the dashboard but the account info above seems to be invalid. Please check the login credentials or provide another admin account.

    Best regards,
    Ismael

    in reply to: Parallax Bug with overlapping elements #1399947

    Hi,

    I already realized that my problem was caused by an animation.

    Which animation is causing the issue? Please note that some combinations of animations and positioning may cause unexpected issues. You should see this note in the description.

    Please keep in mind: Due to limitations in CSS it is not possible to combine all possible advanced settings like animations, transforms,… They might not work as expected – this is not a bug. Please be selective and check the frontend.

    Best regards,
    Ismael

    in reply to: remove spacing between #1399946

    Hi,

    Thank you for the update.

    Looks like the style of the blog has changed since we last checked. For the current blog style or layout, you can use this css code.

    .template-blog .post_delimiter {
        margin: 0;
        padding: 0;
        clear: both;
    }
    

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

    Best regards,
    Ismael

    in reply to: Slideshow in Gridrow #1399945

    Hi,

    Thanks @Guennie007!


    @Technohead
    : If the scripts above are still not working, please provide the login details in the private field so that we can inspect the modifications further.

    Best regards,
    Ismael

    in reply to: background video #1399944

    Hi,

    My client wants a background video

    Yes, you can also apply a background video to the color section but it will only play on desktop view. On mobile view, you have to apply a fallback image. Another solution is to use the layer slider element.

    Best regards,
    Ismael

    Hi,

    Thank you for the update.

    The styles for the overlay pause/play icon is missing in your installation for some reason. To fix the issue, we added this code in the Quick CSS field.

    #top .avia_playpause_icon {
        position: absolute;
        height: 100px;
        width: 100px;
        margin: -50px 0 0 -50px;
        background: #000;
        background: rgba(0,0,0,0.4);
        border-radius: 3px;
        top: 50%;
        left: 50%;
        z-index: 50;
        display: none;
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
    }
    
    #top .avia_playpause_icon:before {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        position: absolute;
        color: #fff;
        line-height: 100px;
        text-align: center;
        font-size: 40px;
    }
    

    Please make sure to purge the cache before checking the page again.

    Best regards,
    Ismael

    in reply to: Popup for Impressum #1399941

    Hi,

    Did you add the popup content in a code or text block?

    
    <div id="test-popup" class="white-popup mfp-hide">This is the popup content</div>
    

    We will wait for the access.

    Best regards,
    Ismael

    in reply to: Moble menu background colour typo of letter #1399940

    Hi,

    Thank you for the update.

    The color of the mobile menu overlay is now set to #303d4e. Is this the correct color? Please make sure to purge the cache, or temporarily disable the Enfold > Performance > File Compression settings, then hard refresh the page.

    Best regards,
    Ismael

    in reply to: Theme Update #1399939

    Hey Angeladlh,

    Thank you for the inquiry.

    The current version (4.7.6.4) is no longer compatible with the automatic updater. You will have to update the theme manually via S/FTP just this once. You should be able to update the theme again in the dashboard when another version of the theme is available.

    Best regards,
    Ismael

    in reply to: How do you close burger menu overlay on active page? #1399936

    Hey obimedia2,

    Thank you for the inquiry.

    The mobile/burger menu should close automatically the active menu item is clicked, unless the submenu items are set set to be always visible. Did you set the submenu items to be always visible in the Enfold > Main Menu > Burger/Mobile Menu > Menu Icon Submenu Items settings?

    Best regards,
    Ismael

    in reply to: Add a LinkedIn button in front page footer #1399935

    Hi,

    Looks like the facebook social icon was added using the icon shortcode or element. For the linked icon, try to include this shortcode in the text widget.

    [av_font_icon icon='ue8fd' font='entypo-fontello' style='' caption='' size='40px' position='left' color='' link='manually,http://yourlinkedinprofile.com' linktarget='' sonar_effect_effect='' sonar_effect_color='' sonar_effect_duration='1' sonar_effect_scale='' sonar_effect_opac='0.5' animation='' id='' custom_class='' template_class='' av_uid='av-les64g5y' sc_version='1.0' admin_preview_bg=''][/av_font_icon]
    

    Replace the value (yourlinkedinprofile) of the link parameter in the shortcode with the actual linkedin profile URL.

    Best regards,
    Ismael

    in reply to: Add a LinkedIn button in front page footer #1399780

    Hey Care4Burn,

    Thank you for the inquiry.

    The linkedin icon is already available in the Enfold > Social Profiles panel. Just add a new social icon, select Linkedin in the dropdown, then place the Social Icon URL in the next field.

    Best regards,
    Ismael

    in reply to: background video #1399777

    Hey David kowalewski,

    Thank you for the inquiry.

    You can add a Color Section in the page using the Advance Layout Builder (ALB) and apply a background image to it. The background attachment can be adjusted to get a parallax or fixed background effect.

    Best regards,
    Ismael

    in reply to: Shop Category on Products page #1399776

    Hey Peter ,

    Thank you for considering the theme.

    The sidebar or the widget areas in the product page are located below the image by default, but it can be adjusted with custom hooks or template modifications as described in the following threads.

    // https://kriesi.at/support/topic/enfold-sidebar-on-single-product-pages/#post-1374540
    // https://kriesi.at/support/topic/enfold-sidebar-on-single-product-pages/#post-1162859
    // https://kriesi.at/support/topic/sidebar-rechts-single-page/#post-580220

    Best regards,
    Ismael

    Hey SophieA,

    Thank you for the inquiry.

    We may need to inspect the site in order to understand the issue better. Please provide the site URL in the private field, including a login account if possible. Screenshots will also help.

    Best regards,
    Ismael

    Hey zergintr,

    Thank you for the inquiry.

    We cannot remove the text because it is a part of the Youtube video. You may need to upload the video to the Media > Library panel and host it in your own server.

    Best regards,
    Ismael

    in reply to: enfold Fullwidth Easy Slider caption text drop shadow #1399770

    Hi,

    For the slider caption text.

    #top .avia-slideshow .av-slideshow-caption .avia-caption-content p {
        text-shadow: 2px 2px black;
    }
    

    And for the subheading text.

    #top .av-subheading p {
        text-shadow: 2px 2px black;
    }

    Best regards,
    Ismael

    in reply to: sidebar ascending vs descending #1399769

    Hi,

    We edited the code a bit. Please try it again.

    $new_query = array("order" => "DESC", "posts_per_page"=>$count, 'tax_query' => array(
    														array( 'taxonomy' => $this->avia_term,	
    
        'field' => 'id',															   
        'terms' => explode(',', $cat),															   
        'operator' => 'IN')														 
      )	
    

    We just moved the order parameter outside the tax_query.

    Best regards,
    Ismael

    in reply to: Forum Issues #1399768

    Hi,

    Great! Glad to know that you have found an alternative solution. Please feel free to open another thread if you have more questions.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Accordeon slider lightbox images too small #1399766

    Hi,

    Glad to know that the lightbox images are loading properly now. Regarding the style issues, the heading tag of the third and fourth slides is set to h3 unlike the first two slides which is set to h2. Please try to adjust the heading tag option accordingly.

    Best regards,
    Ismael

    Hi,

    Is there any way to limit this edit to just the top blog element? Thank you.

    As suggested above, you can apply a custom css class name (av-custom-featured-blog for example) to the top blog element (Advanced > Developer Settings > Custom CSS Class) and use it in the css rule above to specifically target the blog element.

    #top.home #wrap_all .main_color .av-custom-featured-blog .post-entry h2.post-title {
        font-size:32px;
    }

    In the edited css above, we added the selector “.av-custom-featured-blog” to target the element with the class name “av-custom-featured-blog”.

    Best regards,
    Ismael

    Hi,

    Thank you for the update.

    There is an old copy of the postslider.php file in the child theme, which is probably causing the error. Please get a fresh copy of the shortcode file from the parent theme and redo the modifications.

    Best regards,
    Ismael

    in reply to: “Load more” doesnt work anymore #1399635

    Hey Stephan,

    Thank you for the inquiry.

    The load more button works correctly on our end, checked on Chrome. Which browser are you using? Please try to purge the cache or check the site on incognito mode.

    Best regards,
    Ismael

    in reply to: Accordeon slider lightbox images too small #1399634

    Hi,

    Thank you for the update.

    Is it working correctly when the image compression plugins are disabled? Did you manually resize the images before? It seems to work correctly for newly uploaded images. (see private field)

    Best regards,
    Ismael

    Hi,

    Thank you for the update.

    Did you ppurge the cache before checking the page? Please try to temporarily disable the Enfold > Performance > File Compression settings, then check the page again on incognito mode.

    If you want to hide the background completely, please use this css code.

    @media only screen and (max-width: 1024px) {
      /* Add your Mobile Styles here */
      .avia_mobile .avia-full-stretch {
          background: none !important;
      }
    
      .avia-bg-style-fixed {
          background: none !important;
      }
    }
    

    Best regards,
    Ismael

Viewing 30 posts - 8,671 through 8,700 (of 67,449 total)