Forum Replies Created
-
AuthorPosts
-
I just did the 4.7 update for WordPress and the Enfold update to 3.8.2. Turned off all plugins and it worked. When W3TotalCache is activated it breaks the Layer Slider. Narrowed it down as the culprit by referring to this post. https://wordpress.org/support/topic/http-error-500-by-updating-to-wordpress-4-7/. Once W3T is deactivated it works again.
Reverting back until an update is made by W3TotalCache.
Just sharing my findings, I do not need followup for this.Yigit, you’re awesome! It’s working perfectly now.
Thanks much for your help.
LynnYes, of course you can turn plugins off. No problem.
Thanks for your help! Lynn
Hi Basilis, thanks for your help.
I am trying to update the phone number in Header > Extra Elements and in the Footer in the copyright line.
I have tried to change these items on 2 different Macs and a PC. no luck.Oh and my memory is set to 256M in wp-config.
define( ‘WP_MEMORY_LIMIT’, ‘256M’ );Hi Rikard,
Found the issue. The layerslider was not working a week or so ago and I enabled the javascript google cdn and put the JS to the body options. That worked to fix the layerslider, but then a week later is when we noticed it broke the ability to add content to posts. Today, I disabled those features and everything works fine. Not sure, why but I’m happy.
I’m not a fan of the Layerslider being built in, by the way, it is ALWAYS giving me problems!
Thanks for your help.
LynnI already did that. When all plugins are turned off and only either Akismet or Yoast are turned on, the ability to write or see the content in the Posts gone.
Sure, thanks for looking into this.
What I did was add the following code to Theme Functions (functions.php). Should I instead add it to functions-v1-0.php?
Please look at my sight to make sure I am adding the correct code. http://www.mauston.org I want to put the “Town Guide” and image up in the header, to the left of “Mauston”. I think adding this to functions.php broke the site. I’m a little hesitant to add it again…add_action( ‘ava_after_main_menu’, ‘enfold_customization_header_widget_area’ );
function enfold_customization_header_widget_area() {
dynamic_sidebar( ‘header’ );
}Thanks for your help.
- This reply was modified 9 years ago by Lynnr321.
I could not do that, but the web host got it going from back-up. I will look at the link again.
I had not tried that. I just tried it and it totally broke the site. I can’t get into the back-end and I can’t view the website at all.
Help!Ok, I found the issue for the SRR site. I had problems in Jan of 2014 where they had me add:
add_theme_support(‘avia_manual_updates_only’);
add_theme_support(‘avia_template_builder_custom_css’);
to the child theme in functions.php for an issue. Hopefully those problems won’t come back.I’ll loop back on the next update to see of we can figure out why PYK isn’t auto-updating.
Thanks for your time, Andy! That did the trick.
Lynn
Hi Andy, I don’t understand. How could it be removed? I never did that. Where in the backend would one remove it?
Sorry, just doesn’t make any sense at all to me.
Please let me know how it can be re-installed.
Thanks LynnSo sorry! Not sure why it’s not updating. An issue with Last Pass I think. The one below works for me now. I tested it.
Ok, can we keep this open until the next update.
I’ve updated the credentials on the the SRR site (same password). Maybe you could try that again as I think it is a different problem. Per Dake’s instruction, I updated that one via ftp as well.
Thanks Lynn
No my other websites are working fine.
I have now updated both sites by ftp. Though PYK now shows the new version. It still shows the wrong user and APi -and I needed to hit “update manually”. Then it updated the theme version. Not sure if it will show the correct version. tbd.
SRR, after update, still does not show the “Theme Update” button.
So I think, though the themes updated, the problems are not resolved.
Lynn
I posted credentials the other day in the private area. I didn’t write anything up here, so maybe it didn’t post? Anyway please see the credentials below to login.
No that didn’t work either, Josue. Wouldn’t it need a @media query?
Sorry, I’m no good at troubleshooting this stuff.
-LynnThanks Josue, but that didn’t work.
LynnYeah! Thanks Yigit and Ismael that works! Thanks for your awesome support once again.
-LynnOoops can I open this back up? Now the desktop version is messed up. I think it is cutting off at the 990px for @media query -or something else. Please take a look at let me know. If I don’t hear back in an hour or so, I’ll start a new thread.
- This reply was modified 9 years, 6 months ago by Lynnr321. Reason: now broken somewhere else
Awesome, yes that worked. How would I center the logo on mobile? I used:
@media only screen and (min-width: 990px) {
#header_main>.container {
padding: 0px;
left: 20% !important;
top: -215px;
}}And a couple of other attempts, but it’s not picking it up.
Thanks Lynn
Hi Ismael,
I’ve added the above code to child theme functions.php, but it still does not work. darn. I reset the mobile browser cache file also.
Hi Ismael,
No it is not working. I tested it on a iPhone using Safari and Google search (downloaded an app or it, so it was fresh). then I also tested it on an android.
Thanks Lynn
Hi Ismael,
Thanks for the code, but that one didn’t work either.
Any other ideas?
Lynn
This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.Great!!!
nav.main_menu {
left: -35% !important;
position: fixed !important;
top: 55px !important;
}
…worked perfectly. Thanks Elliott! Appreciate your help.
LynnSorry for the multiple posts. But I did get this a little further. BUT when I move down I lose the main menu. Is there any way to get the menu to remain viewable or sticky?
Here is where I’m at on CSS:
nav.main_menu {
left: -39%;
top: -215px;
}
.inner-container {
top: 210px;
}
/* Centers logo and leaves it bigger size*/
.html_header_top.html_logo_center .logo {
left: 28%;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
#header_main>.container {
padding: 0;
top: -215px;
}This reply has been marked as private. -
AuthorPosts