Forum Replies Created

Viewing 30 posts - 7,951 through 7,980 (of 34,598 total)
  • Author
    Posts
  • in reply to: Accordion acting weird #1402522

    Hey Ryan,
    Thanks for the screenshot and the link to your site, please include an admin login in the Private Content area so we can examine closer.

    Best regards,
    Mike

    Hi,
    Glad Nikko was able to 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: align the text block with the Logo. #1402520

    Hey josk-design,
    Please try this css in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field

    .responsive #top.privacy-policy #wrap_all #main > #av-layout-grid-1 > div,
    .responsive #top.page-id-487 #wrap_all #main > #av-layout-grid-1 > div {
    	padding-left: 350px !important;
    }

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

    Best regards,
    Mike

    in reply to: change colour og link typography #1402519

    Hey josk-design,
    Thanks for your question, in this case we can use the color style as the selector, try this css:

    #top .main_color p[style*='a06646;'] a {
      color: #a06646;
    }

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

    Best regards,
    Mike

    in reply to: Parallax Performance settings #1402518

    Hey laptophobo,
    Thanks for your patience, I don’t have access to the backend of the demo, but it is not using a caching plugin only the default settings for Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression
    My demo page is giving be similar results as the official demo with no caching plugins.
    For more info on page speed settings please see our article.

    Best regards,
    Mike

    in reply to: Blog posts: Default Editor vs. Advanced Layout Builder #1402517

    Hey willbaer,
    Thanks for your patience, the Advanced Layout Builder (ALB) doesn’t have the same page margin as the default WordPress editor, so the content is full width. This is to allow users to have more control of the layout, in the ALB you would use different elements for the layout including columns to set the width of the page. Typically for a blog post you would not do this, you mostly want to add the text and maybe a few images. While we can help is setting a default post width with padding and margins that you like, yu should know about the limitation of using the ALB for posts. You will need to hand create all excerpts manually for posts created with the ALB. WordPress and many plugins can not read the text in the shortcode of posts or pages created with the ALB, with is not a problem for Pages.

    I assume that the main reason you don’t like the WordPress default post editor is because it is set to use the Block Editor by default, try going to Enfold Theme Options ▸ Select Your Editor and choose the Classic Editor and see if this is any better.

    If you still want to switch to the ALB for posts, please create a sample post and include an admin login in the Private Content area and tell us what you want for a post width so we can help with some css.

    Best regards,
    Mike

    in reply to: 4×3 cell matrix #1402515

    Hi,
    Glad Nikko was able to 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: Post Slider Stopped Working After Theme Update #1402513

    Hi,
    Thanks for your patience and the link to your site, I see that you have this error in the browser console: Uncaught ReferenceError: jQuery is not defined for the file
    /wp-content/uploads/siteground-optimizer-assets/cnss_js.min.js in your plugin siteground-optimizer, this looks like your siteground-optimizer is minifying files after the theme minifys them in the Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression
    This double minifying error explains why you are getting an error, so please only use the theme options or the siteground-optimizer but not both.

    Best regards,
    Mike

    Hey inlinks,
    Thanks for your patience but your video link doesn’t work, please try uploading it elsewhere so we can see the issue you are having.
    I tried login into your site and making changes to your homepage and found no errors, I also changed it back without issue, so your video will help.

    Best regards,
    Mike

    Hi,
    Thanks for your patience and the link to your site, please try this css in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field

    #top.postid-3605 #main > div.container_wrap.container_wrap_first.main_color.sidebar_right > div > main {
    width: 80% !important;
    }

    After applying the css, please clear your browser cache and check.
    If this doesn’t help please include the direct url to the post in question so we can take a closer look.

    Best regards,
    Mike

    in reply to: Layer with captions in ‘Fullwidth Easy Slider’ #1402509

    Hi,
    Glad Ismael 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: Admin-Seite wählt Hauptmenü nicht an #1402508

    Hey wieckhorstpetra,
    Thanks for your patience and the link to your site, I believe you are referring to your menu item not linking correctly to other pages, this is because your menu items only have the hashtag and the anchor for a link like this: #NEWS so it will not link to a different page, instead of these links choose your menu items from the pages in the menu options so the full url will be used.

    Best regards,
    Mike

    in reply to: Blog issues #1402506

    Hi,
    Yes then just move the function to the child theme functions.php, removing it from the parent theme functions.php, you don’t want any functions in both at the site time or it will be an error.
    To make your footer news time color white try adding color: white; to the footer news css above, like this:

    #footer .news-headline,
    #footer .news-headline .news-time {
        font-weight: lighter;
        color: white;
    }

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

    Best regards,
    Mike

    in reply to: grid row and columns – 2 per line on mobile #1402505

    Hey lzevon,
    Thanks for your patience and the link to your site, I see currently you are using 1/5 columns and only the first 3 have the custom class col-sponsors the last one doesn’t have a sponsor image or custom class, nonetheless as it is right now you could use this css in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width:767px) {
    .responsive #top #wrap_all .av-flex-cells .no_margin.col-sponsors {
    	width:49%;
    	display: inline-block;
    }
    }

    Enfold_Support_731.jpeg
    If you add the custom class to the fourth one it will also line up.

    Best regards,
    Mike

    in reply to: Blog issues #1402501

    Hi,
    To switch from Enfold parent theme to the child theme and retain your same settings, please follow these steps:
    1- With your parent theme active, go to Enfold Theme Options > Import/Export > Export Theme Settings File and download your theme settings file for fallback.
    2- Activate your child theme and ensure your Enfold Theme Options > Performance > JS & CSS file merging and compression is turned off along with any caching plugins.
    3- Go to Enfold Theme Options > Import/Export > Import Settings From Your Parent Theme and import
    4- Go to your homepage and clear your browser cache a couple of times and check that the settings have taken effect.

    If it doesn’t look quite right, then check that your Enfold Theme Options > Performance > JS & CSS file merging and compression is turned off and clear your browser cache a couple of more times.

    If still not quite right, then go to Enfold Theme Options > Import/Export > Import Theme Settings File and upload the theme settings file you saved earlier for fallback and clear your browser cache a couple of more times.

    Best regards,
    Mike

    in reply to: Support Woes #1402500

    Hey D hughes,
    Thank you for your patience I tried to research your past thread and I believe it was this one for the enfold theme at antonsport.com, and you provided a Purchase code which I checked here. This purchase code only offers support in the forum until 2018-12-08
    When you purchase the license for the theme it is forever but typically only includes 6 months of support, you can purchase more support in your Theme Forest (Envato) account you can read more here.
    If you don’t have a Theme Forest (Envato) account because you are using a license given to you by a developer, then ask him to extend your support or create your own account when you purchase a license directly from Envato. Envato will not transfer licenses, and due to our contract with Envato we can not directly sell licenses or support.
    I see your original question was about significant speed issues and the site is using v5.4, when I check it seems to load in 1.72s which is very good, if you want to try to improve it try reading our article here.
    If you have further questions please try renewing your support and open a new thread.

    Best regards,
    Mike

    in reply to: Blog issues #1402498

    Hi,
    I believe the child theme is inside the Full theme zip file with the documentation, or you can use this one I uploaded to DropBox.

    Best regards,
    Mike

    Hi,
    Thanks for your patience, to open a new support thread please click the big blue button at the top of the Enfold support page, or this link. I assume that you have already registered for your support account with your new license.
    Licenses are not linked to a domain, whatever Envato Token you use for that domain is fine, should you close that domain in the future you can use the Token on another site, but only one domain at a time.
    You can only see the full Token details in your Envato (Theme Forest) account, if you have old API keys I don’t think you can check these as the API keys are not valid anymore.
    If you have old themes asking for API keys to update, you will need to update manually first, then create new Tokens in your Envato account and then add them to your sites so you can update in the future.
    To update your old versions of Enfold you will need to 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

    Best regards,
    Mike

    in reply to: Updating links in layer slider #1402495

    Hey isdixon,
    Thanks for your patience, please include an admin login in the Private Content area so we can look at the backend of your LayerSlider and please include the links for the different slides so we can try adjusting them.

    Best regards,
    Mike

    in reply to: Blog issues #1402493

    Hi,
    Happy to help :)

    Best regards,
    Mike

    in reply to: Sticky Button on the right #1402492

    Hey Anna_Tewes,
    Perhaps a button like this:
    Enfold_Support_729.jpeg
    Try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    function custom_script() { ?>
      <script>
    window.addEventListener('DOMContentLoaded', function() {
      (function($){
      var button = $('<div id="customButton" class="avia-button-wrap av-lfo8bepl-f0ac6d7c934e9f180b74755360f479e5-wrap avia-button-center  avia-builder-el-0  avia-builder-el-no-sibling "><a href="" class="avia-button  avia-icon_select-no avia-size-medium avia-position-center avia-color-dark"><span class="avia_iconbox_title">Overview</span></a></div>');
      $(button).prependTo('body');
      })(jQuery);
    });
    </script>
      <?php
    }
    add_action('wp_footer', 'custom_script');

    and add this css at Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #customButton {
        position: fixed;
        top: 7%;
        right: 12%;
        z-index: 503;
    }
    

    If you need any help adjusting for your site please include an admin login in the Private Content area so we can be of more assistance.

    Best regards,
    Mike

    in reply to: Hide Menu on transparent header #1402490

    Hey Alex Freelance,
    Thanks for your patience and the link to your site, please try this css:

    @media only screen and (min-width: 767px) { 
    	#top.home .av_header_transparency #header_main {
    		visibility: hidden;
    	}
    }

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

    Best regards,
    Mike

    Hey Vinicio Guerra,
    Thank you, please see this thread, the first post explains the process and then you add the link to your files Yigit will manage and add to our GitHub.
    Or you can go to our public GitHub page.

    Best regards,
    Mike

    in reply to: Blog issues #1402488

    Hi,
    Yes I understand, the above solution is for that, please try.

    Best regards,
    Mike

    in reply to: OnePage menu link without visible scroll #1402487

    Hi,
    Glad to help, let us know when this works for you and we will close the thread.

    Best regards,
    Mike

    in reply to: serious bug #1402485

    Hi,
    Glad we were able to 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: Blog issues #1402484

    Hey NoraGTS,
    To add a sidebar to your category page, aka archive page, please set it at Enfold Theme Options ▸ Sidebar Settings ▸ Sidebar On Archive Pages
    Enfold_Support_727.jpeg
    To change the font family of the blog category links try this css:

    #top .blog-categories.minor-meta {
    	font-family: open-sans;
    }

    To change the news widget (sidebar & footer) to the lighter font weight you are using elsewhere, try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    function change_strong_tag_to_span_for_news_widget() { ?>
      <script>
    (function($) {
      $(function() {
        function replaceElementTag(targetSelector, newTagString) {
          $(targetSelector).each(function(){
            var newElem = $(newTagString, {html: $(this).html()});
            $.each(this.attributes, function() {
              newElem.attr(this.name, this.value);
            });
            $(this).replaceWith(newElem);
          });
        }
        replaceElementTag('strong.news-headline', '<span></span>');
      });
    }(jQuery)); 
    </script>
      <?php
    }
    add_action('wp_footer', 'change_strong_tag_to_span_for_news_widget');

    The add this css:

    #top .main_color .widget a .news-headline,
    #top .news-headline .news-time {
        font-weight: lighter;
        color: #567483;
    }
    #footer .news-headline,
    #footer .news-headline .news-time {
        font-weight: lighter;
    }

    To change Weiterlesen to MEHR ERFAHREN try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    
    function my_text_strings( $translated_text, $text, $domain ){
      switch ( $translated_text ){
          case 'Weiterlesen'    :  $translated_text = __( 'MEHR ERFAHREN', $domain ); break;
        }
        return $translated_text;
      }
    add_filter('gettext', 'my_text_strings', 20, 3);

    Best regards,
    Mike

    in reply to: text disappear inserting minimum height, Color Section #1402476

    Hi,
    Thanks for your patience, please include an admin login in the Private Content area and a link to your test page so we can examine the layout and settings.

    Best regards,
    Mike

    in reply to: OnePage menu link without visible scroll #1402474

    Hi,
    In the theme files, via FTP you will find it at /wp-content/themes/enfold/js/avia.js

    Best regards,
    Mike

    in reply to: Page with missing or incorrect canonical reference #1402472

    Hi,
    Thanks for the login, I added a Canonical URL to the page in your Yoast SEO panel the Advanced section.
    This is the link to the Yoast documentation please clear your browser cache and check.

    Best regards,
    Mike

Viewing 30 posts - 7,951 through 7,980 (of 34,598 total)