Forum Replies Created
-
AuthorPosts
-
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; }July 28, 2013 at 9:50 pm in reply to: conflict with featured image use in theme and woocommerce #12467Sakin
Keymaster@acanthuroid: You code is not clear. Can you paste it in http://pastebin.com/ and send me the link.
Sakin
Keymaster@impresnet: Contact sales at http://catchthemes.com/contact-us/
Sakin
Keymaster@Cherry: I told you that you need to upload the image from that page and you don’t need to create gallery. After you upload the image from that particular page. You can just add the gallery shortcode
[gallery]in your page.But if you create a Gallery using Media you can install Jetpack plugin and activate “Carousel” module in Jetpack plugin settings.
Sakin
Keymaster@actiondreamer: I just check in your account and it looks fine to me. You should be able to download it.
Sakin
Keymaster@rcbharp: If you want to move the header to the top. Then you can remove the margin top by adding the following css in “Appearance => Theme Options => Custom CSS” box.
.site { margin-top: 0; }If you want to make the header transparent, then you can add the following css in “Appearance => Theme Options => Custom CSS” box.
#masthead { background: none transparent; } -
AuthorPosts
