Viewing 30 results - 213,211 through 213,240 (of 244,502 total)
  • Author
    Search Results
  • #318888
    jeremysecondary
    Participant

    Hey Guys,
    I am having an issue when editing pages in the Avia Layout Builder. It hangs (spinning circle). I deactivated all the plugins, flushed the cache, tried this on Chrome and Firefox and nothing has helped. I also updated Woocommerce after it started doing this.
    -Wordpress 4.0.

    I also noticed that under the Efold Child theme options page, the Enfold menu has disappeared?

    Thank you,
    JB

    #318885
    lucascamps
    Participant

    Does anyone have an idea if the enfold theme has a possibility to add a photo upload button/selection for customers?

    #318879

    Topic: UberMenu 3 issue

    in forum Enfold
    netzlichter
    Participant

    Hi there,

    I ant to use UberMenu 3 http://sevenspark.com/docs/ubermenu-3/theme-integration/enfold . But the Mobile Menu is a mess. How can I integrate Ubermenu 3 properly?
    Best!

    #318876
    tech500
    Participant

    Hello,

    Can some one please recommend how to use Enfold in order to build a products catalog area ?

    Category Name > Sub Category > Product Grid > Single Product + Related Products bellow.

    Should I use Portfolio feature or WooComerce , but I don’t need any shop with prices etc’.

    #318870

    Hello,

    I have updated to WordPress 4.0 with Enfold theme 2.6.2 and experiencing the same problems you mention here, cannot edit pages or access to multimedia files either. Have already bought the latest Enfold 2.9.2 version to upgrade but I do not want to loose all prior content on my HTP. Can you please tell me how to upgrade Enfold without loossing all previous enfold 2.6.2 information?

    I have already tried disabling all plugins but it does not seem to work either. Thanks for your help!
    Claudio

    #318869

    Hello,

    I did update Enfold to the 2.9.2 version and then to WP 4.0 both updated were made with WP interface.

    I encountered several problem.
    First with SEO Yoast, pages URL displaying the posts are being changed automatically to the title of the post…

    Also I have some post which I can’t even display anymore.

    I tried to deactivate the plugins but there is still some Post which I can’t view…

    Please do you have any recommendation?

    Thanks

    #318865
    eho88
    Participant

    Hello!

    Love to work with your theme… just can not solve this hopefully minor problem.
    https://ipsrv02.ip.co.at/janinabaechle.com/

    With WPML I made an english version of the site, but can not get the content into Portfolio Raster – just like the german version…. (concerns the Aufnahmen/Recordings and Fotos pages)
    Was reading all related posts… but could not find a solution.

    Thanks for your help…
    Erich

    I have just put a fresh copy of Enfold Theme, With a WordPress 4 and latest WooCommerce. Added the code suggested and still Prev & Next buttons do not show. So i have ruled out any issue with any work we have done. It seems to be an issue with original files.

    #318860

    In reply to: Disappearing Sidebar

    This reply has been marked as private.
    #318856

    Hello Josue – and thanks for the answer.
    Well, I went this way initially but I don’t want to disable the Enfold lightbox for the whole project. Is it possible to disable it on a per-page basis? Thanks again,
    best regards Katharina

    • This reply was modified 11 years, 6 months ago by ykblue.
    #318853

    Topic: enfold tooltip

    in forum Enfold
    didiair
    Participant

    hi,

    How can I display the tooltip in “Partner/Logo Element” always and not only after over the logo?
    also how can i make this “Partner/Logo Element” rtl like this topic..
    https://kriesi.at/support/topic/rtl-portfolio-grid/

    thanks
    david

    #318851
    hexquare
    Participant

    Here is how Google reacts on request “kriesi”:

    subj

    As you see, all links are in strict logic order.

    When I uploaded local folder to remote server I found that search result for my site is totally disordered. Instead of main menu it shows different Enfold dummy pages, like ‘3 colomn porftolio’, ‘gallery’ etc. I deleted those pages, but it didn’t help at all (links are still there, but now they point to ‘nothing found’).

    How can I get Google to show 6 desired sub-links in desired order? How to hide those dummy pages from Google forewer?

    #318841

    Hi Josue, I wrote a few minutes ago the same question and found now this post. Thanks. Is there a way to put this code snipped into my enfold child theme for future updates?

    #318840
    adrianwackernah
    Participant

    Bin grad dabei ein Storytelling mit Enfold auszuprobieren und hab dafür eine Seite mit Vollbild-Slider erstellt. Für jede Seite habe ich einen eigenen Vollbild-Slider erstellt – mit Bild und Text. So funktioniert auch die Pfeilnavigation am Seitenende wunderbar. Da ich nicht ganz ohne Navigation auskomme – sonst ist der Besucher ja verloren –, habe ich die Headerzeile auf Transparent & Glass gestellt. Doch scrolle ich vom ersten Vollbild-Slider zum nächsten, wird die Headerzeile wieder deckend.

    Wie kriege ich das hin, das die Headerzeile auf dieser Seite transparent bleibt?

    #318837

    Hi Josue

    The grey bar is just some html and css and a grey overlay image. The div tag <div id=”twitter-feed” class=”tw-wrap” style=”display: block;”></div> is where I want the twitter feed text placing

    I used this step by step guide to create it using static html files and everything works a treat. http://www.webdevdoor.com/javascript-ajax/custom-twitter-feed-integration-jquery/

    I’m not really expecting to get that working in enfold necessarily. I was just wondering if enfold has its own built in twitter feed function that I can style up? I took a look at some wordpress pluugins but there mostly just available as sidebar widgets. I couldn’t see a solution for one that goes inside your page content.

    Is there anything you advise?

    Hi Josue

    Thanks for the feedback. I excluded other style sheets and only left the style.css child theme and it still seems to happen. For some reason additional styles are being generated and being applied to the enfold dynamic style sheet that Ismael mentioned before.

    Where is it coming from? Where are these styles being generated from and why is the enfold theme applying it to the dynamic avia style sheet?

    #318829

    Hi!

    Please add this code to the enfold/functions.php or child theme functions.php file to remove the portfolio post type from the search results:

    
    function remove_post_type_page_from_search() {
        global $wp_post_types;
        $wp_post_types['portfolio']->exclude_from_search = true;
    }
    add_action('init', 'remove_post_type_page_from_search');
    

    Cheers!
    Peter

    #318828

    Hi!

    Yes you can deactivate LayerSlider and delete the folder. Open up enfold/functions.php and delete:

    
    
    if(!current_theme_supports('deactivate_layerslider')) require_once( 'config-layerslider/config.php' );//layerslider plugin
    

    and then delete the enfold/config-layerslider folder. You can also use a child theme and add this code to the child theme functions.php:

    
    add_theme_support('deactivate_layerslider');
    

    to prevent Enfold from loading the layerslider files.

    Regards,
    Peter

    #318826

    Hey verwunderbar!

    Did you test Woocommerce 2.2.2 with the default TwentyThirteen theme? Please switch from Enfold to Twentythirteen and check if the issue persists. If yes it’s a plugin bug and we can’t help you. You need to report the issue here: http://www.woothemes.com/support/

    Cheers!
    Peter

    #318825
    This reply has been marked as private.
    #318824
    This reply has been marked as private.
    #318809

    Hi,
    using Antivirus, the programm found the following files suspicious:

    – /themes/enfold/config-layerslider/config.php
    $sample_slider = json_decode(base64_decode(file_get_contents(dirname(__FILE__).”/Layer …
    sample_slider = json_decode(base64_decode(file_get_contents(dirname(__FILE__).”/LayerSlider/{$path}{$ …
    //print_r(base64_encode(str_replace(‘avia-samples’,’sampleslider’, …
    … (str_replace(‘avia-samples’,’sampleslider’, base64_decode(file_get_contents(dirname(__FILE__).’/Layer …
    … ia-samples’,’sampleslider’, base64_decode(file_get_contents(dirname(__FILE__).’/LayerSlider/samplesli …

    – /themes/enfold/config-woocommerce/admin-import.php:
    if(isset($id)) $file = get_attached_file( $id );

    – /themes/enfold/functions-enfold.php:
    if(strpos($html, ‘<iframe’) !== false)
    $created = avia_backend_create_file($stylesheet, $styles, true);

    Here is what Google Safebrowsing reports:

    Wie wird musikzentrale.net momentan eingestuft?

    Diese Website ist momentan als verdächtig eingestuft und kann Ihren Computer beschädigen.

    Ein Teil dieser Website wurde aufgrund verdächtiger Aktivitäten in den letzten 90 Tagen 8 mal auf die Liste gesetzt.

    Was ist passiert, als Google diese Website aufgerufen hat?

    In den letzen 90 Tagen haben wir 27 Seiten der Website überprüft. Dabei haben wir auf 10 Seite(n) festgestellt, dass Malware (schädliche Software) ohne Einwilligung des Nutzers heruntergeladen und installiert wurde. Der letzte Besuch von Google war am 2014-09-13. Verdächtiger Content wurde auf dieser Website zuletzt am 2014-09-13 gefunden.

    Die Malware umfasst 127 scripting exploit(s).

    Malware wird auf 3 Domain(s) gehostet (z. B. tyy48.com/, limitlessnewworlds.com/, vertcoin.com.br/).

    Diese Website wurde über 2 Netzwerk(e) gehostet (z. B. AS24940 (HETZNER-AS), AS15169 (GOOGLE)).

    Hat diese Website als Überträger zur Weiterverbreitung von Malware fungiert?

    In den letzten 90 Tagen hat musikzentrale.net scheinbar als Überträger für die Infizierung von 1 Website(s) fungiert, darunter muze1.de/.

    Hat diese Website Malware gehostet?

    Ja. Diese Website hat in den letzten 90 Tagen Malware gehostet. Sie hat 1 Domain(s) infiziert (z. B. muze1.de/).

    Wie ist es zu dieser Einstufung gekommen?

    Gelegentlich wird von Dritten bösartiger Code in legitime Websites eingefügt. In diesem Fall wird unsere Warnmeldung angezeigt.

    Falls Sie der Inhaber dieser Website sind, können Sie eine Überprüfung Ihrer Website hinsichtlich Malware beantragen. Benutzen Sie hierzu die Google Webmaster-Tools. Weitere Informationen über den Prüfprozess erhalten Sie in der Webmaster-Tools-Hilfe.

    I am really helpless facing this problem – since i am not using layer slider – can i delete the config? I was planning to use Woocommerce again …

    Your help is highly appreciated.
    Sebastian

    #318793

    Hey wpstarter!

    What page is the issue happening on? By default the hotspot element images are responsive. You can see an example on the theme demo: http://kriesi.at/themes/enfold/shortcodes/images-with-hotspots/

    Cheers!
    Devin

    #318791
    #318784

    In reply to: rename "startseite"

    Hi takk!

    Thank you for using Enfold.

    Where is this word appearing? Please post the website url here. We would like to check it.

    Cheers!
    Ismael

    #318783

    Hi FlackUK!

    Thank you for using Enfold.

    Please post a screenshot of what you’re trying to do. Try this on Quick CSS:

    .main_color .pricing-table:nth-child(1) li.avia-heading-row {
    background: #ECB876;
    border-color: #E0A75E;
    }
    
    .main_color .pricing-table:nth-child(2) li.avia-heading-row {
    background: #DF9C48;
    border-color: #E7943B;
    }
    
    .main_color .pricing-table:nth-child(3) li.avia-heading-row{
    background: #cf7c4f;
    border-color: #E07A43;
    }

    Cheers!
    Ismael

    #318781

    Hi Jorge!

    Thank you for using Enfold.

    Did you set the Display the language switcher in the WP Menu to your Main Menu?

    Regards,
    Ismael

    #318766

    Hey!

    1. What element are you using to insert that bar in the Enfold website?

    2. What plugin/script are you using to get the twitter feed in the HTML working example?

    Regards,
    Josue

    #318765

    Hi offside!

    Thank you for using Enfold.

    I can’t open the website. Please check. A screenshot of what you’re trying to do will help.

    Best regards,
    Ismael

    Hey Chris!

    Thank you for using Enfold.

    Unfortunately, this falls beyond the scope of support. Please hire a freelance developer to modify the ajax portfolio script for you. Anyway, the preview does have a previous and next navigation that users can use to browse through the remaining portfolio items.

    Cheers!
    Ismael

Viewing 30 results - 213,211 through 213,240 (of 244,502 total)