Forum Replies Created

Viewing 20 posts - 21 through 40 (of 43 total)
  • Author
    Posts
  • in reply to: Featured Slider #2399
    ronmerk
    Participant

    I took a look a little deeper and I am going to suggest the following:

    – make sure you’re site is set up so the home page is your “Post” page (not a static page)

    – make sure you post images to your posts

    – make sure you make note of the post ID’s where you posted your images

    – make sure you go to the theme setting > featured slider > add slider options and put in the post id in the appropriate fields

    – click on the save button

    Note: to find post id’s, go into edit mode of your specific post, look up in the url address and you will see the “post id number” in the url address. Use the number in the add slider option window.

    in reply to: Featured Slider #2398
    ronmerk
    Participant

    Hi Anusha:

    I can see the slider in action on your page, but no images are associated with it, which makes me think you haven’t set the “featured” image tag for the pictures you’re using. I know you’ve check, but could you please go into your wordpress media menu and makes sure to select the image you want, then go down the image page until you find the “set as featured image” selection box. Don’t forget to save your selections.

    Ron

    in reply to: How to replace the footer credits #2397
    ronmerk
    Participant

    Hi @ntillman

    Some gentle words of knowledge – it’s considered bad form (manners) to remove the footer credits to WordPress and the Theme creator in “free” themes. Most purchased themes will allow you to do this, but not “free”.

    The reason is that both WordPress and especially the theme maker uses these small credits to allow others to find the theme maker … hopefully resulting in some users who will purchase the theme. A reasonable trade for free use for those who can’t pay.

    I proudly display the theme creators on my sites as it’s the only way I can pay tribute to their hard work. Hope that all makes sense and clarifies footer modification questions for others (you’re not the 1st to ask this) 🙂 and I’ve noticed that Sakin is too much of a gentleman to answer directly.

    Ron

    in reply to: WordPress account #2396
    ronmerk
    Participant

    Hi Sunita:

    Check out wordpress.org for more in-depth support for wordpress account issues. Some things you can try are:

    see if you can ftp your site and see your list of wordpress files
    often login issues are caused by plugin conflicts. Have you installed a plugin recently? If so try renaming your plugin folder in your ftp application. I had this happen to me on one of my sites recently. I renamed the plugin folder to origplugin. Then tried my site url for wp-admin. Was able to logon – I then reactivated plugin one by one until I found the offending plugin and deleted it.

    Hope that helps

    Ron

    in reply to: Error 500 #2395
    ronmerk
    Participant

    Hi Jose

    Obviously not a theme issue. Sometimes (rarely) A WordPress update can go wrong. Usually associated to some file that wasn’t update/modified correctly on your server. In other words, a file and/or your database may have been corrupted.

    Suggest you check out wordpress.org for support. Here’s a link to a similar issue from another WordPress user. Possible something here can help you.

    http://wordpress.org/support/topic/upgrade-disappeared-my-site-500-error

    It’s a great reminder for all of us to make sure to back up all wordpress files and database “before” doing an update.

    Here are some things that might be useful:

    check to see if you can see your wordpress file structure via ftp.
    try renaming your “plugin” directory to something other than “plugin” and then try accessing your wp-admin logon. If this works, you have a corrupted plugin
    If all else fails, download the latest copy of wordpress from wordpress.org and upload it via ftp to your site.
    contact your hosting company and ask if they have a back-up of your database (do this soon as they usually role over backups on a regular base. If you can get a copy of your database, Source the previous copy of WordPress you know worked and copy files to your server – then install you database on your server via SQL Admin

    Not for the faint of heart, but there may be light in there some where. Hopefully some of this info helps out.

    Good luck!

    Ron

     

    in reply to: Facebook like box widget can't be added #2390
    ronmerk
    Participant

    Hi Yorgo:

    Simple Catch comes with it’s own Social network settings in the theme options. Just add your Facebook page into the social settings and the Facebook icon will show up in the header of your site.

    Not sure which plugins you’ve tried. Are you trying to add Facebook buttons to your posts or your sidebar??

    Ron

    in reply to: Making the Sub-Headline Bold and italicized #2389
    ronmerk
    Participant

    Hi Elisabeth:

    Go into theme options > CSS

    Try adding the following code into the CSS field:

    h2#site-description {font-style:italic;font-style:bold;}

    I’m not the best CSS coder by a long shot, but give it a try. If it doesn’t work out for you, just delete and then wait for Sakin to answer. His code is perfect! 🙂

    Ron

    PS Nice site, by the way!

     

    in reply to: How to Remove Author, Date and Category from Posts #2386
    ronmerk
    Participant

    Hi Anton:

    Wow!! … I’m trying to think back to when I was a 2nd Day WP user 🙂 ..The wonder of it all! Welcome to the WP community and to “Catch Box”

    You can check out this previous post in the Simple Catch Box theme on doing exactly what you’ve asked here: http://catchthemes.com/support-forum/topic/how-to-remove-date-and-author-name/

    It may be slightly different in the CSS coding in Catch Box, but I’m betting it very close. Read the entire thread as it explains where this is done in the Theme options and how.

    Pretty ambitious for someone on their 2nd day with WordPress, but not impossible. Good Luck!

    Ron

    in reply to: Featured Slider #2385
    ronmerk
    Participant

    Hi Anusha:

    Check out the instruction page here: http://catchthemes.com/theme-instructions/catch-box/

    Also check out the link in the instructions for details on Feature Images and the slider. Pretty sure you’ll find your answer there.

    Ron

    in reply to: Suggestion for site description code. #2384
    ronmerk
    Participant

    Hi Maveric:

    I’ve been using WP for many years now, although I don’t consider myself a “coder” by any means.

    I can say that I’ve never seen a theme yet that has the ability built into the theme to put a link into the theme description. (there’s probably one out there, but I can’t think of it)

    Most theme builders adhere to the structure suggested by WordPress.org. Possibly why this doesn’t commonly exist as a feature.

    Wordpress addresses these customization opportunities by allowing child themes. Then you can basically code what ever you want. Your child theme will always over rule the parent theme. They’re very easy to implement. Just do a search on Google or WordPress.org.

    Ron

    in reply to: Images on Post Page Not Showing #2383
    ronmerk
    Participant

    Just to clarify, here’s a snap shot of my post page showing the problem.

    http://www.blazeonline.com/wls/wp-content/uploads/2012/12/problem.jpg

    Here’s what it should look like:

    http://www.blazeonline.com/wls/wp-content/uploads/2012/12/good.jpg

    No idea yet why this is happening – some articles display properly, most do not!

    in reply to: Suggestion for site description code. #2378
    ronmerk
    Participant

    Why not create a child theme with your header.php in it. Of course if there are any updates to the theme that impact header.php, then you wouldn’t get to apply them, but at least you wouldn’t loose your changes to your header.php file every time. There also might be a way with CSS, but I’ll let Sakin jump on on that.

    in reply to: Transparent header image #2367
    ronmerk
    Participant

    Hi Adam:

    I took your transparent image and over layer it onto one of your other images to give you an example of how you can make a header with a transparent image on top of a photo.

    I uploaded it to my server so you can take a look. You can see it here:

    http://www.blazeonline.com/wls/wp-content/uploads/2012/12/adam1.jpg

    One you do this with your images in photoshop, it’s then easy to brand your site with the result through the Theme Options > header or Theme options > background.

    Ron

    in reply to: Transparent header image #2351
    ronmerk
    Participant

    Hi Adam:

    Hopefully Sakin will jump in.

    Check out my site at: http://www.blazeonline.com/wls/

    The logo on the left side of the header starts off as a transparent image (I created it in Photoshop specifically for this type of situation.) You can see that I dropped the transparent logo into the blended photo that takes up most of the header. I could have used the photo right across the header and had the logo over top of it, but I chose to blend it to white so the logo shows up better.

    The point is, this is ALL done in Photoshop and then the final header image created is uploaded into the theme.

    Hope that helps

    Ron

    in reply to: Transparent header image #2349
    ronmerk
    Participant

    Hi Adam:

    Took a look and yes, your image is now transparent, but! there has to be some sort of background, so be default most browsers will display “white”

    Many themes include a default background image which you can overlay a transparent image on top of or you can change the back ground image to something of your choice (with a little tinkering of files etc). Catch Box doesn’t use a back ground image, However “Simple Catch” does.

    In the end, given what you’re trying to achieve, I still think it’s easier to create your back ground in Photoshop and over lay your transparent image on top of it. You can use solid colours or overlay your transparent image over top of some other image. That way you should be able to create exactly what you want for your header.

    Are you trying to create a header with the same green back ground as the side bar??

    Ron

    PS. Did you rent the cat out yet?

    in reply to: Transparent header image #2344
    ronmerk
    Participant

    As usual, Sakin is correct. Part of the tutorial in my answer above clearly states:

    “Now that you have a transparent background you can save the file in a variety of formats, including GIF, TIFF, PNG.

    Notes:

    JPG format does not support transparency.”

    I recommend PNG file format for transparent images.

    Ron

    in reply to: Transparent header image #2336
    ronmerk
    Participant

    Lets consider this from a different perspective. You’re looking for a “Transparent” background – why? Every website in the world has a “background”

    It’s much easier to take your existing image and overlay it on top of a colour of the back ground you want behind your transparent image.

    I checked out your link to your website and saw that you’re using a green palette. Probably you’re trying to make the “white” parts of the header transparent. If this is a correct assumption, why not “paint” your back ground the colour you want and then overlay your header layer on top of it. Merge all the layers in Photoshop and save as a jpg. Then you’ll have exactly the colours you want in all parts of your header image.

    Ron

    in reply to: Transparent header image #2329
    ronmerk
    Participant

    Hi alukaszewicz

    This is almost always the image file itself. Creating transparent images that are “really” transparent can be complex.

    I suggest you check out this tutorial on Photoshop to make sure you are creating a transparent image correctly.

    http://www.mediacollege.com/adobe/photoshop/transparent/background.html

    Good luck 🙂

    Ron

    in reply to: Link Color #2280
    ronmerk
    Participant

    Thanks Sakin

     

    That worked perfectly!!

    🙂

    Ron

    in reply to: Apple Browsers – Child Drop Down menus #2200
    ronmerk
    Participant

    Good News! Simple Catch is STILL an Awesome Theme AND will work with Apple and Safari!

    After working several hours into the early morning, I came up with the following answer for this problem. (even though I seem to be answering my own problems, hopefully they’ll be useful to fellow WordPress travellers wanting to implement Simple Catch (Public)

    So here’s what I found. I’m implementing Simple Catch onto a site previously templated by a “professional” (I’m not) He used a little know WordPress feature that allows you to create child pages under a menu parent “slug” (There is no actual/real parent page). This worked in his CUSTOM theme on all devices, including Apple devices, but not in a WordPress standard theme like Simple Catch per the problem describe in my original post.

    To solve the problem, I created a “parent page”, deleted the fake parent page slug in the custom menu and re-associated all the child pages under the new real parent page. Voila! Now the drop down child pages work in ALL browsers!

    Hope this helps others if they ever run into this.

    Ron

Viewing 20 posts - 21 through 40 (of 43 total)