Forum Replies Created

Viewing 30 posts - 4,621 through 4,650 (of 34,636 total)
  • Author
    Posts
  • in reply to: Help with Full Width Sub Menu #1427014

    Hey havi,
    Thank you for the link to your site, I see that you have this custom css:

    @media only screen and (max-width: 767px){
    .responsive #top #main {
        padding-top: 120px !important;
    }
    }

    but 120px is too small, try 170px like this:

    @media only screen and (max-width: 767px){
    .responsive #top #main {
        padding-top: 170px !important;
    }
    }

    Best regards,
    Mike

    in reply to: Burger Menu Submenu Error #1427012

    Hey Suze,
    Thank you for your patience, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .html_av-overlay-side #top #wrap_all div .av-burger-overlay-scroll #av-burger-menu-ul li:hover ul.sub-menu li a {
        background-color: unset;
    }
    .html_av-overlay-side #top #wrap_all div .av-burger-overlay-scroll #av-burger-menu-ul li ul.sub-menu li:hover a {
        background-color: #0073bb;
    }

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

    Best regards,
    Mike

    in reply to: Updating existing installation with latest enfold theme #1427009

    Hi,
    Thanks for the feedback, please try disabling all of your plugins and clear your LightSpeed cache. If that resolves the issue, reactivate each one individually until you find the cause.
    If not the try disabling your LightSpeed cache and see if that solves, this looks like it cold be a object-oriented cache issue.
    As I investigate your LiteSpeed plugin setting further it gives a warning that you don’t have a LiteSpeed web server:
    Enfold_Support_4055.jpeg
    Please double check your webhost if you do and way the plugin doesn’t think you do, perhaps this conflict is the issue.
    I still recommend first disabling all plugins and see if that helps, then if not the try disabling your LightSpeed cache and check again.

    Best regards,
    Mike

    Hi,
    I when the setting, for example Maintenance Mode Page, then I enabled it and choose select page from the options, instead of “Home”. Then I saved the theme settings. Then I deactivated the option and saved the theme settings again, for good measure.

    Best regards,
    Mike

    Hi,
    Thanks, I corrected it for you, please check.
    Enfold_Support_4050.jpeg
    Unless there is anything else we can assist with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Updating existing installation with latest enfold theme #1426997

    Hi,
    Thanks for the feedback, please explain the steps you are taking for the changes that disappear when you reload the pages so we can try and understand better.
    Perhaps screenshots would help, you can paste the screenshot links in the post.

    Best regards,
    Mike

    in reply to: Google search results show ‘Untitled’ #1426995

    Hi,
    Glad to hear, we will leave this open for now, but let us know if this helped and we can close this thread and wipe down the tables :)

    Best regards,
    Mike

    in reply to: Moving Gallery Arrows #1426993

    Hey Celeranttechnologycorp,
    Thank you for your patience and the link to your site, to have the slideshow arrows to the side of the slider try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top .av-horizontal-gallery {
        overflow: visible;
    }
    #top .av-horizontal-gallery .av-horizontal-gallery-inner{
    	overflow: hidden;
    }
    #top .av-horizontal-gallery .avia-slideshow-arrows .prev-slide {
        transform: translateX(-100px);
    }
    #top .av-horizontal-gallery .avia-slideshow-arrows .next-slide {
        transform: translateX(100px);
    }

    Please see the screenshot in the Private Content area of the expected results

    Best regards,
    Mike

    in reply to: Repository of Enfold versions #1426990

    Hey lalupacreativa,
    We don’t have a repository and we have had no reports 5.6.8 crashing, perhaps this is do to a plugin conflict?
    Try disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause.
    Or try creating a staging site to test on, most cPanel webhosts have a staging site option, some in the dashboard:
    staging-1.jpeg
    Others add the option in the Softaculous WordPress Management
    2022-12-11_001.jpeg
    There may be other staging site options in different cPanel servers, these are the two that I have seen.
    Then update the staging site to 5.6.8 so we can see the error and assist.
    Please include an admin login for the staging site in the Private Content area so we can be of more assistance.

    Best regards,
    Mike

    in reply to: Updating existing installation with latest enfold theme #1426989

    Hey myprodesign,
    Thanks for the link to your site, but the login is not working, I see that you are using the version 4.5.6, this is quite old and I don’t know what PHP version you are using which is what your error above is about. I believe that you can safely manually update with the instructions below, nonetheless are you able to make a full server backup on your webhost?
    If you are, please do so or ask your webhost support to make a full backup including the databases and then update with these steps:
    To update your version 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

    Hi,
    I don’t think that you are understanding what we are writing, if you include a admin login in the Private Content area I will do it for you.

    Best regards,
    Mike

    in reply to: Download different versions of Enfold #1426987

    Hey Lupa Creativa,
    We don’t have a repository open to the public, to download the latest version please go to your Envato (Theme Forest) account.
    You will not be able to automatically update version 4.7.6.4 because Envato changed how updates are done and your old version can’t do it.
    To update your version 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: Burger Menu JS click action is deferred by WP-Rocket #1426984

    Hi,

    \js\avia-snippet-hamburger-menu.js
    \js\avia-snippet-hamburger-menu.min.js

    are you using the REMOVE UNUSED CSS option in wp-rocket?

    Best regards,
    Mike

    in reply to: Google search results show ‘Untitled’ #1426982

    Hi,
    Sure if you wish, if it helps try these steps, if you see this Verify domain ownership via DNS record
    Verify_domain_ownership_via_DNS_record.jpeg
    and you added custom nameserver DNS URLs where you bought your domain from, like NameCheap.com
    Enfold_Support_4029.jpeg
    which points to your webhost with a cPanel, you can go to Zone Editor
    Enfold_Support_4031.jpeg
    then click “add record” ▸ “add TXT record”
    Enfold_Support_4033.jpeg
    then add the domain name like the other TXT records (without https) and paste the google code:
    Enfold_Support_4035.jpeg
    and wait a few minutes and the click “verify” on the google Verify domain ownership popup:
    Enfold_Support_4040.jpeg
    I had to wait about ten minutes and check three times on my test site, but this I got the success message:
    Enfold_Support_4038.jpeg
    then you can go to URL Inspection see the Request Indexing button which you can use to get Google to re-crawl and re-index your URL.
    But you might have to wait a day before doing this, as I found that with a new account and domain google shows the message Processing data, please check again in a day or so
    Enfold_Support_4042.jpeg
    But at least you got the ball rolling, in the future you will find the Google Search Console to be very helpful.

    Best regards,
    Mike

    in reply to: Burger Menu JS click action is deferred by WP-Rocket #1426977

    Hi,
    Did you try the first link that I posted with the javascript files to exclude?

    /wp-includes/js/jquery/jquery.min.js
    /wp-includes/js/jquery/jquery-migrate.min.js
    /jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js
    /jquery-migrate(.min)?.js
    /dynamic_avia/avia-footer-scripts-(.*).js
    /enfold/js/avia.js
    /enfold/js/shortcodes.js
    /enfold/js/avia-compat.js

    Best regards,
    Mike

    Hey liesbethp1,
    As I understand you want to use the Masonry Gallery element and on your homepage you added a custom link to a image like this:
    Enfold_Support_4021.jpeg
    and in the element link settings you are using the custom link option:
    Enfold_Support_4023.jpeg
    So on the target page to use the same image again in another masonry gallery and show the image in a lightbox, you would choose the “lightbox link” option:
    Enfold_Support_4025.jpeg
    I believe this is what you are trying to do. If you are asking to use the same image to link to a third page, then you couldn’t do that because you can’t change the link in the image, it only has a option for one link.
    As a workaround you could upload a copy of the same image with a link to the third page, or if this image is the featured image to the third page and it is a portfolio page you could use a masonry element on the second page pointing to “portfolio entries”.
    So that would be the homepage using a masonry gallery with a image and a custom link ▸
    the second page using a masonry element linking to portfolio pages with the featured image of each showing as a “gallery” ▸
    then the third portfolio page as the landing page.

    Best regards,
    Mike

    in reply to: Many problems since the WordPress update 6.4.1 #1426972

    Hi,
    Glad to hear that this is working for you now. Please note that if your caching plugin is also minifying your javascript after the theme minify, then this could lead to errors, it is the nature of minifying which trys to remove spaces and some other characters in the javascript, but if two different plugins both do this too much can be removed.
    Anyways as long is it is sorted out now that is what is important, unless there is anything else we can help with on this issue, shall we close this thread then?

    Best regards,
    Mike

    in reply to: Same author posts #1426969

    Hi,
    I tested some more on my demo site and the following code seems to work well, so you can try replacing the code that I added to your child theme functions.php with this:

    function display_author_posts() {
      if (is_single()) {
          global $post;
          $author_id = $post->post_author;
          $num_posts_to_display = 4; // adjust to the number of posts to display per row any number higher than 3
          $items_per_row = 4; // adjust to the number of items per row either 3, 4, or 5
    
    
          if (isset($_GET['items_per_row'])) {
              $items_per_row = intval($_GET['items_per_row']);
              $items_per_row = in_array($items_per_row, array(3, 4, 5)) ? $items_per_row : 3;
          }
    
          $args = array(
              'author' => $author_id,
              'post__not_in' => array($post->ID),
              'posts_per_page' => $num_posts_to_display,
          );
    
          $author_query = new WP_Query($args);
    
          if ($author_query->have_posts()) {
              $post_counter = 0;
    
              echo '<div class="author-posts container">';
              echo '<h2>Other Articles by ' . get_the_author_meta('display_name', $author_id) . '</h2>';
              echo '<div class="article-grid">';
              while ($author_query->have_posts()) {
                  $author_query->the_post();
                  $post_counter++;
                  if ($items_per_row === 4) {
                      $item_class = 'av_one_fourth';
                  } elseif ($items_per_row === 5) {
                      $item_class = 'av_one_fifth';
                  } else {
                      $item_class = 'av_one_third';
                  }
    
                  $first_class = ($post_counter % $items_per_row === 1) ? ' first' : '';
    
                  echo '<div class="article-item ' . $item_class . ' flex_column' . $first_class . '">';
                  echo '<a href="' . get_permalink() . '">';
                  echo '<img src="' . get_the_post_thumbnail_url($post->ID) . '" alt="' . get_the_title() . '" />';
                  echo '</a>';
                  echo '<h3><a href="' . get_permalink() . '">' . get_the_title() . '</a></h3>';
                  echo '<span class="post-meta-infos">';
                  echo '<time class="date-container minor-meta updated"> ' . get_the_date() . '</time>';
                  echo '<span class="blog-categories minor-meta"> / in ' . get_the_category_list(', ') . '</span>';
                  echo '<span class="blog-author minor-meta"> / by <a href="' . get_author_posts_url($author_id) . '">' . get_the_author() . '</a></span>';
                  
                  echo '</span>';
                  echo '</div>';
    
                  if ($post_counter % $items_per_row === 0) {
                      echo '<div style="clear:both;"></div>'; 
                  }
              }
              echo '</div>';
              echo '</div>';
          }
    
          wp_reset_postdata();
      }
    }
    
    add_filter('ava_before_footer', 'display_author_posts');
    

    it adds the “Other Articles by [author]” to the bottom of the posts just above the footer after the “related posts” and the comment form, this is the expected result:
    Enfold_Support_4019.jpeg
    in the code above you will note two options:
    $num_posts_to_display = 4; // adjust to the number of posts to display per row any number higher than 3
    $items_per_row = 4; // adjust to the number of items per row either 3, 4, or 5

    the $num_posts_to_display is the total posts from the author you want to show, if it is the same as the second option you will see just one row, if it use double you wil see two rows, etc.
    the $items_per_row is how many items in each row, you can choose only 3, 4, or 5 due to the required classes needed for the built-in theme css to create the grid. I wanted this function to use the theme classes and layout so it is consistent with the rest of the theme.

    Best regards,
    Mike

    in reply to: Same author posts #1426965

    Hi,
    Thanks for your patience and the link to your testing site, I saw that you only have one post and one author, so I created a few more posts and another author to test the code for the display_author_posts element at the bottom of your posts and was having some success, but unfortunately in one of my edits to the code I made an error ans crashed the site, please include FTP access, so I can fix my error in the child theme functions.php and continue with my tests.
    Unfortunately the theme editor is not forgiving and when you make an error you also lose access the editor.

    Best regards,
    Mike

    in reply to: Google font not listed #1426957

    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: Masonry no entries fallback #1426956

    Hi,
    When I test the filter that Ismael posted above on my test site child theme functions.php and test a masonry element for a specific category, and set all of the items to “draft” the masonry element is not included in the page source code and it shows no items until I publish one of the posts for the specific category.

    add_filter('avf_masonry_query_no_entries_fallback', function($fallback) {
        return false;
    }, 10, 1);

    So this filter seems to be working correctly, when I examine your site you seemed to also be tring to show posts in a masonry element, but you didn’t have a category selected:
    Enfold_Support_4009.jpeg
    thus on the frontend the masonry element showed some “pages” instead of “posts”
    Enfold_Support_4011.jpeg
    so I selected the category in the masonry element:
    Enfold_Support_4013.jpeg
    and now on the frontend the masonry doesn’t show any items:
    Enfold_Support_4015.jpeg
    the title and button show because they are separate elements:
    Enfold_Support_4017.jpeg
    Please check.

    Best regards,
    Mike

    in reply to: Custom Menu-bar Shape #1426954

    Hi,
    Perhaps this can be done with some javascript, please include an admin login in the Private Content area so we can examine closer.
    I assume that you want this for all pages, correct?

    Best regards,
    Mike

    in reply to: Google font not listed #1426953

    Hi,
    For the Google font to show in the font drop-down lists, perhaps you missed a step, please check that you did these:
    Download the font zip from Google Fonts: Corinthia
    Enfold_Support_4005.jpeg
    Then upload to Enfold Theme Options ▸ Import/Export ▸ Custom Font Manager
    Enfold_Support_4001.jpeg
    Then you can slect the font in the drop-down for all headings in the Enfold Theme Options ▸ Advanced Styling ▸ All Headings (H1-H6)
    Enfold_Support_4003.jpeg
    Note that any font that you add will be at the very bottom of the list.
    These is how it looks on my demo site:
    Enfold_Support_4007.jpeg

    Best regards,
    Mike

    in reply to: Accordion menu glitch #1426951

    Hi,
    Glad to hear, to change the background color please use the options in the element:
    Enfold_Support_3999.jpeg
    but unfortunately we don’t have a way to change the sorting.

    Best regards,
    Mike

    in reply to: Anchor Link doesn t work #1426950

    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: Rotating Text Start #1426949

    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: Magazine – group posts by taxonomy term #1426918

    Hey Fredkiki,
    It sounds like you are using the “Display Tabs for each category selected above?” option and would like to sort them with another taxonomy, but unfortunately we don’t have a way to do this the taxonomies are not included in the output.
    I recommend to try adjusting the published dates to the order that you wish them to be, the most recent should be on top.

    Best regards,
    Mike

    Hey AlpineWeb,
    Please go to the inactive setting:
    Maintenance Mode Page
    then activate each it, then select no page for the option, then deactivate the option, then save your theme settings.

    Best regards,
    Mike

    in reply to: Google font not listed #1426916

    Hey sharynt3,
    Thanks for the link to your site, I see the font is added via a script & css plugin:

    <style type="text/css" id="cst_font_data">
    						@font-face {
    	font-family: 'Corinthia';
    	font-weight: 400;
    	src: url('/wp-content/uploads/2023/12/Corinthia.eot?#iefix') format('embedded-opentype'),
    		url('/wp-content/uploads/2023/12/Corinthia.svg') format('svg'),
    		url('/wp-content/uploads/2023/12/Corinthia.ttf') format('truetype'),
    		url('/wp-content/uploads/2023/12/Corinthia.woff') format('woff'),
    		url('/wp-content/uploads/2023/12/Corinthia.woff2') format('woff2');
    }					</style>

    to use it for your headings try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top #wrap_all .all_colors h1,
    #top #wrap_all .all_colors h2,
    #top #wrap_all .all_colors h3,
    #top #wrap_all .all_colors h4 {
    	font-family: Corinthia;
    }

    and note that this font has a smaller size than your current font, so you will need to adjust the font size in the elements, for example if your element is currently 34px, you should try setting it to 48px.

    Best regards,
    Mike

    in reply to: Block loading order on page #1426915

    Hi,
    I have not seen this before, but I think that it is due to the WP-Rocket lazy load setting. Try disabling this option and test again.
    If you have a exclude option try excluding this class .avia-slideshow
    I see that you are using a background image to show while the video is loading, but WP-Rocket is also lazy loading that image, thatr is whay it is not showing.
    If the exclude class above doesn’t work this try adding this class .avia-slide-wrap
    but first try disabling the WP-Rocket lazy load option to see if we are on the right path.

    Best regards,
    Mike

Viewing 30 posts - 4,621 through 4,650 (of 34,636 total)