Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Michael: There is issue in your custom CSS. there is no closing bracket of this css. Missing
}. Add the missing}where you need for only devices with 480px.
@media screen and (max-device-width: 480px){Sakin
Keymaster@Michael: You are using different theme so you need to add the following css in “Appearance => Theme Options => Custom CSS” box.
#content article { -webkit-hyphens: none; -moz-hyphens: none; hyphens: none; }Sakin
Keymaster@gladavisj: Sorry I don’t understand what you are trying to do it. If you are building custom page template then why do you need condition tag. You can assign your page template to specific page you want.
Note: when you are adding template or editing any theme files, you need to build child theme and edit it. I hope you haven’t edited core theme files inside ‘catch-everest-pro’ directory. As all the edits in ‘catch-everest-pro’ directory will be reverted back to original when you update the theme.
Sakin
Keymaster@Farmaciola: This looks like there is issue with Light box integration. So, you can try disabling Lightbox plugin and check in or you need to check in what you have customized.
Sakin
Keymaster@doug: You can add the following css in “Appearance => Theme Options => Custom CSS” box.
@media screen and (min-width: 961px) { #primary { width: 75%; } #secondary { width: 25%; } }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 🙂
-
AuthorPosts
