Viewing 30 results - 2,641 through 2,670 (of 7,495 total)
  • Author
    Search Results
  • #1013951

    Topic: Error

    in forum Enfold
    origmedia
    Participant

    I just got another license of this theme. This is the first time I am getting this error at http://iphonevideoshortcut.com/
    This is the App Demo

    Warning: include(/home/iphonevideoshort/public_html/wp-content/uploads/avia_fonts/Flaticon/charmap.php): failed to open stream: No such file or directory in /home/iphonevideoshort/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/font-manager.class.php on line 469

    Warning: include(): Failed opening ‘/home/iphonevideoshort/public_html/wp-content/uploads/avia_fonts/Flaticon/charmap.php’ for inclusion (include_path=’.:/opt/php54/lib/php’) in /home/iphonevideoshort/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/font-manager.class.php on line 469

    I searched the forum and tried looking for a duplicate but could not find it.

    Thanks.

    Hey Marc,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 767px) {
        .responsive #top .av_header_transparency.av_alternate_logo_active .logo a > img {
            opacity: 0;
        }
        .responsive #top .av_header_transparency .logo img.alternate {
            display: block;
            opacity: 1;
        }
        .av_header_transparency #menu-item-search {
            color: #fff;
        }
         .av_header_transparency .av-burger-menu-main.menu-item-avia-special .av-hamburger .av-hamburger-inner,
         .av_header_transparency .av-burger-menu-main.menu-item-avia-special .av-hamburger .av-hamburger-inner:before,
         .av_header_transparency .av-burger-menu-main.menu-item-avia-special .av-hamburger .av-hamburger-inner:after {
            background-color: #fff;
         }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1013667
    Juli
    Guest

    Dear Kriesi-Support-Team,

    I am searching for a theme where I can set a focal point in an image. When I upload an image (e.g. fixed in the colour section) with a subject that is not in the centre of the frame, the subject gets removed due to resizing on different screens. I need to be able to set the focal point so that I can choose a certain part of the image to remain in the frame when resizing. Is this possible with Enfold or another of your themes?

    Thank you in advance! Best regards,
    Juli

    Marc
    Participant

    Hello together,

    On desktop devices, I am using the glassy and sticky menu and wanted to do so on mobile devices as well.
    Therefore, I used the two code snippets from your documentation:

    https://kriesi.at/documentation/enfold/header/#transparent-header-on-mobile

    /* Transparent header on mobile */
     @media only screen and (max-width: 767px) { 
    #top #wrap_all .av_header_transparency, 
    .av_header_transparency #advanced_menu_toggle {
      background: transparent!important;
      position: absolute!important;
    }}

    https://kriesi.at/documentation/enfold/header/#sticky-header-on-mobile

    /* Sticky header on mobile */
    @media only screen and (max-width: 767px) {
      .responsive #top #main {
        /* Margin top value should be equal to header height*/
        margin-top: 180px;
      }
      .responsive #top #wrap_all #header {
        position: fixed;
      }
    }

    On desktop devices, the menu displays a different logo and a different font-color whenever the glassy menu is active. On mobile it does not.

    How do I apply the transparency logo and the white font-color (search icon & burger menu) on the glassy mobile menu?

    PS: I had to remove the margin-top from the sticky code snippet or otherwise an ugly bar would have been shown underneath the glassy mobile menu. Maybe this could be noted within your documentation as well.

    Best regards,
    Marc

    #1013155

    Hi,
    I can understand your frustration but I do not consider this a popular combination. Popular plugins (which we support) are WooCommerce, BBPress, Yoast SEO, etc. If I search our Enfold forum with over 686,340 posts I get less then 50 relevant posts, around 20 of them are part of this thread. All page builders (Enfold’s ALB or Thrive Architect Builder) are very complex, hard to debug and even harder to debug if you’re not familiar with the code. It’s a question of time and resources on both sides and I do not consider this as finger pointing – the question is where to set the priority.

    That said – when I find some spare time I’ll contact the plugin developers and ask them to send me a copy (we can send them a copy of Enfold too btw). Maybe I’m lucky and can find the culprit.

    One possible reason I can think of could be a missing media script – this script is deactivated by default since Enfold 4.4.x (to increase the loading performance). You can activate it again by adding this code to your child theme functions.php:

    
    add_filter( 'avf_enqueue_wp_mediaelement', 'avia_always_load_mediaelement', 10, 2);
    function avia_always_load_mediaelement($condition, $options)
    {
    	$condition = true;
    	return $condition;
    }
    

    You also need to modify the functions.php file of the parent theme – this customization won’t be necessary with the next theme update. Open up enfold/functions.php and replace:

    
    $condition  = !( isset($options['disable_mediaelement']) && $options['disable_mediaelement'] == "disable_mediaelement" ) && av_video_assets_required();
    

    with

    
    $condition  = !( isset($options['disable_mediaelement']) && $options['disable_mediaelement'] == "disable_mediaelement" ) && av_video_assets_required();
    		$condition = apply_filters( 'avf_enqueue_wp_mediaelement', $condition, $options );
    

    Best regards,
    Peter

    #1012927

    What do you mean? My original start of the thread had the details..

    “I have a iHomeFinder shortcode I am using on the homepage (top of the homepage) to display an area map with a form field above that. You should be able to search an area which will autocomplete when typing. This does not work with the newest enfold theme (not sure about other versions) but works when switching to a default theme.”

    #1012868
    beenee
    Participant

    Hi ya,
    I had some modifications done with your friendly and competent support on the theme for my customers.
    However, when I scroll down the page, the logo jumps as you can see when trying. Also the main menu color is black when all the way up, when scrolling down it changes to the right color: #574b41
    How would I stop the logo from jumping and how would the menu have the color #574b41 for good?
    Could you help please?
    My styles.css :

    /*
    Theme Name: PLP Enfold Child
    Description: Enfold Child
    Version: 1.0
    Author: Stefan B.
    Author URI: http://kriesi.at
    Template: enfold
    */
    
    #top .av_header_glassy.av_header_transparency .social_bookmarks li, #top .av_header_glassy.av_header_transparency .social_bookmarks li a {
        border-color: rgba(255,255,255,0.25);
        color: #574b41;
    }
    
    #top .av_header_transparency #header_meta {
        background: #ffffff;
        box-shadow: none;
        border-bottom: 1px solid rgba(255,255,255,0.25);
    }
    
    #top .av_header_glassy.av_header_transparency .header_bg {
        background-color: #fff;
        opacity: 0.6;
        filter: alpha(opacity=60);
    }
    
    #top .fullsize .template-blog .post .entry-content-wrapper > *,#top .fullsize .template-blog .post .entry-content-wrapper {
        max-width: 1300px;
    }
    
    .header_color .header_bg {
      background-color: #e1f5f4;
      font-size: 18px !important;
      color: #574b41 !important;
      opacity: 0.5;
      filter: alpha(opacity=50);
    }
    
    /* CSS - Widget border */
    
    span.news-thumb {
      display:none !important;
    }
    
    .hr.hr-short.hr-center.side-bar {
    margin: 0px !important;
    }
    .hr-short.side-bar .hr-inner {
        width: 90% !important; 
        left: 15% !important; 
    }
    
    #menu-item-search {
    display: none;
    }
    
    @media only screen and (min-width: 768px) {
       .av_secondary_right .sub_menu {
          padding-right: 160px;
      }
    }
      .av_phone_active_left .phone-info {
          position: absolute;
          right: 0;
          float: none;
          padding: 0;
      }
      .av_phone_active_left .phone-info #searchform #searchsubmit {
          font-size: 13px;
          width: 30px;
          line-height: 30px;
      }
      #top .av_minimal_header #s {
          padding: 9px 47px 9px 7px;
      }
    
    #top .isotope-item {
    padding-right: 5px;
    }
    
    .news-time { display: none; }
    
    .plp-phone .iconbox_icon:before { visibility: hidden !important; }
    .plp-phone .iconbox_icon { background: url(https://dev.plp-group.com/wp-content/uploads/2018/09/phone.png) !important; background-size: contain !important; background-repeat: no-repeat !important; background-position: 50% 50% !important; }
    
    .sidebar, .sidebar_right {
       min-height: calc(100vh - 250px)!important;
    }
    

    and my quick .css:

    /*iconbox start */
    
    .plp-iconbox {
    position: relative;
    background-image: url('https://dev.plp-group.com/wp-content/uploads/2018/09/arrowbox.png')!important;
      height: 181px; 
      background-position: center; 
      background-repeat: no-repeat;
      background-size: cover;
    font-size: 10px !important;
    }
    .main_color.iconbox_top .iconbox_content {
    background-color: transparent!important;
    box-shadow:none!important;
    
    }
    
    .clickme:hover {
    cursor: pointer;
    }
    
    .plp-iconbox:hover {
    background-image: url('http://dev.plp-group.com/wp-content/uploads/2018/09/arrowbox_mo.png')!important;
      height: 181px; 
      background-position: center; 
      background-repeat: no-repeat;
      background-size: cover;
    }
    
    #after_full_slider_1 .iconbox_top .iconbox_icon {
        top: 15px;
    }
    #after_full_slider_1 .iconbox_top .iconbox_content {
        padding: 80px 20px 20px 20px;
    }
    
    .plp_noiconbox  {
    position: relative;
    background-image: url('http://dev.plp-group.com/wp-content/uploads/2018/09/arrowbox_wd-1.png')!important;
      height: 190px !important; 
      width: 347px !important;
      background-position: center; 
      background-repeat: no-repeat;
      background-size: cover;
    font-size: 10px !important;
    }
    .plp_noiconboxact  {
    position: relative;
    background-image: url('http://dev.plp-group.com/wp-content/uploads/2018/09/arrowbox_wd_act.png')!important;
      height: 190px !important; 
      width: 347px !important;
      background-position: center; 
      background-repeat: no-repeat;
      background-size: cover;
    font-size: 10px !important;
    }
    
    .plp_noiconbox:hover {
    background-image: url('http://dev.plp-group.com/wp-content/uploads/2018/09/arrowbox_wd_mo-1.png')!important;
      height: 190px !important; 
      width: 347px !important;
      background-position: center; 
      background-repeat: no-repeat;
      background-size: cover;
    font-size: 10px !important;
    }
    #top.page-id-234 .iconbox_top .iconbox_icon {
      display: none;
    }
    .page-id-494 .iconbox_top .iconbox_icon, .page-id-234 .iconbox_top .iconbox_icon, .page-id-502 .iconbox_top .iconbox_icon, .page-id-510 .iconbox_top .iconbox_icon {
        display: none;
    }
    
    .clickme:hover {
    cursor: pointer;
    
    }
    
    .plp_noiconboxm {
    background-image: url('http://dev.plp-group.com/wp-content/uploads/2018/09/arrowbox_wd_mo.png')!important;
      height: 190px !important; 
      width: 347px !important;
      background-position: center; 
      background-repeat: no-repeat;
      background-size: cover;
    
    }
    
    .plp_noiconboxv {
    background-image: url('http://dev.plp-group.com/wp-content/uploads/2018/09/arrowbox_wd_mo.png')!important;
      height: 190px !important; 
      width: 347px !important;
      background-position: center; 
      background-repeat: no-repeat;
      background-size: cover;
    }
    .plp_noiconboxp {
    background-image: url('http://dev.plp-group.com/wp-content/uploads/2018/09/arrowbox_wd_mo.png')!important;
      height: 190px !important; 
      width: 347px !important;
      background-position: center; 
      background-repeat: no-repeat;
      background-size: cover;
    }
    
    h3.iconbox_content_title {
    font-size: 16px!important;
    }
    
    /*iconbox end */
    
    #top #avia-menu > li > a:hover {
        background: transparent !important;
        text-decoration: underline;
    }
    
    #top #avia-menu > li > a:hover span.avia-menu-text {
        color: #574b41 !important;
    }
    
    .sidebar_tab .tab_titles {
        max-width: 250px;
    }
    .js_active .tab {
      font-size: 1em;
    }
    .sidebar_tab .tab_content {
        min-height: 100px !important;
    
    }
    
    /*accordion start*/
    
    .aviaccordion-active-slide .aviaccordion-preview { width: 100% !important; }
    h3.aviaccordion-title {
      color: #584b42!important;
    background-color: #e1f5f4;
    }
    
    #top .aviaccordion-excerpt {
    color: #ffffff!important;
    margin-left: 120%!important;
    width: 300px!important;
    }
    
    #top .aviaccordion-title {
    color: #584b42!important;
    margin-top: 50%!important;
    }
    /*accordion end*/
    
    

    I can’t spot the black…?!? …and yes I will combine them in styles.css, when I’m done editing.
    Thanks for all the help!
    Stefan

    • This topic was modified 7 years, 6 months ago by Rikard.
    #1012716

    Hi,
    1) The po file is the readable version of the translation but wordpress can’t interpret it. You can use a plugin like loco ( https://wordpress.org/plugins/loco-translate/ ) or a desktop software like Poedit ( https://poedit.net/ ) to edit the po file. Then click save and the plugin/Poedit should generate two files. One file is the (readable) version with the file extension .po, the other file is a compiled version of the translation with the extension .mo. You need to upload both files to the wp-content/themes/enfold/lang/ folder – i.e. for German upload the files de_DE.po and de_DE.mo). Both files are important because you can’t edit the mo directly but you need the po file to make changes to your translations. However wordpress requires the mo file to embed the translated text strings into your website.

    2) You can add custom code to the plugin code I posted above – just add it to the very bottom.

    If I would like to make some changes in different areas – I would have to correctly indicate the right section of code. Am I right?

    Yes Enfold offers many actions and filters (see https://www.wpbeginner.com/glossary/filter/ and https://www.wpbeginner.com/glossary/action/ ) which can be used to modify or extend the theme code. The filters are documented here: https://kriesi.at/documentation/enfold/hooks-and-filters/ – if you search for them (in the forum) you’ll find sample code snippets for most of them.

    Best regards,
    Peter

    bellard
    Participant

    I have done this with another theme (Weaver II) along time ago and I’m trying to do the very some thing with Enfold. I have a site that is HTML and I just want to use the one page restaurant demo for an event. I have the demo edited and set to go and have FTP it to the online server, in a subfolder. But every time I try to access the page:

    http://www.sfrcsonora.com/wineride
    (wineride is the subfolder containing the WordPress and Enfold theme)

    The following happens, the URL changes to: http://www.sfrcsonora.com:8888/wineride
    and of course the page cannot be found.

    My .htaccess file is the following:
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /wineride/
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /wineride/index.php [L]
    </IfModule>

    # END WordPress

    RewriteEngine On
    RewriteCond %{REQUEST_URI} !^/wp-admin [NC]
    RewriteCond %{QUERY_STRING} author=\d
    RewriteRule ^ /? [L,R=301]

    I did add the following lines to the wp-config.php file:
    define(‘WP_HOME’,’http://example.com&#8217;);
    define(‘WP_SITEURL’,’http://example.com&#8217;);

    The page came up but was broken.
    I cannot login either, the login page comes up but when you select the login button:
    http://com.sfrc.mamp:8888/wp-login.php
    It tries to go to my local server login.

    I have done a search and replace so that it uses the online server information with the application “Search Replace DB” version 3.1.0.

    I do have this setup working with another theme: http://www.justapieceofcloth.com/cistudios_wp/

    Thanks for any and all help,

    David

    oldsportbiker
    Participant

    I’ve searched for PHP or shortcode examples to retrieve latitude and longitude values while passing a valid address but I’ve not found any examples. I’ve entered a working API key into Enfold but need to get lat and lng values to make my backend work.

    #1012418

    In reply to: wp-db.php error

    Hello , ignore my previous message , i purposely install a wordpress in a seperate fresh server, which the details is :
    my php limit had set to 516M , server php version is 7.0 , wordpress version is Version 4.9.8 .
    while installing the latest Enfold theme , it pop up a message error ,
    Warning: Error while sending QUERY packet. PID=2844054 in /home/demo/public_html/halabo/wp-includes/wp-db.php on line 1924

    how to solve that ? seriously we are not hardcore programmer , if yes we would not buy your theme already in the first place , it create so many problem after your updates , as i run tru the forum, and it does not made any significant progress on this issue as i see it . so … it is disappointing to see because if you search my name on themeforest, i am a supporter since themeforest started , so many years of hardwork you had grow , dun let us down. thanks

    because i had been trying lots of time re-installing , checking , read tru the forum , all thats does not help . This error will be causing the following problem , which is demo import fail on importing images ….

    #1012342
    sublime5o
    Participant

    I have a iHomeFinder shortcode I am using on the homepage to display an area map with a form field above that you should be able to search an area which will autocomplete when typing. This does not work with the newest enfold theme (not sure about other versions) but works when switching to a default theme.

    I have checked with iHomeFinder and they said to contact you.

    #1012250

    In reply to: Theme Enfold

    Mohammed
    Guest

    Dear Yigit,

    I tried to find and Visited Evato Market Website but i was not able to find the “Enfold theme” in the search.so please let me know the link to search for the Theme so i can get the Purchasing code as required from you website for the registration.

    BR,
    Mohammed

    #1012083

    In reply to: Update problem

    They are in the wp-content/plugins/ folder. There you will see the content of the Plugins you have installed.

    Keep in mind it is best to have as few plugins installed as possible. Enfold is a fantastic theme because it requires so few plugins to be installed. IT pretty much does most of the heavy lifting. I’m not saying you, but many people tend to not let their theme do the work for them. They hope and search for “an easier way” to do this or that. This tends to cause weird issues that take forever to figure out. I recall a bug that was in a software that I was testing that require 64 specific actions to happen before the bug would cause a problem. You would think, Oh well that’s no big deal. Except that the bug wiped the database for that software. AKA, you lost everything if you did those 64 things in a row.

    With that in mind, look also at your basics. Make sure you are on the correct version of PHP on the server. Make sure that the server you’r on is not a Windows server. If you use shared hosting, have your service provider run a scan for malware on the whole server. Try everything you can think of.

    Although you feel that Kriesi isn’t giving you the support you need, remember that what I have seen, as limited as that is, you seem to be the only person that has this issue after taking the steps suggested. That says to me that you have to look at what is unique about your site at this level.

    One issue I ran into recently was that a client of mine had a weird issue with Enfold not rendering images properly. What fixed this issue was to uninstall the theme that they were using before we upgraded them to Enfold. By uninstalling that theme from the system and then manually making sure the folder was gone the problem was resolve. Something in their code from at least 4-5 years ago crated a conflict. When the theme was rendered only as inactive, that bit of code didn’t let go. It had to be removed from the database.

    In short, Backup the entire site as it is today, then uninstall anything you don’t absolutely need. Then reinstall the Enfold Update. I bet Hanna would be willing to help. ;-)

    • This reply was modified 7 years, 6 months ago by MichaelAlbany.
    #1011834

    In reply to: Iconbox href whole box

    That is for inserting the search form by adding shortcode [avia_search] for example to copyright notice or header_meta etc.

    The code should work! – if you gave to your icon-box the custom-class : clickable
    ( in the custom-class input-field insert without dot ! – so not .clickable )

    if you got the merging on Enfold / Performace on ! – you maybe have to refresh the css and scripts.

    #1011361

    In reply to: woocommerce and update

    Hey Pim Zwager,
    You can install woocommerce on your site easily by searching for it in the “Add New” option under Plugins.
    There are many options when setting up woocommerce, so please review this video created by a fan on Enfold, it shows how to set it up, step-by-step: https://youtu.be/V00AZ90fC7w

    Please ask your developer for your license key, all or our sales and license keys are managed by Theme Forest and we don’t have access to them, nor can we issue new ones.
    If you can not reach your developer, you could try contacting Theme Forest and explain your situation, but I’m certain you will need to buy a new license.
    The good news is if you do buy a license you will also get 6 months of support on our forum, I recommend upgrading to 12 months of support, it’s only a little more and I’m certain you will find our support a great value.

    Best regards,
    Mike

    #1010801
    timahe
    Participant

    Hi,

    I read your topic here

    but I am not sure if there i an orderby option which will work out for my needs.
    What I am searching for is a completely custom sort order, so I can say put this post on first position, this on second etc.
    I attach site and order in private content.

    Thanks!!

    #1010537

    Found it via google search. For those looking for this feature, you choose Enfold Latest News widget and drag it into a widget area. For me, I created a custom widget for each category, then put an Enfold Latest News in each, selecting the appropriate category for each custom widget area. As only 20 items can be shown for each Latest News widget, I don’t know what to do when I have more posts in that area.

    Can the Enfold author, etc. address how to allow for more than 20 articles to be shown?

    Thanks!
    Jon

    #1010381

    Hi,
    Oh I see, I didn’t catch that you were working with custom post types.
    I tested your function above on my localhost, but it didn’t work for me even though I changed is_singular(‘diskuter’)
    to is_single(‘3401’) but it clearly is working for you.
    So I tried researching this further and found this post in our documentation that sets the transparent header as a default header style for all pages and posts. Perhaps seeing this function will offer some clues for your issue: Please see this function
    Looking at enfold-functions.php on line 814 I see this line that maybe the function you need to add to yours:

    $header['header_transparency'] .= ' header_scrolldown';

    For changing the logo on scroll, please look at line 110: \enfold\includes\helper-main-menu.php

    $headerS['header_replacement_logo']

    I also found that the classes that are added and removed in the header for transparency, sticky, & header size on scroll are done so with this script: \enfold\js\avia-snippet-sticky-header.js

    *side note – This is a post on setting the header position

    Best regards,
    Mike

    #1010349
    fisherman
    Participant

    Hi, I implemented a solution to have a Pinterest icon appear on all images of my site, which can be clicked and have the image pinned on pinterest.
    However, I can’t get it working on post featured images, because of Enfold’s default link to the image itself.
    Searching the forum, I found this, but it’s of no help, since it disables all pointer events on the featured image, including my pinterest overlay and link:
    .blog .big-preview.single-big { pointer-events: none; }
    So I need another solution (without changing core Enfold files) please.
    Here is a page on the site, notice how the pinterest button appears on all post images, except the featured image.

    Is there a hook or something to disable Enfold’s featured image link?
    Thanks,
    Tom

    #1010103

    Hey Steph!

    Do you mean the preloader? You can deactivate it in the theme options panel (Enfold > Theme Options and search for the “Page Preloading” checkbox)

    Regards,
    Peter

    #1010096

    In reply to: Enfold Search

    Hi,

    Enfold uses the standard wordpress search for the search query. If you want to enhance the search algorithm you can use a plugin like Relevanssi. Out of the box it works with the standard search form but not with the ajax preview (search results which fade in below the search box). However this post: https://kriesi.at/support/topic/is-there-a-searchbar-working-togehter-with-woocommerce/#post-990568 will help you to use Relevanssi (or another search plugin) with the Enfold ajax preview search results too.

    Best regards,
    Peter

    #1009824

    Topic: Enfold Search

    in forum Enfold
    grundin
    Participant

    Hi there,

    Is there any filter avilable to update enfold search box sql query?

    I want to include few woo commerce fields in the search.

    Any help will be highly appriciated.

    Thanks!

    #1009815

    Okay, just saw other posts in german, but I’ll translate.

    I have a problem with the search results page. The website is translated from german to englisch with WPML, the search is customized with the Relevanssi Plugin. This is working fine in german.

    But the englisch search results page is broken, there are missing many stylesheets, compared to the German page. I posted the link to the page in the private content.

    An other website, also with this constellation, works fine even in englisch. The only difference is, that the working page has enfold 4.3, and on the broken page, I updatet last week to 4.4.1. Unfortunately, I don’t know if the results page worked in english before, but I think so.

    Why is it that there is so much missing in the head area on the page?

    #1009812
    foxvendetta
    Participant

    Hi,
    After updating Enfold to the latest version, the thumbnails on single post pages are appearing stretched and blurry. Before the update, the featured image would display at 100% of what ever the image size is.

    This only seems to be happening to featured images. Thumbnails in other areas of the site are working normally.
    I have searched for solutions here in the forum but the ones I have found are woocommerce related, but woocommerce is not installed on this site.

    I think this is happening because the featured image setting is : featured: 1500×430 pixels (cropped to fit).
    How can I make it so that the thumbnails displayed are set at 100% of the original image dimensions instead of stretching them?

    Thank you.

    #1009586
    challandart
    Participant

    Hi!
    When I press the search button of my site the theme gives me an error:
    Warning: include(/membri/challandart/wp-content/uploads/avia_fonts/lifestyles/charmap.php): failed to open stream: No such file or directory in /membri/challandart/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/font-manager.class.php on line 469

    Warning: include(): Failed opening ‘/membri/challandart/wp-content/uploads/avia_fonts/lifestyles/charmap.php’ for inclusion (include_path=’.:’) in /membri/challandart/wp-content/themes/enfold/config-templatebuilder/avia-template-……………..

    What can i do?

    Thank you!

    #1009532
    roamingk
    Participant

    Hi, I am using the booking.com search box plugin, however the enfold styling for calendars and drop downs seems to conflict, rendering the box out of alignment and the calendars not very user friendly.

    Is there a way to disable the default enfold styling from a specific widget?

    #1009442

    Hey jobalzer!

    I’m sorry but afaik there’s no solution. The default wordpress tag widget simply doesn’t display private posts (see https://en.forums.wordpress.com/topic/why-no-tags-from-private-posts-in-tag-cloud-when-i-logged-in/ and https://www.quora.com/Is-there-a-way-of-displaying-private-pages-in-the-wordpress-tag-cloud-when-users-are-logged-in ). This is not a limitation of Enfold but a wordpress core limitation. Also the wp_tag_cloud() function ( https://codex.wordpress.org/Function_Reference/wp_tag_cloud ) does not offer an option/parameter to include/exclude private posts.

    There’re three possible solutions:

    1) Search for a third party plugin here: https://wordpress.org/plugins/search/tag+cloud/ which supports tags of private posts
    2) Create a “tag widget” manually and hardcode all tag links.
    3) Hire someone to create a tag widget which supports private posts for you.

    Best regards,
    Peter

    #1009434

    Hi brand,

    Can you try adding this css code in Quick CSS (Located in Enfold > General Styling):

    #top #wrap_all .av-social-link-rss a{color:#fff; background-color:#ffa133; }
    #top #wrap_all .av-social-link-facebook a{color:#fff; background-color:#37589b; }
    #top #wrap_all .av-social-link-twitter a{color:#fff; background-color:#46d4fe; }
    #top #wrap_all .av-social-link-mail a{color:#fff; background-color:#9fae37; }
    #top #wrap_all .av-social-link-dribbble a{color:#fff; background-color:#e44885; }
    #top #wrap_all .av-social-link-linkedin a{color:#fff; background-color:#419cca; }
    #top #wrap_all .av-social-link-search a{color:#fff; background-color:#222222; }
    #top #wrap_all .av-social-link-gplus a{color:#fff; background-color:#de5a49; }
    #top #wrap_all .av-social-link-behance a{color:#fff; background-color:#008cfa; }
    #top #wrap_all .av-social-link-flickr a{color:#fff; background-color:#ff0086; }
    #top #wrap_all .av-social-link-forrst a{color:#fff; background-color:#234317; }
    #top #wrap_all .av-social-link-myspace a{color:#fff; background-color:#000000; }
    #top #wrap_all .av-social-link-tumblr a{color:#fff; background-color:#345574; }
    #top #wrap_all .av-social-link-vimeo a{color:#fff; background-color:#31baff; }
    #top #wrap_all .av-social-link-youtube a{color:#fff; background-color:#a72b1d; }
    #top #wrap_all .av-social-link-pinterest a{color:#fff; background-color:#cb2027; }
    #top #wrap_all .av-social-link-skype a{color:#fff; background-color:#12a5f4; }
    #top #wrap_all .av-social-link-instagram a{color:#fff; background-color:#a67658; }
    #top #wrap_all .av-social-link-five_100_px a{color:#fff; background-color:#222222; }
    #top #wrap_all .av-social-link-soundcloud a{color:#fff; background-color:#F76700; }
    #top #wrap_all .av-social-link-xing a{color:#fff; background-color:#006567; }
    #top #wrap_all .av-social-link-vk a{color:#fff; background-color:#597BA5; }
    #top #wrap_all .av-social-link-reddit a{color:#fff; background-color:#FF4500; }

    Hope this helps.

    Best regards,
    Nikko

    #1009384

    Topic: Stop MP4 from looping

    in forum Enfold
    kmac
    Participant

    I’ve created a post & used the enfold video element shortcode to insert a self-hosted video. It loops back to the beginning when it reaches the end of play.
    How do I stop it from looping?
    I’ve searched the forum for a solution but haven’t been able to find a workable option.

Viewing 30 results - 2,641 through 2,670 (of 7,495 total)