Forum Replies Created

Viewing 20 posts - 11,841 through 11,860 (of 14,496 total)
  • Author
    Posts
  • in reply to: Featured slider – order of posts #10493
    Sakin
    Keymaster

    @dt2791: I don’t get it what you mean by new empty line appear at the top. Can you send me screenshot of what you want?

    in reply to: Sidebar posts #10484
    Sakin
    Keymaster

    @rbrt_bene: Sorry then for that I cannot help it. You can jut use the first one.

    in reply to: Sidebar posts #10482
    Sakin
    Keymaster

    @@rbrt_bene: Foe even list in Sidebar. You can add the following css. But the following CSS will only work in Modern browser not in old IE.
    #secondary ul li:nth-child(even) { background-color: #ccc; }

    in reply to: Sidebar posts #10481
    Sakin
    Keymaster

    @rbrt_bene: For just border bottom in the list item in sidebar then add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #secondary ul li {
        border-bottom: 1px solid #e6e6e6;
    }
    in reply to: Hide author, comments and time #10474
    Sakin
    Keymaster

    @ciao: Oh don’t delete any core theme files. If you want to delete the core theme files then build child theme and then copy content.php in your child theme and delete the code. As the change you made in code theme files will be reverted back when you perform update to the theme.

    in reply to: Confused About Page Meta Data #10473
    Sakin
    Keymaster

    @svoelker: I am also confused what do you mean. You can change the the Header Content for Homepage, testimonial, Services, Galleries and Portfolio through “Appearance => Theme Options => Header Content Option”.

    But for individual pages and post, you can add it from “Header Title and Description” meta box below your page and post content.

    in reply to: Where Do I Edit Homepage Meta Data #10471
    Sakin
    Keymaster

    @svoelker: Are you using old version of Catch Mustang theme for the latest one. The Homepage header title and content can be changes from “Appearance => Theme Options => Header Content Options”

    in reply to: Top Nav Home Page #10470
    Sakin
    Keymaster

    @svoelker: You can add the Home from Custom Menu. Go to “Appearance => Menus”. Then in the left column of Menu page, you will see the Pages box. From that box, click on “View All” tab. Then select “Home:Home” and Click on “Add to menu”.

    in reply to: Featured Slider Has No Way To Add Images #10469
    Sakin
    Keymaster

    @svoelker: In Catch Mustang theme, you have to activate the image slider firs. go to “Appearance => Theme Options => Featured Slider => Slider Options”. Then click on Image Slider and Save changes. Then in the Featured Image Slider Options add in the images.

    in reply to: Post titles and Page titles #10468
    Sakin
    Keymaster

    @viaticusgroup: This happen as you have set the page Articles to display your blog. So, it hides all the page titles, which means it will hide the post title in this page as well. To bring this page post title. you can add the following CSS.

    .page.page-blog .entry-header {
        display: block;
    }
    in reply to: Twitter Feed Slider #10466
    Sakin
    Keymaster

    @trentbuzz: Maybe come cache issue with the Theme Options. Can you change the username back and forth and test it. If this not working then let me know it. I will contact you personally to look at your site.

    in reply to: Featured slider – order of posts #10465
    Sakin
    Keymaster

    @dt2791: In free Catch Box theme, you only have Featured Post Slider and you have to manually add in the Post ID in the Featured Post Field. You can increase the number of slides from Featured Post slider options.

    But if you want to automatically add the latest post in the slider then it’s called Featured Category Slider. This option is there in Catch Box Pro. See this for more details about added features in Catch Box Pro theme http://catchthemes.com/themes/catch-box-pro/

    in reply to: Hide author, comments and time #10464
    Sakin
    Keymaster

    @13alaise: Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .entry-header .entry-meta { display: none; }

    in reply to: Translation for "Read more" #10463
    Sakin
    Keymaster

    @13alaise: Yes, poedit is the way to translate the theme in your own language. If you want us to add the language next version update. then you can send us the .mo and .po file.

    We will be adding the option to change the read more from Theme Option panel soon.

    in reply to: Remove Shadow Around The Body #10462
    Sakin
    Keymaster

    @chipbphoto: Send me your site URL?

    in reply to: Additional/Custom Social Links? #10461
    Sakin
    Keymaster

    @zachsnyder: The hover text in the Title in the link.

    in reply to: Header and Writing on Featured Post Slider #10460
    Sakin
    Keymaster

    @jwendell: Sorry there is no trail version of Catch Everest Pro. Catch Everest Pro in the advance version of Catch Everest. You can see the additional features list at http://catchthemes.com/theme-instructions/catch-everest-pro/

    Send me your Site URL and I will check your alignment.

    in reply to: Hyperlinks Contain Spaces After #10459
    Sakin
    Keymaster

    @MairiaM: Yes that is what I mean. See the above code. There is amazon script.

    in reply to: Need help removing posts from home page #10458
    Sakin
    Keymaster

    @villeneuvepatrick: I just check in your site and yes you have unchecked Enable Latest Posts or Page. But if you go to your “Settings => Reading”. You have set static front page as “cli” page.

    Yes, if you still want to remove the line in the homepage then you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .home .site-content article { border: none; }

    in reply to: Facebook thumbnail #10456
    Sakin
    Keymaster

    @TanjaCrouch: I don’t get it but the facebook opengraph in not the part of theme. You can customize it through plugin likes http://wordpress.org/plugins/wordpress-seo/ and http://wordpress.org/plugins/facebook/

    After you have setup. You can test your facebook opengraph at https://developers.facebook.com/tools/debug

Viewing 20 posts - 11,841 through 11,860 (of 14,496 total)