Forum Replies Created

Viewing 30 posts - 26,191 through 26,220 (of 34,339 total)
  • Author
    Posts
  • in reply to: Lightbox: No arrow showing #975625

    Hey karemalbash,
    When I check your page the gallery is not opening in lightbox, the images are opening directly.
    Please check that the Enfold Theme Options > Lightbox Modal Window option is still checked.
    Or if you are using a child theme with a header.php in it, you will need to update the header.php to the latest one, as it has changed.
    Since typically the only reason to have a header.php in a child theme is to add custom code to it, so it would be a good idea to save a copy of it and compare it to the new one to see what custom code was added.

    Best regards,
    Mike

    in reply to: How to get video playing on Smartphone? #975618

    Hey Justin,
    When I view your site with my Android phone your header video plays correctly.
    Are you experiencing this with a iPhone?

    Best regards,
    Mike

    in reply to: Demo content failed to upload error message #975611

    Hi,
    A manual install of the demo involves uploading the demo content files via FTP and importing the database from a localhost install of the demo.
    Here is further details if you wish to try this yourself.
    Or if you wish we can assist.

    Best regards,
    Mike

    Hi,
    I assigned the “blog test” page to your “Enfold Theme Options > And where do you want to display the Blog?” option.
    For some reason leaving it blank or choosing the “blog” page caused the theme to create a default blog page instead of using the one you created. Assigning the “blog test” page should not cause any issues because your actual blog page is linked in the main menu.
    I can’t reproduce this on my localhost and I didn’t see any scripts or plugins on your site that might cause this, but if I understand you correctly you are having this issue on other sites?

    Best regards,
    Mike

    in reply to: Photo Gallery "Next Photo" Arrow missing #975604

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Change styling of wigettitle #975601

    Hi,

    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Adjust form for mobile #975591

    Hi,
    enlarging this image will not remove the “cut off” it’s apart of the thumbnail
    2018-06-20_185003
    can you link to the full size image, such as dropbox, so we can advise, perhaps include a admin login in the private content area so we can take a closer look at your thumbnail media settings

    Best regards,
    Mike

    in reply to: Enfold Fullwidth Easy Slider caption positioning #975587

    Hi,
    Unless there is anything else we can assist with, shall we close this then?

    Best regards,
    Mike

    in reply to: Second language, subdomain/errors in URL structure #975297

    Hi,
    Oh, I see now, you will need to adjust the .htaccess files for the domain & sub-domain
    I believe the link explains the setup you are looking for.

    Best regards,
    Mike

    in reply to: Adjust form for mobile #975294

    Hi,
    Please try clearing your browser cache, the change is showing me me:
    2018-06-20_074954

    Best regards,
    Mike

    in reply to: Adjust form for mobile #975276

    Hi,
    Try this code in the General Styling > Quick CSS field:

    #top.home #av_section_1 .avia-builder-el-2 .avia_image {
    height: 100px !important; 
    }

    Best regards,
    Mike

    in reply to: Custom text formatting for a specific page #975269

    Hi,
    Thanks for the login, I edited your custom footer page, so that the color section that all of the columns are in has the custom ID of “custom_footer”
    2018-06-20_065635
    Then I added this code in the General Styling > Quick CSS field:

    #custom_footer .av_textblock_section a {
        text-decoration: none !important; 
        font-size: 80% !important; 
    }

    then I cleared your site cache and my browser cache, for this result:
    2018-06-20_070510
    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Change Tab Section CSS Styling #975256

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Change Tab Section CSS Styling #975239

    Hi,
    When I look at your site the css is in effect, please clear your browser cache and check.
    2018-06-20_061904
    I believe what happened is when you add css to your child theme style.css it doesn’t re-build your merged css files, To re-build the merged css files you need to save the theme settings, one easy way to do this is to enter a blank space in the Quick CSS to enable the “Save all changes” button, then save.

    Best regards,
    Mike

    in reply to: Second language, subdomain/errors in URL structure #975233

    Hi,
    When I look at your English sub-domain, the icons show. Please see screenshot in Private Content area.
    I checked with Chrome, Firefox, Edge & IE11 on Windows.

    Best regards,
    Mike

    in reply to: masonry landscape tag #975227

    Hi,
    Try this code in the General Styling > Quick CSS field:

    #top.page-id-1295 .av-masonry-col-2 .av-masonry-entry.av-landscape-img {
        width: 100%!important; 
    }
    .responsive #top.page-id-1295 #main .container {
        max-width: 100% !important;
        margin: 0px!important; 
        padding: 0px!important;  
    }

    Best regards,
    Mike

    in reply to: Photo Gallery "Next Photo" Arrow missing #975209

    Hi,
    You would get the new header.php from the latest Enfold theme, and overwrite the one in your child theme.
    Typically the only reason to have a header.php in a child theme is to add custom code to it, so it would be a good idea to save a copy of it and compare it to the new one to see what custom code was added.

    Best regards,
    Mike

    in reply to: Change styling of wigettitle #975095

    Hi,
    Please try this css:

    #top.page-id-30454 .main_color .widgettitle,
    #top.page-id-8468 .main_color .widgettitle {
    border-color: #1981b4!important;
    background-color: #1981b4!important;
    color: #fff!important;
    }

    If you add this to your child theme style.css you may need to re-build your merged css files. To re-build the merged css files, try entering a blank space in the Quick CSS to enable the “Save all changes” button, then save.

    Best regards,
    Mike

    in reply to: Hide Menu & Logo/Header Section #975088

    Hey bradwbowman,
    Please try going to you page editor > “Page Attributes” and using the page template “Blank – no header, no footer”
    then add this css to your Quick CSS:

    #top.home #main .title_container {
    height: 0px !important; 
    }

    Adjust the word “home” to your page ID if this is for a single page.

    Best regards,
    Mike

    in reply to: Login #975081

    Hey Philipp Knaak,
    Do you mean that you are using the Elementor builder plugin with Enfold?
    Unfortunately these are not compatible, Enfold has it’s own built-in builder.
    You can take a look at Enfold documentation here
    and view the video for the different elements that are built into Enfold.

    Best regards,
    Mike

    in reply to: Import the Icons from Theme Demos only #975078

    Hi,
    Try creating a localhost install and installing the demos there, then look in the /wp-content/uploads/avia_fonts/ folder for the fonts.
    I just took a look at the construction demo and didn’t find any special icon set, I included the medical icon set in the Private Content area.

    Best regards,
    Mike

    Hi,
    I took a look at your News page on the back end, and it’s not responding for me, but the blog page is. Perhaps dropping it would be a good choice.
    Unfortunately you can only have one login to the forum per API key.

    Best regards,
    Mike

    in reply to: Left Side Menu & Widgets #975067

    Hi,
    To add a widget area in the left sidebar menu, before the menu & after the logo, first add a header widget area with this code in your functions.php file in Appearance > Editor:

    add_action( 'ava_main_header', 'enfold_customization_header_widget_area' );
    function enfold_customization_header_widget_area() {
      dynamic_sidebar( 'header' );
    }

    Note that this is a little different that the normal header widget code, it places the widget at the top of the sidebar over the logo.
    Then go to your widgets and create the custom widget area called “header”
    2018-06-19_220438
    Then add this code to the end of your functions.php file in Appearance > Editor:

    function move_header_widget_area(){
    ?>
    <script>
    jQuery(window).load(function(){
    jQuery( '.container_wrap_logo' ).each(function() {
    jQuery( this ).find( '.widget' ).insertAfter( jQuery(this).find('.logo') );
    });
    });
    </script>
    <?php
    }
    add_action('wp_footer', 'move_header_widget_area');

    it will move the widget below the logo, just above the menu.
    2018-06-19_215554
    If this doesn’t help, the code may need a little tweaking, please include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    in reply to: HELP getting back my defualt enfold options!!!!!!! #975062

    Hi,
    Glad to hear, thanks for using Enfold.

    Best regards,
    Mike

    in reply to: Photo Gallery "Next Photo" Arrow missing #975061

    Hi,

    @web4smallbusiness
    when I check your page the gallery is not opening in lightbox, the images are opening directly.
    Please check that the Enfold Theme Options > Lightbox Modal Window option is still checked.
    Or if you are using a child theme with a header.php in it, you will need to update the header.php to the latest one, as it has changed.
    Be sure to retrieve any custom code in your header.php to add to the new one.

    Best regards,
    Mike

    in reply to: Slider buttons on mobile #975059

    Hi,
    Your child theme style.css would be the best place. I’m sure Victoria was assuming that you were not using a child theme.
    Glad to hear you are, and that the solution was a success.
    Unless there is anything else we can assist with, shall we close this then?

    Best regards,
    Mike

    in reply to: Button row #975056

    Hi,
    Glad Ismael was able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Testimonial Content Element Makes Page Jump Up & Down #975055

    Hey ballindigital,
    I added this css to your WordPress > Customize > Additional CSS
    Please clear your browser cache and check.

    @media only screen and (max-width: 767px) { 
    #top.home .avia-slider-testimonials.avia-testimonial-wrapper .avia-testimonial-row .avia-testimonial {
    height: 80vh !important; 
    min-height: 80vh !important; 
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 1023px) { 
    #top.home .avia-slider-testimonials.avia-testimonial-wrapper .avia-testimonial-row .avia-testimonial {
    height: 50vh !important; 
    min-height: 50vh !important; 
    }
    }
    @media only screen and (min-width: 1024px) { 
    #top.home .avia-slider-testimonials.avia-testimonial-wrapper .avia-testimonial-row .avia-testimonial {
    height: 30vh !important; 
    min-height: 30vh !important; 
    }
    }

    Best regards,
    Mike

    Hi,
    Thank you for the login, I got your blog page working, please clear your browser cache and check.

    Best regards,
    Mike

    Hi,
    When I look at your blog & news pages the border around the posts is there, try clearing your browser cache and see if that helps.
    I also see the sub-menu on your posts.
    I do see that your news page doesn’t have the sub-menu, that is because the code above adds it to posts and not pages, try using the sub-menu element like you did on the blog page. Did you mean to have two blog pages? The blog & news look the same to me.

    As for creating a sub-menu like your example link, you can add images to the menu items by add your image code to the title box like this:

    
    <img width="80" height="80" src="https://127.0.0.1/2017demo1/wp-content/uploads/2015/07/portfolio-large-1-80x80.jpg" class="attachment-thumbnail size-thumbnail wp-post-image">

    and then align the text to middle of the image with this css:

    .av-subnav-menu .sub-menu span.avia-menu-text img {
        vertical-align: middle!important; 
    }
    #top .av-subnav-menu > li ul {
        width: 300px !important; 
    }

    2018-06-19_193606
    But it’s not exactly like you wanted, perhaps a plugin would give you the options you are looking for.

    For your last question, you can edit the theme files, but the news page is not it’s own template, it uses the page template. But using code like we gave you to add to the functions.php can be targeted to one or more pages, it’s really a better approach.

    Best regards,
    Mike

Viewing 30 posts - 26,191 through 26,220 (of 34,339 total)