Forum Replies Created
-
AuthorPosts
-
Ahoy Mike,
The problem is whenever I update the enfold this happens with this particular website. I will connect with them and see whats up.
Thanks!
issue fixed Mike. It looks like the theme didn’t automatically update all the way!
Hi @ismael,
They work… I just used them… I also disabled that plugin.
Login is now just wp-admin
Please Advise
How Odd,
The wordpress login does actually work. For some reason my security plugin (All In One WP Security) makes it seem like you are not logged in when you actually are. Once you login with the credentials if it doesn’t take you to the dashboard click the “← Back to ___________” button on the bottom. It should than take you to the dashboard. On that note – do you know why this is?
Also not sure if this helps but this started happening when I updated the theme from version 3.3.2 to the newest.
Attached is the FTP credientials as well.
Please advise,
Hi @nikko,
I disabled the plugins, switched to the main enfold theme, and still nothing…
How weird… So i thought of another solution – make the contact form have a redirect once submit is clicked…
I just tried changing the contact form to redirect to another page once the form is sent but it isn’t going to the page. Here is a screenshot…
Please advise
Ahoy @nikko,
The problem is the page loader shows up/ the page reloads after your send. I use this theme for several clients and this is the only site that does this. In the demo is also loads on the page, it does not need to reload the page. It even happens when I turn the page loader off – the page reloads. Typically the page stays on the same page than the message appears. The page does not need to reload.
In the contact form settings I also have it set to display a short message on the same page not redirect.
Please advise how to solve
I included my logins below
March 15, 2018 at 8:47 pm in reply to: /avia-shortcodes/av-helper-slideshow.php on line 291 ERROR URGENT! #927671Feel free to close
Update* I resolved the issue with that recommended plugin. Thanks for your help!
Thanks @mike,
Yeah I see that as well. My client has some janky yahoo hosting but has office 365 for email. I tried the plugin you recommended but get an error when I put in the SMTP details and run a test message – errors come up. I’m going to see if Office 365 has any insight to this…
Hi @mike,
Yeah, no gmail or yahoo. I did try to add an additional gmail address in the form as well but nothing went through. There are multiple contact forms that aren’t working. Each page has a contact form in a red box area. There is also a contact form on the contact page that is a little different. I installed that plugin and it looks like it is logging the emails but still not receiving anything on the other end.
@mike It looks like there is no spam assassin on my website. We discovered that there is no SMTP configured on WordPress. I tried the second bit of code in a snippet and tested but nothing was received as well.
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; }
I’m not sure how an address is authorized and permitted though…How do I find this?
Ahoy Mike,
I’m not using a gmail or yahoo email for the contact forms. One account was setup with Office 365 and the other is a webmail account with my website. I did just try it with a gmail address but no luck as well.
I will reach out to my hosting and circle back.
Thanks!
Thanks @rikard I was wondering what was up with that. I have another one of my sites doing this as well. Can you advise on what you toggled so I can install the child on that other site? Can it be any setting?
Cool plugin. URL below.
Thanks @ismael.
I went ahead and created a child theme, I would just copy the /wp-content/themes/enfold/functions.php in the child root folder? Would it be the full document or just this modification?
Ok. I went ahead and uploaded the image. I’m not too sure how to now replace the social google font with the url…
I used this code from the thread you shared. It did nothing. See private for full url.
.iconlist_icon .gplus :before { content: url('URL'); }
Hmm,
That link you gave me seems to replace a fontello icon with a custom icon – which is not what i’m trying to do. I just want the new Google + icon to be the one in the header. The font is available via fontello. I added the code but it doesn’t seem to work.
It seems that other people have had this same issue a couple of years back https://kriesi.at/support/topic/new-google-logo/
I referred to the post @Yigit recommended and it didn’t work before creating this thread.
I added it to this file. See screenshot.
If I remove it now I get an error.
Ahoy,
I went ahead and added the code but the old icon is still showing up.
Sure,
See Private. The added code is being added using the snippets plugin.
Ahoy,
I changed the code to this but it is still not showing up. This is on the bottom of my functions.php
function avia_add_custom_icon($icons) { $icons['gplus'] = array( 'font' =>'fontello', 'icon' => 'F0D5'); return $icons; } add_filter('avf_default_icons','avia_add_custom_icon', 10, 1);
Yeah, I’m trying. Thanks! I figured out a solution.
Gotcha, Thanks!
Boom Thanks!
Boom Thanks!
Ah I see.
Is this the css I would need to remove? If so how do I hide the icon on that page?
.no-icon-homepage .iconbox_icon.heading-color { display: none!important; }
I didn’t know that space would be a factor. The second set of css doesn’t seem to apply still after removing the space.
`.smaller-text.iconbox .iconbox_content .iconbox_content_title {
font-size: 12px;
}`Nevermind I figured things out.
Ahoy Mike,
That seems to work! I figured out the issue.
Thanks!
I solved this issue with the following
#top.home #full_slider_1 .avia-slideshow-button-2{ background-color: #8bcce8; color: white; border: none; }
No need for help
-
AuthorPosts