Forum Replies Created
-
AuthorPosts
-
Cattext
ParticipantHi Mahesh,
The header right sidebar is now in use for the menu.
If we upgrade to Pro, will it be possible to put 2 widgets next to each other in that area? (so not underneath each other)Cattext
ParticipantSorry for my late reply.
I tried adding the text, but my knowledge of PHP isn’t good enough to get it right. (And I have never did anything with WordPress hooks.)
This is what I did (part of the footer.php):... <div id="site-generator"> <div class="wrapper"> <?php /** * catchevolution_site_generator hook * * @hooked catchevolution_footer_social - 10 * @hooked catchevolution_footer_content - 15 */ do_action( 'catchevolution_site_generator' ); ?> <br>Lorem Ipsum Test text> </div><!-- .wrapper --> </div><!-- #site-generator --> </footer><!-- #colophon --> ...
You can see whereI added my Lorem Ipsum test text.
In one browser it looks fine; in another browser it doens’t.
I’m sure I didn’t do it right, but I can’t figure out what to change to make it right.
I’d like the text to be underneath the Copyright notice.
Could you please help me out?Cattext
ParticipantThank you so much!
Cattext
Participantthank you Sakin, however now also the category has been hidden.
Is it possible to only hide the tags but still display the category?Cattext
ParticipantHi Sakin,
I finally got around to properly search for a solution.
No plugin found unfortunately.
I have found a js script, but I don’t know where to implement it and I think there’s names in there that might not be correct (for the theme).
Could you help me tweak it so it will work on our website?var timer; $(".parent").on("mouseover", function() { clearTimeout(timer); openSubmenu(); }).on("mouseleave", function() { timer = setTimeout( closeSubmenu , 1000); }); function openSubmenu() { $(".submenu").addClass("open"); } function closeSubmenu() { $(".submenu").removeClass("open"); }
Cattext
Participantthanks! I got it all how I wanted it 🙂
Cattext
ParticipantYes, we did.
Cattext
ParticipantHi Sakin,
We’re trying to update the Pro files, but the updating process gets stuck:
http://uploadenfoto.nl/pictures/e2878983cb57d2ee35ec48b5a755a529.jpgWhen I unzipped the files onto my computer I got the following error:
Error in controle number for file: catchkathmandu-functions.php
File is unvalid.What did we do wrong?
Cattext
Participantok, thank you. I will pass this on to the website owner and have him download the update.
Cattext
ParticipantThanks Sakin. I think I got it working.
It’s up for review now 🙂Cattext
ParticipantHi Sakin,
1. I don’t mean the slider, but the static header image that changes only if you go to a different page. Here’s the link: http://www.marktmonitor.com/nieuw/
2. This is the one: http://www.kennisplatformbodemenergie.nl/
There’s a red block around the active menu item. It probably has a name, but I don’t know it.Cattext
ParticipantMay I please tune in to this older topic?
I’d like the email icon to not open a blank page.
Is there a code to turn it off for that one icon?(I’m on Adventurous btw)
Cattext
ParticipantI’m sorry, I found it already, but I can’t find a way to delete the topic.
I added a margin to the H2 and that only affected the H2 of Related Products.Cattext
Participantthank you, this is exactly what we were looking for 🙂
Cattext
ParticipantThanks!
Great solution.Cattext
ParticipantHi Sakin,
Thanks for your solutions.
1 and 3 are working. For #2 I actually meant the space below the search box (and thus above the first widget/page title)Cattext
ParticipantYes! This worked.
Thanks so much!Cattext
ParticipantI’m sorry, it didn’t work out. The colored bar is still visible.
(It’s white now, but that’s because I changed the color scheme to ‘light’)Cattext
ParticipantHi Sakin,
Thank you for your response.
The box was unchecked, I checked it and saw the latest post appear (with the proper background color by the way), and then I unchecked it again, but unfortunately it didn’t work.
So I added the code first to the CSS of the child theme, but that also didn’t work. After that I tried adding it at the Custom CSS box, but unfortunately that also didn’t work.Cattext
ParticipantThanks!
This worked out perfectly 🙂 -
AuthorPosts