Forum Replies Created
-
AuthorPosts
-
Hey Ramon,
Please check that you have the sidebar activated at Enfold Theme Options ▸ Sidebar Settings ▸ Sidebar on Archive Pages
also try disabling any other plugins such as woocommerce addons to see if there is a conflict, if this doesn’t help then please include an admin login in the Private Content area so we can check.Best regards,
MikeJanuary 22, 2022 at 3:36 pm in reply to: Placing language switcher (via wpml) next to mobile burger menu icon #1336661Hey ZbyszekMrugala,
Thank you for the link to your site, to add the language selector next to the mobile menu please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:@media only screen and (max-width: 767px) { .responsive #top .av-main-nav .menu-item.wpml-ls-slot-250 { display: block; } .responsive #top #wrap_all #header #av-burger-menu-ul .wpml-ls-slot-250.av-active-burger-items { opacity: 0; } }
this will also hide the language selectors inside the mobile menu because I assumed you didn’t want to show them twice.
This is the expected results:
Best regards,
MikeHey metafora29,
Thank you for your patience, do you mean that you would like to manually create a hidden text section on your page that will be shown when a button or link is clicked like a toggle or accordion section?
An example of this would be to use this css:.learn-this { display: none; } span.click-learn-more { color: #000; font-weight: bolder; } span.click-learn-more:hover { cursor: pointer; }
this html in a code block element:
<span class="click-learn-more">Learn more…</span> <span class="learn-this"> your hidden text </span>
and this script in your child theme functions.php:
add_action('wp_footer', 'ava_custom_script', 10); function ava_custom_script(){ ?> <script> (function($) { $('.click-learn-more').on('click', function() { $('.learn-this').toggle(); }); }(jQuery)); </script> <?php }
If you mean that you would like the “read more” from the blog element to behave like this, then unfortunately we can not do this.
You could use the masonry element or the ajax portfolio as a solution.Best regards,
MikeJanuary 22, 2022 at 1:28 pm in reply to: "Layout Settings Menu" Not showing on backend when editing pages #1336646Hi,
It looks like the sidebar menu was moved accidentally by dragging it, I moved it back for you, please check.Best regards,
MikeHi,
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,
MikeHey gentilinim,
Thank you for the login, I found two issues, one was that you had the “Disabilita jQuery Migrate” disabled, please leave this enabled:
the other issue is there is a conflict from the SiteGround Optimizer when the theme is also merging and compressing the files, this leads to double compressing, so I disabled the theme merging and compressing and the homepage slider now works.
please clear your browser cache and check.Best regards,
MikeJanuary 21, 2022 at 12:43 pm in reply to: Horizontale Galerie schneidet Bilder hart ab auf dem mobil (zB: iphone) #1336530Hi,
Glad Ismael 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.Best regards,
MikeHey Joe,
Thank you for the links to your site, the logo image used for the new site is smaller than the old site, I have linked both of them below so you can see.
Try pasting the logo url from the old site into the new site url field and then save the theme settings, don’t use the upload button.Best regards,
MikeJanuary 20, 2022 at 2:21 pm in reply to: Font Awesome icon not showing after adding from fontello #1336363Hi,
Sorry, your last message was:UPDATE: I went and removed all the FONT AWESOME icons from my download off of fontello and just went with icons that showed up from Zocial – now I have just a pencil? Here is the updated code:
so I followed your screenshot for the Zocial icons.
Please upload the zip file you are trying to use to DropBox so I can test and include an admin login to your site so if I sort it out I can make the adjustments to your site or see why it is not working.Best regards,
MikeJanuary 19, 2022 at 2:05 pm in reply to: grey flash on page reload in woocommerce shop page #1336192Hi,
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.Best regards,
MikeHi,
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,
MikeHey Birgit Prast,
Vielen Dank für Ihre Frage. Wenn Sie sich bei Ihrem Theme Forest-Konto anmelden und die neueste Enfold-Version 4.8.8.1 herunterladen können, können Sie damit aktualisieren und Ihre Theme-Unterstützung erneuern, wenn Sie dies wünschen. Wenn Sie sich jedoch nicht beim Theme Forest-Konto anmelden können, weil es beispielsweise von einem Entwickler gekauft wurde, müssen Sie eine neue Lizenz erwerben und ein Konto für sich selbst erstellen. Außerdem erhalten Sie bei Ihrem Neukauf Theme-Support.
Wenn Sie nur Ihren Support erneuern, haben Sie keinen Zugriff auf die Designdateien.Sobald Sie die neueste Version von Ihrem Theme Forest-Konto herunterladen können, können Sie sie auf Ihr WordPress ▸ Aussehen ▸ Designs ▸ Designs hinzufügen ▸ Neu hinzufügen hochladen
Nachdem Sie die ZIP-Datei ausgewählt und auf „Installieren“ geklickt haben, wird die Meldung Dieses Design ist bereits installiert angezeigt, da Sie ein Update durchführen. Sie können fortfahren
dann sehen Sie die Meldung Design erfolgreich aktualisiert.
— Translated with Google —
Thank you for your question, if you can login into your Theme Forest account and download the latest Enfold version 4.8.8.1 then you can update with that and renew your theme support if you wish. But if you can’t login to the Theme Forest account because it was purchased by a developer, for example, then you will need the purchase a new license and create an account for yourself, you will also get theme support with your new purchase.
If you just renew your support you will not have access to the theme files.Once you can download the latest version from your Theme Forest account you can then upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New
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
then you will see the Theme updated successfully message.
Best regards,
MikeHi,
I activated your child theme and imported your parent theme settings to the child theme as per our documentation, and everything seems correct, please clear your browser cache and check.Best regards,
MikeHi,
Glad this helps, you don’t need the.avia-builder
class, so it would be like this#top.page-id-3983 #main .community-link { position: relative; left: -50px; top: 30px; }
Best regards,
MikeHi,
Are you using the standard footer or a custom page as a footer?
Perhaps you have an unclosed html tag in your footer, try removing everything from the footer and see if the error continues.Best regards,
MikeHi,
Please link to your page with the Masonry Gallery that you wish to change the “Load More” text so we can check.Best regards,
MikeHey Tilman,
Thank you for your question, the icon grid subtitle has a H6 tag and your general settings have set a font size of 45px for the H6 tag which will override the element settings.
I assume you have used the advanced styling option to set the font size for the H6 tag, correct?
If so please disable this, or if you are using this option for other elements try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field to override it:#top #wrap_all #main .main_color .avia-icon-grid-container h6.av_icongrid_subtitle { font-size: 13px; }
adjust the font size to suit, then after applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
Since this css would be added within the theme options it is not necessary to install a child theme for this, but installing a child theme is a good idea in general, so please see our documentation here about installing a child theme.Best regards,
MikeHi,
Glad to hear that you have this sorted out, I see you are using this css to hide the “You are here:” from the breadcrumbs.breadcrumb-trail .trail-before { display: none; }
If you also want to hide the “Home” and the first backslash try this css:
#main .breadcrumb-trail > span:nth-child(2), #main .breadcrumb-trail > span:nth-child(3){ display: none; }
After applying the css, please clear your browser cache and check.
Best regards,
MikeJanuary 17, 2022 at 2:01 pm in reply to: Vollbild-Slider, Grafik statt Überschrift: Größe anpassen mittig – recht – links #1335875Hi,
Glad to hear this helped, you can style the buttons, for example to change the font-size try this css:#top #main .avia-slideshow-button { font-size: 20px; }
you could also use this to adjust the font family to any that you have installed, if you need further help adjusting add some test text to your page using the font family you want the buttons to be for us to see.
Best regards,
MikeJanuary 17, 2022 at 1:51 pm in reply to: Problem Fußzeile und Hauptmenu nach Aufruf Impressum/Datenschutz #1335872Hi,
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,
MikeHey elisa_polidori,
If you would like to change the Masonry Gallery “Load More” button text to “See all photos”, try adding this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:#top #main a.av-masonry-pagination.av-masonry-load-more { font-size: 0px; } #top #main a.av-masonry-pagination.av-masonry-load-more:before { content:"See all photos"; font-size: 13px; }
After applying the css, please clear your browser cache and check.
Best regards,
MikeJanuary 17, 2022 at 1:27 pm in reply to: Problem Fußzeile und Hauptmenu nach Aufruf Impressum/Datenschutz #1335861Hi,
Sorry, I don’t understand, is this a new topic?
There are plugins to duplicate pages, but if all the pages are clones you would not need to change the menu, just add your additional menu items.
I don’t understand your goal.Best regards,
MikeHey RaymondWillemse,
Please see this solution in our documentation.Best regards,
MikeJanuary 17, 2022 at 12:38 am in reply to: Sidebar not showing up on WooCommerce category page #1335800Hi,
Thanks for the test site, I see that the sidebar shows in post categories, posts, pages, products, but not product categories?
I tried switching to your parent theme and that didn’t help, but when I exported your content to my localhost the sidebar worked on product categories.
I tried updating your parent theme but that didn’t help either, so I’m stumped.
I’ve asked the rest of the team if they have any ideas, can you enable the theme editor so we can investigate further?Best regards,
MikeJanuary 16, 2022 at 11:55 pm in reply to: Full width layer slider on mobile devices max height #1335796Hi,
Perhaps I misunderstand your goal, the slider you are using is the full slider so it is meant to be this large for desktops, if you want to use the css with the script you can, I was trying to help correct the issue with the other device sizes and had hoped to create a solution for all sizes.Best regards,
MikeHi,
Glad to hear, I have not heard of this plugin before but on the plugin page it only has a one-star review, you surely don’t need this 🙂 I would recommend removing it.
Enfold has it’s own performance and optimization settings.
You can also remove the temp login if you wish and we will close this if you like.Best regards,
MikeJanuary 16, 2022 at 11:17 pm in reply to: Full width layer slider on mobile devices max height #1335793Hi,
I believe you mean that you added it to your live site and not the site I have assess to, I forgot it was not your live site.
Please remove the css for the home page, and check, the script automatically sets equal size for all home sliders this way the size is always correct no matter the screen size, otherwise you would need to set different sizes for mobile, tablet, laptop, & desktop.Best regards,
MikeHi,
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 -
AuthorPosts