Forum Replies Created

Viewing 20 posts - 10,641 through 10,660 (of 14,509 total)
  • Author
    Posts
  • in reply to: Remove footer area space #14262
    Sakin
    Keymaster

    @Lorena Poling:
    1. If you don’t nee anything to display then why do you enable home page in “Settings => Readings”. You can just leave the default of “Your latest posts” and if the homepage display the latest posts then you can disable it from “Appearance => Theme Options => Homepage Settings => Homepage/Frontpage Settings”. “Uncheck Enable Latest Posts or Page”

    2. The image http://www.tulegacy.org/wp-content/uploads/2013/07/piedepagina.jpg is too large and heavy. That is why it is not loading. Make that image width maximum of 1140px.

    in reply to: Featured header image #14261
    Sakin
    Keymaster

    @bamrider: Then try adding in the Featured header image from “Appearance => Header”. There you can upload the images and activate “Random: Show a different image on each page.”

    in reply to: Disable featured post slider at some pages #14260
    Sakin
    Keymaster

    @Teedok: If you want featured slider only on homepage then you don’t need to add any CSS. You can choose “Homepage / Frontpage” from “Appearance => Theme Options => Featured Post Slider => Slider Options”.

    in reply to: Center logo? #14259
    Sakin
    Keymaster

    @Bee1derful: You cannot center the logo with social icon on right sidebar.

    in reply to: Backup before updating #14241
    Sakin
    Keymaster

    @actiondreamer: Have you haven’t changed any theme core files then updating is very simple. See the instructions at http://catchthemes.com/theme-instructions/catch-box-pro/

    Updating Theme Using the Administration Panel
    You can update Themes directly from the Administration Panel

    1. Download the latest version of Catch Box Pro from your Catch Themes member My-Account to your Desktop
    2. Log in to the WordPress Administration Panel
    3. Go to “Appearance => Themes”
    4. Now activate Catch Box Free version or any default theme
    5. Delete the old version of Catch Box Pro theme
    6. Then you can install the latest version of Catch Box Pro following the new Theme installation process
      1. Go to “Appearance => Themes => Install Themes => Uploads”
      2. Browse the downloaded file catch-box-pro.zip from your computer where you earlier downloaded it
      3. Then click on “Install Now” to install the Theme and active it
    in reply to: How to remove rollover effect from slider title #14240
    Sakin
    Keymaster

    @oly: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #main-slider .entry-title span:hover,
    #main-slider .entry-content:hover,
    #slider-nav a:hover {
    	background: rgba(255, 255, 255, 0.7);
    	color: #222;
    }
    in reply to: last post on static homepage #14239
    Sakin
    Keymaster

    @offirkeren: If you set 3 posts, then it will show only 3 in all your archive/category pages as well.

    To add post in homepage, you can go to “Appearance => Theme Options => Homepage Settings => Homepage / Frontpage Settings” and then check on “Enable Latest Posts” and save changes.

    For number of post you can set from “Appearance => Reading” and change the number to 3 for Blog pages show at most.

    in reply to: Questions #14238
    Sakin
    Keymaster

    @Naturesstance:

    1. How do I make my social icons appear?
    — You can add it in any sidebar you want though “Appearance => Widgets” from your WordPress Dashboard. Just drag and drop widget “2_Simple Catch: Adspace Widget” in the sidebar you need. For example, if you want to show it in “Header Right Sidebar” then you can drag and drop “2_Simple Catch: Adspace Widget” in “Header Right Sidebar”. This widget will show the social icon for which you have added links through “Appearance => Theme Options => Social Links”

    2. Also how do I change the footer to white font but without making it italic in
    the process?
    — You can just add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #site-generator span {
        color: #fff;
        font-style: normal;
    }
    in reply to: Change colour of text inside search box #14237
    Sakin
    Keymaster

    @poorlittlefish: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box change the color of search text. In the following CSS, change the color code as per you need.
    input#s { color: #757575; }

    in reply to: Multiple Image Sliders #14236
    Sakin
    Keymaster

    @iemotion: Sorry you can only have same image slider in all page. But you can search for plugin at wordpress.org/plugins which adds image slider in pages.

    in reply to: Title and sidebar image need to re-size on smaller displays #14235
    Sakin
    Keymaster

    @oly: Wow you solved all your questions. Thanks you are doing great. You can add the following CSS in “Appearance => Theme Options => Custom CSS” box to hide the menu.
    #header-menu { display: none; }

    in reply to: Featured header image #14233
    Sakin
    Keymaster

    @bamrider: To use Featured Image slider. Go to “Appearance => Theme Options => Featured Slider => Slider Options” and select “Image Slider” from Select Slider type. Then you can add in the image as per you need. See this screenshot http://pinterest.com/pin/548594798329509357/

    For more, please check Catch Everest Pro Theme Instruction at http://catchthemes.com/theme-instructions/catch-everest-pro/

    in reply to: Missing js files #14231
    Sakin
    Keymaster

    @rlsdesigns: Not sure why there is issue in your site. Can you tell me what have you customize it. Don’t edit any core theme files. Also let me know your plugins list. Try contacting your hosting server support why these js are not loading.

    If it still doesn’t get it solved, then let me know it. I will contact you through email as I need your admin access to check in your server.

    in reply to: Remove footer area space #14221
    Sakin
    Keymaster

    @Lorena Poling:
    1. I’m trying to remove the space between the footer and the three images on top of it. I used the two codes that both of you wrote above, but it didn’t work ??!! I copied those codes and pasted them in the Custom CSS box. Is that Ok?
    — It’s not the css issues but you have added static front page from “Settings => Reading”. That page you have added in in empty. That is why it is showing so much of space.

    2. I also want to change the footer image for the green image that right now you can see in the slider. How can I do that?
    — Try adding in the css from http://pastebin.com/35rAUUGW in “Appearance => Theme Options => Custom CSS” box.

    in reply to: Remove Author-Box from below posts #14211
    Sakin
    Keymaster

    @d00s: When any CSS change either build child theme and edit child theme style.css or use Custom CSS box at “Appearance => Theme Options => Custom CSS” box.

    I see that you have hidden Author form post by adding in the following CSS.
    #author-info { display: none; }

    And I see that you have added new author box from plugin at top of the post.

    in reply to: Google Analytics "Tracking Not Installed" Notification #14207
    Sakin
    Keymaster

    @youngwings: Sorry you shouldn’t add it in both header and footer code. Just add in one place. If you add in both places, then there will be duplicate of code.

    in reply to: Question for css logo #14205
    Sakin
    Keymaster

    @usages.website: If you are just trying to reduce the padding in your logo then you can add in the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #site-logo { padding-top: 10px; }
    #hgroup.with-logo { padding-top: 10px; }
    in reply to: Remove Author-Box from below posts #14204
    Sakin
    Keymaster

    @d00s: You forgot to add in your site URL.

    in reply to: Customization #14203
    Sakin
    Keymaster

    @johnnielsenmail: Thanks for using Simple Catch Pro theme.

    1. One how do I change the colour of the search button in the header?
    — You can add the following CSS in “Appearance => Theme Options => Custom CSS” box. You can change the color code as per you need.

    /* Search Box Background Color */
    #branding .searchform .search-box,#sidebar-top .widget_search .search-box input#s { background-color: #fff; }
    /* Search Box Text Color */
    #sidebar-top .widget_search .search-box input#s { color: #888; }
    /* Search button background and text color */
    #branding .searchform button { background-color: #333; color: #fff; }

    2. How do I change the colour of the tree dots under the image slider on the from page?
    — You can add the following CSS in “Appearance => Theme Options => Custom CSS” box. You can change the color code as per you need.

    /* For dot static color */
    #controllers a { background-color: #b7b7b7; }
    /* For dot hover and active color */
    #controllers a:hover, #controllers a.active { background-color: #000; }

    3. finally how do I remove the stripe (blurry) effect from the picture slider on the first page.
    — You can remove that from “Appearance => Theme Options => Featured Slider => Slider Options”. Then check on “Disable Slider Background Effect” and save.

    in reply to: Shrink with of site and slides #14202
    Sakin
    Keymaster

    @rlsdesigns: Have you customized theme as I don’t see the following script loaded in your site.
    http://camdmachining.com/wp-content/themes/catch-everest/js/jquery.cycle.all.min.js?ver=2.9999.5
    http://camdmachining.com/wp-content/themes/catch-everest/js/catcheverest-slider.js?ver=20130114

    So, check your theme and plugins which is not allowing to load these scripts.

Viewing 20 posts - 10,641 through 10,660 (of 14,509 total)