Forum Replies Created

Viewing 30 posts - 751 through 780 (of 9,352 total)
  • Author
    Posts
  • in reply to: PROBLEMS WITH FULL WIDTH SLIDER #1005923

    Hi,

    Ok, I’ll leave the thread open and wait for the login credentials.

    Best regards,
    Dude

    in reply to: Google Webmaster Tools 500 Errors #1005916

    Hi,

    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,
    Dude

    in reply to: Enfold Tabs #1005912

    Hey 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,
    Dude

    in reply to: Update problem #1005907

    Hi,

    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,
    Dude

    in reply to: Scroll To Top – change window_offset #1005902

    Hi,

    I tried to log in but I get the error message “ERROR: Invalid username. Lost your password?”. Please check the login credentials.

    Best regards,
    Dude

    in reply to: HTTPS-Problem…. Site is not save?! #1005901

    Hey 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,
    Dude

    Hi!

    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,
    Peter

    in reply to: PROBLEMS WITH FULL WIDTH SLIDER #1005637

    Hi,
    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,
    Dude

    in reply to: Avia Layout Builder NOT responding #1005623

    Hi,

    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,
    Dude

    in reply to: Category – products not shown #1005616

    Hi,

    Glad I could help you :)

    Best regards,
    Dude

    in reply to: Update from version Enfold v3.1.5 to v4.4 #1005608

    Hi,

    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,
    Dude

    in reply to: Pdfs not found #1005602

    Hi,

    Great, glad it works now :)

    Best regards,
    Dude

    in reply to: performance compression not working #1005598

    Hi,
    I temporarily fixed it by replacing line 137 in enfold/config-templatebuilder/avia-template-builder/php/asset-manager.class.php

    
    if($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,
    Dude

    Hey 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,
    Dude

    in reply to: Mehrere Lizenzen #1005578

    Hi,

    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,
    Peter

    in reply to: Scroll To Top – change window_offset #1005570

    Hi,

    Can you please create me an admin account and I’ll look into it.

    Best regards,
    Dude

    in reply to: Change size's Title sidebar #1005561

    Hi,

    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,
    Dude

    in reply to: Issue with theme update ENFOLD #1005560

    Hi,

    Thank you for the kind words :)

    Best regards,
    Dude

    in reply to: Compatible plugin to customize Category & Product template #1005559

    Hi,

    Great, glad I could help you :)

    Best regards,
    Dude

    in reply to: install child theme with an existing site #1005558

    Hi,

    Try to make the rule more specific and remove the !important like:

    
    #top #wrap_all strong {
    color:#008000;
    } 
    

    Best regards,
    Dude

    in reply to: Avia Layout Architect don't work on a specific page #1005557

    Hey griddler,

    Please create us an admin account and we’ll look into it.

    Best regards,
    Dude

    in reply to: 'description' words in description tab in woocommerce. #1005555

    Hi,

    Great, glad Victoria could help you :)

    Best regards,
    Dude

    in reply to: Category – products not shown #1005554

    Hey 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,
    Dude

    in reply to: Exclude specific script from merging. #1005548

    Hi,

    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,
    Dude

    in reply to: Timeline custom CSS #1005537

    Hey 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,
    Dude

    in reply to: Update Enfold 4.4 #1005517

    Hi,

    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,
    Dude

    in reply to: Mehrere Lizenzen #1005511

    Hi,

    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,
    Peter

    in reply to: Problem with Form / Probleme mit Formular #1005508

    Hi,

    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,
    Peter

    in reply to: Custom script in missing or not working #1005492

    Hey 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,
    Dude

    in reply to: Issue with theme update ENFOLD #1005489

    Hi,

    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

Viewing 30 posts - 751 through 780 (of 9,352 total)