Forum Replies Created

Viewing 20 posts - 11,181 through 11,200 (of 14,498 total)
  • Author
    Posts
  • in reply to: Huge progress – just need to change font on all posts #12524
    Sakin
    Keymaster

    for details customization you need to hire developer.

    in reply to: How can i delete the colon from my slider #12523
    Sakin
    Keymaster

    Your child theme sytle.css will be as following

    /*
    Theme Name: Ashraf
    Theme URI: http://catchthemes.com/themes/catchbox
    Author: Catch Themes Team
    Author URI: http://catchthemes.com
    Template: catch-box
    Description: Catch Box Child Theme 
    Version: 1.0
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Tags: dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, flexible-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
    */
    @import url('../catch-box/style.css');
    in reply to: Social Widget #12522
    Sakin
    Keymaster

    @oliver: Oh we don’t have that option. You need to create child theme and edit it. So, consider hiring developer.

    Another you can try adding the code in Footer editor.

    in reply to: columns #12499
    Sakin
    Keymaster

    @Nixos: Your columns are good but I see you have still define the width within your columns. So, remove that width. You have code like below inside the column.
    <div style="width: 347px; padding-top: 15px; padding-bottom: 15px; padding-left: 5px; border: 2px dotted #FF6600; text-align: center; background: #00EDF9; border-radius: 10px;">

    Just remove the width and also don’t add padding in px. It should be in %

    Please use responsive css not static css.

    in reply to: Multiple Text Fields in Content Area #12498
    Sakin
    Keymaster

    @pohl: Sorry, I don’t understand your question. Please elaborate it.

    in reply to: Huge progress – just need to change font on all posts #12497
    Sakin
    Keymaster

    @interiorsalvage: You can change the fonts form “Appearance => Theme Options => Font Family Options”

    in reply to: Social Widget #12496
    Sakin
    Keymaster

    @oliver: You can simply go to “Appearance => Widgets” and then drag and drop 1. Catch Everest: Social widget to footer area.

    in reply to: Menu bar / home button and front page. #12495
    Sakin
    Keymaster

    @Kayman Engineering:
    1. How can I change the name of the “Home” button in the menu bar?
    — You can set your own custom menu from “Appearance => Menu”. You can change the menu name from the labels of the items. See more info about menu at http://en.support.wordpress.com/menus/

    2. Can I change the bag ground color for only the “home” button? I would like the menu bar to black, and the home button to in a red color. Both with a white front.
    — Send me the screenshot of the menu design and send me your site URL. Then I can send you the custom css

    3. I use a static front page. Can I place my page text so the text is right under the slider, but above the featured Content?
    — For this you need to build child theme and edit the positions from your child theme functions.php action hooks. So, you might need to hire developer for this.

    in reply to: Problem with html objects after theme update #12494
    Sakin
    Keymaster

    @dchfr: You can add the following css in “Appearance => Theme Options => Custom CSS” box.
    .fluid-width-video-wrapper object { position: relative !important; }

    in reply to: How can i delete the colon from my slider #12493
    Sakin
    Keymaster

    @ashrafashraf:
    See this for child theme http://codex.wordpress.org/Child_Themes
    You can directly add HTML code in text mode when writing page and post
    For Php code changes yes, build child theme and edit it
    User role is WordPress function, theme doesn’t control it, if you want extended user role then look for plugin at http://wordpress.org/extend/plugins/

    Sakin
    Keymaster

    @acanthuroid: So you want to remove on product page as well then send me the product page code from pastebin

    in reply to: Gallery don't show anything #12485
    Sakin
    Keymaster

    the shortcode is simply [gallery]

    in reply to: Html tags #12483
    Sakin
    Keymaster

    @ashrafashraf: I don’t get it what you mean. Can you explain it.

    Sakin
    Keymaster

    @Cherry: It shouldn’t be like that. As Catch Everest Pro just have additional feature as compared with Free one. So, it has nothing to do with menu and quality. Ok, I will contact you in email so that you can get the site live tonight.

    in reply to: How can i delete the colon from my slider #12481
    Sakin
    Keymaster

    @ashrafashraf: Sorry there is n option to delete that in Free theme. If you want to delete that then you need to build child theme and then edit catchbox_sliders() functions in your child theme functions.php file.

    in reply to: switch language in certain elements #12478
    Sakin
    Keymaster

    @udisa:
    1 – I need to move the “previous – next” a bit to the right because now it is off the content area.
    — Just add the following css in “Appearance => Theme Options => Custom CSS” box.
    #nav-single { right: -3%; }
    2 – I want to change the language of the “previous” and the “next” to right this in hebrew, where can I tweak this?
    — For that you need to check your language file .mo and .po
    3 – same Issue in the “posted on” & “by”, where can I change the default text for that?
    — Check your language file.

    in reply to: Hierarchical menu does not work on homepage #12477
    Sakin
    Keymaster

    @OsteoNY: Add the following css in “Appearance => Theme Options => Custom CSS” box.
    #branding { z-index: 20; }

    in reply to: Gallery don't show anything #12476
    Sakin
    Keymaster

    @hschoor: You can create the gallery from “Galleries => Add New” in your WordPress Dashboard. Then upload the images from Add Media in your gallery page. Then add the gallery shortcode .

    in reply to: bigger size for the social icons #12475
    Sakin
    Keymaster

    @Sarah Althaus: for that you need to uplload the bigger social icon image and replace the image social-profile.png

    in reply to: conflict with featured image use in theme and woocommerce #12473
    Sakin
    Keymaster

    @acanthuroid: Sorry try the following one.
    .archive #main-feat-img { display: none; }

Viewing 20 posts - 11,181 through 11,200 (of 14,498 total)