Forum Replies Created
-
AuthorPosts
-
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.
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; }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%; }Sakin
Keymaster@Pippylala: Which section are you talking about? I am confused. Can you explain so that I can help you.
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/
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.
Sakin
KeymasterHi 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,
SakinSakin
Keymaster@PHAUS: You can add the following css in “Appearance => Theme Options => Custom CSS” box.
#post-556 .entry-content td { padding-left: 10px; }Sakin
Keymaster@Dona: I found that you have checked “Disable Header Right Sidebar?” in “Appearance => Theme Options => Header Options”.
Sakin
Keymaster@PHAUS: You can add
#post-556for css just for this page.#post-556 .entry-content table strong { clear: both; display: block; }Where do you want to add padding?
Sakin
Keymaster@Dona: I have already emailed you in email address that you have registered with.
Sakin
KeymasterHi 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,
SakinSakin
KeymasterHello 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,
SakinSakin
KeymasterHello 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
.htaccessfile http://codex.wordpress.org/Using_PermalinksIf you cannot fine
.htaccessfile then you can create one with644file permission. It should be in the root directory where you havewp-config.phpfile.Regards,
SakinSakin
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.
Sakin
KeymasterHello 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
.htaccessfile. You can change the permission of.htaccessfile to644. Or you need to manually add the structure in.htaccessfile.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
Sakin
Keymaster@Michaela: Nice, now a days we have solution of everything through plugin. Great finding. Thanks for sharing.
Sakin
KeymasterHello 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,
SakinSakin
Keymaster@Djapeto: This should be problem with your slider plugin as our default slider has no issue with Android.
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; } -
AuthorPosts
