Forum Replies Created
-
AuthorPosts
-
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.
Sakin
Keymaster@interiorsalvage: You can change the fonts form “Appearance => Theme Options => Font Family Options”
Sakin
Keymaster@oliver: You can simply go to “Appearance => Widgets” and then drag and drop 1. Catch Everest: Social widget to footer area.
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 css3. 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.Sakin
Keymaster@dchfr: You can add the following css in “Appearance => Theme Options => Custom CSS” box.
.fluid-width-video-wrapper object { position: relative !important; }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/July 29, 2013 at 6:45 am in reply to: conflict with featured image use in theme and woocommerce #12491Sakin
Keymaster@acanthuroid: So you want to remove on product page as well then send me the product page code from pastebin
Sakin
Keymasterthe shortcode is simply
[gallery]Sakin
Keymaster@ashrafashraf: I don’t get it what you mean. Can you explain it.
July 28, 2013 at 11:00 pm in reply to: Updated to pro and site looks different-need to go live today! #12482Sakin
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.
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.
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.Sakin
Keymaster@OsteoNY: Add the following css in “Appearance => Theme Options => Custom CSS” box.
#branding { z-index: 20; }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 .
Sakin
Keymaster@Sarah Althaus: for that you need to uplload the bigger social icon image and replace the image social-profile.png
July 28, 2013 at 10:15 pm in reply to: conflict with featured image use in theme and woocommerce #12473Sakin
Keymaster@acanthuroid: Sorry try the following one.
.archive #main-feat-img { display: none; }July 28, 2013 at 10:09 pm in reply to: conflict with featured image use in theme and woocommerce #12471Sakin
Keymaster@acanthuroid: Can you try adding in the following css in “Appearance => Theme Options => Custom CSS” box
.archive .main-feat-img { display: none; }Sakin
Keymaster@Cherry: I see that you still have Catch Everest Free theme and for the logo. I see that you have deleted the image http://www.wastedcupcakes.com/newsite/wp-content/uploads/2013/07/LOGOResize5ClickForHome.png that is why there in no image. Just upload the image from “Appearance => Header”.
I don’t get it what you mean by slideshow poor quality. Then quality of slider depends on the image you add in. There is nothing to do with pro for free one.
Sakin
Keymaster@rbrt_bene: You can replace the old css with the following
.widget-area .widget a:hover { color: #911d1d; font-weight: bold; text-decoration: none; } -
AuthorPosts
