Forum Replies Created
-
AuthorPosts
-
I’ll test it on some safe days and get back to you here, thanks!
Ooh yes, my bad. It’s fixed now.
Login in private box!
I noticed it when there was a problem and I was reading the server logs. I was editing one page, several times saving and editing again, and I noticed thousands of connections from my ip adress, all related to building a page etc.
I saw that, I’ve used that code for now. This is a pretty important thing to be able to change, will this be a field to fill in in a future update?
You can close it, thanks.
Hi,
that works perfectly, thank you very much.
Hi… something seems to go wrong with the resolution of this support request. I keep getting the same questions and answers. They are not useful to me.
In short, I want to change the colour of the menu items on a transparent page on mouse over (= mouse hover). This has been mentioned several times now in this thread.
When the header is transparent.
(I already changed the enfold->advanced styling but these options do not apply on a page with a transparent header.)
Yes :)
thanks in advance,
EOk thanks, that works. And how can i change the color of the menu on mouse hover?
Hi,
In the end I solved it a different way, I created a small plugin that did what I needed:
//Hooks a function to a filter action, 'the_content' being the action, 'hello_world' the function. add_filter('the_content','hello_world'); //Callback function function hello_world($content) [...]
This way I could add what I wanted at the end of a single post and/or just after the read more button.
I tried again and even with this simple test code it doesn’t work:
function avia_read_more_filter($current_post) { if(!is_singular()) { $current_post .= "<p>TEST</p>"; } return $current_post; }
I tried this, to add the [jetpack-related-posts] shortcode:
[...] $current_post .= "[jetpack-related-posts]";
but the entire post didn’t display.
Hi, thanks for all the info! I’ll experiment with this :)
I’ve tried just after that, but then the layout gets messed up. Regardless, I’d say that the more elegant solution is to make the header bigger than 300px, that would solve all my problems without creating more down the road with this. Any tips on where to change that?
Well in the single blogpost, the header is shown next to the sidebar. Whereas in the main page, the sidebar only starts below the header. That’s what we would prefer.
Hi,
site url in private content. The client wanted a header image much taller than 300px. To make do i basically disabled most of the header and used a big image and submenu inside the pages. However, this gets frustrating because there is a blog too and adding this by hand for every post is a bad solution.
As a workaround inside single.php i’m adding some html code so a header image and menu show up, but it’s not perfect (link to single blogpost also in private)
Thanks for the hooks! I’ll experiment with that.
Hi, I had to move it, new link below.
Support was slow, and I started messing around with css myself. Managed to get it mostly large and centered with this:
.logo, .logo a { height: 100%; width: 90%; margin-left: 4%; }
The problem is that it’s still off-center on some computers. E.g. my desktop shows it centered, my laptop shows it too far to the right. (No margin-left 5% makes things worse, not better).
That works for centering it, but then the logo displays at a smaller size.
March 14, 2018 at 10:15 am in reply to: Enfold Instagram Widget not Working (Enfold 4.2.6, PHP 7.2) #926520+1 same problem here
Hi,
that worked perfectly – thank you!
E
Link in private :)
Yes, I’d like it less than 20% – say 15% or 10%.
That worked perfectly. Thanks a lot for the support!
It changed the size of the images (as you see when you right click – view image) but it didn’t change the size of their display yet.
Hi, thanks. The image I uploaded was larger, but I think the theme resizes it for the tabs to a max of 180?
E.g. http://www.adadoredesign.com/wp-content/uploads/2018/02/Italy_button.png and http://www.adadoredesign.com/wp-content/uploads/2018/02/Belgium_button.png are both larger (400×400).No custom css actually :)
Hi,
I did that first but it didn’t work (advanced styling). Seems that’s a bug that should be fixed.
-
AuthorPosts