Forum Replies Created
-
AuthorPosts
-
Sakin
KeymasterHello Gretchen,
I am not so sure from which css modification it’s causing that. But you can add the following css in “Appearance => Theme Options => Custom CSS” box to fixed that.
#header-menu ul.menu a { font-weight: normal !important; }Regards,
SakinSakin
KeymasterHi Maeve,
There is no specific option to change the font size of menu. You can change the menu font size by changing the font in the following css and then add it in “Appearance => Theme Options => Custom CSS” box.
#header-menu ul.menu a { font-size: 14px; }Regards,
SakinSakin
Keymaster@theresem: Yes, there is missing image in your page ID 12, that is Welcome page. So, you need to edit that page and re-upload the second image or remove that second image that is Purple-frock.jpg image file.
Sakin
Keymaster@dhp238: This archive page is created automatically by WordPress and if you don’t want this archive page to be shown in Google, then you can use WordPress SEO by Yoast and block archive pages from indexing. Further, if you don’t want anyone to see this archive page, then you can use redirection plugin to redirect this page to homepage or any page you desire.
Sakin
Keymaster@Jens: Since, this is responsive design theme, I recommend you to change the font size only in large screens. So, you can change the font size in the following css and then add it in “Appearance => Theme Options => Custom CSS” box.
@media screen and (min-width: 961px) { #slider .slider-title { font-size: 15px } }Sakin
KeymasterDear Ralf,
I am not sure why it’s not working in your site. As we are using Multi-site in our demo site http://catchthemes.com/demo/catch-everest/. There shouldn’t be a problem.
Have you customized any files?
Regards,
SakinSakin
Keymaster@Farmaciola: For slider image, you can add css like below:
.featured-slider .slides img { }Sakin
Keymaster@Steve: Just build Custom Menu from “Appearance => Main” then add Link to your menu and check in “Open link in a new window/tab”. See this screenshot http://www.pinterest.com/pin/548594798331771327/
Sakin
Keymaster@Djapeto: Yes I am also not sure what you want to do it. I see that you have created Custom Menu from “Appearance => Menus”. If you don’t want link in “Skupstine stanara”, then you can create Custom link with the label “Skupstine stanara” and link “#” as mentioned by Ryan.
Further, you can also remove “#” from your custom link URL and in the label you can add it as
<span onClick="return true">Skupstine stanara</span>Sakin
Keymaster@Brandilyn: Ok we will check in the editor-style.css file. Most of the elements will be fixed in next version update. We are currently working on it.
Sakin
KeymasterHi Djapeto,
First there is issue with your custom CSS. Please remove the following line
/*end */}Then you have added image attachment page URL. But you are supposed to add in image url. See your css:
#header-menu .users_icon .suncokret a { background-image: url("http://www.firstfacility-belville.net/?p=291") !important; background-position: 6px; background-repeat: no-repeat; padding-left: 45px; }http://www.firstfacility-belville.net/?p=291is image attachment page URL where ashttp://www.firstfacility-belville.net/wp-content/uploads/2014/04/suncokret.pngis your image URL. So, try replacing the your above css with the following:#header-menu .users_icon .suncokret a { background-image: url("http://www.firstfacility-belville.net/wp-content/uploads/2014/04/suncokret.png"); background-position: 6px; background-repeat: no-repeat; padding-left: 45px; }Sakin
Keymaster@philippe: Ok then you can replace the previous css with the following, in the following css I have added margin-right: 15px to make it space after the image.
.entry-summary .wp-post-image { display: inline; float: left; margin-right: 15px; width: 30%; }That color options are there in Catch Box Pro theme, there you can change the menu color from “Appearance => Theme Options => Color Options”.
In free theme, you need to work in manually by changing the color in the following css and add it in “Appearance => Theme Options => Custom CSS” box.
#branding #access { background: none #585858; }Sakin
KeymasterHello Therese,
Now sure how you have added that. If that was working in old site then it should work in New site as well. Can you check in with Plugin Support forum.
Regards,
SakinSakin
Keymaster@yuccacane: No problem. It’s good that you find it. Cheers 🙂
Sakin
Keymaster@theresem: The command [archive] is not theme shortcode. I think previously you had plugin to show that archive and now it seems like that plugin is not active in your new site. So, check for the plugin.
Sakin
Keymaster@yuccacane: I don’t know how you got that background color. Can you add in your site URL, so that I can check in CSS for you.
Sakin
Keymaster@drlapco: Sorry this Simple Catch theme is build in 978px grid system and your slider image will be automatically cropped to 978px width. So, cannot make it large. To make the large slider, you might need to change the theme like Adventurous and Catch Kathmandu
Sakin
Keymaster@theresem: To show all blog post in the page, there is 2 options.
1. You can edit your page and assign that page template as “Blog”. For this you will see “Page Attribute” box at the right bottom of your page editor.2. Or you can add assign your Blog page in “Posts page” at “Settings => Readings”.
Sakin
Keymaster@thelifeofclare: I see the problem lies when you are in Homepage. So, can you check your custom menu and check in how you have added in the Home item. To add home item, you need to select “View All” in menu pages and then then select Home and click on add to menu. See this video tutorial: http://catchthemes.com/blog/videos-blog/video-series-creating-wordpress-custom-menus/
If you are further, having issues then you can go to “Appearance => Theme Options” and check “Enable Secondary & Footer Menu in Mobile Devices”. This will change your labe of menu in Mobile to just “Menu”
-
AuthorPosts
