callmeveev
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] A bug with my themeI replaced the code as explained.
When I choose Default Events Template, it does not show me that error anymore, but that option gives the event page a different design then the rest of the website, so I prefer not to use it…
When I choose Default Page Template, It keeps showing that weird gallery in the background.
Can you think of any other solution?
Forum: Plugins
In reply to: [The Events Calendar] A bug with my themeHere is the error, I replaced the exact wordpress location with asterisk:
Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /***/plugins/the-events-calendar/views/default-template.php:17)
in /***/themes/keres/header.php on line 11Forum: Plugins
In reply to: [The Events Calendar] A bug with my themeThanks for your quick reply.
Unfortunately, when I pick the Default Events Template, The page does not appear and prints some php error instead ??Forum: Plugins
In reply to: [Facebook] News Feeds not showing up after plugin update in Facebook Like BoxSame here.
Will be happy to find out what’s wrong.Forum: Plugins
In reply to: [WP Order Cart] Product Images not workingSet the “featured image”…On the right.
Forum: Plugins
In reply to: [J Shortcodes] No success with adding a link to JboxHave you tried it in the css that comes with the jbox plugin?
That’s where I managed to do the size changes.But still have loads of problems with it, when trying update even a dot or a comma in the page. It screws up the whole code.
I find this plugin very problematic.
Forum: Plugins
In reply to: [J Shortcodes] No success with adding a link to JboxI took a programmer for help on that one, the code he wrote looked pretty identical to me, but guess it was better because it worked:
[jbox color="white" icon="https://ant-workshops.co.il/wp-content/uploads/nemala-effective-workshop.jpg" alt=" border="1" radius="8" shadow="1" title_css="color: #0da2cf;" title="xxx"] text [/jbox]
Forum: Themes and Templates
In reply to: [Babylog] How to remove the hover in menuI just did!
After so many hours of tries.
Thanks you all for the help and support. This community is a great help.Forum: Themes and Templates
In reply to: [Babylog] How to remove the hover in menuI wanted it attached to the left bottom of the header, but couldn’t get it work in all browsers. So I gave up and tried to place it in a gap I created between the header and content.
I created the gap via top margins of the content, and the menu. BUT- If I move the top margins of the menu (see code I mentioned above), the menu stops function and the links don’t show as links any more. So weird and could not solve that.
The theme is great but gives me so many complications ??Forum: Themes and Templates
In reply to: [Babylog] How to remove the hover in menuGosh, thanks so much.
Your code with!important
worked like a charm.
And thanks for the important tip about validating the code. I’ll start using that from now on.You don’t have a solution to the other menu issue, by chance?
Forum: Themes and Templates
In reply to: [Babylog] How to remove the hover in menuThanks Caroline!
I have been playing in firebug forever.
Unfortunately the changes just don’t appear properly in other browsers, and all the margin/padding plays turn into menu running far out the main div.
I did revert the changes on the menu to the original CSS.Plus, the white hover on the menu just can’t be changed, which so weird and frustrating.
Forum: Themes and Templates
In reply to: [Babylog] How to remove the hover in menuI changed the code you mentioned to transparent and to #000 and nothing happened.
I tried *everything*!Forum: Themes and Templates
In reply to: [Babylog] How to remove the hover in menuI “pushed” the content +sidebar sections lower and also the menu, via the margin value.
It totally screwed up the functionality of the menu. As if after some height the menu stops working. Could it be because it’s within the header section?Forum: Themes and Templates
In reply to: [Babylog] How to remove the hover in menuThe site is still being built so pardon me if it’s messy.
https://ant-workshops.co.il/main/Also, when I change the top margin value to any other number in px (see below) the menu stops working (links don’t show as links any more). How weird is that.
.main-navigation { margin: 20px 20px 20px 20px; }
Forum: Themes and Templates
In reply to: [Babylog] How to change width of header and siteOk, I changed the width of the header image in the html (header.php) to 960px and it worked.
Then played forever with the #primary(main) and #secondary (sidebar) and it worked…
Thanks a lot for your time.