Forum Replies Created

Viewing 30 posts - 31,561 through 31,590 (of 31,978 total)
  • Author
    Posts
  • in reply to: Transparent menu in colored header #763004

    Hi,
    It looks like we are both trying to change it at the same time, so it’s kind of hard to see if this works :) Try this code in the General Styling > Quick CSS field:

    .header-scrolled .home #header_main_alternate {
        background-color: rgba(0, 0, 0, 1);
    }

    Best regards,
    Mike

    Hey Simone,
    We don’t have a mobile sidebar menu, but you can hide the sidebar on mobile devices by unchecking Sidebar on Smartphones in the Sidebar Settings.

    Best regards,
    Mike

    in reply to: problem with appearance on mobile #762996

    Hey jbanobi,
    If you have been adding your padding via css, then the easy solution is to add those rules to @media only statements, such as:

    @media only screen and (max-width: 767px) {
        css rules: here;
    }

    425px is mobile & 767px is tablet

    Best regards,
    Mike

    Hey kagitvs,
    There isn’t an easy way to do this because the Product catagory pages and Single Product Pages don’t have their own template. But you can try to copy the shortcode for the SubMenu and add it to those pages. Here are the steps:
    Try adding this code at the bottom of functions.php:

    //set builder mode to debug
    add_action('avia_builder_mode', "builder_set_debug");
    function builder_set_debug()
    {
    	return "debug";
    }

    Then try to create a new page, just add the fullwidth submenu, then the shortcode would appear at the bottom. Add this to your Product Pages
    This might be another option: http://kriesi.at/documentation/enfold/custom-woocommerce-shop-overview/

    Best regards,
    Mike

    in reply to: Disable Standard Editor and publishing function #762987

    Hi,
    The standard editor is built into WordPress, TinyMCE

    Best regards,
    Mike

    in reply to: Resim üzerindeki yazıların boyutu | masonary gallery #762984

    Hey ygzndc,
    Genellikle otomatik olmalı, ancak sayfanın url’sini girerseniz bazı css koduyla yardım edebilirim.

    Best regards,
    Mike

    in reply to: Can't open enfold theme c panel (editor) #762982

    Hi,
    Thank you for using Enfold.

    Best regards,
    Mike

    Hey Uroš,
    Good to hear this issue is resolved. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Mobile Menu keep closing #762980

    Hey sdachos,
    Sorry I was not able to reproduce your issue, your menu is working properly for me. Have you tried clearing your cache?

    Best regards,
    Mike

    in reply to: Anchor Issues #762978

    Hi,
    Both of your issues was caused by a plugin: Easy Smooth Scroll Links
    I disabled it and your links are working properly now.
    Best regards,
    Mike

    in reply to: Cannot Save in Promobox #762956

    Hi,
    Sorry I couldn’t login, can you please check & point to a page that is having the issue?

    Best regards,
    Mike

    Hi,
    Can you please point to a custom link that the css is not applying to? I looked at your site and didn’t see the issue.

    Best regards,
    Mike

    in reply to: Photo in advanced layout blog #762952

    Hi,
    Can you please include a URL to the page you are having an issue with?

    Best regards,
    Mike

    in reply to: Problem with add to chart button #762951

    Hi,
    Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Can't open enfold theme c panel (editor) #762950

    Hey vitalclinic,
    Do you mean WP > Appearance > Editor or Enfold > Enfold Theme Options ?
    Can you please include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    in reply to: RSS #762947

    Hi,
    OK ich würde gerne helfen Können Sie bitte ein wenig mehr erklären, es sieht so aus, als hättest du einen RSS-Feed zu zeigen, und das sehe ich auf deiner Seite. Aber ich verstehe nicht, was du ändern möchtest.
    Bitte vergib mein Deutsch, ich versuche zu übersetzen. Danke für Ihr Verständnis.

    Best regards,
    Mike

    in reply to: Disable Standard Editor and publishing function #762946

    Hey ping-pong,
    I’m sorry but this level of customizing with a third-party plugin is beyond what we can support here. Might I suggest trying your question here: https://wordpress.org/support/plugin/advanced-access-manager

    Best regards,
    Mike

    in reply to: Fullwidth Easy Slider on Chrome not displaying #762944

    Hey automatedcontacts,
    The page and slider seems to be loading for me, but you do have this error which maybe what you are experiencing:

     A Parser-blocking, cross-origin script, https://www.tripadvisor.com/WidgetEmbed-cdsscrollingravenarrow?border=true&locationId=1224253&display_version=2&uniq=741&lang=en_US, is invoked via document.write. This may be blocked by the browser if the device has poor network connectivity. See https://www.chromestatus.com/feature/5718547946799104 for more details.
    (anonymous) @ wejs?wtype=cdsscrollingravenarrow&uniq=741&locationId=1224253&lang=en_US&border=true&display_versio…:1
    wejs?wtype=cdsscrollingravenarrow&uniq=741&locationId=1224253&lang=en_US&border=true&display_versio…:1 A Parser-blocking, cross-origin script, https://www.tripadvisor.com/WidgetEmbed-cdsscrollingravenarrow?border=true&locationId=1224253&display_version=2&uniq=741&lang=en_US, is invoked via document.write. This may be blocked by the browser if the device has poor network connectivity.

    postimage

    Best regards,
    Mike

    in reply to: Bold color in posts #762941

    Hi,
    Your welcome and Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Fehlende Sektionen nach Speichern der Seite #762940

    Hey karno_seb,
    Bekommst du irgendwelche Fehlermeldungen, wenn dies geschieht? Hast du versucht, Plugins zu deaktivieren, um zu sehen, ob es einen Konflikt gibt?
    Können Sie eine Testseite erstellen, um dieses Problem zu zeigen und ein Admin-Login im privaten Content-Bereich einzugeben, damit wir uns genauer ansehen können.

    Best regards,
    Mike

    in reply to: latest theme upgrade and layerslider #762938

    Hey grivers99,
    Try creating a new slider and then click the checkbox for new slider and old slider, then in bulk actions choose merge to new slider. You can then change the name and remove the empty first slide, and use it for your page.
    If you are still having trouble please include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    in reply to: Transparent menu in colored header #762933

    Hi,
    I’m sorry, I logged in and set the sticky header, and it seems to be working right for all sizes. Can you take a screenshot of the issue?
    postimage

    Best regards,
    Mike

    in reply to: Bold color in posts #762922

    Hey skitrotters,
    Try adding !important; to your code, such as:

    .main_color strong {
        color: #666666 !important;
    }

    Best regards,
    Mike

    in reply to: RSS #762921

    Hey Reinhard,
    Ich bin mir nicht sicher, ob ich das gelöst habe?
    I’m not sure I understand, has this been solved?

    Best regards,
    Mike

    in reply to: Remove or change sidebar in "Page not found" page #762918

    Hey FadingReality,
    You can set the default page sidebar by going to Enfold Theme Options > Sidebar Settings > Sidebar on Pages & choose “no sidebar” from dropdown. If you do wish to show a sidebar on a certain page, look under “Layout” on the right when editing the page, and change the “Sidebar Settings” from “Default Layout – Set in Enfold” to the type of sidebar you want.

    Best regards,
    Mike

    in reply to: Transparent menu in colored header #762906

    Hi,
    I’m not sure if I understand, you want a logo left, menu below with a colored (red) background for the logo, and transparent menu.
    You also want a sticky header with the red background for the logo, but what color will the menu be?
    Can you please include a admin login in the private content area so we can take a closer look.
    Best regards,
    Mike

    in reply to: have missing widgets #762905

    Hey James2200,
    Can you please include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    in reply to: Problem of slowness #762904

    Hi,
    Using a cache plugin in, such as https://wordpress.org/plugins/wp-fastest-cache/, would improve your speed. Your site is scoring well in the other metrics.

    Best regards,
    Mike

    in reply to: Footer problems #762902

    Hi,
    Your map code in the third footer widget was braking the footer and the socket. I placed the widgets you had in the “Inactive Widgets” area. Your footer and socket is now showing correctly. Please try using the “Enfold Google Maps Widget” to add your map.

    Best regards,
    Mike

    Hi,
    Try this code in the General Styling > Quick CSS field:

    .sidebar_left.sidebar {
        text-align: left !important; 
    }

    Best regards,
    Mike

Viewing 30 posts - 31,561 through 31,590 (of 31,978 total)