Thanks Catalin!
I’d love the ability to adjust the overall and column widths as well, but I think it’s pretty complex. We’ll see what Tagdiv has to say, but at this point it looks like we’d really have to dig into the style sheet and make adjustments in a lot of places.
Ok, updated to Newsmag 3, updated VC to the one included with Newsmag 3, updated to WP 4.5.3…. now all is well and working 🙂
As I’m learning, but just about there. Thanks for the tips!
Oh, I’ve got it now.
Had to go through the theme panel and change the protocol on each image to // instead of http://
hmm, can’t get the “code” tag to work here.
Hi Sid,
Sorry, I don’t have an answer for you. But I’m wondering if you found a page anywhere with what this update includes? What changes were made?
Chris
Hi AndreiL,
Thank you very much for helping with this.
If you want to redirect users to a custom page after they log in on your site then you can use a similar implementation with this one presented in WordPress docs in functions.php file: https://codex.wordpress.org/Plugin_API/Filter_Reference/login_redirect
Yes, that is the behavior I was expecting. I’m using (from the example on that page):
add_filter( ‘login_redirect’, create_function( ‘$url,$query,$user’, ‘return home_url(“/?cachen”);’ ), 10, 3 );
and that works IF a user logs in to the admin, like through wp-admin.php They get redirected to the home page with the /?cachen
But if they log in through the front end using the newsmag login, that function doesn’t seem to kick in, the page they are on just refreshes as is,
Chris
Hi Lucian,
Thank you.
I’ve been working with the widget and trying different things that haven’t worked.
I can’t figure out where the login redirects back to the page the user is on. That’s what I need to find to append the ‘?cachen’
I found the function I tried (above) only affects logging in directly from the backend. Won’t work for logging in through the front end.
Let me know if you have further ideas on what I might change to do this,
Thanks,
Chris
Working perfectly – thank you!
Perfect – thank you!
Ah, ok, I’m not using the megamenu’s or the tags, so I didn’t run into that.
Maybe AndreiL will have a better way to target the css. Sorry that didn’t work straight off –
Chris
Should this work in the child theme? I tried there, but only a direct edit on the original theme files seems to work. If it should work as child theme files, I’ll try again.
Thank you!
DaneOLeary,
I’ve been playing around with this.
/*adjust level of menu underline*/
li.menu-item a {
height: 35px;
}
/*adjust underline width and menu item spacing*/
li.menu-item a {
padding-left: 2px;
padding-right: 2px;
margin-left: 11px;
margin-right: 11px;
}
in addition to the css AndreiL provided. It seems to fix the problem of the line being low and pushing sections under it lower on hover. I haven’t found it to cause any other problems, but test carefully. I don’t use a top menu, so I don’t know if it would have an affect on that.
This is just me trying to hack in a fix, I am not a css expert, so it might be ‘wrong’, technically speaking,
Chris
“…but I have this obsessive need for my website to look crisp and work perfectly”
I know exactly what you mean 🙂
I think we are dealing with the same issue. Hopefully we’ll hear a fix here shortly,
Chris
If you have any thoughts on how to center the text in the main menu, that would be helpful as well.
Thanks again for your help. Tagdiv support is great!
Oh… experimenting more. I think it does ‘work’, but it’s not visible because the underline/color-bar is so low. It looks like the links have a padding-bottom of 15px (looking at it with a css viewer browser extension).
I tried reducing the padding, but haven’t been able to figure out the right css for that…
Hi AndreiL,
Thanks for helping… it doesn’t seem to be working though. http://n4s.us
I spent the last hour or so going through my custom css and took my customizations out for a while to see if something I did is conflicting with it, and I don’t think so. Couldn’t find anything.
Chris
Ok, Scratch that. I found something I would much prefer over my idea…
I’ve found found several newsmag themed sites that have a mouseover effect on the main menu that causes a colored underline to appear. Here’s one example: http://www.moodlenews.com/
Can you tell me how that is accomplished?
Thanks,
Chris
