Forum Replies Created

Viewing 20 posts - 7,021 through 7,040 (of 14,505 total)
  • Author
    Posts
  • in reply to: Frontpage slideshow #37941
    Sakin
    Keymaster

    @Pippylala: That will change to the post IDs that you add in “Appearance => Theme Options => Feature Post Slider => Featured Post Slider Options”. This is called Featured Post Slider.

    in reply to: Font Colour For Footer Widgets #37939
    Sakin
    Keymaster

    @Neil: You can change the color code in the following css. For now I have added the color code that you have added. Then you can add the following css in “Appearance => Theme Options => Custom CSS” box.

    /* For Footer Widget Title Color */
    #supplementary .widget-title, #supplementary .widget-title a {
        color: #808080;
    }
    /* For Footer Widget Content and link Color */
    #supplementary .widget-area, #supplementary .widget-area a {
        color: #808080;
    }
    in reply to: Slider Modifications #37938
    Sakin
    Keymaster

    @Kim:
    1. I didn’t knew that you are using Catch Box Pro theme, in this theme you can remove the arrow and then add circle.
    To add the circle you can add the following css in “Appearance => Theme Options => Custom CSS” box.

    /* Controllers */
    #controllers {
    	display: block;
    	text-align:center;
    }
    #controllers a {
    	background-color: #B7B7B7;
    	display: inline-block;
    	height: 12px;
    	margin: 0 3px;
    	overflow: hidden;
    	text-indent: 999999px;
    	width: 12px;
    	-webkit-border-radius: 6px;
    	-moz-border-radius: 6px;
    	border-radius: 6px;
    }
    #controllers a:hover, #controllers a.active {
    	background-color:#000;
    }

    To remove arrow from the slider, you can add the following css in “Appearance => Theme Options => Custom CSS” box.

    #nav-slider .nav-previous, 
    #nav-slider .nav-next {
    	display: none;
    }

    Note: But to add this, you need to have more then one post in your slider.

    2. Nice

    3) For this you can add the following css and change the position as per your need.

    #slider-wrap .featured-text {
        bottom: 25px;
        left: 10px;
        position: absolute;
        width: 60%;
    }
    in reply to: picture link from another page appears on frontpage #37934
    Sakin
    Keymaster

    @Pippylala: Which section are you talking about? I am confused. Can you explain so that I can help you.

    in reply to: Frontpage slideshow #37897
    Sakin
    Keymaster

    @Pippylala: Catch Evolution Free theme only have option to add in Featured Post Slider, which is created to highlight your posts in the slider. So, first you need to create post and add featured image. For this you can check this video http://catchthemes.com/blog/videos-blog/video-series-adding-featured-image-wordpress-postpage/ and then you need to add in your post IDS in “Appearance => Theme Options => Feature Post Slider => Featured Post Slider Options. For this you can check this video http://catchthemes.com/blog/videos-blog/video-series-adding-featured-post-slider/

    If you upgrade to pro version, then you have option to user “Featured Image Slider or Featured Post Slider or Featured Category Slider or Featured Page Slider”. To find our more information about pro version, check out http://catchthemes.com/theme-instructions/catch-evolution-pro/

    in reply to: picture link from another page appears on frontpage #37896
    Sakin
    Keymaster

    @Pippylala: Catch Evolution theme uses default “Reading Settings” for the homepage. So, in homepage by default you will get all the latest posts that you have created. So, if you want to remove that and assign new static page in homepage then you need to go to “Settings => Readings” from your WordPress Dashboard and then in “Front page displays”, check on “A static page (select below)” and select “Front page” which you want to show in homepage and then save changes.

    in reply to: Google Webmaster Tools – missing entry: updated #37895
    Sakin
    Keymaster

    Hi Frank,

    This is Called Google Structure Data testing and we have implemented that in Catch Box Pro and we are in process of implementing it in Catch Evolution Pro. So, you need to wait for this feature to be added in next version update.

    Regards,
    Sakin

    in reply to: Spacing/Line Breaks within a table #37884
    Sakin
    Keymaster

    @PHAUS: You can add the following css in “Appearance => Theme Options => Custom CSS” box.
    #post-556 .entry-content td { padding-left: 10px; }

    in reply to: Top Menu Disappeared #37876
    Sakin
    Keymaster

    @Dona: I found that you have checked “Disable Header Right Sidebar?” in “Appearance => Theme Options => Header Options”.

    in reply to: Spacing/Line Breaks within a table #37874
    Sakin
    Keymaster

    @PHAUS: You can add #post-556 for css just for this page.

    #post-556 .entry-content table strong {
        clear: both;
        display: block;
    }

    Where do you want to add padding?

    in reply to: Top Menu Disappeared #37873
    Sakin
    Keymaster

    @Dona: I have already emailed you in email address that you have registered with.

    in reply to: Top Menu Disappeared #37871
    Sakin
    Keymaster

    Hi Dona,

    I am not what you have done in admin section. So, I will email you personally and you can send me details there.

    Regards,
    Sakin

    in reply to: I need help please #37869
    Sakin
    Keymaster

    Hello Jennifer,

    I am not sure what you are talking about. But when I check in your site http://www.waystoloseweight.co.uk/ and I have been able to click on Menu Items from all browser.

    Please don’t post same question two places.

    Regards,
    Sakin

    in reply to: How to change permalinks #37867
    Sakin
    Keymaster

    Hello Yuliya,

    It’s not theme issues. It’s your WordPress installation. You can try any theme, it will be same. That is why I gave you link from WordPress that explains about .htaccess file http://codex.wordpress.org/Using_Permalinks

    If you cannot fine .htaccess file then you can create one with 644 file permission. It should be in the root directory where you have wp-config.php file.

    Regards,
    Sakin

    in reply to: Featured Post Slider dissappeared #37824
    Sakin
    Keymaster

    @zoran87: yes let me know once it get reset. Then I will contact your through email to get your access and check your server.

    in reply to: How to change permalinks #37823
    Sakin
    Keymaster

    Hello Yuliya,

    For changing default permalink structure you can go to “Settings => Permalinks” then choose the appropriate permalink structure. But for this permalink structure to work, there should write permission for .htaccess file. You can change the permission of .htaccess file to 644. Or you need to manually add the structure in .htaccess file.

    So, either you need to change the permission by yourself though FTP or Hosting Control panel or you need to ask your Web Hosting Server to change this file permission.

    For more about permalinks check out http://codex.wordpress.org/Using_Permalinks

    in reply to: Thumbnail alignment #37822
    Sakin
    Keymaster

    @Michaela: Nice, now a days we have solution of everything through plugin. Great finding. Thanks for sharing.

    in reply to: Slider Modifications #37821
    Sakin
    Keymaster

    Hello Kim,

    1. Sorry there is no option to add bullets or circles in the slider. I will keep this option as feature request to our development team.

    2. If you are using “Featured Image Slider” as the slider type in “Appearance => Theme Options => Featured Slider => Slider Options”. Then you will get featured image slider options, where you can upload or add image url of any size you want. Here you need to consider that our theme in responsive design with 978px width. So, here you can add height of any size but the width shouldn’t be larger then 978px. If the width is large then 978px then it will change the image display size appropriate to 978px ratio.

    3) There is title and small content in the slider.

    Regards,
    Sakin

    in reply to: Slider on Anrdroid phones #37819
    Sakin
    Keymaster

    @Djapeto: This should be problem with your slider plugin as our default slider has no issue with Android.

    in reply to: Change the size of the header image #37818
    Sakin
    Keymaster

    @Derek_1993: Sorry you are not using Catch Evolution theme but you are using Evolve theme which is not developed by us. So, we cannot support this theme. But I have able to see the issue that you have issue with min-height assigned for custom header. So, what you can do it install and activate Catch Web Tools plugins http://wordpress.org/plugins/catch-web-tools/. Then you can go to “Catch Web Tools => Custom CSS” from your WordPress dashboard and then add the following css.
    .custom-header { min-height: 170px; }

Viewing 20 posts - 7,021 through 7,040 (of 14,505 total)