Viewing 30 results - 227,191 through 227,220 (of 243,523 total)
  • Author
    Search Results
  • #228408
    500Webmaster
    Participant

    Hi, we have three websites using the Enfold theme. All have been updated with the latest versions of WordPress and Enfold. However, in the past week, two of these websites’ contact forms have stopped working. I checked the elements to ensure that the information and email addresses were still correct and they were. I even removed them; published the page and recreated them to test again but they still didn’t come through. We sent emails to the individual email addresses without using the content forms and those did come through – so the email addresses themselves are fine. It appears to be an issue with the contact forms themselves.

    The website that works is 1stcalrecord.com
    The websites that don’t work are 500.uk.com and siptrunkplus.com

    I have had to remove the contact forms now and replace them with “contact us at info@…” in the meantime so that we don’t miss any correspondence, so I’m not sure how you are going to be able to check the contact forms, but let me know if I can provide more info on this problem.

    Thanks

    #228406

    Thanks Peter,

    I hope we can get this resolved as I am about to use Enfold for a client site. Do you mind leaving this case open? I’ll remember to get back to you after the next release.

    Thanks for your time, Jas

    #228381

    Hello,
    yes, my side is under construction mode again. I had it open for you all of last week, but besides of lots of external accesses I did not get anyone from your support to have a look at this issue. I am not satisfied with that kind of support.
    I have the feeling I have not been taken serious, and have therefore changed the theme.

    Enfold really does have an issue with testimonials. And I double-checked with an older version: it is not only from 2.5.2 on, it is at least in 2.5 already.

    #228377

    Hey!

    I still can’t access the website. Please activate the debug mode – open up enfold/functions.php and replace:

    
    if(isset($avia_config['use_child_theme_functions_only'])) return;
    

    with

    
    if(isset($avia_config['use_child_theme_functions_only'])) return;
    
    //set builder mode to debug
    add_action('avia_builder_mode', "builder_set_debug");
    function builder_set_debug()
    {
    return "debug";
    }
    

    Then go to the page with the testimonial shortcode/element and copy the raw shortcode data from the debug field. Afterwards post it by using a website like: https://gist.github.com/ or: http://pastebin.com/ . I’ll check if I can reproduce the issue on my test server.

    Cheers!
    Peter

    #228376
    This reply has been marked as private.
    #228375

    Hey!

    It seems like your mail client interprets the html text as plain text. Please try to use another webmail provider or email client if you want to read the email as html mail. If you want to receive plain text mails open up wp-content/themes/enfold/framework/php/class-form-generator.php and replace

    
    			$header = 'Content-type: text/html; charset=utf-8' . "\r\n";
    			$header = apply_filters("avf_form_mail_header", $header, $new_post, $this->form_params);
    			$copy 	= apply_filters("avf_form_copy", array($to), $new_post, $this->form_params);
    			
    			$message = stripslashes($message);
    

    with

    
    			$header = 'Content-type: text/plain; charset=utf-8' . "\r\n";
    			$header = apply_filters("avf_form_mail_header", $header, $new_post, $this->form_params);
    			$copy 	= apply_filters("avf_form_copy", array($to), $new_post, $this->form_params);
    			
    			$message = preg_replace("/<br[^>]*>\s*\r*\n*/is", "\n", $message);
    			$message = stripslashes($message);
    

    Regards,
    Peter

    #228370

    Hi,
    I deactivated and deinstalled WP Supercache Plug In
    Cleared Firefox cache
    restartet and reloaded http://medientanz.de many times
    no effect
    firefox font face are still broken
    Any ideas? Everything was OK with firefox before hat update, maybe it is a new code in that 2.53 enfold version?

    thomas

    #228366

    Hey!

    Tbh I’m not sure why it doesn’t work any maybe some additional customization is required to load Enfold with the CodeIgniter framework. We only support unmodified, wordpress based websites and we can’t help you with the implementation of the CodeIgniter framework. My guess is that you can’t load the wp-blog-header.php directly but you first need to initialize the wp-load.php (see http://frankiejarrett.com/the-simplest-way-to-require-include-wp-load-php/ ) but I can’t say it for sure. Probably the best approach would be to debug the code and to check which variables exist and which templates are loaded by wordpress. You can hire a talented freelancer for this project if necessary: http://www.microlancer.com/

    Regards,
    Peter

    #228365

    Hi!

    Unfortunately the default get_the_term_list() function does not support such a feature and this modification is beyond the scope of our support forum. This code snippet may help you to implement your idea: http://pluginus.net/archives/get-the-term-list-ordered-by-hierarchy though.

    Regards,
    Peter

    #228363

    Hey!

    Maybe Enfold can’t regenerate the dynamic stylesheet. Please use a ftp client and connect to your server. Navigate to wp-content/uploads/dynamic_avia/ and set the folder permission to 777. Then delete the enfold.css file and go to Enfold > Theme Options to regenerate the dynamic stylesheet (hit the green “Save all changes” button).

    Regards,
    Peter

    #228358
    Glyphism
    Participant

    Hi guys,

    I’m in a bit of trouble and was hoping someone could assist. We have been doing some testing on a site we are building with Enfold, and from what I have read here IE8 does not recognise media queries, so it is shrinking the site width to 960px, which is in turn messing up our layout quite badly.

    However is there any way around this? Is there a way at all we can tell IE8 to show the site at a specific width otherwise it means we need to redesign the site purely based on IE8’s limitation – which is insane.

    Any help is appreciated, as we really need to get this working asap.

    Thanks,
    G

    #228354

    I just discovered that it now conflicts with a plugin I’ve had installed before I installed Enfold and will check with that plugin’s author. Thanks.

    #228351
    This reply has been marked as private.

    Hey!

    I just checked your page source code and it seems your webserver still serves the old js/shortcode.js file, so either you got a caching problem or the update did not replace your javascript files. How exactly did you update?

    Would recommend the 2 following steps: first try to delete all cache files generated by your performance plugins or for testing purpose even disable it. if that doesnt help re-download the theme from themeforest and make sure to replace the whole enfold/js/ folder…

    Best regards,
    Kriesi

    #228346
    This reply has been marked as private.
    #228339

    You can add shortcodes to the Ajax preview content right out of the box:

    Regards,
    Josue

    #228338

    Good Morning,

    Sure link is: new.leemarine.co

    It is the front page that I am trying to get to load as full screen layout.

    With the slider full screen and no <h1 class=”post-title entry-title”> and no Author Links and no Breadcrumbs.

    This is currently being called through a direct copy of the index.php code in enfold theme directory.

    I have attempted to edit this index.php previously and remove some of the added divs and did have the slider showing full screen, however it the whole page was offset to the left by about 30px with grey footer background showing on right hand side.

    So have returned to original index.php pending your advice.

    Thanks again.

    Paul

    #228291

    Hey Aerny!

    Please download the latest version of Enfold and update your theme. Use the Color Section then add a background image. Look for “Background Attachment” and select the “Parallax” effect.

    Regards,
    Ismael

    #228284

    Hey!

    Please contact woocommerce support or hire a freelance developer to fix it for you. For further customization, please visit Werkpress.

    Best regards,
    Ismael

    #228282

    Hi foxvendetta!

    Can you please give us a link to the website? Did you set the menu as Enfold Main Menu on Theme Locations?

    Cheers!
    Ismael

    Hey adambot!

    Please deselect the blog page on Enfold > Theme Options > Where do you want to display blog? option.

    Best regards,
    Ismael

    #228277

    In reply to: Default page

    Hey!

    Go to Enfold > Sidebar > enable the Page Sidebar Navigation to show the default sidebar navigation.

    Best regards,
    Ismael

    #228271

    Actually I just realized that these are ordered alphabetically which I suspect makes it impossible to simply sort or filter by death…or is it?

    #228262

    Topic: having probs in cart

    in forum Enfold
    Softwaredanmark
    Participant

    i have problems with the wocommerce cart in enfold
    it seems i have to click twice to remove a product in the cart and when removed i get too notification boxes
    have to got any solution to that problem

    #228260
    paulrt27
    Participant

    hi there,
    my friend would like me to show him how to build a new website using wordpress and i’ve recommended that he buys a licence so that he can do it via your enfold theme.

    he has a basic old html / css website here at: http://www.ifsmotivationaldefence.co.uk/

    but it does have a basic wordpress blog installed here: http://www.ifsmotivationaldefence.co.uk/blog/

    i’ve propsed just deleting all of the old page given it looks a little rusty and out of date now, i told them they can use this ‘under construction’ plug in while the new site is being built: http://wordpress.org/plugins/ultimate-coming-soon-page/

    however, i’ve never built a new wordpress site to replace an existing wordpress site. will there be any problems if i just delete everything from their web hosting server (including their existing wordpress site) using ftp and do a fresh reinstall wordpress and then start building from scratch? is there anything i should be aware of that i haven’t thought of in respect to any of this?

    thanks,
    paul

    #228257

    Hello Yigit that worked like charm thank you! :)
    I have another little issue on the shipping address form, didn’t noticed before i’m sorry.
    Once you logged in just clik edit shipping address and you will see the “save address” button that has the same problem as before. I would like to have a bit of margin on the left side of the button. Or alternatively the button should go to the following row.
    Thank you
    A

    #228255

    Can I do this in the AJAX text preview as well?

    #228254
    beven
    Participant

    Forgive me if this is obvious, but how do I create a parallax site using Enfold and then use the menu to get the site to scroll to that particular section. For example, how do I get it so when I click on the “About Us” menu link it scrolls down to the “About Us” section?

    Thanks.

    Bill

    #228249
    This reply has been marked as private.
    #228246

    Hi!

    Please try updating Enfold to the latest version 2.5.4 and check if that helps – http://kriesi.at/documentation/enfold/updating-your-theme-files/
    If that does not help, please create a temporary admin login so we can take a look
    Best regards,
    Yigit

Viewing 30 results - 227,191 through 227,220 (of 243,523 total)