Forum Replies Created

Viewing 30 posts - 1,681 through 1,710 (of 33,339 total)
  • Author
    Posts
  • in reply to: enfold single post navigation url not working #1440418

    Hey emilconsor,
    Your post above /de/company/news-and-stories/news/treffen-sie-puls-in-nrw/ is not available in English and the posts in the post navigation are not available in the /us/company/ path, only in the /blog/ path If you go to /us/company/news-and-stories/news/ you will see the posts are not available at that path, they are in the /blog/ path.
    If you go to the root page /de/company/ it changes to /de/unternehmen/, in the English it is /us/company/
    So /de/company/ seems to be invalid path.
    I’m not sure what would cause this error but I think it is related to your translation plugin.

    Best regards,
    Mike

    in reply to: Disable Modal-Box FOOGALLERY #1440417

    Hi,
    Glad that you found the solution, it adds the class noLightbox to your items the foogallery lightbox works on, as I tried to explain above, I just didn’t know that this was already posted, Shall we close this thread then?

    Best regards,
    Mike

    in reply to: Avia Layout Builder can’t be set #1440416

    Hi,
    Glad to hear that you have this sorted out, shall we close this thread then?

    Best regards,
    Mike

    in reply to: Table with columns of different widths #1440389

    Hey cuccarini,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .avia-data-table-wrap td {
        white-space: nowrap;
        width: auto;
    }
    .avia-data-table-wrap table {
        table-layout: auto !important;
    }

    This will let the content in the table cells determine the width.

    Best regards,
    Mike

    in reply to: avf_magazine_header_content filter #1440387

    Hi,
    Glad Günter could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Disable Modal-Box FOOGALLERY #1440386

    Hey R_Menn,
    Thanks for your question, we don’t have any experience with your plugin and we don’t have a way to limit the Enfold lightbox to only the modal box, you can see in our documentation that typically adding the custom class noLightbox should disable the Enfold lightbox, you should try this on a couple of your elements and see if this works for you. Unfortunately some lightboxes use this same class in their plugins so it may disable both lightboxes, you will need to test.
    If this does work for you we maybe able to help add this class to all of your images with javascript so you don’t need to manually add it.
    If this doesn’t help, then perhaps using a different cookie bar would be an easy solution.

    Best regards,
    Mike

    in reply to: Personal Envato tokens #1440385

    Hi,
    You should have no issues updating with the Envato Market plugin, but I’m not sure that you will be able to tell which token is used on which site any better. You may need to keep a text file to track them all, as long as you use each Token only once on one domain you will be all set.
    If you can easly identify them by a item ID in the plugin then great, I don’t have a way to test this.

    Best regards,
    Mike

    in reply to: submenu #1440383

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #nav_menu-2 {
    	bottom: -90vh;
      position: absolute;
      padding: 0;
    }

    Best regards,
    Mike

    in reply to: Layer slider is asking me for a license #1440353

    Hi,
    Please note the Lock icon on the button for the Insert Shape button, these means that it is a Premium Feature
    Enfold_Support_5494.jpeg
    Most features are included with the theme, but LayerSlider has reserved some features for the premium version.

    Best regards,
    Mike

    in reply to: Problem with Avia editor #1440352

    Hey andrelio,
    Typically this is due to a plugin, try disabling all of your plugins and then reload the page. If that resolves the issue, reactivate each one individually and reload the page until you find the conflict. If this doesn’t help please include an admin login in the Private Content area so we can try disabling your plugin and investigate.

    Best regards,
    Mike

    in reply to: Icon list styling #1440351

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #after_section_1 .template-page.content {
    	padding-top: 0;
    }

    adjust the zero to suit.
    Please note that we ask that each thread stays on a specific topic, this helps us keep threads manageable. This thread has already covered several topics, so for further questions please open a new thread

    Best regards,
    Mike

    in reply to: portfolio category page style changed #1440316

    Hi,
    Thanks, but this doesn’t help me to help you. I need to be able to add functions in your child theme to test.
    Try adding this code to your child theme functions.php file in Appearance ▸ Editor:

    add_filter("avf_post_slider_args", function($atts, $context) {
      if( $context == "tag" ) { 
        $atts['preview_mode'] = 'custom';
        $atts['image_size'] = 'full';
      }
      return $atts;
    }, 10, 2);

    Best regards,
    Mike

    in reply to: Avia Layout Builder can’t be set #1440315

    Hi,
    Thanks for explaining the your page won’t save (update) when the Yoast plugin is active, I see that this is your only plugin. I have not seen this issue but when I test your page I see this server error:
    the server responded with a status of 500 (Internal Server Error)
    I also see that your plugin has a update available and you could also update to Enfold 5.7, so please try updating both and try again, perhaps the updates will solve the error.
    I don’t see anything wrong with your page, but if updating doesn’t help try checking your server error log for what is causing the Internal Server Error, it could help point to the issue.

    Best regards,
    Mike

    in reply to: Icon list styling #1440314

    Hi,
    I believe that the gap that you are referring to is the top padding inside the second color section, currently it is the default 50px. So either try the small padding or no padding.

    Best regards,
    Mike

    in reply to: Two column Masonry gallery on mobile #1440313

    Hi,
    when I check the page in the Private Content area the gallery looks full width, so I assume that you have sorted this out.

    Best regards,
    Mike

    in reply to: navigation anchor doesn`t work mobile #1440285

    Hi,
    Glad Rikard could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: submenu #1440284

    Hi,
    Try this:

    add_action( 'ava_after_main_menu', 'enfold_customization_header_widget_area' );
    function enfold_customization_header_widget_area() {
    	if ( ( is_page(0000) ) : 
    		dynamic_sidebar( 'header' );
    	endif;
    }

    adjust the number to your page ID

    Best regards,
    Mike

    Hi,
    Glad to hear that you have this sorted out, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Two column Masonry gallery on mobile #1440280

    Hey Technohead,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 480px) {
    .responsive #top .av-masonry-entry {
        width: 49.9% !important;
    }
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Instalacion de tema #1440278

    Hi,
    Please note that each time that you import a demo you should first reset the site to clear the demo settings, I recommend the plugin WP Reset.
    Then for the parallax demo if the same page is set for the Frontpage Settings & the blog page the homepage will not load correctly, so please check that the blog page is not set, and says Select Page like this:
    Enfold_Support_5306.jpeg

    Best regards,
    Mike

    in reply to: Icon list styling #1440277

    Hi,
    That is height of the sidebar, it is set by the contents not by the height of the page.
    To change the padding in the specific color section go to Layout ▸ Margin and Padding and choose a option:
    Enfold_Support_5492.jpeg

    Best regards,
    Mike

    in reply to: Change google maps styling #1440276

    Hi,
    Can you share the function that you are using, and I can ask the team about it.
    I assume that you want to change the map background-color, what other style are you tring to change?

    Best regards,
    Mike

    in reply to: Header on home page for Enfold 2017 demo #1440249

    Hey Debbie,
    Thanks for the link to your site, on the 2017 demo the logo on the homepage is the transparent logo, the setting for it is at Enfold Theme Options ▸ Transparency Options ▸ Transparency Logo I added it for you.
    It is not a logo for a certain page, only for the transparent header and when the page is scrolled the other logo shows.
    However, we can help with making a logo fore a certain page if you wish. Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Change google maps styling #1440221

    Hi,
    Thanks Guenni007, what I meant is that it only seems to take the api key, do you see that it can be used to customize the map style?

    Best regards,
    Mike

    in reply to: mobile different menu #1440220

    Hey Gianluca,
    You can create another menu and then use it on mobile devices with the theme setting Enfold Theme Options ▸ Main Menu ▸ General ▸ Alternate Menu For Mobile
    Enfold_Support_5490.jpeg

    Best regards,
    Mike

    in reply to: Change google maps styling #1440218

    Hey Patrick,
    Please post the code that you are trying to use, I don’t see this as an available filter in our documentation, in the theme files it seems to only get the map api and doesn’t seem to apply to map style.

    Best regards,
    Mike

    in reply to: Icon list styling #1440215

    Hi,
    To make each item closer together try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #after_section_1 .avia-icon-list li {
        padding: 0;
    }

    To make the sidebar widget scroll with the page try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    function custom_script(){
      ?>
      <script>
    (function ($) {
      function a() {
        $(window).scroll(function (e) {
          var $sticky = $('#nav_menu-3');
          var position = ($sticky.css('position') == 'fixed');
          if ($(this).scrollTop() > 100 && !position) {
            $sticky.css({ 'position': 'fixed', 'top': '150px', 'width': $sticky.innerWidth() });
            $sticky.next().css('float', 'right');
            $sticky.addClass('fixed_element_style');
          }
          if ($(this).scrollTop() < 100 && position) {
            $sticky.css({ 'position': 'static', 'top': '0px', 'width': '' });
            $sticky.next().css('float', 'left');
            $sticky.removeClass('fixed_element_style');
          }
        });
      }
    
      a();
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'custom_script');

    Best regards,
    Mike

    in reply to: portfolio category page style changed #1440214

    Hi,
    Thanks for the SFTP login, but I don’t find your WordPress install with it or your theme files, perhaps this is the wrong directory, please check.

    Best regards,
    Mike

    in reply to: Mega menu offset #1440192

    Hi,
    Unfortunately not since you are using custom css to change the layout.
    If you find a specific screen size that is not working well then create a copy of the css above and adjust to the new size with the issue, you might need to do this a couple of times if you want the menu to be exact in certain sizes. But when I check it seems to look fine.

    Best regards,
    Mike

    in reply to: Upgrade from 4.8 6.3 #1440190

    Hey Robert,
    Thanks for your question, your version will need to be manually updated, and if the parent theme was renamed then you will need to adjust the updated files the same, typically this is in the parent theme style.css file on the first line Theme Name: Enfold adjust this to when your theme is now named:
    Enfold_Support_5486.jpeg
    When you update please do not try to overwrite the files via FTP, this will leave old files behind and cause errors, you will need to first delete the old files and then upload the new ones. I recommend first making a full backup of your site and database.
    If your child theme has any customized files like the header.php or footer.php please remove these, as this will cause errors in your theme. We do not recommend adding these files to your child theme, it is the most common reason for errors when updating. Please remove these files and any customizations you wish to make should be done in your child theme functions.php
    Please note that with a renamed theme you will not be able to update automatically, perhaps after you backup the site you should try renaming the theme back to Enfold.
    First export your theme settings at: Enfold Theme Options ▸ Import/Export ▸ Export Theme Settings File to your computer, this is just for backup.
    Then renaming the theme back to Enfold at Theme Name: Enfold like in the screenshot above and rename your child theme style.css to Theme Name: Enfold Child and Template: enfold like this:
    Enfold_Support_5488.jpeg
    Then if your frontend styles seem wrong after you save and clear your browser cache you may need to import the theme settings that you saved earlier.
    If this all works fine and your site is now working correctly with a “Enfold” named theme you can manually update like this:
    First download the latest installable WP version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New
    WordPress_Appearance_Themes_Add-Themes_Add-New.jpg
    after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue
    Installing_theme_from_uploaded_file_This_theme_is_already_installed.jpg
    then you will see the Theme updated successfully message.
    Theme_updated_successfully.jpg
    This should get you on the right track, if you have trouble after you purchase the new theme then please register your Purchase Code here.
    Then log into the support forum and open a new thread and we will assist.
    Best regards,
    Mike

Viewing 30 posts - 1,681 through 1,710 (of 33,339 total)