Forum Replies Created

Viewing 20 posts - 10,601 through 10,620 (of 14,496 total)
  • Author
    Posts
  • in reply to: Indenting Sub-Bullets and Changing Bullet Appearance #14357
    Sakin
    Keymaster

    @mlw5137: Thanks Mike for purchasing Catch Everest Pro and Simple Catch Pro. I will try to help you with your questions.

    Issue #1: Bullet Types
    You can add the following CSS in “Appearance => Theme Options => Custom CSS” box to change the bullet to disk in content area.
    #main ul { list-style: disc outside none; }

    Issue #2: Sub Bullets and Indentation
    The indent problem is due to image. So, you can move the UL to clear. You can add the following CSS in “Appearance => Theme Options => Custom CSS” box to change the bullet to disk in content area.
    #main ul { clear: both; list-style: circle outside none; }

    Issue #3: Page Sidebar Bullet appearance
    This issue will be solved by issue 1 and 2.

    in reply to: Center 2 pictures in footer #14356
    Sakin
    Keymaster

    @usages.website: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box to align it center.
    #site-generator .site-info { text-align: center; }

    in reply to: Lightbox hides at the bottom of page #14355
    Sakin
    Keymaster

    @b.grangeia: Sorry I don’t understand what is the issue. I check in your site and found that the lightbox is working fine.

    in reply to: adding icons on hompage headline area #14352
    Sakin
    Keymaster

    @rbrt_bene: Sorry you have to have that idea. There is no other simple way. Another way is by building child theme and it is more complicated. So, better you take help from someone who knows about it.

    in reply to: Question About the Posts in Featured Post Slider #14349
    Sakin
    Keymaster

    @iLinux85: There is no easy way to side separation. We will add that in our next version update. For now, you have to build child theme and then create functions.php file in your child theme and then copy the function simplecatch_sliders() from simplecatch_functions.php to your child theme functions.php and replace the line
    $simplecatch_sliders .= the_title( '<span>','</span>', false ).': '.$excerpt;
    with
    $simplecatch_sliders .= the_title( '<span>','</span>', false ) . $excerpt;

    in reply to: Question About the Posts in Featured Post Slider #14335
    Sakin
    Keymaster

    @iLinux85: Doesn’t matter with the language. I need to check in site url to give you the suggestion.

    in reply to: Slider is not working properly #14333
    Sakin
    Keymaster

    @Valada06: Yes they have lot of problems. But their previous version till 1.9.13 is fine. So, you can revert back to previous version. Check this to revert back http://www.nextgen-gallery.com/how-to-rollback-a-version/

    in reply to: Header Background Image #14332
    Sakin
    Keymaster

    @marrteam: Oh I got that. In your custom css change header { } into #mashead { }

    in reply to: Header Background Image #14318
    Sakin
    Keymaster

    @marrteam: So what you want to do it?

    in reply to: How to use video in slider or featured content #14310
    Sakin
    Keymaster

    @fritzhesse: Sorry it will not work. So, you need to change that. We are thinking of making the Homepage featured content as widgets. In that case you can add anything but not now.

    in reply to: Featured Slider #14309
    Sakin
    Keymaster

    @Glenisart: What is the issue with the cyclone slider. You can write to them to fix and support our theme. As plugins are supposed to support all free plugins in WordPress.org.

    in reply to: Slider Image doesn't stretch past 1140 width #14305
    Sakin
    Keymaster

    @gonfishin24: When I check in your site. It’s small width. So, the slider is working fine.

    in reply to: click to call #14303
    Sakin
    Keymaster

    @oly: Yes sure share with us the plugin url.

    in reply to: Change email hover color #14302
    Sakin
    Keymaster

    @oly: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box to change the widget link hover color.
    .widget-area .widget a:hover { color: #eaa7a7; }

    in reply to: Question About the Posts in Featured Post Slider #14301
    Sakin
    Keymaster

    @iLinux85: Can you send me your site URL and explain to me in reference to your site.

    in reply to: formatting the featured content #14300
    Sakin
    Keymaster

    @smartino: Not sure what are you trying to do it. Can you share your site URL and paste the code in http://pastebin.com/ and share the code that you are trying to add in. Then I will take a look and give you suggestion.

    in reply to: Slider is not working properly #14299
    Sakin
    Keymaster

    @Valada06: Looks like you have conflict with NextGen Gallery plugin. Can you disable that plugin and check in.

    in reply to: last post on static homepage #14297
    Sakin
    Keymaster

    @offirkeren: I don’t get it what you mean. Can you share with me your site URL and the screenshot of what you want. So, that I can check in if that is possible or not.

    in reply to: Images not showing on facebook when links posted. #14293
    Sakin
    Keymaster

    @ilovefitflops: No our theme doesn’t generate og:tags as it falls in plugin territory. This is not allowed by the guideline of WordPress.org theme review.

    Now, when I check in your site source. I found the following OG:Tags added. But there is no og:image.

    <!-- NGFB Open Graph+ meta tags BEGIN --><br>
    <meta name=&quot;generator&quot; content=&quot;NGFB Open Graph+ 6.7.2&quot; /><br>
    <meta property=&quot;og:locale&quot; content=&quot;en_US&quot; /><br>
    <meta property=&quot;og:site_name&quot; content=&quot;ilovefitflops&quot; /><br>
    <meta property=&quot;og:url&quot; content=&quot;http://www.ilovefitflops.com/&quot; /><br>
    <meta property=&quot;og:title&quot; content=&quot;ilovefitflops i Love Fitflops!&quot; /><br>
    <meta property=&quot;og:description&quot; content=&quot;i Love Fitflops!&quot; /><br>
    <meta property=&quot;og:type&quot; content=&quot;website&quot; /><br>
    <!-- NGFB Open Graph+ meta tags END -->
    in reply to: Missing js files #14292
    Sakin
    Keymaster

    @rlsdesigns: Thanks Beka, you will be able to retain all your works while you upgrade to Catch Everest Pro theme. As Catch Everest Pro is just feature addition to Catch Everest Free Theme. You just might need to reassign menu and header image, but that you can just setup with few clicks.

Viewing 20 posts - 10,601 through 10,620 (of 14,496 total)