Forum Replies Created

Viewing 20 posts - 9,601 through 9,620 (of 14,504 total)
  • Author
    Posts
  • in reply to: Getting the logo in alignment with header text #17631
    Sakin
    Keymaster

    @Graham: Please post your site URL so that I can check in.

    in reply to: Drop down box does not work #17630
    Sakin
    Keymaster

    @shesue: You wither need to post your two image url or if you have upload in your page then that page needs to be published. We cannot view preview the page which haven’t been published.

    in reply to: Transparent menu #17629
    Sakin
    Keymaster

    @impresnet: It’s not working as you have addition custom CSS below that. Please check your custom css box and you will find the following CSS which is overwriting it.

    /* Sub Menu Background */
    #header-menu ul.menu ul a { background-color: #187bc9; line-height: 15px;}
    in reply to: Blog looks bad on iPhone – grey sidebar #17627
    Sakin
    Keymaster

    @OBO Bettermann: There is little bug in css and will fix in new version. But for now, you can add the following CSS in “Appearance = Theme Options => Custom CSS” box.

    #main .article { word-wrap: break-word; }
    /* For Mobile font size */
    @media screen and (max-width: 767px) {
    	.hentry .entry-title {
    		font-size: 21px;
    	}
    }
    in reply to: Add time of post #17621
    Sakin
    Keymaster

    @Sihedow: This is bit complex. You need to build child theme and then create functions.php file in your child theme and copy function catchbox_posted_on() and edit there.

    in reply to: Responsive Header #17620
    Sakin
    Keymaster

    @obiokere: You cannot do that with basic CSS. You need to do full customization. So, consider hiring customizer for that.

    But there is one trick of background image with CSS. Can you upload the mobile image in your site and send me that image url and I will check in.

    in reply to: Drop down box does not work #17608
    Sakin
    Keymaster

    @shesue: Sorry I don’t see any shipping costs area. Can you upload the screenshot in your site and send me the URL. I cannot see it. Also the screenshot of how it should be.

    in reply to: all categories say CATEGORY ARCHIVES #17607
    Sakin
    Keymaster

    @Ralph177: As that is not your homepage, you have added category as home in menu. Right now I see that you have hide it. If you want to hide it then the CSS that you have to add in “Appearance => Theme Options => Custom CSS” is as below:
    .archive .page-header { display: none; }

    in reply to: Where is the tag located? #17603
    Sakin
    Keymaster

    @owen: If you want me to try in your site then you can reply my email that I have just send in.

    in reply to: Images on homepage #17600
    Sakin
    Keymaster

    @JackJJW: Yes, there are lot of options that you can play with. Thanks you found it. Cheers 🙂

    in reply to: delete "leave a message" comment box #17599
    Sakin
    Keymaster

    @MMchen: Can you paste your site URL. Do you mean to just hide the “Leave a Message” text? Let me know the detail and explain in reference to your site.

    in reply to: Where is the tag located? #17598
    Sakin
    Keymaster

    @owen: Check this code http://pastebin.com/a33gxQFY that I pasted in “Code to display on Footer” and it’s working fine. Maybe you missed something.

    in reply to: Drop down box does not work #17591
    Sakin
    Keymaster

    @shesue: I haven’t used that. So, can you send me the link where that drop down is supposed to be there and what is it coming now. You might need to post it in WooCommerce support forum.

    in reply to: Leave a Reply simplification #17590
    Sakin
    Keymaster

    @Teabear: Sorry that is setting from WordPress itself from “Settings=> Discussion”. If you remove the email, then you have to remove the name as well for required. See the settings. Nothing we can do from theme. Maybe you can check on plugin which allows that. Try disqus plugin

    in reply to: all categories say CATEGORY ARCHIVES #17589
    Sakin
    Keymaster

    @Ralph177: You question is confusing. Can you post add in your site URL and explain in reference to you site.

    in reply to: Where is the tag located? #17581
    Sakin
    Keymaster

    @owen: Then you need to add that script in “Code to display on Footer” from “Appearance => Webmaster Tools => Header and Footer Codes”

    But you need to wrap your JavaScript with script tag. For example

    <script type="text/javascript">
    /*
     * Add in your script
     */
    </script>
    in reply to: Change font in menu bar #17579
    Sakin
    Keymaster

    @k.capelli: It’s not possible with CSS only. As not every computer will have that font. So, you nee to generate the font from http://www.fontsquirrel.com/tools/webfont-generator and then upload the font in your child theme and add it. It’s complicated.

    in reply to: Mobile Drop Down menu in Arabic #17578
    Sakin
    Keymaster

    @blackkeys: Nice. For more instruction, you can check out http://catchthemes.com/theme-instructions/catch-everest-pro/

    in reply to: Mobile Drop Down menu in Arabic #17574
    Sakin
    Keymaster

    @blackkeys: Sometimes, it takes time. If you done find the download link in your account http://catchthemes.com/my-account then you can email sales directly at http://catchthemes.com/contact-us

    in reply to: Sub menu doesn't appear as drop down #17567
    Sakin
    Keymaster

    @Ser_DNA: Looks like you haven’t assigned menu location. After you create the menu from “Appearance => Menus”, you need to assign the location from “Appearance => Menus => Manage Locations”.

Viewing 20 posts - 9,601 through 9,620 (of 14,504 total)