Forum Replies Created

Viewing 20 posts - 1 through 20 (of 23 total)
  • Author
    Posts
  • in reply to: Social icons in header-left #97528
    Cattext
    Participant

    Hi 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)

    in reply to: Extra info in footer #84848
    Cattext
    Participant

    Sorry 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?

    in reply to: center header-menu #84651
    Cattext
    Participant

    Thank you so much!

    in reply to: hide author and tags #78500
    Cattext
    Participant

    thank you Sakin, however now also the category has been hidden.
    Is it possible to only hide the tags but still display the category?

    in reply to: delay drop down menu #64988
    Cattext
    Participant

    Hi 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");
    }
    in reply to: Customize Search Results page #63193
    Cattext
    Participant

    thanks! I got it all how I wanted it 🙂

    in reply to: Problem updating #62820
    Cattext
    Participant

    Yes, we did.

    in reply to: Problem updating #62809
    Cattext
    Participant

    Hi Sakin,

    We’re trying to update the Pro files, but the updating process gets stuck:
    http://uploadenfoto.nl/pictures/e2878983cb57d2ee35ec48b5a755a529.jpg

    When 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?

    in reply to: Problem updating #62700
    Cattext
    Participant

    ok, thank you. I will pass this on to the website owner and have him download the update.

    in reply to: header height and menu blocks #61883
    Cattext
    Participant

    Thanks Sakin. I think I got it working.
    It’s up for review now 🙂

    in reply to: header height and menu blocks #61444
    Cattext
    Participant

    Hi 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.

    in reply to: Blank page opens when clicking the email link #61274
    Cattext
    Participant

    May 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)

    in reply to: Related Products WooCommerce #61183
    Cattext
    Participant

    I’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.

    in reply to: 3 questions #61089
    Cattext
    Participant

    thank you, this is exactly what we were looking for 🙂

    in reply to: header- and footercodes #61088
    Cattext
    Participant

    Thanks!
    Great solution.

    in reply to: 3 questions #60584
    Cattext
    Participant

    Hi 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)

    in reply to: colored area/line on homepage #59101
    Cattext
    Participant

    Yes! This worked.
    Thanks so much!

    in reply to: colored area/line on homepage #58837
    Cattext
    Participant

    I’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’)

    in reply to: colored area/line on homepage #58744
    Cattext
    Participant

    Hi 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.

    in reply to: Style h1-6 and footertext #58429
    Cattext
    Participant

    Thanks!
    This worked out perfectly 🙂

Viewing 20 posts - 1 through 20 (of 23 total)