Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • in reply to: Color section image background cropped too much #962500

    After a lot of investigation I got down to the root of the problem. There are two ways to upload a photo and attach to the Color Section background. 1) Upload the photo first using Media Library, then when attaching the photo to the Color Section, select it from the Media Library. or 2) While attaching the photo to the Color Section, go to “Upload Files”.. then upload, then set the Attachment Display Settings to FULL SIZE. If you do method (1) you may have forgotten that the photo was originally uploaded with the default Attachment Display Setting of THUMBNAIL, which is what I had been doing. Since you’re not at a place where that setting can be set (or seen), it isn’t obvious that the setting is wrong, ie. should be FULL SIZE instead. Whether or not you have Background Repeat set to NONE or STRETCH TO FIT doesn’t matter in this case since the Color Section always tries to “stretch to fit” apparently.

    There does appear to be a real bug in that sometimes Background Image Position of “CENTER CENTER” actually handles the picture the same as “TOP CENTER”, which is incorrect. Can you please log that issue as a real bug and have it be put in the queue to be fixed? I’m not exactly sure under what specific conditions this occurs, but I was able to reproduce it. I’d really like to get this fixed as I like the Enfold Theme a lot and am using it for many websites.

    Thanks!

    in reply to: Color section image background cropped too much #962473

    Hmm. Still having problems. If you could offer advice that would help.

    • This reply was modified 6 years, 6 months ago by spencery2.
    in reply to: Embedding external site in enfold iframe #954955

    I was able to add a content element of “code block” and paste in an <iframe> tag

    in reply to: SMTP Sender not correct in mail sending #908338

    Thanks for reporting this issue. I’ll check out the child theme approach.

    • This reply was modified 6 years, 9 months ago by spencery2.
    in reply to: SMTP Sender not correct in mail sending #908275

    @merlinmedia:

    Here’s the clip of the bottom of my new functions.php file just so you can see what it looks like when modified. I also had the question regarding overwriting when updating the theme.

    Just to make sure that this is the problem you should firm do a test email where you enter your own email into the Email field. That email should be delivered okay, as then both the sender and receiver are the same authenticate-able address. Are you using an SMTP plug-in?

    ——-

    /*
    * add option to edit elements via css class
    */
    // add_theme_support(‘avia_template_builder_custom_css’);

    add_filter(‘avf_form_from’, ‘avf_form_from_mod’, 10, 3);
    function avf_form_from_mod($from, $new_post, $form_params) {
    $from = ” (Email address hidden if logged out) “;
    return $from;
    }

    in reply to: SMTP Sender not correct in mail sending #908268

    @merlinmedia – yes, you need to keep the double-quotes and replace the email with your actual one.

    Mike,

    Thanks, that works. I should emphasize that the file to edit is functions.php and not functions-enfold.php, just to clarify for others.

    Could I please request that this be made as a configurable option through the Enfold Theme Options. Something like Theme Options->Mail -> “Set sender to user-entered Email form field” YES/NO with NO being the default.

    As I mentioned most SMTP relay servers will NOT work the way Enfold is currently designed.

    Here is the text from the WP Mail SMTP plugin dialog:

    =====
    Mail
    From Email
    (Email address hidden if logged out)
    You can specify the email address that emails should be sent from.
    If you leave this blank, the default one will be used: (Email address hidden if logged out) .

    Please note if you are sending using an email provider (Gmail, Yahoo, Hotmail, Outlook.com, etc) this setting should be your email address for that account.
    =====

    Clearly WP Mail SMTP is indicating that the “From Email” should be the configured “From Email”, NOT the one the user enters. SMTP mail servers authenticate this way to avoid being hijacked by spammers.

    This is a major deficiency in Enfold currently.

    Will I need to re-edit functions.php when Enfold is updated?

    Thanks,
    Spencer

    in reply to: Can't import Enfold 2017 demo #902691

    Just to let you know, I also had problems loading the Enfold 2017 demo on my personal Mac. I set higher wp-config and php.ini settings per some of the other posts here. What eventually worked in the end was being persistent on clicking the Import button, waiting for the import to error out, and then going back and clicking the import button *without* resetting the database. I think the rows eventually get added to the database, although some “max errors” type of limit causes the scripting to quit prematurely when duplicate keys are encountered. I had to do this 4 times, but it eventually worked for me. This behavior matches some of the descriptions in other similar posts. I’m hoping my experience might benefit others. Good luck.

    p.s. Edit: Well the demo is mostly working, but some items are still missing :( FYI.

    • This reply was modified 6 years, 10 months ago by spencery2.
Viewing 7 posts - 1 through 7 (of 7 total)