Forum Replies Created

Viewing 30 posts - 8,401 through 8,430 (of 34,621 total)
  • Author
    Posts
  • in reply to: Front-End Editor and “page by page” demo #1399364

    Hi,
    Sorry, I have not used CSS Hero before, but I didn’t find any issues reported on the forum.

    Best regards,
    Mike

    in reply to: Missing sytle.css #1399363

    Hi,
    Sometimes this occurs when a hosting server blocks our domain, kriesi.at, check with your host.
    Some hosts like OVH disable the set_time_limit() function and will not enable it so the import times out, check with your host.
    Also check your PHP settings to see if the secure options are activated. If “allow_url_fopen, “allow_url_include” and “register_globals” are “off” then try turning these “on”.
    If neither of these are the case, please see our documentation on How to manually import a theme demo our demos are installed via the basic WordPress import feature, a xml file import.

    Best regards,
    Mike

    in reply to: PHP version (7.4.33) is no longer supported #1399362

    Hi,
    Can you tell us what the fatal error message is? That would help. Try enabling wp_debug with the following code, inserted in your wp-config.php file via ftp:

    define( 'WP_DEBUG', true );
    define( 'WP_DEBUG_LOG', true );

    and then a debug log should be created.

    Best regards,
    Mike

    in reply to: PHP version (7.4.33) is no longer supported #1399358

    Hey MaskiMichener,
    Thanks for the login, I see that you are using a child theme with many custom files, I suspect that some of these files are from an older version that didn’t support PHP v8, such as your header.php, for example.
    Try enabling the parent theme and then enable PHP v8, if you still get an error it could be one of your plugins, try disabling all of your plugins then enable PHP v8 and enable your plugins one at a time until you find the error.
    Enfold v5.4.1 does work with PHP v8.

    Best regards,
    Mike

    in reply to: Missing sytle.css #1399357

    Hi,
    The reason your zip file themeforest-y9PX3F8H-enfold-responsive-multipurpose-theme.zip didn’t install was because it was the full theme with documentation, Nikko was trying to explain how to find the Installable directory in your zip file.
    In your Theme Forest account there a two downloads, one is the full zip with documentation, and the other is the Installable WordPress file only this is the zip you should install.
    This is also explained in our documentation TROUBLESHOOT ▸ Missing style sheet error
    Once you install the theme you should go to Enfold Theme Options ▸ Demo Import and choose the demo to import.

    Best regards,
    Mike

    in reply to: Front-End Editor and “page by page” demo #1399355

    Hey Ad-Min747,
    You can’t import a single page from another demo to your demo, and you should not import a new demo to your site as the demo will change the theme settings.
    You can create a localhost or staging site and import demos there and then Enable the Avia Layout Builder Debugger to copy the page shortcode to your site.
    I’ve seen no plans for a frontend editor.

    Best regards,
    Mike

    Hi,
    Have you tried disabling your plugins?
    Please include an admin login in the Private Content area so we can be of more assistance.

    Best regards,
    Mike

    in reply to: [av_section][av_one_third] and do_shortcode function #1399350

    Hi,
    Thank you for your patience, as I understand it looks like the best solution will be to follow Ismael‘s recommendation and mix HTML tags with shortcodes.

    Best regards,
    Mike

    Hey A-Wise,
    It seems your site is down, if you can login to the backend please include an admin login in the Private Content area so we can be of more assistance.

    Best regards,
    Mike

    in reply to: Audio player (Sermons) page contains pastor Coleman #1399345

    Hey muffinwiz,
    On our demo page it is in a special heading at the top of the page:
    Enfold_Support_488.jpeg
    But I don’t see it on either of the pages you linked to, do you have any of the demo pages still on your site?
    If so try deleting them and rebuild your Relevanssi search database and then check again.
    If this doesn’t help please include an admin login in the Private Content area so we can be of more assistance.

    Best regards,
    Mike

    in reply to: Change color of portfolio sorting hover state #1399342

    Hey tonyiatridis,
    To change the portfolio sorting on hover please try this css:

    #main .main_color #js_sort_items a:hover {
    	color: #800000;
    }

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

    Best regards,
    Mike

    in reply to: Enfold php 8 upgrade breaks WordPress #1399341

    Hey Jim Zeigler,
    Thanks for your question, if you are using a very old version of Enfold then this could be the cause. We do not have records of purchase codes, Envato (Theme Forest) is the exclusive licensor for Enfold. We can not license directly. You will need to login to your Envato account to download the latest version. If you forgot your Envato login then please recover it from Envato, if you never had an account and someone else bought the theme for you then please contact them because Envato doesn’t transfer licenses from one user to another.
    If you can’t contact them, then please create your own account when you purchase a new license.

    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: Bottom margin of masonry elements with large gap #1399340

    Hi,
    Strange, that the WPML message bar would have an effect on the height of the masonry gallery items and that setting the height of the footer-page did seem to help while the WPML message bar was there. This leads me to think that there is a height issue somewhere but I don’t know where.
    I asked the rest of the team for ideas, and will reply when I hear back. Thank you for your patience and for using Enfold.

    Best regards,
    Mike

    in reply to: Massive space below masonry galleries #1399337

    Hi,
    This is the setting that Nikko was referring to:
    Enfold_Support_486.jpeg
    I tested this on two different pages linked below, and it seems to help, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Bottom margin of masonry elements with large gap #1399335

    Hi,
    Thanks for the feedback, it doesn’t seem that the customization is_search() || because the error also occurred with the parent theme active.
    I see the height for the #footer-page is zero, but the contents of the #footer-page > #av_section_5 is 58px
    I added this css to your WordPress ▸ Customize ▸ Additional CSS

    #footer-page {
    	height:58px;
    }

    and it seems to have solved, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Widgets – reduce distance between title and content #1399334

    Hi,
    Try this css instead:

    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all #main .sidebar.smartphones_sidebar_active {
        border-top-style: none;
        padding-top: 25px;
        overflow: visible;
    }
    .responsive #top #wrap_all #main .sidebar.smartphones_sidebar_active::before {
      content: '';
      position: absolute;
      top: 0;
      border: 1px solid #ebebeb;
      width: 110vw;
      height: 0px;
      left: 50%;
      transform: translateX(-50%);
    }
    .responsive #top #main .container .template-page.av-content-small {
    	padding-bottom: 0;
    	margin-bottom: 0;
    }
    }

    Best regards,
    Mike

    in reply to: Header – kleinen Infotext variieren #1399332

    Hi,
    Good point Guenni007, about using the visitor IP geolocation most likely not being GDPR compliant.

    Best regards,
    Mike

    in reply to: Button same width #1399331

    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

    Hi,
    Thanks for the login to your site, I found this script in your child theme functions.php that was changing the post slider read more text:

    function custom_more_script(){
      ?>
      <script>
    (function($){
      $(document).ready(function(){
      $(".more-link").text("Mehr erfahren!");
      });
      })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'custom_more_script');

    This was also changing the English version of the text, I adjusted to this to account for each language:

    
    function custom_more_script(){
      ?>
      <script>
    (function($){
      $('html[lang="de-DE"] .more-link').text('Mehr erfahren!');
      $('html[lang="en-US"] .more-link').text('Learn more!');
      }(jQuery));
    </script>
    <?php
    }
    add_action('wp_footer', 'custom_more_script');

    Please clear your browser cache and check.

    Best regards,
    Mike

    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: Widgets – reduce distance between title and content #1399325

    Hi,
    Try this css:

    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all #main .sidebar.smartphones_sidebar_active {
        border-top-style: solid;
        padding-top: 25px;
    }
    .responsive #top #main .container .template-page.av-content-small {
    	padding-bottom: 0;
    	margin-bottom: 0;
    }
    }

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

    Best regards,
    Mike

    in reply to: Enfold Masonry Gallery with 1 column #1399323

    Hi,
    Good tip Guenni007, it looks like v5.4, but a child theme is active so perhaps he is using customized files? It’s hard to say.

    Best regards,
    Mike

    Hi,
    Thank you, when I was logged out of your site I was seeing a call for the font ubuntu-condensed-custom but I didn’t see this font installed at Enfold Theme Options ▸ Import/Export ▸ Custom Font Manager nor anywhere else.
    I cleared your WP Fastest Cache and now the correct font ubuntu-condensed is called when I’m logged in or out.
    Please clear your browser cache and check.
    Please note that testing with iPads & iPhones can be hard to clear the cache, often you need to also clear the history to fully purge the cache, following these steps for Safari and note Step 4 where you will Clear the History.

    Best regards,
    Mike

    in reply to: Button same width #1399318

    Hey schweg33,
    Please try this css:

    #top.page-id-3327 .avia-button-wrap a {
    	min-width: 300px;
    }

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

    Best regards,
    Mike

    in reply to: Widgets – reduce distance between title and content #1399317

    Hey Christopher,
    Thanks for the link to your page, as I can’t log in I can’t tell how the element will look when the link is added for the admin, but this css should correct the extra space for everyone else:

    .simcal-events .simcal-event-details p {
        margin: 0;
    }

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

    Best regards,
    Mike

    in reply to: Align widget in footer at the bottom #1399316

    Hi,
    Glad Guenni007 could help, thank you Guenni007, 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: logo mobile smaller #1399315

    Hi,
    I assume you want the mobile header height 45px, try this css:

    @media only screen and (max-width: 767px) { 
    	.responsive.avia_mobile #top #wrap_all #header *:not(nav *) {
    		height: 45px !important;
    	} 
    	.responsive.avia_mobile #top #wrap_all #header .avia-menu {
    		top: -16px;
    	}
    }

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

    Best regards,
    Mike

    in reply to: no spaces in the headings #1399314

    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: Bottom margin of masonry elements with large gap #1399313

    Hi,
    Thanks for your patience, in my tests I disabled the above css and found that the extra space is not margin or padding:
    Enfold_Support_480.jpeg
    it seems to be the position of the element below, for example on first page load in incognito mode you see the top: 745.766px;
    Enfold_Support_482.jpeg
    but on reload it’s top: 738.5px;
    Enfold_Support_484.jpeg
    I tried disabling all of your plugins and child theme, but the only thing that seems to change this is when I disabled your footer page and used the default footer.
    I’m not sure why this would correct the issue but I ask that you also test this and see if you get the same result.
    Thinking that this might be a new issue I tried to recreate this on my test site with a footer page vs a default footer but I was not able to.

    Best regards,
    Mike

    in reply to: logo mobile smaller #1399308

    Hey schweg33,
    In your css I see that you are using background-size: contain; this is making your 45px gif fill the 80px area.
    Try to remove background-size: contain; from your css, or change it to background-size: auto;
    After adjusting the css, please clear your browser cache and check.

    Best regards,
    Mike

Viewing 30 posts - 8,401 through 8,430 (of 34,621 total)