Viewing 30 results - 24,631 through 24,660 (of 244,542 total)
  • Author
    Search Results
  • Hey Eric,
    Merci pour le lien vers votre site, les grandes couleurs violettes du titre du méga menu sont définies dans vos options de thème, si vous regardez dans votre Enfold Theme Options ▸ General Styling vous trouvez-en un qui soit violet. Les titres du méga menu sont traités comme des en-têtes plutôt que comme des liens simples, mais si vous voulez qu’ils ressemblent à des liens simples, essayez ce code dans le champ Style général ▸ CSS rapide ou dans le champ WordPress ▸ Personnaliser ▸ CSS supplémentaire :

    #top #header #header_main .mega_menu_title a {
        color: #c6d6be;
        font-size: 12px;
        font-weight: 400;
    }
    #top #header #header_main .mega_menu_title a:hover {
    	color: #1078ff;
    }

    Après avoir appliqué le CSS, veuillez vider le cache de votre navigateur et vérifier.

    — Translated with Google —

    Thanks for the link to your site, the large purple mega menu title colors are set in your theme options, if you look in your Enfold Theme Options ▸ General Styling you will find one that purple. The mega menu titles are treated like headings rather than simple links, but if you want them to look like simple links please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    #top #header #header_main .mega_menu_title a {
        color: #c6d6be;
        font-size: 12px;
        font-weight: 400;
    }
    #top #header #header_main .mega_menu_title a:hover {
    	color: #1078ff;
    }

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

    Best regards,
    Mike

    #1357853

    In reply to: enfold 3.0.4 issue

    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

    #1357845

    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

    #1357842
    rogerdavis
    Participant

    In the Enfold Options, under the Theme Options tab, there is an item “And where do you want to display the Blog?” I am asked to SELECT PAGE in the dropdown.

    So…I should go to PAGES, then CREATE A PAGE, then use the Advanced Layout Editor, then add BLOG POSTS on the CONTENT elements, yes?

    Roger

    #1357830

    In reply to: image size magazine

    Hi,
    Glad to hear that you have this sorted out, 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

    #1357826

    In reply to: blog posts

    Hi,
    Glad to hear that you have this sorted out, 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

    #1357824

    In reply to: Special alignment

    Hi,
    Glad to hear that you have this sorted out, 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

    #1357822

    In reply to: Display problems

    Hi,
    I also found on another thread of yours that you had some dashes that was breaking some other css:
    2022-07-09_008.jpg
    so just keep that in mind 🙂
    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,
    Please try using the preloader to allow the video to be available before the page is shown.
    Enfold Theme Options > Page Preloading

    Best regards,
    Mike

    #1357809

    Hey Alexander,
    Vielen Dank für den Link zu Ihrer Website. Bitte versuchen Sie, ihn unter Enfold-Designoptionen ▸ Kopfzeile ▸ Zusätzliche Elemente ▸ Kopfzeilen-Sekundärmenü ▸ Kein Sekundärmenü zu deaktivieren
    2022-07-09_007.jpg
    oder probieren Sie diesen Code im Feld General Styling ▸ Quick CSS oder in WordPress ▸ Customize ▸ Additional CSS aus > Feld:

    #header_meta > .container > .sub_menu {
    	display: none;
    }

    Nachdem Sie das CSS angewendet haben, leeren Sie bitte Ihren Browser-Cache und überprüfen Sie es.

    — Translated with Google —

    Thank you for the link to your site, please try disabling it at Enfold Theme Options ▸ Header ▸ Extra Elements ▸ Header Secondary Menu ▸ No Secondary Menu
    2022-07-09_007.jpg
    or try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    #header_meta > .container > .sub_menu {
    	display: none;
    }

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

    Best regards,
    Mike

    Hi,
    Please note that the post excerpts will not show for posts created with the Advanced Layout Builder, you will need to manually add the excerpts with the Excerpts Option.
    For blog posts there are a few elements that will not show automatically for posts created with the Advanced Layout Builder, typically it is recommended to use the WordPress default editor for posts to take advantage of the automatic features, but you are welcome to manually add the elements such as the social share buttons, the comment form, and the related posts element, along with manually adding your own excerpts, if you wish.
    As for moving the filter to the left with 260px laft padding, this css is working in my test:

    #top .av-masonry-sort {
        text-align: left;
    }
    #top .av-masonry-sort .av-sort-by-term {
        padding: 0px 0px 0px 260px;
    }

    Please see the screenshot in the Private Content area.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1357801

    Topic: hamburger disappearing

    in forum Enfold
    sldeutsch
    Participant

    Hi –

    On http://www.thestrapsaver.com, the mobile menu seems to “disappear” at <770px, but I can see it below my ribbon at 752px. The site is supposed to be an exact copy tssdevsite.xyz, but I’m not having this issue! (tssdevsite.xyz has been updated tp WP 6.0/the newest enfold, but when I updated my prod site, I had the same problem with the mobile menu – it may be an older issue that I missed.)

    Any thoughts?

    Thanks!
    Shari

    • This topic was modified 3 years, 9 months ago by sldeutsch.
    #1357796

    Hey woogie07,
    The errors such as /public_html/wp-includes/l10n.php on line 1049 etc, are pointing to path declares in WordPress, I believe this is related to your console error: Uncaught ReferenceError: wp is not defined typically this is from the the “Load Javascript deferred” setting in WP Rocket, or the Async Javascript plugin, or autoptimize.
    Please check if you have any plugins that are deferring javascript or if you are using the option Enfold Theme Options ▸ Performance ▸ Load jQuery in your footer with another plugin.
    You also have another error Uncaught SyntaxError: Unexpected token ';' but I can’t see where it’s coming from because your javascript is merged with Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression
    If you can’t find what is deferring your javascript then include an admin login in the Private Content area so we can investigate.

    Best regards,
    Mike

    #1357793
    woogie07
    Participant

    Hi,

    I am getting the links shown in Private content at the bottom of my login wordpress page.

    I can login OK and the site is functioning OK.

    Tried Googling the error and it states that there could be a plugin issue but I am not running any plugins on the site, only the enfold theme.

    Can anything be updated in php that can solve the Undefined index: path in error?

    Thanks
    Marcus

    #1357786

    Hi,
    Glad to hear that you have this sorted out, 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

    #1357784

    It gets even more weird:
    -The Editor changes almost everytime when i save.
    – I edit something, i save. Its OK. I edit something else and all the edits i have done before are lost. Specially breaks.

    This is the editor i expect and i am used to and which i get in about 50% of all cases:
    https://drive.google.com/file/d/1NMz9N9yb_WIGEuChlcn0oJan9VEorcIu/view?usp=sharing

    This is the “weird” editor which seems to cause the trouble and which i see in the other 50% of all cases:
    https://drive.google.com/file/d/1IimU3dOxX9jr-qdhZhLF0SE1lUJRTOSB/view?usp=sharing

    And when this weird editor “magically” comes in charge the HTML shows a lot of markup i did not add like this:
    <span dir="ltr" role="presentation"></span><span dir="ltr" role="presentation"> <br role="presentation" /><span dir="ltr" role="presentation">

    And this “weird Editor” does not give the option to add ALB elements like the other editor does

    Watch!
    https://www.google.com/search?q=Tiny+Editor+Enfold&client=firefox-b-d&ei=9mjJYtXxAarmsAfB0rbACQ&ved=0ahUKEwjVxNCu3Ov4AhUqM-wKHUGpDZgQ4dUDCA0&oq=Tiny+Editor+Enfold&gs_lcp=Cgdnd3Mtd2l6EAwyBQghEKABMgUIIRCgAUoECEEYAUoECEYYAFDJIVjJIWDOPmgDcAB4AIABX4gBowGSAQEymAEAoAEBwAEB&sclient=gws-wiz

    • This reply was modified 3 years, 9 months ago by InSilentio. Reason: added something
    #1357781

    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

    #1357774

    Hi Franz,

    I’m glad that Mike could help you :)
    Thanks for using Enfold and have a great weekend!

    Best regards,
    Nikko

    #1357773

    Hey Dzimnikov,

    Can you try adding this CSS code in Enfold > General Styling > Quick CSS:

    @media only screen and (max-width:767px) {
      .responsive #top #wrap_all .av-layout-grid-container .av_two_fifth {
        display: flex;
        align-items: center;
        justify-content: center;
      }
    }

    Hope it helps.

    Best regards,
    Nikko

    #1357761

    Hi Dzimnikov,

    We’re happy to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    #1357760

    Hi MaskiMichener,

    We have updated your Enfold theme and fixed the issue on the footer (fixing header.php).
    Please review your site. :)

    Best regards,
    Nikko

    Hi!

    There are also plugins dedicated to file compression or minification such as Autoptimize, WP Super Minify, Fast Velocity Minify, BWP Minify etc. You don’t need to install another cache plugin if you already activated one. We do recommend the Autoptimize plugin because it works correctly with the Enfold > Performance > Disable Template Builder Elements option.

    Unfortunately, it would be difficult for us to identify the issue with the ad scripts because we are not familiar with its code. You may need to contact the script authors for additional assistance.

    Thank you for your patience.

    Regards,
    Ismael

    #1357738

    In reply to: Gap below the header

    Hi,

    Great, I’m glad that you found a solution, and thanks for the update. I’ll close this thread for now then, please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    #1357728

    Hi,

    Thanks for letting us know, I’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    #1357717

    In reply to: Google Search errors

    Hey canadianquakers,

    Which version of the theme are you running? If it’s not 5.0.1, then please try updating to that: https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update.

    Best regards,
    Rikard

    #1357716

    Hey canadianquakers,

    Did you try following this? https://kriesi.at/documentation/enfold/theme-registration/. If you need further help, then please post admin WordPress login details in private.

    Best regards,
    Rikard

    Kidbert6
    Participant

    Bonjour,
    J’utilise le thème ENFOLD. J’ai un problème avec le menu principal.
    Les pages principales s’affichent bien, elle s’affichent dans la bonne police et la bonne couleur.
    Les pages principales sont les suivantes : AccueilGALERIEPRODUITSNEWSCONTACTSRESI GROUPPROFESSIONNELS
    Par contre les sous-menu ne s’affichent pas tous bien.
    – Les sous-menus de Accueil s’affichent bien
    – Les sous-menus de GALERIE s’affichent en gros et en violet (Ce n’est pas ce que je veux)
    – Les sous-menus de PRODUITS S’affichent bien
    – Il n’y a pas de sous-menus à NEWS
    – Le sous-menu de CONTACTS s’affiche en gros et en violet (Ce n’est pas ce que je veux)
    – Les sous-menus de RESI GROUP s’affichent en gros et en violet (Ce n’est pas ce que je veux)
    – Les sous-menus de PROFESSIONNELS s’affichent bien
    Pourquoi certains menus s’affichent en gros et en violet ?
    Ou puis-je régler cela ?
    Pouvez-vous m’aider?
    Merci d’avance pour votre réponse.
    Éric Bertolaso.

    #1357708

    Hi,
    there is a widget called “Enfold latest Portfolio”.
    “Portfolio” is a custom post type.
    So there must be a simple way to either change the code somewehere so that this widget shows “classes” instead of “portfolio” or duplicate the widget.
    Please tell me at least where i find the code that is responsible for echoing the “latest portfolio elements”or, better, the code for the functions.php that adds a widget “showing latest classes”.

    ADD:
    How do i give the CPT called “classes” the same capabilities as “portfolio”?
    Specially: Ajax-functionality

    thanks
    elvira

    IMPORTANT
    There is also a breadcrumb issue.
    The breadcrumb for the post from the CPT “classes” should be like this:
    Home–>classes–> name of the lecture
    But it only shows:
    Home–>name of the lecture

    I guess there needs to be some lines for the functions.php like there is for the well known “double breadcrumb”-issue.
    The issue is not about the CPT-Settings – they are correct:
    name: kurs
    label: Kurse
    singular_label: Kurs
    description: Unsere Kurse
    public: true
    publicly_queryable: true
    show_ui: true
    show_in_nav_menus: true
    delete_with_user: false
    show_in_rest: false
    rest_base: “”
    rest_controller_class: “”
    has_archive: false
    has_archive_string: “”
    exclude_from_search: false
    capability_type: post
    hierarchical: true
    can_export: false
    rewrite: true
    rewrite_slug: kurs-workshop
    rewrite_withfront: true
    query_var: true
    query_var_slug: “”
    menu_position: “”
    show_in_menu: true
    show_in_menu_string: “”
    menu_icon: “”
    custom_supports: “”
    enter_title_here: “”

    • This reply was modified 3 years, 9 months ago by InSilentio. Reason: added something
    • This reply was modified 3 years, 9 months ago by InSilentio. Reason: added something
    #1357705

    Hi,

    Thanks for the update, I’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    #1357703

    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

Viewing 30 results - 24,631 through 24,660 (of 244,542 total)