Forum Replies Created
-
AuthorPosts
-
October 16, 2015 at 4:04 pm in reply to: HELP!! Tried adding Menu Descriptions and Now Menu is not appearing #520087
Rikard – much thanks sir!! That little bit helped. I really appreciate it!
October 15, 2015 at 8:06 pm in reply to: HELP!! Tried adding Menu Descriptions and Now Menu is not appearing #519534Elliott, thanks so much for taking the time!
The menu seems to be back now, however it is now center aligned and vertical…it looks weird. You can see it overlaps on the slider. This seems to happen when I change the helper-main-menu.php file where I change the line of code.
You can check out the link to our website to see what is happening. Do you know what I need to do to have the descriptions but make it horizontal like a typical navigation menu?
Actually it seems to be working now. Never mind. There was a cache issue a co-worker helped me out with. Very odd and weird!
To any one who might be experiencing a similar problem, try deleting the plugin WP Super Cache or turning it off. I deleted my cache files and it seems to work now.
DUDE!! That seems to work perfectly. Thank you. I’ve never seen that style of css of before… using > and + I’m not a css expert by any means. Is that something new that just came out or has it always been around…just a little more advanced?
June 16, 2015 at 5:27 pm in reply to: Menu not visible on Andriod Mobile Devices…but appears on iPhones! #460197Thanks Josue! One thing we realized is they purchased and installed a SSL certificate last week and on some of the Android devices it was pulling in the old http instead of the new https…weird that it took about a week to redirect but it appears to have worked itself out.
June 10, 2015 at 5:03 pm in reply to: HELP! Blog Post Element Excerpt vs Full Content NOT SHOWING Audio Player? #457372This reply has been marked as private.Nope, never mind guys. I figured it out!
If anybody in the future is reading this post mrshaffly offered great code solution
.html_header_top.html_logo_center .logo {
left: 0;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}but the aligning was off. I had to add this and change the display to inline by adding this…
.logo img {
padding: 0;
display: inline;
width: auto;
height: auto;
image-rendering: auto;
position: relative;
z-index: 2;
transition: opacity 0.4s ease-in-out;
}Thanks @mrshaffly and @Rikard ! That seemed to resolve the sizing issue across all browsers. However, it’s aligning it to the left now. I tried both
align: center;and
text-align: center;
and
margin-left: auto;
margin-right: auto;however none of these worked. Do either of you guys have a suggestion on what to use to make it align center?
Hey guys,
Anybody know pointers or things I can try? Is there specific css? I’ve tried .logo { } but not avail…
Does anybody have any thoughts?
Thank you so much!!
Hey Rikard!
Thanks for responding. Here is a link to the img. On my monitor the top is from Firefox and the bottom one is what it appears on both Chrome and Safari. Firefox is showing it pretty full width in the container, however both Chrome and Safari shrink it some.
Thoughts?
Thanks Elliott! That seemed to work perfectly.
Do you also know how/where I can condense the excerpt (reducing the amount of words)?
Also do you know how to edit the css specifically for that section without it effecting the actual blog css? I tried but unfortunately my css modifications effect my blog page as well.
Thanks Yigit! I appreciate the link. Works perfectly :-)
BAM!! That is what I am talking about :-) Thank you!
Thanks Peter! It seems to be isolated to Chrome on an iPad. We tried clearing the browser cache and cookies from that and it still didn’t resolve it. What are your thoughts? I know it is very picky and mi-nute but our client is frantically upset.
April 16, 2014 at 11:06 pm in reply to: Elements Not Being Saved When Updated in Advanced Layout Editor #252332Hi Devin,
Thank you for all your help! I went in and started disabling each plugin and one of them was causing an issue. Whew! I went ahead and increased the WordPress memory as well, just as a precautionary.
Thank you again!
Hey David,
Thank you for all your help! I did go in and start disabling each plugin and one of them was causing an issue. Whew!
Thank you again!
-
AuthorPosts