Forum Replies Created

Viewing 26 posts - 1 through 26 (of 26 total)
  • Author
    Posts
  • in reply to: MailChimp can not connect #1139600

    I contacted mailchimp support. They said the API keys were valid.
    I tried the API I generated for another clients mailchimp account: Did not work, same error

    I can not guess how you are getting your key to work in the same site but we can not duplicate on our end. I will leave our API key in the private section.
    Please let us know if you have any other suggestions.

    Steve

    in reply to: MailChimp can not connect #1139297

    Any solutions to this issue? Still unable to connect mailchimp

    in reply to: MailChimp can not connect #1138866

    Rikard,

    I have tried reauthenticating Mailchimp API key from within the theme Newsletter area. AFter doing each step. Still with no results.
    Steps I have tried:
    -theme updated to latest version
    -wordpress updated
    -tried switching to latest PHP, Did not work so I switched back
    -Tried deactivating each plugin one at a time and then reauthenticating with mailchimp. Failed.

    As I said, at some point last week, after updating the theme token with Envacto, the mailchimp connection worked.
    It then stopped working later in the day.

    Please help. Client has upcoming seminar and the mailchimp feature will be needed.
    Please feel free to login and try. I have precious posted the login in the private area.

    Steve

    in reply to: Mobile Blog Navigation #1131656

    Jordan,

    Thanks. Just missing the extra set of brackets. But it worked.

    @media only screen and (max-width: 767px) {
    .responsive #top .avia-post-nav {
    display: inline!important;
    }
    }

    in reply to: Blog tags on bottom of post #1131453

    Many thanks!

    All fixed. Great support.

    in reply to: Blog tags on bottom of post #1131032

    Sorry that image didnt post well. Left it in the prvt section as a link.

    in reply to: Blog tags on bottom of post #1131031

    the debug option in my wordpress cfg is set to off.
    Here is an image of the warning:
    warning pic

    The warning show sup on the single post and on the main blog page after each snipet entry.

    Any ideas what could be causing it?

    Thanks.

    in reply to: Blog tags on bottom of post #1130067

    I too had a client who wanted the category tags repeated after post and I have used the code you supplied above.
    It is generated a ” warning missing argument 2 for {closure} ()
    On the first line. But the code is working. Just want to get rid of the warning.

    Thanks.

    in reply to: Single Blog post image size will not resize #910699

    ummm, sorry nevermind :D
    I did another regen and for some reason it finally worked.
    I don’t know why but its working now.
    I guess I was not doing a regen on the right image.

    in reply to: featured image size, single blog post #904313

    login info attached

    in reply to: fontello icon font error #902877

    Ismael,

    Thanks your confirmation it was not installed put me on the right track.
    Here is the solution for anyone with the “couldn’t add the font because the server….” error
    This applies to people on godaddy…
    https://ca.godaddy.com/community/Managing-Web-Hosting/ZipArchive-need-to-be-enable/td-p/7942

    in reply to: fontello icon font error #902479

    I tried to enable zip uploads on the server but that did not appear to be the problem.The file seems to upload correctly but it will not “install” the font.
    Is there a minimum PHP version required to install the font? I have submitted the wp logon in the previous post if that will help.

    Is there any other possible reasons?
    Am I sending you the correct server log?

    Thanks.

    Steve

    in reply to: fontello icon font error #900979

    Victoria,

    Thanks for your reply. the only error in the error_log in the WP install directory is listed below. The date seems to be when the WP was initially installed and does not seem to pertain to the icon issue.

    [01-Dec-2017 15:48:55 UTC] WordPress database error Query execution was interrupted for query SELECT option_value FROM wp_options WHERE option_name = ‘avia_options_enfold_child_dynamic_pages’ LIMIT 1 made by include_once(‘wp-config.php’), require_once(‘wp-settings.php’), include(‘/themes/enfold/functions.php’), require_once(‘/themes/enfold/framework/avia_framework.php’), avia_superobject->__construct, avia_superobject->_create_option_arrays, get_option

    in reply to: remove sidebar on blog post page but keep layout #894278

    I appreciate your time on that one. I think we will let it go.
    It is working well enough :)

    Thanks again.

    Steve

    Ive attached a link of what I am trying to do.
    I have indicated with the circle where I’m looking to add the “remove from cart” text using the ::after.

    For now I have commented out the CSS in my style sheet

    This is what I had for the styles red “X” but obviously the after content isn’t working.
    I was trying to get it to appear (the “X” and the “remove from cart) right after the product description but I didn’t get that far.

    #top div ul.product_list_widget li a.remove{
    top:auto !important;
    height:17px !important;
    background-color:red !important;
    right:auto !important;
    bottom:0px !important;
    position:relative !important;
    }
    li a.remove::after{
    content: ” – Remember this”;
    color:red !important;
    }

    Thanks for your time.

    Steve

    in reply to: remove sidebar on blog post page but keep layout #893832

    That worked perfectly. Many Thanks.

    Last question on this…
    Is there a way to drop the category display to the bottom to where the bottom of the post border would be?
    Inline with the “read more” but below?

    in reply to: remove sidebar on blog post page but keep layout #893544

    Thanks for your quick reply.
    The page works/looks well. I had done something similar but I was concerned that I would now be able to use a sidebar on any page. Is that a correct assumption when we are talking about right page sidebars? If yes, is there a way to confine the effect to only the blog page.

    Once again, thanks for your support.

    Steve

    in reply to: remove sidebar on blog post page but keep layout #893439

    Hi Victoria,

    Sorry about the delay getting back to you.
    I have removed the sidebar from the page. The standard layout has the image on top when there is no sidebar.
    I would like it to the left in a 250×250 image square, but it has to scale for mobile.

    I did some custom styling for the same layout but WITH a sidebar and all was working well. But after my client told me to deactivate the sidebar the whole setup no longer works. If I simply float the image left it does scale well on mobile and tablet. That is why I was hoping to keep the layout but “hide” the sidebar

    What can you propose?

    in reply to: blog preview pic size #888067

    Thanks, that looks great. I made some media queries to make it smaller on tablet/phone size.

    How can I get rid of that single vertical border line that runs through the blog-meta? I can not seem to find the style.

    Thanks again.

    in reply to: blog preview pic size #887980

    Victoria,

    I reverted to a boxed blog layout because I was not able to get the CSS working for me on mobile.
    I need to use the current layout but allow for a larger preview image that will scale properly.
    I have it set in the Blog element to medium size image, but it seems locked at 180px square.
    Can you help me to use the current layout but increase the preview pic column and reduce content column?

    Thanks.

    Steve

    in reply to: blog preview pic size #887466

    Thanks. I played with the styling on the weekend and got it working (kind of).
    It seems the method I used doesn’t scale well to tablets or phones. Should I have used % as the image sizes/containers? Or should I enter different @media styles. As soon as I start reducing the screen width the margin evaporates and the text creeps below the preview pic:(
    Maybe you can recommend better styles or method?

    Thanks for your help.

    in reply to: Call Button #727193

    Oops my bad. Just need to add the TEL text without the tags:)

    in reply to: Call Button #727177

    Can the TEL code be used on the enfold avia button?
    I have tried adding the link as the text or in the link field but it does not turn out proper.

    Thanks,

    Steve

    in reply to: Customizing image link overlays #692407

    Beyond The Call of Duty
    starring Ismael.

    Thanks! code worked great

    Steve

    in reply to: Header widget (before menu!) #465843

    Wow, that worked perfect. Went with the 2nd option.
    Thanks so much.

    in reply to: Logo image size #140563

    update: In IE 10 the image is larger than it should be. In chrome the image appears correct.

Viewing 26 posts - 1 through 26 (of 26 total)