Forum Replies Created
-
AuthorPosts
-
August 9, 2021 at 10:10 am in reply to: Not sure how to customise burger menu according design specification #1315802
Hey Mike,
Thanks for your response.
Let’s go away from the plugin. I am gonna ask my question a bit more precise. Is it possible to add other icons instead from font-family ‘entypo-fontello’ in front of a burger menu item. Right now it displays the ‘avia-bullet’ css class, but i would to show a custom icon instead. The icon i have is from icomoon.io, i do have this both either as font-family or as .png / .svg file.
Best regards,
FrankThanks a lot, Mike! It’s looking perfect right now. Have a nice day!
Best regards,
FrankHi Mike,
Sorry, I did temporary disable social icons due to presentation purposes. I’ve just enabled them again. The script does copy the icons to the burger menu, but unfortunately as you can see on my screenshot they are also visible beside the burger on initial page load when it’s not open.
Would be glad if we can get this solved.
Thanks,
FrankHi Ismael,
No, I have not managed to get the issue fixed. Checked again and also cleared every cache, but the issue is still there.
See Screenshot .
Thanks,
FrankHi Ismael,
Sorry for getting back. Just noticed that social bookmarks are being displayed in burger menu as well as beside the burger on page load. Is there a way to remove the social bookmarks when i visit the website, cause it looks a bit ugly. Social items should be only visible once i open the burger menu.
Thanks,
Frank- This reply was modified 3 years, 4 months ago by force-media.
Hey Ismael,
You’re a star. Thanks a lot and have a nice day!
Best regards,
FrankHey Ismael,
Thank you for your reply.
Maybe, we have a misunderstanding here. What I mean is that the last definition doesn’t work. So I am referring to this:
@media only screen and (min-width: 768px){ canvas#canvas.animation2 { background-color: rgb(251, 250, 250) !important; max-width:448px; max-height:302px; position: absolute !important; top: 10%; left: 15% !important; }}
I know the css media query for lower screen resolutions is working as expected.
Hi Nikko,
Thanks for your response. I can see the Acumin Pro Bold, Italic & Regular are working fine now, thanks a lot. Unfortunately I am still having issues to import / install Acumin Pro Medium and Black version. Not sure why it doesn’t work, but if I upload the bought zip-files in Enfold > Import / Export > Custom Font Manager both fonts are not working, even after refreshing my browser cache. Looking into the FTP folder „..wp-content/uploads/avia_fonts/type_fonts/acumin-pro“ it shows me only Bold, Italic & Regular.
The parent folder „../wp-content/uploads/avia_fonts/type_fonts“ displays beside the acumin-pro folder to empty subfolders folders licenses and fonts.
So it seems for some reason I cannot install the remaining Acumin-Pro Black und Medium Fonts. I shared a link in Private Content Section where you can download the fonts. Thanks for your help in advance!
Best regards,
FrankHi Victoria,
the social bookmarks are still looking not 100% correct.
Best,
FrankHi Victoria,
Thanks, I appreciate your help on this.
The fixed width in which element is causing the issue? I know the website looks broken, because so far we are working on it and it’s only optimized for resolutions with at least 1900px.
Best,
FrankFebruary 28, 2021 at 5:23 pm in reply to: Align menu in #socket centered without design breaks #1284271Hey Victoria,
Thanks. I removed the fixed width as per your suggestion. Would be glad to get your final help to adjust the two links to get them links centered in the same line now.
Best regards,
FrankFebruary 8, 2021 at 3:21 pm in reply to: How to add left sidebar to Enfold search results page #1278674Hi Nikko,
Thank you for your response.
Please find temporary Login URL in Private Content section.
Best regards,
FrankJanuary 25, 2021 at 12:53 pm in reply to: How to adjust left sidebar menu to dropdown with arrows #1275246i did implement it as a sidebar widget, which was quite easy.
January 22, 2021 at 1:51 pm in reply to: How to adjust left sidebar menu to dropdown with arrows #1274706Hi Guenni,
Not sure where I can see which skin is currently active. I simply installed the plugin and used the active one. However, your CSS solved my issues with the arrows and position of the parent elements.
Thanks a lot for you help.
January 21, 2021 at 6:39 pm in reply to: How to adjust left sidebar menu to dropdown with arrows #1274498Hi Ismael, hi Guenni,
Thanks a lot for your support. In the meantime i have installed a WP plugin “Iks Menu” which helps me a lot with the accordion menu. I only need to change the arrow position to the left.
Best
FrankOctober 13, 2020 at 4:39 pm in reply to: Different blog view when switching from standard editor to Avia #1252563Hi Rikard,
Sorry for my late response. I’ve been off for a couple of days. It’s fine for me to add layout elements (1/1, 1/2 etc.) or text areas and images manually, because these are all elements where the layout builder actually was built for.
The problem is that in my opinion 3 basic features are not shown when creating a blog post using Avia Layout Builder:
1. Post Title -> See my first post “Was für ein richtig “süße” Geste” title shown with classic editor but not when using layout builder. In this case we’re talking about the post title which is not part of the layout builder itself.
Do you mean i have to add the post title as an element again in the layout builder section?
2. Post Data / Category / Tags -> Also standard elements of a regular WP blog post. Or I am wrong?
3. Social Sharing Buttons -> Ok, might be added manually somehow. It’s at least a support element from Layout Builder.It would be great to get quick solution for this, e.g. adding these elements on the top and at the bottom of each post by default.
Best regards,
FrankSeptember 30, 2020 at 5:44 pm in reply to: Different blog view when switching from standard editor to Avia #1249723Hey Victoria,
Thank you for your reply. Unfortunately the solutions in the thread you mentioned doesn’t work.
For some reason the blog entry is not shown as expected when using Avia Layout Architect (2nd screenshot). When using WP classic editor blog entries are shown as expecting with blog title, date + tags and social buttons (1st screenshot).
Additional info, found following PHP code in Child-Themes function.php:
//disable for posts add_filter('use_block_editor_for_post', '__return_false', 10); // disable for post types add_filter('use_block_editor_for_post_type', '__return_false', 10); function replace_tags_with_tags(){ ?> <script> (function($) { function replaceElementTag(targetSelector, newTagString) { $(targetSelector).each(function(){ var newElem = $(newTagString, {html: $(this).html()}); $.each(this.attributes, function() { newElem.attr(this.name, this.value); }); $(this).replaceWith(newElem); }); } replaceElementTag('.entry-content-header h2.entry-title', '<h3></h3>'); // weitere Zeilen anfügen durch semicolon getrennt replaceElementTag('.category-term-description p', '<h1></h1>'); }(jQuery)); </script> <?php } add_action('wp_footer', 'replace_tags_with_tags');
Would be great to find a solution for this.
Thanks,
FrankMay 5, 2020 at 6:05 pm in reply to: How to change -Tag of post title on Category List + Changing -Tag #1210042i had to look if the filter : avf_customize_heading_settings will work on this too – then this would be a better way!
– yes, indeed! anyway, thanks a lot!
May 5, 2020 at 5:53 pm in reply to: How to change -Tag of post title on Category List + Changing -Tag #1210037Hi Guenni007,
deutsch passt, die Sprache verstehe ich fließend ;). Ja, ich hatte bei ner Funktion in der Datei ‘helper-post-format.php’ rumgebastelt, aber das Ergebnis war nicht wirklich zielführend.
Bin da absolut bei dir dass nur maximal ein <h1>-Tag pro Seite wegen SEO sein sollte. Aber das ist nun mal an der Stelle ausdrücklich gewünscht worden.
Danke für das Skript. Funktioniert einwandfrei und hat das Problem gelöst.
BG
FrankHi Victoria,
Many thanks for your response.
The php function you are referring to changes the favicon for PDF documents in the WP Media Library.
Unfortunately this doesn’t solve FayeMcC’s and my problem.Again, the issue appears when a user visits the website and opens a PDF document in their web browser. The browser tab then shows the WordPress favicon instead the one i have saved in our Enfold configuration.
Best regards,
FrankHi Yigit,
Thanks a lot. That was the trick.
Please feel free to close this topic.
Best regards,
FrankHi Victoria,
Thanks a lot for your reply on this. Please have a look at this site. Enfold has also been used for this page. I would like to have the same header behaviour for the website mentioned in my previous post.
As you can see the header / menu is transparent at the beginning, but when you scroll down background changes to white with slight transparency. Hope this makes it more clearer.
Best regards,
FrankHi Victoria & Guenni,
you’re awesome. I didn’t know that the outline element was responsible.
Issue solved.Have a great day!
Hi Jordan,
Thanks a for your help. It’s working now. Topic can be closed.
Have a wonderful day!Best regards,
FrankHi Ismael,
Thanks for your help.
I’ve used the pseudo element you mentioned and it works partially. As you can see now the background pseudo element is shown but i have to scroll down to view the figures (on a desktop). Do you see any way to avoid scrolling down? Does the wpcs_overlay element causes the issue?
Best regards,
FrankHi Ismael,
Thanks for your help. I appreciate your assistance on this.
Yes, i added the css code you mentioned. As per your suggestion i have removed the “height” property, but unfortunately it didn’t solve the problem. As you can see on the website the background-image is visible, but it should overlap the inner container similar to the first content slider “Jetzt spenden”.
Hope this makes a bit more clear about the goal i want to reach.
Thanks,
FrankHi Victoria,
sure. Here you go:
Image-URLs:
Screen1
Screen 2
How it should look- This reply was modified 5 years ago by force-media.
It’s working perfect.
Thanks a lot, Mike!
Hi,
I do have the same issue while updating to 4.5.3.
Aktualisierung des Themes Enfold (1 von 1)
Herunterladen der Aktualisierung von https://marketplace-downloads.customer.envatousercontent.com/files/259388465/enfold.zip?response-content-disposition=attachment%3B+filename%3Dthemeforest-4519990-enfold-responsive-multipurpose-theme-wordpress-theme.zip&Expires=1550059624&Signature=C~~2NCA0ZBxkBL4wuJ8Z~SEzfQn8bNSon1hC4ZEK0gTFj0kkawKteoOtmpnsMfEZmw1o3owWsGea-g0eYhpPBzeIzcstFlC~wWSIgT8N5ixNxxTOt83lpyoaoaHQfWTkumGnmuoDQ8QEwIk5PNhkfHVty3BTBLcvYKCxC4Bf7seHCw8WnRF7pfYCB4YNdSJNdXql5ZIh7PeKnv63sH3vb6jtjhHoU2DsYLypAyysVp7A0bnMecfCzFyL~qIAE7eULNuWujQtncl5f1z-M2-uOj25InL28r76Xie~XaKyk7q6zT39Fdik667qTukweUtYAudO2MUIFANQXrPC1V3MIP7GbKMJnSOvSTbzeQRHOGdeD9CPmkP2ViFjcBEN41L2Dnoll~dDQ8qaBqkEVnFM1pt5GpDuFtA7YjCguhAFijQfvrX~xcW1P83NlIpBLZQOK9PiZkXVCDBxP81x5EOOJnUGuPSpiSyQ7que5KbWgYpdiEHFLKRsaUxWvxwV~HZKAMyuxdnAsk56niQIDZCEDbvCKgcVYA5SglUfr0AzE35L7IN5EffBnaEh1cYhteXWBv58O~y66S5TKszhoqzP0Ns9Pz9iZektBAJtIuWSVpp7Qqspq7uWANf6qx0viipHPr2C655OfkHbEz3p5H50IQMCsa~tO-ilcLkOWs-Mkes_&Key-Pair-Id=APKAJRP2AVKNFZOM4BLQ …
Beim Aktualisieren von Enfold ist ein Fehler aufgetreten: Download fehlgeschlagen. ForbiddenAbschalten des Wartungsmodus …
Alle Aktualisierungen wurden vollständig durchgeführt.
Go Back to WP-Hilfe Theme Panel
Please have a look!
Thanks
FrankHi,
Please feel free to close this topic as i found out this seems to be a plugin related issue.
Thanks,
Frank -
AuthorPosts