omniafausta
Forum Replies Created
-
Forum: Plugins
In reply to: [Max Mega Menu] problem with menu on Galaxy 3sHi,
Thanks for your reply, I will look into it further tomorrow and come back to you with the results.kind regards
JokeForum: Plugins
In reply to: [Max Mega Menu] problem with menu on Galaxy 3sUpdate:
Since I read on your site that the problem should be reproducable on Twenty Twelve them, I made a test version that has the Twenty Twelve:
Forum: Plugins
In reply to: [a3 Portfolio] Problem on page loadhmm just checked the plugin and jquery-imagesloaded is also enqueued… I thought that would solve it. But then again I know way too little about javascript and jquery to say something actually useful about this!
Hope someone else knows the solution!
Forum: Plugins
In reply to: [a3 Portfolio] Problem on page loadyes, probably:
I have the same problem, and it looks like it has to do with the fact that the masonry script runs before all images are loaded.
If you resize your window does the problem go away? For me it does…
It looks like the plugin author may not be very active on the forum…
I hope this will be fixed!let me refer to this:
https://ww.wp.xz.cn/support/topic/general-loading-problem-for-masonry-pages/
but I do not know how to let this solution help in this case…Could it be something to do with this?
How do I fix overlapping item elements?
If your layout has images, you probably need to use imagesLoaded.
Overlaping items are caused by items that change size after a layout. This is caused by unloaded media: images, web fonts, embedded buttons. To fix it, you need to initialize or layout after all the items have their proper size.the home-widgets are the only part that do not have images in them… and the only part that have a problem.
hmmm no sorry, that did not fix it, don’t know why it looked like it did yesterday…
think I found a solution by accident!
When i changed something in the margin of the #primary it suddenly worked like it should.if you change
.home.blog #primary { margin: 5px 5px 50px; }into
.home.blog #primary { margin: 5px 0px 50px; }the problem goes away!
Forum: Themes and Templates
In reply to: [ultrabootstrap] ultrabootstrap menu pulldown on mobile devicehi, thanks for your reply!
I can’t send a link because I am putting things together locally, but I think I got it to work with some css changes!
The trouble seems to be in these lines in the @media (max-width: 767px) part of your css:header .navbar-nav .dropdown-menu{margin-left: 5px;display: none !important;} header .navbar-nav .open .dropdown-menu{display: block !important;}somehow that ‘open’ part doesn’t work, so it got stuck with the display none
Forum: Themes and Templates
In reply to: [Destin Basic] sass?additional info:
I have found the correct path to the compass/css3 path, but now the next issue is with the import “mixins”
Which mixins are these, where can I find these? Are the also from Compass or Bootstrap or???Sorry I am totally new to sass…
thanks
JokeForum: Plugins
In reply to: [Contact Form 7] my attachments aren't sent in cf7yes!!! now it works thanks
Forum: Plugins
In reply to: [Contact Form 7] my attachments aren't sent in cf7aaah silly me!
I have read that page, but somehow didn’t register that it was not possible to use an absolute path.
I will change it into a relative path!!Thanks.
Forum: Plugins
In reply to: [Contact Form 7] my attachments aren't sent in cf7in the attachment field of E-mail(2) it says:
http://www.praktijk-icu.nl/formulieren/aanmeldingsformulier.pdf
http://www.praktijk-icu.nl/formulieren/aanmeldingsvragenlijst.pdfeverything else works perfectly, but these files do not get attached.
For now I have provided them with downloadlinks, but I would prefer the files to be sent directly.
Thanks!
Forum: Plugins
In reply to: [The Events Calendar] language problem since updatethank you!
Forum: Plugins
In reply to: [The Events Calendar] language problem since updatethanks, by now I just edited the templates to show exactly the Dutch texts I wanted…
anyway the link you provided was for the premium version, I use the free version.
So I think the link I would need is the one mentioned there:
https://theeventscalendar.com/knowledgebase/translating-the-events-calendar/I might look into it, but I might just keep my workaround.
Forum: Plugins
In reply to: [WPS Hide Login] I can't access to my site 404update:
My white-page-of-death was not caused by moving the plugin, it was a memory issue.
I found out because another WordPress-installation on the same domain also had a white page suddenly!Fortunately I had something similar happen to me before, so I checked how I fixed it then (upping my memory in both the wp-config en the php.ini)
That fixed my white screen of death… and fortunately the login works again as well! Might be related to the memory-thing so I thought I’d mention it here!