Forum Replies Created
-
AuthorPosts
-
Hi,
Ok, I’ll leave the thread open and wait for the login credentials.
Best regards,
DudeHi,
This is a server configuration issue. You need to disable directory listing to block users from browsing your directories. This article will help you: https://www.wpsuperstars.net/how-to-disable-directory-browsing-wordpress/ (if you’re not using Apache see https://www.netsparker.com/blog/web-security/disable-directory-listing-web-servers/ )
Best regards,
DudeHey amanda-mdllc,
The tab content will always display below all tabs. If there’s a line break between the tabs because the width of the tabs exceeds the screen size the content of the active tab will be displayed below the last tab.
There’re two possible solutioons:
1) The easiest solution would be to split the tabs into several tab elements. Add just two tabs to each element/row. Then each row should display the tab content below the tabs. I’d recommend to simply duplicate the existing tab element, then delete tab 3 and 4 from the first element and tab 1 and 2 from the second element.
2) If you want to add 4 tabs to one element you can use this css code:
#top .main_color .tabcontainer .tab { max-width: 23%; }
to resize the tabs. It will make sure all 4 tabs are displayed in one line
Best regards,
DudeHi,
The issue is caused by a known bug in the themeforest api. To fix it use the theme editor (Appearance > Editor) and edit Enfold. Go to enfold/framework/php/auto-updates/ and open the class-pixelentity-theme-update.php file. Clear the entire file (remove the code) and copy the entire code from here https://pastebin.com/raw/epetJ1SG into the blank file. Afterwards save the file and the update should work.
You can also use ftp to update the file. Save the code from here: https://pastebin.com/raw/epetJ1SG to a file called class-pixelentity-theme-update.php. Then connect to your server via ftp, go to the directory wp-content/enfold/framework/php/auto-updates/ and overwrite the class-pixelentity-theme-update.php with the updated file you created before.
Best regards,
DudeHi,
I tried to log in but I get the error message “ERROR: Invalid username. Lost your password?”. Please check the login credentials.
Best regards,
DudeHey Jan,
It seems like one resource is loaded over a http:// url (see private content). Probably the easiest fix would be to use this plugin: https://de.wordpress.org/plugins/search-and-replace/
to replace all occurrences of the http:// url with the https:// url. If you need help with this task please create us an admin account and I’ll do this for you.Best regards,
DudeSeptember 4, 2018 at 4:38 pm in reply to: Homepage all of a sudden is showing shortcode instead proper front-end rendering #1005676Hi!
I could not log in (I get the error message “ERROR: The password you entered for the username XY is incorrect.”) however I’m sure these shortcodes are not added by our Enfold theme. The shortcodes all start with
[et_pb
which is not the prefix which we use for our shortcodes (we use av_).. A quick google search returns results which mention the page builder by Divi (i.e. https://www.relevanssi.com/knowledge-base/divi-page-builder-and-cleaner-excerpts/ ).
Please remove the Divi code from your homepage or activate the Divi page builder again to get rid of the shortcodes.
Regards,
PeterHi,
I’m sorry you’re not happy with my work but I read your question carefully and I couldn’t reproduce the issue you described on my desktop. I only noticed it between 480 and 767px screen width and I posted some code which (I believed) would solve your issue. You also added this code to the child theme:.html_header_top.html_header_sticky.html_large #header_main .container, .logo a, .logo img { height: 116px !important; max-height: 116px !important; line-height: 116px !important; }
which (at least on my pc) does not allow the logo to shrink to different sizes.
I’m sure this is another blabla answer for you but please create us an admin account and we’ll try to reproduce the issue on a test page (with and without slider).
Best regards,
DudeHi,
Maybe the issue is caused by a known bug in the themeforest api. To fix it use the theme editor (Appearance > Editor) and edit Enfold. Go to enfold/framework/php/auto-updates/ and open the class-pixelentity-theme-update.php file. Clear the entire file (remove the code) and copy the entire code from here https://pastebin.com/raw/epetJ1SG into the blank file. Afterwards save the file and the update should work.
You can also use ftp to update the file. Save the code from here: https://pastebin.com/raw/epetJ1SG to a file called class-pixelentity-theme-update.php. Then connect to your server via ftp, go to the directory wp-content/enfold/framework/php/auto-updates/ and overwrite the class-pixelentity-theme-update.php with the updated file you created before.
Best regards,
DudeHi,
Glad I could help you :)
Best regards,
DudeHi,
Maybe the issue is caused by a known bug in the themeforest api. To fix it use the theme editor (Appearance > Editor) and edit Enfold. Go to enfold/framework/php/auto-updates/ and open the class-pixelentity-theme-update.php file. Clear the entire file (remove the code) and copy the entire code from here https://pastebin.com/raw/epetJ1SG into the blank file. Afterwards save the file and the update should work.
You can also use ftp to update the file. Save the code from here: https://pastebin.com/raw/epetJ1SG to a file called class-pixelentity-theme-update.php. Then connect to your server via ftp, go to the directory wp-content/enfold/framework/php/auto-updates/ and overwrite the class-pixelentity-theme-update.php with the updated file you created before.
Best regards,
DudeHi,
Great, glad it works now :)
Best regards,
DudeHi,
I temporarily fixed it by replacing line 137 in enfold/config-templatebuilder/avia-template-builder/php/asset-manager.class.phpif($generated_files[$data['hash']] && $generated_files[$data['hash']] !== "error-generating-file")
with
if($generated_files[$data['hash']])
The detection if a file was generated successfully or not does not work properly on your server. We’ll look into it. If we can’t find a solution for your server we’ll probably add a filter to the detection function which enables you to bypass the detection. The file generation works flawlessly and the merged/compressed files are in the right folder and valid.
Best regards,
DudeSeptember 4, 2018 at 2:33 pm in reply to: Use of product slider in product page – Don't show current product #1005580Hey dimitrilpc,
I have not tested the code but you can try it with:
function ava_exclude_portfolio($query) { if (is_singular('product')) { $exclude = avia_get_the_ID(); $query->set( 'post__not_in', array($exclude) ); } } add_action('pre_get_posts', 'ava_exclude_portfolio');
Best regards,
DudeHi,
Ja, unsere anderen Themes sind schon wesentlich älter als Enfold und daher von den Spezifikation nicht mehr interessant für viele Nutzer. Enfold wird laufend weiterentwickelt und optimiert – damit wir hierfür genügend Ressourcen haben und auch nachhaltig arbeiten können (daher nicht immer wieder neue Themes veröffentlichen müssen, um “neue” Kunden zu gewinnen), haben wir uns entschieden, über längere Zeit nur noch Enfold weiter auszubauen und die “alten” Themes bestehen zu lassen und nur mit Sicherheitsupdates, etc. zu versorgen.
Enfold ist auf Performance und Suchmaschinen optimiert, wie sonst kein anderes Theme in unserem Portfolio, daher ist es auch das beliebteste Theme :)
LG,
PeterHi,
Can you please create me an admin account and I’ll look into it.
Best regards,
DudeHi,
Please use this css code to style the h3 in the sidebar:
#top #wrap_all .all_colors .sidebar h3.widgettitle{ font-size: 14px; }
and replace 14px with your custom font size.
Best regards,
DudeHi,
Thank you for the kind words :)
Best regards,
DudeSeptember 4, 2018 at 2:00 pm in reply to: Compatible plugin to customize Category & Product template #1005559Hi,
Great, glad I could help you :)
Best regards,
DudeHi,
Try to make the rule more specific and remove the !important like:
#top #wrap_all strong { color:#008000; }
Best regards,
DudeSeptember 4, 2018 at 1:57 pm in reply to: Avia Layout Architect don't work on a specific page #1005557Hey griddler,
Please create us an admin account and we’ll look into it.
Best regards,
DudeSeptember 4, 2018 at 1:56 pm in reply to: 'description' words in description tab in woocommerce. #1005555Hi,
Great, glad Victoria could help you :)
Best regards,
DudeHey Xinspirit,
I checked the products which are assigned to the “Secure Web Hosting” product category and you must set the “Catalog Visibility” to something different than “Hidden” (screenshot – see private data ). Otherwise WooCommerce won’t show these products on archive pages.
Best regards,
DudeHi,
Please create me an admin account and I’ll debug the code. Please make sure the theme file editor (Appearance > Editor) is not blocked.
Best regards,
DudeHey dalboslampen,
Sure – please add this code to the quick css field or child theme style.css file:
#top.page-id-4885 .main_color .av-timeline-nav a span { background-color: #000; }
and change the color value.
Best regards,
DudeHi,
Maybe the issue is caused by a known bug in the themeforest api. To fix it use the theme editor (Appearance > Editor) and edit Enfold. Go to enfold/framework/php/auto-updates/ and open the class-pixelentity-theme-update.php file. Clear the entire file (remove the code) and copy the entire code from here https://pastebin.com/raw/epetJ1SG into the blank file. Afterwards save the file and the update should work.
You can also use ftp to update the file. Save the code from here: https://pastebin.com/raw/epetJ1SG to a file called class-pixelentity-theme-update.php. Then connect to your server via ftp, go to the directory wp-content/enfold/framework/php/auto-updates/ and overwrite the class-pixelentity-theme-update.php with the updated file you created before.
Best regards,
DudeHi,
Nein wie eingangs ausgeführt, geht dies aufgrund der Lizenzvereinbarungen und -bestimmungen mit Envato/Themeforest nicht. Es besteht (auch technisch) für uns keine Möglichkeit derartige Mengenrabatte einzuräumen.
LG,
PeterHi,
Das Problem lag daran, dass der Standardcode des Kontaktformulars durch Code im Child Theme überschrieben wurde. Ich habe jetzt in der Child Theme functions.php Zeile 47:
if( ! class_exists( 'avia_form' ) ) {
durch
if( 1 == 2 && ! class_exists( 'avia_form' ) ) {
ersetzt, um diesen benutzerdefinierten Code “zu entfernen” und mit dem Standardcode funktioniert das Kontaktformular wieder. Es muss daher an Modifikationen dieses Codes in functions.php liegen.
LG,
PeterHey reyatmadi,
Please check if a plugin breaks your script. If it worked before it’s very likely a plugin script conflicts with your code.
If not please give us more details. Where can we find the code? How should it work? Where can/should we see the popup?
Best regards,
DudeHi,
Enfold is not fully translated to Spanish yet. We rely on user contributions and we’ve not received fully translated language files (po/mo files) from our community yet. You can use a plugin like Loco ( https://wordpress.org/plugins/loco-translate/ ) to translate the remaining text strings. We’re always happy to include updated language/translation files in upcoming theme updates.
Best regards,
Dude -
AuthorPosts