Viewing 30 results - 2,851 through 2,880 (of 7,502 total)
  • Author
    Search Results
  • #979400
    Rgrant74
    Participant

    Hi,
    I want to add a “Shipped” status to my Woo statuses and found the below online. Before I try this I wanted to check with you guys if it looks ok (except I’d change awaiting shipment to shipped). Nothing will conflict with Enfold?

    // Register new status
    function register_awaiting_shipment_order_status() {
    register_post_status( ‘wc-awaiting-shipment’, array(
    ‘label’ => ‘Awaiting shipment’,
    ‘public’ => true,
    ‘exclude_from_search’ => false,
    ‘show_in_admin_all_list’ => true,
    ‘show_in_admin_status_list’ => true,
    ‘label_count’ => _n_noop( ‘Awaiting shipment (%s)’, ‘Awaiting shipment (%s)’ )
    ) );
    }
    add_action( ‘init’, ‘register_awaiting_shipment_order_status’ );

    #979325

    Hey Christian,

    Thank you for using Enfold.

    1.) This feature is already in production but it’s not included in the core yet. You have to edit the search page style using custom css codes for now.

    2.) I would like to check the site but it returns a “forbidden” error.

    Best regards,
    Ismael

    #979026

    Many… all started a few days ago
    Nothing or very limited seems to work in the dashboard, even the enfold theme you can only get the same screen
    Media Library is blank yet images are in product but not on the website
    When you click on update in the dashboard it takes you to the website search page
    Backup/restore stopped working
    Warnings from google in chrome
    Probably easier to have a wonder round the dashboard to see

    Thank you for contacting me

    #978985
    leroyflow
    Participant

    Hello,
    I’m searching for a form plugin and I’ve found so many Gravity Form problems so I decided to ask the developers – which forms plugins do you know are compatible with Enfold and that are reliable? I appreciate your help

    Priscilla

    #978965

    In reply to: Schema.org not https

    Hey Siniz,

    Please go to enfold/includes/helper-markup.php in Appearance > Editor and search ” http: ” and change it to https. We have reported it to our devs.

    Best regards,
    Yigit

    #978903
    ballindigital
    Participant

    Hi,

    I’ve searched the forums but can’t find the answer to this.

    I’ve used easy slider on this page:

    The easy slider doesn’t work very well as it isn’t obvious to the viewer that they can swipe across and the next picture will be displayed.

    The auto rotation doesn’t work either.

    How do I fix this?

    Also – if it isn’t too complicated I’d like the image and easy slider to be shown next to each other on a mobile device as opposed to on top of each other.

    I see it on other websites so was hoping there’s a way to do this in Enfold.

    Thanks,

    Harvinder

    #978878

    Case closed…
    It was proberly a combination of my “Search Settings” in my Google Analytics … Vs Enfold Vs something else!!
    I edit the search settings and removed the funny letter with the X and got Norton to rescan … Voila CLEAN?!
    Maybe a false negative?

    Anyway thanks for your help and support !!

    beyond-flora
    Participant

    Hi Kriesi Team,
    I have a big request !!!
    We serve many customers with a large assortment. We are working mostly in the B2B business and our customers want to show their assortment completely, but they do not want to sell via the website.
    We have already created some websites with Enfold and have shown the products through the portfolio. But now we are getting more and more customers, who have a much larger assortment.
    We have already modified and programmed the code for further filtering. Until the last update, everything worked fine (attached the link of a development instance). In this case you can choose a plant variety, then “when it blooms” (late / middle / early) and finally the color. The display shows the search criteria.
    Unfortunately, it does not work after the update. We have reinserted the functions and can not find the right place anymore …..

    Here is my big question and much bigger request: Is it possible that you include this feature in the theme?
    We still have many customers who want this feature and I think that may be interesting for other users to filter portfolio entries multiple times.
    Of course, I will gladly provide you with the code so far (attached).
    I am looking forward to an answer from you!

    Best regards,
    Daniela

    #978706

    Hey newki75,

    Thank you for using Enfold.

    The title and post meta info are set to not display via css.

    .entry-content-wrapper .post-title {
        display: none !important;
    }
    
    .post-meta-infos {
        display: none;
    }

    You have to remove that css codes or override them with these.

    .search .entry-content-wrapper .post-title {
        display: block !important;
    }
    
    .search .post-meta-infos {
        display: block;
    }
    

    Best regards,
    Ismael

    #978469
    profumopuntoit
    Participant

    Hello,
    review star image in product detail page is not loaded because it is searched in /wp-content/themes/enfold/config-woocommerce/images/star.png, while our wordpress installation is in a subdirectory /it/.
    How to fix it?

    Thank you
    Mauro

    #978418

    Hello Rikard,

    Thanks ! But i solved the error.They have used the_widget() on loop-search.php file directly , but forgot to register the widget .
    Refere Below Error:
    Notice: the_widget was callled incorrectly.Widgets need to be registered using register_widget(), before they can be displayed.Please see Debugging i WordPress form more information.(This message was added in version 4.9.0) in /www/wp-includes/functions.php on line 4148

    I registered widget using the following code and now PHP Notice error is solved (Note: Error only gets displayed when WP-Debug is enabled.).

    function register_avia_combo_widget() {
    register_widget( ‘avia_combo_widget’ );
    }
    add_action( ‘widgets_init’, ‘register_avia_combo_widget’ );
    I think this is bug and enfold theme developer will go through and solve in next version.

    #978293
    nikishavardaam
    Participant

    I found that search page is giving PHP Notice error for not registering the widgets before calling them when we used enfold theme.

    Below is the error :
    Notice: the_widget was called incorrectly. Widgets need to be registered using register_widget(), before they can be displayed. Please see Debugging in WordPress for more information. (This message was added in version 4.9.0.) in /www/wp-includes/functions.php on line 4148

    #978048
    keithbaddeley
    Participant

    Hello,
    I’ve had a search through the threads but can’t find any mention to this situation I have.
    On my Contact page, I’m using an icon list which has 4 items, three with links. In the published page, the links are underlined before hover, but I only want them to be underlined on hover.
    Strangely, the underline on hover only is what I’m seeing in the Element Preview when editing the Icon List element.
    Strangely again, on my old website’s contact page (which uses an older version of Enfold), the email address link in the icon list there is only underlined on hover.
    Can you help me work out what’s not right or what I need to do so that I only have an underline on hover on the links on my new website’s contact page.
    Private content below for new and old website contact pages, and the text/”code” entered for one of the links on the new Contact page.
    Many thanks,
    Keith

    #977764
    bitojoe
    Participant

    Hello, we recently ran into an issue where an enfold image element went rogue and started changing the markup of various element underneath the image. Nothing was indicating the image element was bad except for the next element, a special heading (and other various elements after this), wasn’t getting the avia-builder-el-no-sibling class (or other classes) in the markup.

    Before I realized it was the image element, I had deactivated all plugins, removed the cache, and searched for div’s that might have been added from copy and pasting…

    That being said, I have fixed the problem on the testing site but I’m curious if the kriesi team would have any idea why this issue was happening in the first place? Just in case you do, I’m pasting the debug code full of shortcodes from the page that had issues.

    Best!

    #977709
    wunderdojo
    Participant

    The title says it all — the mobile menu only kicks in at 990px (if you’ve got the setting toggled to enable it for both phones and tablets). The regular menu is hidden below 1050px. That means between 990 & 1050 there is no menu, which happens to apply to iPads in landscape mode.

    I had code previously that adjusted when the mobile menu kicked in but it doesn’t work with Enfold v4.4.1 and despite banging my head on the @media queries you’re using I can’t seem to get it back. Any help would be much appreciated.

    Btw, this is an issue that (based on a search of support threads) dates back to at least 2014. Perhaps it’s time to either add a setting letting users control when it kicks in (something that has been asked for a lot) or at least fill in the gap so there isn’t a size with no menu.

    #977617
    HammerbyGB
    Participant

    Hello. I’m testing this feature and like all the most recent Enfold updates I find it very nice and thoughtful. I have some questions and observations regarding these features.

    • The feature might hurt accessibility since it’s pulling a new set of ARIA landmarks for the footer area alone. This means the fully rendered page includes 2 main role="main" Sections, this might confuse screen readers and other assistive technology. Would be nice if this had an optional <footer role=”contentinfo”> instead.
    • In the same line as the accessibility issues: I need to leave the footer page available for Google indexing? (say, using Yoast) meaning it will show standalone in the search results.
      Setting the footer to noindex might confuse Google? Unlike the aria roles, the embedded footer does not have its own head code so I guess is OK but I’d like to leave the footer to noindex and be sure that it will not affect/duplicate the Meta of all pages it is included in.
    • I love the performance options; it was badly needed. But minification and merging of source files always brings the issue of complicating custom development. It would be nice to have a single switch to turn on/off this feature (both toogles) from anywhere in the dashboard -like in the theme options menu-. Also an option for the feature to reactivate on its own, pretty much like Cloudflare does with its development mode.

    And lastly. We are about to begin a refresh of our page but I read on one of the latest blogpost that Enfold is moving away from shortcodes, which is fine, but I’m worried We’d have to rebuild our content. I’d love to see a blog post that clarifies how would it work and a time frame when you have that defined.

    Thanks for your great work and support, Been using Enfold since it only had like 1000 sales and it’s been a very good experience overall.

    • This topic was modified 7 years, 10 months ago by HammerbyGB.
    #977601
    calebcjb
    Participant

    Hi there I believe the issue is one that is known.

    I am unsure what caused it but doing some searching looks to be common.

    Enfold options no longer appear, and the Avia builder just shows a spinning loading circle.

    From my own research I think this may be due to the site using https, but I am unsure.

    Please help I have searched everywhere and ended up buying the them for a 2nd time to get support as the original person that purchased the theme no longer is with us and you guys don’t look at the theme forest contact form.

    Thank you much in advance.

    #976880

    Hey crephix,

    Thanks for giving us admin access.
    First I downloaded the image from: http://kriesi.at/themes/enfold-business-flat/files/2014/08/icon_bg_trans_wave.png
    then on the page source I searched for the image link to know where the image is applied.
    Then I noticed on other pages it wasn’t an external image so I installed and activated a plugin called Better Search and Replace.
    Then went to Tools > Better Search Replace and have this setting:
    Search for: http://schneppenheim.com
    Replace by: https://schneppenheim.com
    Checked: Test run? (on the first try so it doesn’t modify anything and just shows you the results)
    If the result is good, you can uncheck Test run so the database values are replaced, after doing this mixed content issue is fixed.
    Hope this helps.

    Best regards,
    Nikko

    #976345
    virtualant
    Participant

    i’m using Enfold 4.41 and have a problem with the animated numbers: in all browsers they are only triggered when the area is visible (<– this is what i want), there is a class in the source code “avia_animate_when_visible”. However this is ignored with my iPhone 4, and my customer says the same, he tested the webpage with some Samsung smartphones. So i began to test and searching for the reason. What i can clearly say is: on my iPhone the classes “avia_start_animation” and “avia_animation_done” are set immediately with page load although the numbers are not in the visible area. But with all Browsers on Mac these classes are set only after the animated numbers appear in the visible area, i mean i have to scroll down to see the numbers, then the numbers.js starts to count and the classes are set.

    So what is the reason for this, how can i change this? Why is the function triggered automatically on my iPhone?

    #976055
    Moondreamer21
    Participant

    I have the social icons set to show up in the small bar above the logo area with the Enfold Theme.
    I have searched on this topic but any code I found didn’t work – I’d like those social icons to also show on mobile.
    Thanks.

    #975859

    Hey it-helpdesk,

    Enfold does not support such a feature out of the box but you can search the internet for tutorials and wordpress plugins – i.e. I found this one with a quick google search: http://www.coder-welten.com/download-buttons-mit-checkboxen-zur-bestaetigung/

    Best regards,
    Dude

    Hi – the original code in /wp-content/themes/enfold/js/avia.js was (you can search for “100 * i”):

    					imgParent.css({height:'auto'}).each(function(i)
    					{
    						var currentLink = $(this);
    
    						setTimeout(function()
    						{
    							currentLink.animate({opacity:1},1500);
    						}, (100 * i));
    					});

    you can find this in the //Portfolio sorting section of the old avia.js file (mine was from version 4.2). I changed “100 * i” to “1 * i”. This had the effect that all pictures of the portfolio grid were shown at once without delay

    • This reply was modified 7 years, 10 months ago by kiki66.

    Hi guidocortez,

    Yes, you can go to Plugins > Add New and search for woocommerce.
    Also there are no default plugins that comes with the setup of Enfold, I think maybe the layerslider which is bundled with the theme.
    You need to add those plugins separately, to check what plugins are required or recommended for the specific demo, you can go to Enfold > Demo Import and on the right side of each demo those plugins are listed.

    Best regards,
    Nikko

    Hi,

    I searched your email on our database and found this account – https://kriesi.at/support/profile/shinpeikuga/. But it does not seem like you started any threads.

    I reset your forum logins in case you forgot them and attached in private content field. Please start a new thread under Enfold sub forum – https://kriesi.at/support/forum/enfold/#new-post after logging in.

    Best regards,
    Yigit

    #974978

    Topic: Local Search Issue

    in forum Enfold
    onspring
    Participant

    I have several pages in WordPress marked with “Exclude this page from local search.” When I search for those pages, they show up in the search dropdown. However, they don’t show up on the search results page. I need the pages to be excluded on the local search dropdown, too. Can you tell me where to configure this in the Enfold theme? Or is this a bug?

    • This topic was modified 7 years, 10 months ago by onspring.
    #974750

    Hello Ismael,
    thank you very much for the script and the information! I will keep an eye on the Enfold changelog.

    The Script now works without any errors :-)

    Here the end version for other users who may need it:

    add_action('wp_footer', 'ava_custom_script_mobile_menu', 9999);
    function ava_custom_script_mobile_menu() {
    ?>
    <script>
    (function($) {
    	$('.av-burger-menu-main').on('click', function() {
    		var overlay = $('.av-burger-overlay');
    		var active = $('html').hasClass('av-burger-overlay-active');
    		var clone = overlay.find('.av-burger-menu-main');
    		var wrap = $(this).parents('.av-main-nav-wrap').find('.av-burger-overlay').find('.av-burger-overlay-inner');
    		
    		if (clone.length == 0 && active) {
    			setTimeout($.proxy(function() {
    				$(this).prependTo(wrap);
    			}, this), 50);
    		} else {
    			clone.insertAfter('#menu-item-search');
    		}
    	})
    })(jQuery);
    </script>
    <?php
    }

    And this is the CSS customization I needed for my website:

    .noLightbox.social_bookmarks.icon_count_2 {
        display: none !important;
    }
    .avia-menu.av_menu_icon_beside {
        padding-right: 0px;
        border: none;
    }
    #top .av-burger-overlay .av-burger-menu-main {
        position: absolute;
        right: 7.5%;
        top: 77px;
        z-index: 1000;
    }
    #top #wrap_all .av-burger-overlay .av-burger-menu-main a {
      border: 0;
    }
    .av-burger-overlay-active #top #menu-item-search {
      display: none;
    }

    Best regards,
    zarlekin

    #974670

    Hey Moondreamer21,

    Thank you for using Enfold.

    Use the “ava_main_header” hook to render a search form inside the main header area.

    Example: http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/

    Best regards,
    Ismael

    #974617

    Hey suzannewm94,

    Thank you for using Enfold.

    Use this css code to adjust the header on mobile view and get rid of the unwanted space.

    @media only screen and (max-width: 1024px) and (min-width: 768px) {
    #top #header_main > .container, #top #header_main > .container .main_menu .av-main-nav > li > a, #top #header_main #menu-item-shop .cart_dropdown_link {
        height: 172px;
        line-height: 172px;
    }
    }

    The logo is that small on phone view because the theme has to create space for the mobile menu and the search icon inside the header. That is the default layout. How would you like the header to display on mobile view?

    Best regards,
    Ismael

    #974615

    Hey mediabrosmkt,

    Thank you for using Enfold.

    It’s not a good idea to index the search results page because it is considered as a duplicate content. Yoast adds the meta tag to the search results page by default so you can’t remove it without disabling the plugin or without using a filter if there’s any.

    // https://kb.yoast.com/kb/noindex-for-special-pages-in-yoast-seo/

    Best regards,
    Ismael

    #973783
    LindaG604
    Participant

    I am creating a password protected page with some custom changes in wordings etc to suit my branding. As such, I have made some changes on the functions.php of my child theme for Enfold.

    Searching the forums, I found that I could use the echo_shortcode to display Advanced Layer Slider via codes. But when I did this, the slider did not display as full width.

    What would be the right way to display the Advanced Layer Slider as a full width slider (just like on any other page where it occupies the full width of the page) on the coded Password Protected page ?

    I am using the latest version of Enfold (version 4.4).

Viewing 30 results - 2,851 through 2,880 (of 7,502 total)