Forum Replies Created

Viewing 20 posts - 7,701 through 7,720 (of 14,497 total)
  • Author
    Posts
  • in reply to: wrap excerpt text around featured image thumbnail #29479
    Sakin
    Keymaster

    @ali125: Can you try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.

    .blog #content .hentry {
        display: block;
        height: 1%;
        overflow: hidden;
    }
    .blog #content .featured-image {
        float: left;
        width: 12%;
    }
    .blog #content .entry-container {
        float: right;
        width: 85%;
    }
    in reply to: Primary menu not displaying #29477
    Sakin
    Keymaster

    @kenyamax: Ok I found the issue of question mark. You have added in the “Featured Header Image URL” in “Appearance => Theme Options => Header Featured Image Options”. But the image URL couldn’t find the image that is why it is showing question mark. So, either you need to disable it or you need to add in correct image URL.

    Sakin
    Keymaster

    @Driven13: Sorry there is no widget area in the Slider. For this you need to build child theme and define it. As div “featured-slider” is position relative. So, you can just copy the slider code in your child theme functions.php file and add your form code before </div><!-- #main-slider -->

    in reply to: Enlever la date et le nom sur les articles #29464
    Sakin
    Keymaster

    @philippe: Thanks

    in reply to: headings in my shopping cart not aligned #29431
    Sakin
    Keymaster

    @peithoemporium: Sorry I don’t get what’s the issue in that page. Can you tell me what you want in detail or maybe share screenshot of what you want.

    in reply to: wrap excerpt text around featured image thumbnail #29430
    Sakin
    Keymaster

    @ali125: Please don’t edit any core theme files. First, add in Featured Image in your post. If you want image to be the side of the excerpt text. Then Upload smaller image like and then buzz me back and I will check in the css for you.

    in reply to: Enlever la date et le nom sur les articles #29429
    Sakin
    Keymaster

    @philippe: You need to put that CSS in Custom CSS box which you will find it in “Appearance => Theme Options => Custom CSS” box. See this screenshot http://www.pinterest.com/pin/548594798331939237/

    in reply to: Remove Powered by: wordpress #29427
    Sakin
    Keymaster

    @Navid: I just tested in my server and it is working fine. Copy the above code and paste it.

    in reply to: Enlever la date et le nom sur les articles #29413
    Sakin
    Keymaster

    @philippe: Yes, if you totally want to remove then you need to build child theme and edit the function. But you can simply hide it by adding the following css in “Appearance => Theme Options => Custom CSS” box.
    .entry-meta { display: none; }

    Sakin
    Keymaster

    @Driven13: Oh this is not possible. For this you need to build child theme and then add your form and css to position absolute at right sidebar of Slider Image. Also when you add this form, you need to think about the responsive design. What you are going to do with mobile css. This is bit complex.

    Sakin
    Keymaster

    @Driven13: You can add Contact Form 7 in Header Right Sidebar from “Appearance => Widgets”. For this, you don’t need to upgrade.

    in reply to: Remove Powered by: wordpress #29398
    Sakin
    Keymaster

    @Navid: Just go to “Appearance => Theme Options => Footer Editor Options” and replace the existing text with the following:
    <div class="copyright">Copyright &copy; [the-year] [site-link]. All Rights Reserved.</div><div class="powered">Published by: <a href="http://www.navidmughal.com" title="Navid Mughal" target="_blank">Navid Mughal</a></div>

    in reply to: Cannot edit images ones inserted into page #29396
    Sakin
    Keymaster

    Hello Luis,

    I don’t get it what is your issues. When I check in Image Alignment and it’s working fine here. See this on how to align image http://en.support.wordpress.com/images/image-alignment/ and for image editing http://en.support.wordpress.com/images/image-editing/

    Regards,
    Sakin

    in reply to: Featured Post Slider Broken? #29391
    Sakin
    Keymaster

    @whtknt: See the Theme Instructions page at http://catchthemes.com/theme-instructions/catch-everest/ . Catch Everest Free version only have option to add “Featured Post Slider” to highlight your post in the slider.
    Add Featured Post Slider:
    * First, you need to create post from “Posts => Add New” and add in the Featured image in your post.
    How to add Featured Image in Post?
    * Open the editor of the post where you want to display image, and locate the Featured Image module in the bottom right corner under Page Attributes. Click on Choose a Featured Image.
    * Then you can either upload the image from your computer or select the existing image from your media library and click on Set Featured Image. Click to view screenshot
    * Then you need to go to “Appearance => Theme Options => Featured Post Slider =>Featured Post Slider Options” and simply insert the ID numbers for Posts in the boxes, one Post ID number in each box. Click to view screenshot
    * Click on Save Changes button
    But if you want Featured Image Slider where you want independent image slider then you need to upgrade to Pro version. See the Catch Everest Pro version theme instructions at http://catchthemes.com/theme-instructions/catch-everest-pro/

    in reply to: Primary menu not displaying #29389
    Sakin
    Keymaster

    @kenyamax: I see that you have added Secondary Menu and then added “Widgets” in Header Right Sidebar. So, when you add widgets in Header Right Sidebar, your default primary get replaced with the widgets. So, if you want to add Primary Menu as well in your Header Right Sidebar. Then you can drag and Drop “Menus” widgets in your Header Right Sidebar and Select Primary menu.

    in reply to: MouseOver or Hover in Homepage Feature Content #29388
    Sakin
    Keymaster

    @Alex: Sorry I don’t get it what you mean. Can you explain with reference to your site URL what you want to do on mouse hover.

    in reply to: Hide "Home" Menu Link #29386
    Sakin
    Keymaster

    @jplatenius: Did you change that directly in core theme file catchkathmandu-functions.php? Please don’t edit any core theme files directly, as these theme files will be reverted back to original when you update the theme.

    So, to remove the home. Either you just build “Custom Menu” from “Appearance => Menus” and assign location to your menu. This Custom Menu will replace your Page Menu.

    But if you want to keep your page menu and just remove the home then you need to build child theme, create functions.php file in your child theme and add the following code:

    <?php
    /**
     * Catch Kathmandu Child functions and definitions
     */
    // Removing the Default Action Hook
    function unhook_catchkathmandu_functions() {
    	remove_filter( 'wp_page_menu_args', 'catchkathmandu_page_menu_args' );
    }
    add_action( 'init', 'unhook_catchkathmandu_functions' );
    in reply to: Changing Text and Color size in a page #29385
    Sakin
    Keymaster

    @JingJing: Nice that you fixed it. Thanks for the info.

    in reply to: color picker does not show up #29384
    Sakin
    Keymaster

    @valerie: Thanks for the access. I found the issue is with out dated MOD_SECURITY core ruleset, more information https://github.com/SpiderLabs/owasp-modsecurity-crs/blob/master/CHANGES#L363

    This rule blocked our jQuery.cookie.js/jQuery.cookie.min.js scripts

    If you can contact your hosing server support server and tell them to update. Then this problem will be solved automatically.

    For now, I have build child theme where I have renamed cookie. But after your server update is MOD_SECURITY, you don’t need this child theme.

    in reply to: Image and Blockquote Alignment #29379
    Sakin
    Keymaster

    @Alex: No I mean the text in the editor, I wanted to see how the image and text is used. In you page editor you have “Visual” and “Text”. I need you to go to “Text” mode and copy all the code and post it in gist.

Viewing 20 posts - 7,701 through 7,720 (of 14,497 total)