Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@ronjak: Ask more detail with the plugin author. The do_action is defining the action hook. We have our own action hooks that you can see it.
It will be best if they provide the widget and you can simple add in any sidebar. In Catch Everest PRo theme there is sidear for header right as well. See the additional feature in Catch Everest Pro at http://catchthemes.com/theme-instructions/catch-everest-pro/
But yes you can try to add the above hook in the file sidebar-header-right.php jsut above
</div><!-- #header-right .widget-area -->Sakin
KeymasterNow it’s fine. But you have added paragraph center in your text widget you need to remove that.
<p style="text-align:center"><a target="_self" href="http://hurstbournedentalcare.com/stony-brook-louisville-ky-dentist-patient-forms//"> <img alt="Forms- Louisville, KY Dentist" src="http://hurstbournedentalcare.com/images/new_pt.png"> </a></p>you can replace p with span
Sakin
Keymaster@kirsten0203: You have to add any widget in your sidebar to replace that. Look like the search and archive at the default widgets.
But if you don’t want any sidebar then you can choose No Sidebar layout in individual posts and pages. Also you wan set fro entire site in you theme options panel “Layout Options”.
Yes the upgrading process will be pretty smooth. You might need to do few click in your menu, header, background settings. If you need help then we also provide free support for upgrading.
Sakin
Keymaster@phase9: You can simply add the color code you want in the following CSS and add it in “Appearance => Theme Options => Custom CSS” box.
#branding #s { background-color: #fff; color: #000 }Sakin
Keymaster@paigeohliger: The same menu order will be there in Mobile Devices as well.
Sakin
Keymaster@eric.suth: Strange why it didn’t work for me on my server. But why don’t in your site. Looks like you have code as
<p dir="ltr">http://www.youtube.com/watch?v=QdneZ4fIIHE&feature=youtu.be</p>can you remove that paragraph tag and just add the youtube video link.
how can I manipulate the font style, color, size etc. of my post text
— About this you have option in Theme Option in Simple Catch Pro theme. Upgrading will be easier. But yes you can do it in Simple Catch Free theme as well but for that you need to add CSS in “Appearance => Theme Options => Custom CSS” box for which you need to know abut CSS.I will contact you in email to solve the Youtube issue
Sakin
Keymaster@acanthuroid: Yes Catch Everest Pro WooCommerce plugin ready.
Sakin
Keymaster@snicoles: I am telling you not to copy all the styles from style.css to child theme style.css . But you have copied it all. The following CSS in your child theme style.css that is http://thatscrazytalk.com/wp-content/themes/catch-box-child-theme/style.css is a problem. Delete that.
.social-profile ul li a { background: url("images/social-profiles.png") no-repeat scroll right top transparent; border-radius: 3px 3px 3px 3px; display: block; height: 34px; text-indent: -99999px; width: 34px; }Sakin
Keymaster@Chris: You don’t need to translate that you can change that from “Appearance => Theme Options => Excerpt/More Tag Settings and change the “More Tag Text”.
Sakin
Keymaster@alisonmckellar: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
/* Homepage heading space above */ #homepage-message { margin-top: 40px; } /* Homepage heading space below */ .home #main { margin-top: 40px; } /* Homepage heading font size */ #homepage-message { font-size: 26px; }Here is donation page link http://catchthemes.com/donate/
Thanks for your appreciation.
Sakin
Keymaster@paulinepkehoe: Just go to “Appearance => Theme Options => Header Right Sidebar Options” and then check “Disable Header Right Sidebar” and save it.
Sakin
Keymaster@snicoles: Yo have build child theme and copied the style.css in child theme. You don’t need to copy all the css in your child theme style.css . You just need to add the css which you edit it. see this for of how to set child theme style.css
http://codepaste.net/g6mo2pSakin
Keymaster@karinschultz: Sorry looks like your requirement if beyond the scope of Simple Catch Pro theme.
Yes you can add embed code video in the sidebar. the sidebar is responsive design and adjust as the screensize is decreased. It’s on percentage value 31.28% which is equivalent to 305px width.
Sakin
Keymaster@GAHC: You can reduce the line height in the drop down menu. Just adjust the line height and add the following css in “Appearance => Theme Options => Custom CSS” box.
#header-menu ul.menu ul a { line-height: 1.4em; }Sakin
Keymaster@@acanthuroid:I don’t see any issue with your site. Can you let me know what are you trying to say. Maybe you can share screenshot loaded in your server.
Also just to let you know that if you want o change any css then don’t edit the theme core style.css or responsive.css. You can add additional CSS in “Appearance => Theme Options => Custom CSS” box.
Sakin
Keymaster@acanthuroid: You can see the additional features in http://catchthemes.com/theme-instructions/catch-everest-pro/
Sakin
Keymaster@acanthuroid: The most important thing. We don’t support free theme without footer credit link. I see that you are using Catch Everest Free then and have removed Theme: Catch Everest from footer.
This is the only means of recognition and appreciation for our hard work and effort to provide you Free theme with Free Support.
If you want to remove the footer credit, please upgrade to pro version. Don’t edit it in free version.
Sakin
Keymaster@NyaKungen: You can use Custom Menu from “Appearance => Menus” to avoid that. See this for custom menu http://en.support.wordpress.com/menus/
Sakin
KeymasterHi Karin,
Plugin question is always difficult for you. So, I always suggest to ask the plugin developer forum.
1. how can I insert a youtube video into a post without it replacing the picture in the archive page?
Video shouldn’t replace the the picture in the archive page. I thin you don’t have any text in that post. You can either add few lines of text or add any thing on the Excerpt Box. As the archive page check if there is anything in excerpt if not then it will show the full content.You can just add youtube video URL in your Post content. that will work fine.
2. is it possible to take the padding for images and apply to video, so I can place text next to video?
— You need to add the CSS code to add padding in your video.3. can I use one of your ad widgets to insert video? There are video ads now and I would like to use them in the blog if possible. Any ideas?
— Yes, you can but you need to add in the embed iframe code or script in the ads code box. -
AuthorPosts
