Forum Replies Created

Viewing 30 posts - 31 through 60 (of 187 total)
  • Author
    Posts
  • in reply to: Default content font size #1154657

    Jordan, Is it added to the future wishlist?

    in reply to: set image alt tag and title in image media element #1154656

    Any news on this?

    in reply to: Default content font size #1131403

    Hi Jordan,

    Can you add it to the future wishlist?

    in reply to: Default content font size #1131399

    Hi Jordan,

    I understand, but it would be great to also set this in settings instead of creating custom css

    in reply to: No meta robots in header code anymore? #1109085

    Hi Rikard,

    Sure i will.
    Keep in mind that this is happening on all the websites where enfold is installed.
    The credentials i provided is for our top website, keep in mind that it is live and taking orders (in our website). So please do not make any changes or installing / deactivating plugins.

    Hope you know how this could be fixed asap.

    J

    in reply to: Mobile: Sticky header and NON-sticky Top Bar #1098862

    Hi Enfold team,

    It would be very 2019 to have an option in the backend to choose if you want the mobile menu to stick to the header.
    What do you think?

    Julia

    in reply to: structured data not recognized #1078223

    We checked again and google is still pointing out that there are errors for the images (and some other items).
    The images error also goes for your Enfold demo website.

    How can we fix this?

    in reply to: add javascript to text link #1078219

    Hi ismeal,

    Thanks for your help, the login credentials are in the private field.

    Let me know what we are doing wrong…

    in reply to: add javascript to text link #1073038

    hi ismael,

    I tried the code block, but the js gets stripped.
    It results in the front en in:
    link

    What are we doing wrong?

    in reply to: custom single product page – product slider / gallery #1071731

    Hi Victoria,

    We are creating a custom product page with the ALB.

    Julia

    in reply to: add javascript to text link #1071300

    Hi Victoria

    i added the code but guess it was stipped from the message. Hereby again:

    <a id="open_Chat" onClick="window.fcWidget.open();">link</a>
    
    in reply to: structured data not recognized #1070351

    Hi Basilis,

    Any news?
    Is the theme already updated for this issue?
    Julia

    in reply to: structured data not recognized #1025824

    You mean the ‘All In One Schema Rich Snippets’ plugin?

    We used this plugin on other websites, this gives unwanted information in the frontend.

    I don’t understand why we should use that plugin and pollute our database with unwanted information.
    Google’s structured data tools says the code is invalid, Google is the entity for this, so their information is correct.
    Can you elaborate what this plugin can do to solve the problem in your code?

    These errors are only happening on the websites we have used the Enfold theme….
    See the link with the error, hopefully this explains our problem better.

    It is also happening in your own theme demo, see here
    https://search.google.com/structured-data/testing-tool#url=https%3A%2F%2Fkriesi.at%2Fthemes%2Fenfold-2017%2F

    Please advise!

    in reply to: structured data not recognized #1024867

    Hi Basilis,

    We use the google structured data tool. I assume google itself shows the results in the correct way.

    Julia

    in reply to: structured data not submitted to google #1004915

    The issue is also still not resolved for us. With other themes we do not encounter this problem.

    in reply to: Different menu for mobile and desktop #996006

    Hi Victoria,

    Is it correct that i dont see the links of the threads and blogs you are referring to?
    I only see an image that is not clickable…

    in reply to: Different menu for mobile and desktop #995741

    Hi Basilis,

    The website is still on a testarea, which we are working on as we speak We have a main menu (in blue) and added extra menu items that we gave a css style something like ‘only-responsive’. And those items are only showing on mobile. Since for the desktop version the menu shows the menu items as buttons. We also do not want that for the mobile version… So it would be great if we could just replace the complete menu for the mobile version. Would be perfect if we could set one menu for desktop and another for mobile…. Or for now give a class to a menu, so we can hide one and set another…

    Any ideas?

    in reply to: Different menu for mobile and desktop #995573

    Hi Victoria,

    Like i told, using css on menu items is how we currently work…
    Or is there something that i am missing, and is there a way to put a css class on a whole/complete menu (instead of only on menu items)?

    • This reply was modified 6 years, 3 months ago by hotspot.
    in reply to: Replace social menu with, add menu in header #971407

    Hi Vinay,

    Thanks for helping so much. The menu in the header (right to the logo) does not need to be a mega menu. The horizontal menu below the header/logo area should.

    It is not clear to me how we can create a header widget area in the position next to the logo. Is there any documentation on how to do this?
    If I understand correctly, this is an easy setup and with which we can create the design we want (I sent you the designs):
    [top header menu]
    [logo] [header widget menu]
    [horizontal mega menu]

    Love to hear from you.
    Julia

    in reply to: Replace social menu with, add menu in header #970033

    Hi Vinay,

    Thanks for helping. A link below of what we want to achieve. The thing is that i there scripted the blue / orange menu myself in there.

    Can you elaborate on this: A much easier way would be to add a navigation widget to the header widget area and style it accordingly.
    I believe i allready tried this but it was not possible to achieve what we wanted.

    I’m getting mad about this, so i was thinking as a last option to try. Maybe add the extra zustom menu that i want to place as the blue menu. But then i would try to add a lot of styling and classes to have it behave in the same way the enfold menu would. And that also for the sub menu..having it be and behave like a mega menu…

    Hope you have a solution

    in reply to: Replace social menu with, add menu in header #969693

    Hi Vinay,

    I have created a new menu option, by placing this code in the functions file if the child theme:

    function register_my_menu() {
      register_nav_menu('custom-header-area-menu',__( 'HSD Header area menu' ));
    }
    add_action( 'init', 'register_my_menu' );

    Now i have to place this php code in the header to have the menu appear:
    <?wp_nav_menu( array( 'theme_location' => 'custom-header-area-menu', 'container_class' => 'new_menu_class' ) ); ?>

    As you know we have the logo left and want this menu to appear on the right side of it in the header. It needs to be placed after the <span class=”logo”></span>

    Where in the php files i have to place this? There is the file includes/helper-main-menu.php, this is where the header area is built… Is this the way to do that? or is there an easier way to achieve this. Maybe by placing the php code in the functions file and tell it to show up there?

    ps: can we also copy files like the “includes/helper-main-menu.php” in the child to replace it?

    Hope you have an idea how to finally solve this.

    Hi Nikko,

    Thanks for your suggestion. But it feels a bit as a work around having to do it this way. Since the custom.css is especially developed to add your overruling styles in right….!?

    Hi nikko,

    So what do you suggest to do now?

    Hi Nikko,

    Sorry but i don’t understand it what can be disabled in the latest version?

    The custom.css file should always overrule al the other styles, correct!? If that is so, why is it now overruled by the avia-merged-styles ??

    The strange thing is that the avia-merged-styles is loaded from this location, seems weird, but also in the current (older enfold theme version) this seems to be the case:
    …/wp-content/uploads/dynamic_avia/avia-merged-styles-9d9b4a6c09c7fc369ac25b1d35e95edc.css?ver=4.9.5

    Hi Nikko,

    We hoped this would be fixed in 426 but unfortunately it still is not.

    We noticed that our custom css styles are overruled by the avia-merged-styles css file.

    For instance the ‘background-color’ we set in out custom.css here:
    .avia-button.avia-color-orange {
    background-color: #f15b22;
    }

    is overruled by the avia-merged-styles

    .avia-button.avia-color-orange, .avia-button.avia-color-orange:hover {
    background-color: #edae44;
    }

    This is going since the last 2 or 3 updates.
    How can we resolve this?

    in reply to: Replace social menu with, add menu in header #933013

    Hi Vinjay,

    Is it also possible to do it the other way around?
    So we select the initial setup to be ‘logo left, menu below.
    And the widget menu will replace the menu on the right of the logo.

    Let me know.
    Thanks Julia

    in reply to: Replace social menu with, add menu in header #932917

    Hi Vinay,

    Thanks for your reply.
    We already have a top menu, so that is not an option.
    If i understand correct, with your widget are solution it means we have to input the extra menu manually in every page?
    As you can imagine this is not workable for us.

    Looking forward to your reply.
    Julia

    in reply to: Replace social menu with, add menu in header #931973

    Hi Victoria,

    Do you know the php code to call a specific kriesi menu?

    in reply to: Enfold 4.2.6 update problem #931947

    we are experiencing the same problem, did the header change resolve the issue @jarredzhang?

Viewing 30 posts - 31 through 60 (of 187 total)