Viewing 30 results - 7,471 through 7,500 (of 244,422 total)
  • Author
    Search Results
  • #1452092
    thinkjarvis
    Participant

    Hi Guys,

    Quick question.

    Can you confirm which template files I need to edit for the following pages:

    WooCommerce Shop page
    WooCommerce Shop Category page
    WooCommerce Attribute Archive page

    Thanks in advance.

    #1452090

    Hey Aleksandra,

    Thank you for the inquiry.

    Have you tried selecting a different font? You can adjust this in the Enfold > General Styling > Fonts tab. You can also modify the default content font size for various screen sizes in the Typography tab.

    Best regards,
    Ismael

    #1452086

    In reply to: help please

    Hey Aubin,

    Thank you for the inquiry.

    1.) Please ask your hosting provider to create a site backup or restore point prior to changing your WordPress site’s URL from non-www to www. After creating a site backup, follow the steps below:

    – Log in to your WordPress admin dashboard.
    – Navigate to Settings > General.
    – Update the URLs:
    — In the “WordPress Address (URL)” field, change your URL from http://example.com to http://www.example.com.
    — In the “Site Address (URL)” field, change your URL from http://example.com to http://www.example.com.
    – Save Changes:
    — Scroll down and click the “Save Changes” button.
    – Update .htaccess File (optional but recommended for SEO and redirecting):
    — Access your website’s files via FTP or the hosting file manager.
    — Locate and edit the .htaccess file in your website’s root directory.
    — Add the following code to redirect non-www to www:
    `
    # Redirect non-www to www
    RewriteEngine On
    RewriteCond %{HTTP_HOST} ^example\.com [NC]
    RewriteRule ^(.*)$ http://www.example.com/$1 [L,R=301]
    `
    — Replace example.com with your actual domain name.
    – Clear Your Cache:
    — Clear your browser cache and any caching plugins you might be using.
    – Verify the Changes:
    — Check your website to ensure it loads correctly with the www prefix.
    – You may need to update the DNS records if necessary. Please ask your hosting provider about this before proceeding.

    2.) Are you using the WooCommerce plugin? The product page should have filter or sorting options by default if you’re using the plugin. Please check the documentation below for more info.

    3.) You will have to install a plugin such as WPML or Polylang in order to create a multilingual site or add a language switcher. Please check the links below:

    // https://wpml.org/documentation/theme-compatibility/enfold/
    // https://wpml.org/tutorials/2016/02/enfold-theme-and-wpml/

    If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.

    Thanks!

    Best regards,
    Ismael

    Hi,

    We adjusted the value of the Alternate Content Font Color in the Enfold > General Styling > Alternate Content tab. This change should also adjust the font color of the content in the promo box element.

    Best regards,
    Ismael

    #1452071
    nod
    Participant

    Hello Teacher,

    I have several questions

    2- How to add a filter page on each page ? I need to add a filter by name or price using enfold theme . How to do it please ?
    3- How to add a button of language ? button to choose between English or French language please

    Thanks for you answers

    #1452069

    Hi,
    I reviewed the other thread with the solution and see that they didn’t disable the X-Content-Type-Options “nosniff” they only changed it from being in the nginx http and https directives additional headers box in plesk apache and nginx settings but instead are in the htaccess file.
    Try asking your webhost to try this, the nosniff is still activate but in a different way. Perhaps they will understand this better and can adjust your server settings to suit.
    The theme can not make these changes to your server and thus can not correct the error that the web browser is having with the server.
    From our research there has only been three examples of this issue from the thousands of activate users using Enfold and the other two both found this code in their functions.php to solve:

    function custom_avf_post_css_create_file( $create ){
      return true;
    }
    add_filter( 'avf_post_css_create_file', 'custom_avf_post_css_create_file', 10, 1 );

    Best regards,
    Mike

    Eleina_Shinn
    Participant

    Hi, I have a client with an Enfold Website that cannot access the backend to edit a page, mainly the home page. I can’t seem to recreate the issue as I can access it, although it does load a bit weirdly. I de-activated all but two plugins: the coming soon page plugin and Yoast SEO, but that did not resolve anything and I wondered if you might have any suggestions.

    I will provide login credentials in private content and I thank you.

    Watch Video of what’s happening here, received from client.

    #1452056
    ScatmanAT
    Participant

    Hello,

    If I turn on my sidebar widget and add something to display on the right side, it displays towards the bottom of my page just above the footer. (Note the grey bar with the word “test”). Can someone please help me fix this.

    I’m using Enfold Child theme and running WP 6.5.4.

    Cheers,

    Craig

    #1452041

    Hi,

    Thanks for the update. Please try the following in Quick CSS under Enfold->General Styling:

    #footer .textwidget p {
      word-wrap: break-word;
    }

    Best regards,
    Rikard

    #1452026

    Topic: Demo won’t Install

    in forum Enfold
    rosiet5
    Participant

    Hello,
    I keep getting the following error when downloading a demo:

    "Download of files for demo *(whichever demo I try)* Demo didn't work!"
    You might want to try reloading the page and then try again.

    I am running the latest version of Enfold (5.7.1) and have disabled all plugins for troubleshooting. please can you advise?
    Login info in private content.
    Many thanks

    #1452007

    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

    #1451991

    Topic: Overlap Column

    in forum Enfold
    welswebmaster
    Participant

    Hi Enfold team,

    I’m trying to overlap a column into the columns below. I tried using z-index as Yigit stated here: https://kriesi.at/support/topic/z-index-overlapping-element/ but it doesn’t work for me.
    .hp-whats-new {
    z-index: 99 !important;
    }

    Please see private for page and creds.

    #1451976
    aleksandrab16
    Participant

    Hi,
    I’m trying to use default text styles to make it the easiest on my Enfold webpage. The texts on mobile and tablet get very narrow, centered and long, impossible to read. I have a few options on the webpage now, just to test (text columns, masonry, icon flipbox) but everything comes out alike.
    What is wrong?

    Thank you.
    My best,
    Aleksandra

    #1451970
    ausgesonnen
    Participant

    Hi Mike,
    I decided to open a new topic for this. Thanks for the last answer, it was helpful in another way but didn’t answer what i was looking for.
    I need some help with the masonry functionality. I am not sure if Enfold can actually do at all what I need.

    Please see this page:

    This page is fine as it is. However when I click on a picture I just want a series of images to open in a lightbox (NOT go to a new page, where the Menu at the top is lost).

    How can I achieve that?

    Best
    Petra

    #1451962

    Hi Ismael

    Thank you for your reply.
    If I disable the JavaScript file enfold/js/waypoints/waypoints.min.js to pass security software validation, will it cause any impact or errors on the website?

    Best regards,
    Morcept

    #1451961

    In reply to: Cant acces our account

    Hi,

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

    Best regards,
    Rikard

    #1451960

    In reply to: removing links

    Hi,

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

    Best regards,
    Rikard

    Hey jollyrogerd,

    Thank you for the inquiry.

    Have you tried setting the Enfold > Blog Layout > Single Post Options > Single Post Navigation settings to the third option (Loop post navigation)? Let us know if this works for you.

    Best regards,
    Ismael

    #1451914

    In reply to: icon filter

    Hey vbonora,

    Thank you for the inquiry.

    You can use the dropdown to sort the icons by family or set. The default set included in the theme is entypo-fontello, but it’s possible to add more sets using the Enfold > Import/Export > Iconfont Manager. You can also use the search field to search for icons by their name (e.g., mail, facebook, star), or use the same field to search by character code or Unicode. For more info, please check the links below:

    Using the Iconfont Manager:

    https://kriesi.at/documentation/enfold/icon/#adding-your-own-fontello-or-flaticon-icons-

    How to find the icon Unicode or character code:

    https://kriesi.at/documentation/enfold/icon/#how-to-find-the-icon-unicode

    Best regards,
    Ismael

    #1451911

    Hi Rikard,

    I apologize for the delay in replying to your message. I have translated the Chinese sections into English for your reference.

    Severity: Medium
    CVSS Rating: 5.3
    CVE::CVE-2007-3205
    URL:: https://ai.ntu.edu.tw/wp-content/themes/enfold/js/waypoints/waypoints.min.js
    Entity: PHP 7.4.33 (Component)
    Risk: Using outdated or vulnerable versions exposes your application to potential security vulnerabilities
    Cause: A vulnerable component was used in the test application.
    Fix: Upgrade components to latest stable version
    Testing requests and responses:
    GET /wp-content/themes/enfold/js/waypoints/waypoints.min.js?ver=5.6.8 HTTP/1.1
    Host: ai.ntu.edu.tw
    Connection: keep-alive
    sec-ch-ua: “Not)A;Brand”;v=”24″, “Chromium”;v=”116″
    sec-ch-ua-mobile: ?0
    User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36
    sec-ch-ua-platform: “Windows”
    Accept: */*
    Accept-Language: en-US
    Sec-Fetch-Site: same-origin
    Sec-Fetch-Mode: no-cors
    Sec-Fetch-Dest: script
    Referer: https://ai.ntu.edu.tw/
    Content-Length: 0
    HTTP/1.1 200 OK
    Date: Thu, 06 Jun 2024 01:35:51 GMT
    Server: Apache/2.4.59 (Unix) OpenSSL/3.3.0 PHP/7.4.33
    Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
    Last-Modified: Sat, 25 Feb 2023 10:52:11 GMT
    ETag: “2307-5f58409b68cc0”
    Accept-Ranges: bytes
    Content-Length: 8967
    Keep-Alive: timeout=5, max=100
    Connection: Keep-Alive
    Content-Type: application/javascript
    /*!
    Waypoints – 4.0.1
    Copyright © 2011-2016 Caleb Troughton
    Licensed under the MIT license.
    https://github.com/imakewebthings/waypoints/blob/master/licenses.txt
    */
    !function(){“use strict”;var t=0,e={};function i(o){if(!o)throw new Error(“No options passed to Waypoint
    constructor”);if(!o.element)throw new Error(“No element option passed to Waypoint constructor”);if(!o.handler)throw new
    Error(“No handler option passed to Waypoint constructor”);this.key=”waypoint-
    “+t,this.options=i.Adapter.extend({},i.defaults,o),this.element=this.options.element,this.adapter=new
    i.Adapter(this.element),this.callback=o.handler,this.axis=this.options.horizontal?”horizontal”:”vertical”,this.enabled=this
    .options.enabled,this.triggerPoint=null,this.group=i.Group.findOrCreate({name:this.options.group,axis:this.axis}),this.cont
    ext=i.Context.findOrCreateByElement(this.options.context),i.offsetAliases[this.options.offset]&&
    (this.options.offset=i.offsetAliases[this.options.offset]),this.group.add(this),this.context.add(this),e[this.key]=this,t+=
    1}i.prototype.queueTrigger=function(t){this.group.queueTrigger(this,t)},i.prototype.trigger=function(t)
    {this.enabled&&this.callback&&this.callback.apply(this,t)},i.prototype.destroy=function()
    {this.context.remove(this),this.group.remove(this),delete e[this.key]},i.prototype.disable=function(){return
    this.enabled=!1,this},i.prototype.enable=function(){return
    this.context.refresh(),this.enabled=!0,this},i.prototype.next=function(){return
    this.group.next(this)},i.prototype.previous=function(){return this.group.previous(this)},i.invokeAll=function(t){var i=
    [];for(var o in e)i.push(e[o]);for(var n=0,r=i.length;n<r;n++)i[n][t]()},i.destroyAll=function()
    {i.invokeAll(“destroy”)},i.disableAll=function(){i.invokeAll(“disable”)},i.enableAll=function(){for(var t in
    i.Context.refreshAll(),e)e[t].enabled=!0;return this},i.refreshAll=function()
    {i.Context.refreshAll()},i.viewportHeight=function(){return
    window.innerHeight||document.documentElement.clientHeight},i.viewportWidth=function(){return
    document.documentElement.clientWidth},i.adapters=[],i.defaults=

    {context:window,continuous:!0,enabled:!0,group:”default”,horizontal:!1,offset:0},i.offsetAliases={“bottom-in-
    view”:function(){return this.context.innerHeight()-this.adapter.outerHeight()},”right-in-view”:function(){return this.context.innerWidth()-this.adapter.outerWidth()}},window.Waypoint=i}(),function(){“use strict”;function t(t)
    {window.setTimeout(t,1e3/60)}var e=0,i={},o=window.Waypoint,n=window.onload;function r(t)
    {this.element=t,this.Adapter=o.Adapter,this.adapter=new this.Adapter(t),this.key=”waypoint-context-
    “+e,this.didScroll=!1,this.didResize=!1,this.oldScroll=
    {x:this.adapter.scrollLeft(),y:this.adapter.scrollTop()},this.waypoints={vertical:{},horizontal:
    {}},t.waypointContextKey=this.key,i[t.waypointContextKey]=this,e+=1,o.windowContext||
    (o.windowContext=!0,o.windowContext=new
    r(window)),this.createThrottledScrollHandler(),this.createThrottledResizeHandler()}r.prototype.add=function(t){var
    e=t.options.horizontal?”horizontal”:”vertical”;this.waypoints[e][t.key]=t,this.refresh()},r.prototype.checkEmpty=function()
    {var
    t=this.Adapter.isEmptyObject(this.waypoints.horizontal),e=this.Adapter.isEmptyObject(this.waypoints.vertical),o=this.elemen
    t==this.element.window;t&&e&&!o&&(this.adapter.off(“.waypoints”),delete
    i[this.key])},r.prototype.createThrottledResizeHandler=function(){var t=this;function e()
    {t.handleResize(),t.didResize=!1}this.adapter.on(“resize.waypoints”,(function(){t.didResize||
    (t.didResize=!0,o.requestAnimationFrame(e))}))},r.prototype.createThrottledScrollHandler=function(){var t=this;function e()
    {t.handleScroll(),t.didScroll=!1}this.adapter.on(“scroll.waypoints”,(function(){t.didScroll&&!o.isTouch||
    (t.didScroll=!0,o.requestAnimationFrame(e))}))},r.prototype.handleResize=function()
    {o.Context.refreshAll()},r.prototype.handleScroll=function(){var t={},e={horizontal:
    {newScroll:this.adapter.scrollLeft(),oldScroll:this.oldScroll.x,forward:”right”,backward:”left”},vertical:
    {newScroll:this.adapter.scrollTop(),oldScroll:this.oldScroll.y,forwar


    Thank you for your help!

    Best regards,
    Morcept

    jollyrogerd
    Participant

    I am trying to program posts and portfolio navigation so they are reversed, locked down to the same category and loop around back to the beginning. I have been able to accomplish the first two, but I can’t get the navigation to loop back to the beginning for either. Any thoughts on what I should add to this code?

    /**
     * previous and next in same portfolio category & reverse
     */
    add_filter( 'avia_post_nav_entries', 'enfold_customization_postnav', 10, 2); 
    function enfold_customization_postnav($entries, $settings)
    {
    	if($settings['type'] == 'portfolio')
    	{
    		$settings['same_category'] = true;
    
    		$entries['prev'] = get_previous_post($settings['same_category'], $settings['excluded_terms'], $settings['taxonomy']);
    		$entries['next'] = get_next_post($settings['same_category'], $settings['excluded_terms'], $settings['taxonomy']);
    	}
    
        return $entries;
    }
    
    /**
     * previous and next opposite order posts & reverse
     */
    add_filter( 'avf_post_nav_entries', 'avf_post_nav_entries_mod_reverse', 10, 3);
    function avf_post_nav_entries_mod_reverse($entries, $settings, $queried_entries)
    {
        $settings['same_category'] = true;
        $entries['prev'] = get_next_post($settings['same_category'], $settings['excluded_terms'], $settings['taxonomy']); 
        $entries['next'] = get_previous_post($settings['same_category'], $settings['excluded_terms'], $settings['taxonomy']);
    
        return $entries;
    }
    
    #1451904

    In reply to: social sharing

    Hi,
    Strong is <strong> ... </strong>
    Glad we were able to help and thanks for sharing your solution, 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

    #1451892

    In reply to: Privacy policy button

    Hey Meetx,
    Did you see the option at Enfold Theme Options ▸ Cookie Consent ▸ Show advanced options ▸ Show reopen badge?
    Enfold Support 6119
    Please give this a try.

    Best regards,
    Mike

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

    #1451887
    LesleyJean
    Participant

    We have installed and activated the EventOn plugin. It is not functioning properly. I reached out to the maker of the plugin and they say it is a conflict with Avia (Enfold). Links in the private content area.

    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

    #1451877

    Hi Matthias,

    Unfortunately, you cannot download the latest version of Enfold without having an access to the ThemeForest account that was used when purchasing the license. If you don’t have an access to this account, you’d need to purchase a new license.

    After getting a license, you can download the latest version of Enfold from the Downloads page ( https://themeforest.net/downloads ) and install it in the WordPress admin panel > Appearance > Themes > Add New Theme.

    I hope this helps!

    Regards,
    Yigit

    Matthias
    Guest

    Hi,
    I am sorry to contact you but I’ve recently taken the webmastering of a client, because his old webmaster is no more able to continue.

    I’ve seen that he use the theme ENFOLD since many years, but the theme is outdated (Version : 4.3.2).
    I don’t have the themeforest or key access.

    How can I make to update the theme?
    Did I need to buy a new licence if I don’t find the old access?

    Regards,
    Matthias

    #1451867

    In reply to: Two Languages

    Hey Verena,

    Yes it is, Enfold is compatible with WPML.

    Best regards,
    Rikard

    • This reply was modified 1 year, 9 months ago by Rikard.
    #1451866

    Hi,

    Thanks for letting us know. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 30 results - 7,471 through 7,500 (of 244,422 total)