Forum Replies Created

Viewing 30 posts - 7,981 through 8,010 (of 34,887 total)
  • Author
    Posts
  • 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

    Hey hyrion,
    Sorry, I don’t see a way to do this out of the box, can you link to a mockup so we are sure that we understand?
    The way that I’m imagining it you may need to use a more advanced form builder like WPForms or CF7 with one of it’s plugins, our contact form offers only basic functions.

    Best regards,
    Mike

    Hey hyrion,
    Please link to a test page with admin login so we can examine it.

    Best regards,
    Mike

    Hey Ernie4President,
    Thank you for the link to your site, there are two locations to add your logo, the standard one is at Enfold Theme Options ▸ Logo, and for the logo on transparent headers it’s at Enfold Theme Options ▸ Header ▸ Transparency Options ▸ Transparency Logo, this is the one you need to change for your homepage.

    Best regards,
    Mike

    Hey Kerstin,
    Thanks for the feedback, after you login you can follow this link to open a new thread or go to the Enfold forum and click the full-width blue button at the top of the forum.
    Enfold_Support_661.jpeg

    Best regards,
    Mike

    in reply to: Fatal error #1404046

    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: scrolling header svg logo issue #1404045

    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: Fatal error #1404022

    Hi,
    The Dev Team has reported that the message: Deprecated: Function get_page_by_title is deprecated since version 6.2.0! Use WP_Query instead. is only a note and the function is still executed. The Dev Team is reviewing it and for now it is safe to ignore.

    Best regards,
    Mike

    in reply to: Link from one tab to a tab of another page #1404021

    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: Video Slider Audio Doesn’t Turn On #1403996

    Hey Nik,
    Thanks for the link to your site, I see your updates are disabled, so to update your version of Enfold to v5.5 you can 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: Critical Error with Enfold Theme #1403995

    Hi,
    Thanks for the link, unfortunately, whatever happened on that page has broken it, there is no way to edit, view, or save it. I recommend deleting it and try again on a new page.
    If you created the page using ALB templates I recommend not using your saved template for that page because it may be corrupt and was the cause for the page failure.
    I see that you have another page with a timeline that works correctly so it doesn’t seem to be an issue with the element.

    Best regards,
    Mike

    in reply to: Different spacing of sliders towards the menu bar. #1403994

    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: Duplicate ENFOLD parent themes in WP. #1403992

    Hi,
    #4 ▸ in your root directory you have this favicon.ico
    Enfold_Support_1733.jpeg
    this is the default location that many web browsers look for a favicon.ico, perhaps this is your webhost icon, I don’t know but to correct convert your favicon png image into a real favicon.ico and upload it to your root directory via FTP, this will overwrite the other one and prevent this from happening again, assuming that your webhost or another script is adding it automatically.

    Best regards,
    Mike

    in reply to: YouTube videos do not load #1403989

    Hi,
    It looks like none of the theme javascript is loading, and the only css that is loading is from the siteground-optimizer, so it looks like the siteground-optimizer is blocking the scripts from loading, perhaps a lazyload that is not loading at all. Try disabling your siteground-optimizer and see if that corrects.

    Best regards,
    Mike

    Hi,
    Glad to hear that you have one sorted out, but unfortunately you can not create custom category pages with the Advanced Layout Builder, what do you want to change about the current category page?

    Best regards,
    Mike

    in reply to: Cell/Column CSS Overwrite? #1403987

    Hey Jmcguiness03,
    Please link to your page so we can see the element and what you are trying to do.

    Best regards,
    Mike

    in reply to: white box over burger menu #1403986

    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.
    Happy Easter!

    Best regards,
    Mike

    in reply to: Kaufcode von Themeforest für Hubspot #1403985

    Hey QCConcepts,
    Thanks for your question, Enfold is a WordPress Theme which is not the same as a HubSpot CMS Hub Theme
    It seems that you can use the HubSpot WordPress Plugin to install any WordPress theme on HubSpot, give this a try.

    Best regards,
    Mike

    in reply to: google fonts still active #1403984

    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: Suddenly all links are underlined? #1403983

    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.
    Happy Easter!

    Best regards,
    Mike

    in reply to: Link from one tab to a tab of another page #1403982

    Hi,
    Thank you for the link to your site, 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 changeLink = $('#kontakt a.av-section-tab-title[data-av-tab-section-title="2"]');
    	changeLink.on('click', function(e) {
    		e.preventDefault();
    		window.open(
    		  'https://google.com',
    		  '_self'
    		);
    	});
    })(jQuery);
    });
    </script>
      <?php
    }
    add_action('wp_footer', 'custom_script');

    this will change the tab link to google.com, adjust to suit.

    Best regards,
    Mike

    in reply to: Translation cookie Popup window #1403980

    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: Suddenly all links are underlined? #1403979

    Hi,
    Glad this helped, I’m not sure why, I can’t reproduce it on my test site, but I recognize the code is from the block editor.
    Unless there is anything else we can assist with on this issue, shall we close this then?

    Best regards,
    Mike

    Hi,
    shall we close this then?

    Best regards,
    Mike

    in reply to: Critical Error with Enfold Theme #1403976

    Hi,
    Thanks for the feedback, please link to the page in question and other than the email about the error, did you see an error on the page on the frontend or backend?
    For example with some errors the frontend works correctly but you can edit the backend.

    Best regards,
    Mike

    in reply to: blog post grid font sizes / colors #1403973

    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.
    Happy Easter to you too!

    Best regards,
    Mike

    in reply to: noas.com fullwidth easyslider not responsive #1403972

    Hi,
    Typically the buttons remain the same size on tablet and desktop, see our demo example
    desktop:
    Enfold_Support_1719.jpeg
    tablet:
    Enfold_Support_1721.jpeg
    On your site the caption title of the second slide for tablet is 70px, so the buttons don’t show, see screenshot 1 below, if you change it to 30px using the option above the buttons will show, see screenshot 2 below.
    If you still want the buttons to be smaller for screen sizes up to 990px, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 990px) { 
    #top #main .avia-slideshow-button {
        margin-top: 0px;
        padding: 5px 6px;
    }
    }

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

    Best regards,
    Mike

    Hey somebody008,
    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
    After updating you can then create a new Envato Token for future updates.

    Best regards,
    Mike

    in reply to: WP 6.1 + Enfold Performance Issue #1403965

    Hi,
    Thanks for the feedback, the Dev Team writes that the WP_LANG is deprecated since WP 4.0 if you google it
    Enfold uses the WP function to register the text domain – not WP_LANG.
    What would be worth a try is to create en_AU translation files (po and mo) with loco translate and place them in enfold/lang folder.

    Best regards,
    Mike

    in reply to: Different spacing of sliders towards the menu bar. #1403964

    Hi,
    Thanks for the feedback, try this css instead:

    #avia-menu .avia-menu-fx {
        height: 4px;
    }
    #avia-menu.av-main-nav  ul {
    	margin-top: -3px;
    }
    #avia-menu.av-main-nav > li > ul {
        border-top-width: 4px;
    }

    After applying the css, please clear your browser cache and check.
    Happy Easter to you too!

    Best regards,
    Mike

Viewing 30 posts - 7,981 through 8,010 (of 34,887 total)