Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Jason: Not sure about the size. Ok let’s try adding in the following css in “Appearance => Theme Options => Custom CSS” box. This will clear the text to bottom of the image.
@media screen and (max-width: 767px) { #primary wp-caption { display: block; float: none; margin: 0; } }Sakin
Keymaster@Consciousness: We don’t called it bug until it’s a huge one. So, when we find any minor issues and then fix it. Then it’s fixed.
Sakin
Keymaster@LordSTG: For this i need to check in your site. So, can you send me the URL of your gallery page.
November 13, 2014 at 10:38 pm in reply to: How to optimize simple catch theme for mobile user. #47437Sakin
Keymaster@agrawal1294: That depends on your need. So, what you can do is add padding top to your site name. You can add the following css in “Appearance => Theme Options => Custom CSS” box. In the following css, you can decrease or increase the padding top as per your need.
#site-details { padding-top: 10px; }Sakin
Keymaster@fmck718: The text “Catch Everest Pro Text Widgets” in the footer of demo site is added from “Appearance => Widgets”. Just add Text widget in Footer Area One and then add the title and content. That’s all.
Sakin
Keymaster@Kim:
2. I am still confusing as I don’t see those image in your site.
For Category select box, can you add the following css in “Appearance => Theme Options => Custom CSS” box until we release the new version update to fix it.select { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; max-width: 100%; }November 13, 2014 at 10:14 pm in reply to: Theme Options Missing after Update of WordPress URL and Site Address #47433Sakin
Keymaster@Meg: You shouldn’t just edit the site WordPress Address and Site Address from your “Settings => General”. As this just change your site URL but not your database. So, you need to edit your database as well. This is not the theme issue. You can activate any default theme and check in. All the content and options older then this changes will be still linked to old site URL. To change the URL you need to use the search and replace code such as https://interconnectit.com/products/search-and-replace-for-wordpress-databases/
Sakin
Keymaster@roguewavemedia: To remove the slider, go to “Appearance => Theme Options => Featured Slider => Slider Options”, then check in “Disable” next to Enable Slider and save changes.
Sakin
Keymaster@fmck718:
1. You can hide it by adding in the following css in “Appearance => Theme Options => Custom CSS” box.@media screen and (max-width: 767px) { #header-top .widget.widget_nav_menu .sb-holder { display: none; } }2. Sorry there is no option at this stage, we might be able to add it in future version update.
3. We had issue making in open and close in mobile devices due to various number of touch devices. So, we make it all open. I check in your site and from my mobile the experience is pretty good. Sorry, no option for this as well. You might need to consider hiring some customizer to work on it.
Sakin
Keymaster@Israel: For me in our server, I am able to add image using uploader. So, there must be some issue in your server. For that I will send you personal email to check in your server.
For, now just like the way you added the link. Can you add that image url in Image Box. I mean just paste the image URL in Image box and check in. Lien URL can be empty is you don’t need link. But the Image box shouldn’t be empty.
November 13, 2014 at 7:38 pm in reply to: How to add meta title, keyword, description on home page? #47421Sakin
Keymaster@harish: You can use WordPress SEO by Yoast plugin or All in one SEO plugin for that.
Sakin
Keymaster@Aleao: Don’t worry about this. Multiple H1 is allowed in HTML5 and we have carefully designed H1 tags with special attention on header tag and headings. You can also check this Video http://www.youtube.com/watch?v=GIn5qJKU8VM by Google software engineer Matt Cutts, who clearly states that you can use multiple H1 but don’t over do it. Also use h1 specific to heading and header tags.
You can also check this article URL http://html5doctor.com/html5-seo-search-engine-optimisation/
Sakin
Keymaster@harish: This option is only there in Pro version. We have footer editor option in Theme Options panel of Adventurous Pro version. In Free version, you need to add credit to theme for providing free theme and also we are doing free support.
Sakin
Keymaster@harish: It’s the post slier created to highlight your post, so it will link to the post. To add only image slider then you need to use Featured Image Slider which is there only in pro version. Free version only have Featured Post Slider.
See theme instructions page http://catchthemes.com/theme-instructions/adventurous-pro/ for more additional features.
November 13, 2014 at 7:25 pm in reply to: How to change background color, font size of internal pages? #47416Sakin
Keymaster@harish: Can you be more specific. I am not sure what do you mean by internal pages. Do you want to change background color and font of just pages?
November 13, 2014 at 7:14 pm in reply to: How can i reduce the size of the space for the header image? #47412Sakin
Keymaster@Tim: You can upload the smaller size image and it will load that image only.
Sakin
Keymaster@vidyaekta:
1. There is link target option in Menu. This screenshot will explain you better http://www.pinterest.com/pin/548594798330834738/2. I don’t get it properly. Can you upload the screenshot in your site or any photo sharing site and paste the link here. So, that I can get it what you mean.
Sakin
Keymaster@cmcdavid87: Yes, please check in theme instructions page at http://catchthemes.com/theme-instructions/catch-kathmandu/ where it’s clearly mentioned how to add featured post slier.
1. Go to “Appearance => Theme Options => Featured Slider” in your WordPress Dashboard
2. Under Slider Options select Slider Type as “Featured Post Slider”
3. Here you can also change the number of slides, slider effects and timing
4. Under Featured Post Slider Options, simply insert the ID numbers for Posts in the boxes, one Post ID number in each box
5. Save your changesFore more see the video screencast at http://catchthemes.com/blog/videos-blog/video-series-adding-featured-post-slider/
Sakin
Keymaster@Israel: Hum you should be able to upload the image. You can either upload the image or add in the image URL there.
1. First go to your WordPress Dashboard and then “Appearance => Theme Options => Featured Slider”
2. In Slider Options, you need to select the slider type as “Image Slider”
3. In Featured Image Slider Options, You need to upload images, add in title, content and link as per your need and then “Save Changes”See this screencast http://catchthemes.com/blog/videos-blog/video-series-adding-featured-image-slider/
Sakin
KeymasterYes br should work fine. Abut the margin bottom in your menu. You have added
<p>tag in your menu item as
<p>Les cheminées<br>Bois / Gaz / Métallique</p>
Remove that<p>tag</p>Else, you can remove the margin bottom on your
<p>tags in menu by adding the following css in “Appearance => Theme Options = Custom CSS” box.
#header-menu .menu p, #footer-menu .menu p { margin-bottom: 0; }Then for line height and sub-menu position, the css will be as below:
#header-menu ul.menu a, #footer-menu ul.menu a { line-height: 26px; } #header-menu ul.menu ul, #footer-menu ul.menu ul { top: 52px; } -
AuthorPosts
