Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@eric.suth: You can just paste the url http://www.youtube.com/watch?v=QdneZ4fIIHE&feature=youtu.be in your post editor itself. No need embed code for youtube video. Just pasting youtube video URL in your content of the page will work fine.
See this is from WordPress.com http://en.support.wordpress.com/videos/youtube/ but it will work similar in WordPress.org as well.
Sakin
Keymaster@dwood75: Yes just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
.entry-content .thumb { box-shadow: none; }Sakin
KeymasterHi Karin,
1. This is a test! So I am using an ad from my media file which I should be able to do, following the layout of your plugin.
— Yes you can.2. The widget I am using is yours, not the 125 plugin. I would think that as your theme supports 2 plugins, that I should be able to use both your plugin and the wp 125 for 2 different ad sizes on the same page – the archive sidebar. Yes or no?
— yes you can. Just drag and drop the widget.3. If the ad title came through, then I would think that the image should also have come through, unless by image url you mean the file url? This is
http://www.iwritegreatcopy.com/wp-content/uploads/2013/05/250×250-ad-copy.jpg
— the image link is not working, it is leading to Page not Found.So, as your theme relies on featured images, the question is, do I have to set the ad as a featured image to work in the sidebar? Yes or no?
— No you don’t have to set featured Image for ads. Ads are different and independent module.If you are still confused. Then send me the ads image URL and ads target url, if you want to use image ads. If you want to use the script ads then send me the scripts. I will send you how to add it.
Sakin
Keymaster@impresnet: I just check in your code and found that for all the center image link it will like like that. You can change to any theme like Twenty Eleven, Twenty Twelve, Catch Box, Simple Catch. All theme will work in same manner. Not possible at this time.
Sakin
Keymaster@brown2235a: I don’t know why but I cam still seeing the wrong code which I told you to replace.
#secondary .widget { margin-bottom: 10 px; }If you have already added the right code then, can you clear your Cache in the setting for your Wp Super Cache plugin.
Sakin
Keymaster@karinschultz: yes the link http://www.writegreatcopy.com/?attachment_id=856 is not the image. I don’t see the image in this link. Please check for the image with your advertiser.
I also see that you have added the ads widgets thorough “wp125” plugin. So, I am not that aware of it.
I have already mentioned you the logic of sidebar. For archive page, you can use archive sidebar.
I think you need to consider hiring developer to work for you. You can get developers from http://jobs.wordpress.net/ and other site such as oDesk and Elance.
Sakin
KeymasterI see that you have already added the following css
h1#site-title{ font-style: none; font-weight: none; }Remove that and add the following
#site-title { font-weight: normal; }Sakin
Keymaster@brown2235a: I see that you have add the CSS code as below where there is space
#secondary .widget { margin-bottom: 10 px; }It needs to be
#secondary .widget { margin-bottom: 10px; }Sakin
KeymasterNice.
Sakin
KeymasterSorry your site is Under Construction and I cannot see it.
Sakin
Keymaster@dwood75: Just replace the above css to the following
#secondary .widget img { box-shadow: none; margin-right: 0; max-width: 100%; }Sakin
Keymaster@Lvcasss:
1. can I remove Author information from posts?
— Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
.entry-meta .by-author { display: none; }2. can I hide post’s featured image in category view? (“news” page in my site)
— For best option upgrade to pro and then there is option to remove it. But you can use the following CSS to hide it. Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.3. I use an image for header but with responsive design when I change window size the image don’t resize and the logo disappear. How can I resolve?
—- Background in CSS is problematic in Responsive design. So, it’s better to add the large header image from “Appearance => Header”.
See the link which explain about background image in css.
http://css-tricks.com/forums/discussion/16274/css-tricks-full-page-responsive-background-cuts-off-some-of-the-pic/p1Sakin
Keymaster@kirsten0203: For that you need to upgrade to Catch Everest Pro version and use the “Featured Image Slider” instead of “Featured Post Slider”.
Sakin
Keymaster@kirsten0203: I think I already gave you CSS in previous thread and look like you have already implemented it. Nice.
Sakin
Keymaster@GAHC: I don’t know about the Justified Image Grid. Sorry, I won’t be able to help on this. We can help you only on theme related issues.
Also our link http://gildedagehistorychannel.com/videos/ is giving me page not found. Can you check your URL.
Sakin
Keymaster@Bazil Guerrero: Each individual post and page has option to close the comment. So, check your settings. see this for more help http://en.support.wordpress.com/enable-disable-comments/
Sakin
Keymaster@georgian2133: To reduce the size of margin top in the site. You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
.site { margin-top: 28px; }
@markspend1: Thanks for the link.Sakin
Keymaster@helenage: Catch Everest free theme only have Featured Post Slider. But you will get more option in Pro version.
Here goes the instruction to add the Featured Post Slider
1. First create the Post and don’t forget to add in the Featured Image in the post as this image is used in the slider. To add featured image see this http://en.support.wordpress.com/featured-images/#setting-a-featured-image2. Then get the ID of the post. When you edit your post or write a post, you will see the id in your browser address bar. You will also be able to get the post ID from All Post in your WordPress Dashboard. But still if you cannot find it then you can use this plugin to view it http://wordpress.org/extend/plugins/catch-ids/
3. Then go to “Appearance => Theme Options => Featured Post Slider => Featured Post Slider Options”. Add in the post id. Make sure you only add in the ID number.
For other question. Yes thanks to @NyaKungen: The three small images is called Homepage Featured Content. Which you can change it from “Appearance => Theme Options => Homepage Settings => Homepage Featured Content Options”.
Sakin
Keymaster@elli: Do you mean to hide the footer widgets in other pages and only keep in homepage. Then you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#footer-sidebar { display: none; } .home #footer-sidebar { display: block; }Don’t need to change settings in Reading. Keep it as the default the latest post only. If you are using latest version of Catch Everest theme then we have added “Blog” Template which you can assign it for any page. For that, just edit your News page and on right side you will see “Page Attribute” box from there you can select Template as blog.
-
AuthorPosts
