Forum Replies Created

Viewing 30 posts - 29,551 through 29,580 (of 38,325 total)
  • Author
    Posts
  • in reply to: Enfold theme showing plugin update #913807

    Hi eee_lala,

    We’re working on it. But Layer Slider is issuing many small updates and we do not make releases that often. If you are not using Layer Slider on the website you can deactivate it. Here is how to do it

    Or you can buy the license for the Layer Slider and get updates as soon as they are released by the Layer Slider team.

    If you need further assistance please let us know.
    Best regards,
    Victoria

    in reply to: Frame cannot be scrolled on iphone #913805

    Hi Nikolaus,

    Let us know how that worked for you and if you need any more help.

    Best regards,
    Victoria

    in reply to: Products in 4-column display incorrectly #913804

    Hi Lyse,

    Credentials did not work for me. Could you please update the credentials?

    Best regards,
    Victoria

    in reply to: Portfolio navigation in the middle #913802

    Hi Theresia,

    If all is not displayed, a user will not be able to return to the general overview, except by reloading the page. Is this fine with you?

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .page-id-798 #av_section_5 .sort_by_cat {
      min-height: 30px;
      width: auto;
      max-width: 60%;
      margin: 0 auto;
    }
    .page-id-798 #av_section_5 .inner_sort_button {
      font-size: 22px;
    }
    

    Here is the code you can put in your funtions.php to change the separator

    
    function av_change_separator(){
    ?>
    <script>
    	jQuery(document).ready(function($) {
        	jQuery('.page-id-798 #av_section_5 .text-sep').html('|');
    });
    </script>
    <?php
    }
    add_action('wp_footer', 'av_change_separator');
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    • This reply was modified 8 years ago by Victoria.
    in reply to: Heading size and featured image of the post slider #913796

    Hi Xandria,

    You can use the code below, but it will squeeze the images

    
    .avia-content-slider .slide-image img {
      height: 170px;
    }
    .html_modern-blog .avia-content-slider .slide-entry-title {
          font-size: 1.3em;
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    in reply to: Homepage not showing #913790

    Hi Xandria,

    The circle is the indicator of slide duration in Layer Slider and the question mark is from Layer Slider as well, cannot find it in html on safari. Not sure Layer Slider has a fallback image for mobile.

    http://offlajn.com/blog/entry/2014/12/07/embedding-videos-to-layer-slider.html

    Best regards,
    Victoria

    in reply to: Blog post's sidebar and heading #913785

    Hi Xandria,

    Glad we could help :)

    We are here for you!

    If you need further assistance please let us know.
    Best regards,
    Victoria

    in reply to: Spinner keeps spinning in avia #913782

    Hi Maureen,

    Here is a thread for you to consider
    https://wordpress.org/support/topic/all-javascripts-fail-to-load/

    If you need further assistance please let us know.
    Best regards,
    Victoria

    in reply to: Change background color of posts in blog grid layout? #913776

    Hi winnieandbuzz,

    The token seems to have expired, can you make a new one, please?

    Best regards,
    Victoria

    in reply to: How to removing "Comment 0 /" on Grid Blog? #913774

    Hi kpenner36,

    Can you please give a link to that page that you have on the screenshot in the original post?

    Best regards,
    Victoria

    in reply to: Fatal Error from av-helper-masonry.php line 685 #913773

    Hi shardie,

    The page above works fine, without errors or notices on my side. Can you please attach a few screenshots of the issue on your end?

    Best regards,
    Victoria

    in reply to: FEATURE REQUEST- PHONE ICON FOR TOP BAR for PHONE NUMBER #913771

    Hi tacast,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look? Where were you adding the code given by Nikko?

    Best regards,
    Victoria

    in reply to: Invisible menu on mobile #913770

    Hi Raginilk,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 767px) {
      .html_av-overlay-side #top .av-burger-overlay-scroll {
          background: pink;
      }
      #av-burger-menu-ul li a span.avia-menu-text {
          color: #fff;
      }
    }
    

    You can delete all this:
    #advanced_menu_toggle, #advanced_menu_hide {
    background-color: #D93B8A !important; }
    #mobile-advanced {
    background: rgb(215, 57, 136);
    }
    #mobile-advanced a{
    color: white;
    }
    #mobile-advanced a:hover, #mobile-advanced a:hover .avia-menu-text{

    background: inherit !important;
    }
    #mobile-advanced a:hover .avia-menu-text{
    color: skyBlue;
    }
    #mobile-advanced .mega_menu_title {
    color: white !important;
    }
    It does not apply any more.

    If you need further assistance please let us know.

    Best regards,
    Victoria

    in reply to: content invisible #913765

    Hi YongyanLi,

    Please disable caching and minification while we’re helping you.
    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    in reply to: avia-buttons inline centered #913764

    Hi dmac,

    Looks like you changes elements, the code triggers specific elements, so if you change the elements, the code needs to be adjusted.

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .home #av_section_3 .avia-builder-el-18.avia-button-wrap {
      float:right;
    }
    
    .home #av_section_3 .avia-builder-el-20.avia-button-wrap {
      float:left;
      margin-left:10px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    in reply to: Email button doesn't work with wish list plugin #913763

    Hi isaaccolavecchio,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

    in reply to: Solid Background for Mobile Hamburger Menu? #913762

    Hi fulleffect256,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 767px) {
      .av-burger-menu-main.menu-item-avia-special.av-small-burger-icon {
        background: #000;
        padding: 20px;
      }
      .responsive #top #wrap_all #header {
        min-height: 40px;
     }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    in reply to: Post slider "ad more" linked to page #913761

    Hi ilonka78,

    It is not that difficult to do, but it is still the kind of customization that is out of the scope of our support. This is why Basilis replied to you in such a way.

    Best regards,
    Victoria

    in reply to: Fullwidth Button – Mini Square Box on Hover #913599

    Hi KimberlyM,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top .avia-button-fullwidth:hover .av-button-description p font {
         color: #ccc; 
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    in reply to: Title Not Appearing on Page #913598

    Hi janton1,

    You need to add the title manually to this page. Here is how to do it:

    You can do it before or after Layer Slider.

    If you need further assistance please let us know.
    Best regards,
    Victoria

    in reply to: Enfold Photo Gallery Thumbnail Issues #913595

    Hi peabody64,

    This might not be the case with this gallery. Theme options do not have such controls. Have you tried masonry gallery?
    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    in reply to: How to change the vertical align of text beside dropcaps? #913594

    Hi BritaKossmann,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .av_dropcap2 {
      margin-top: -20px;
    }
    

    But in some cases, when the image is big and the word is long, the text drops below anyway on 768px screen.
    If you need further assistance please let us know.

    Best regards,
    Victoria

    in reply to: Customizing the Post Slider Function #913591

    Hey jnetsc,

    Unfortunately, it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

    in reply to: Tribe Events Hover Over Photo Effect #913590

    Hey Lane,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top .all_colors .ecs-thumbnail .image-overlay {
    	pointer-events: none;
        visibility: hidden;
        display: none !important;
        transition: none;
    }
    .ecs-thumbnail {
    	pointer-events: none;
        transition: none;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    in reply to: Woocommerce mini-cart styling #913587

    Hi govus, 

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #menu-item-shop.cart_dropdown {
        top: 262px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    in reply to: Font Color #913584

    Hi Pascal,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .wysija_text_container p {
      color: #fff;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    in reply to: Frame cannot be scrolled on iphone #913583

    Hi NikolausWuehrer,

    It does even load in Safari on a Mac or on an iPhone and there are no errors. Safari does not like your frame and does not say why.

    Best regards,
    Victoria

    in reply to: Fullwidth easy slider #913582

    Hi Xandria,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

    in reply to: Blog showing previous theme content #913581

    Hi Xandria,

    Yes, it is important to set in the theme where you want the blog to be. Otherwise, you won’t have any control over the blog page.

    If you need further assistance please let us know.
    Best regards,
    Victoria

    in reply to: Portfolio element #913580

    Hi Xandria,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 30 posts - 29,551 through 29,580 (of 38,325 total)