Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@ashrafashraf: I have already told you when you use single long image, it depends on the site height. So, you need to check in. This option is not there in our theme.
Sakin
Keymaster@ashrafashraf: Sorry we only help in theme options and settings not with images please.
Sakin
Keymaster@ashrafashraf: This looks fine to me but it’s your choices. I always use only repeatable pattern background image. So, even it’s long or small it shows repeat pattern. So, I am not much of these full site background stuff. You can take support from customizer about this in details.
Sakin
Keymaster@Michelle: Looks like you recently changed the site URL from your test site
http://divinew1.wwwss9.a2hosting.com/tohttp://divinewiz.com/. As your images are linked to
http://divinew1.wwwss9.a2hosting.com/wp-content/uploads/2013/08/man-meditating-198x300.jpg
Which actually needs to be
http://divinewiz.com/wp-content/uploads/2013/08/man-meditating-198x300.jpgSo, you need to check your database and replace all
http://divinew1.wwwss9.a2hosting.comtohttp://divinewiz.comPlease check in with the person who change this or ask your web hosting support to change that.
Sakin
Keymaster@ashrafashraf: It’s because the height of the image in not enough.
Sakin
Keymaster@ashrafashraf: How can I make it good? It depend on your background.
Sakin
Keymaster@Michelle: Post in your site URL so that I can check in? Anything that you are have recently changed like adding/updating plugins or changing any settings.
Sakin
Keymaster@ashrafashraf: add both it will be as:
.su-youtube.su-responsive-media-yes { margin-bottom: 15px; padding-bottom: 0; }Sakin
Keymaster@ashrafashraf: You can adjust the margin bottom as per your need.
.su-youtube.su-responsive-media-yes { margin-bottom: 15px; }Sakin
Keymaster@ashrafashraf: Your video width is controlled from the following css:
.su-youtube.su-responsive-media-yes { padding-bottom: 0; width: 50%; }You can change that to:
.su-youtube.su-responsive-media-yes { padding-bottom: 0; width: 460px; }Sakin
Keymaster@Michelle: Image disappearance has nothing to do with the theme. Theme is only for design and functionality. All your image uploaded from Media and Theme Options panel will be stored in
wp-content/uploadsfolder. So, I don’t get it what is your issue. Can you explain it in details.Sakin
Keymaster@Morganti: It’s strange. I need to check in your sever. So, I will personally email you for more details.
Sakin
Keymaster@ashrafashraf: What is your issue with the video.
August 21, 2014 at 10:05 pm in reply to: Changing the bottom picture and text on the home page #42852Sakin
KeymasterHi Romany,
Thanks for your appreciation. This theme doesn’t full support RTL as we don’t have much experience in it.
1 & 3. To add line and use RTL menu. First, you need to change the menu arrangement. You need to add Home first and rest follow. Then you can add the following css.
#secondary-menu ul.menu li { float: right; border-left: 1px solid #000; }Regards,
Sakin2. Adding search cannot be achieved just by css and it’s but complicated. you need to build child theme and then add code to add search in menu and then change css. So, I suggest you to hire customizer for this task http://catchthemes.com/hire-customizer/
Sakin
Keymaster@chor4o: Yes my friend, only in pro version you are able to remove to footer copyright information. When you are using free theme and free WordPress, so there should be no problem attributing. By doing this, you are supporting Open Source and Free Themes.
You can disable comment in free theme. But you need to use default WordPress settings. Don’t have easy option in Theme Options panel. If you are trying to disable it for individual pages/post, then see this screenshot http://www.pinterest.com/pin/548594798329843253/
August 21, 2014 at 12:08 pm in reply to: Changing the bottom picture and text on the home page #42828Sakin
Keymaster@Michael: That is called “Homepage Featured Content” and you can see in theme instructions page at http://catchthemes.com/theme-instructions/catch-everest-pro/, that you can change it from “Appearance => Theme Options => Homepage Settings => Homepage Featured Content Options”
Sakin
Keymaster@John: Can you post in your site URL and let me know which layout you are using in Catch Evolution Theme. Then accordingly we need to change the code to make the sidebar first in the mobile devices.
For this, first you need to build child theme. You can download sample child theme from http://catchthemes.com/blog/create-child-theme-wordpress/ and depending on the layout you choose we need to make changes. For example, if you have selected “Left Sidebar” or “Right Sidebar” layout from “Appearance => Theme Options => Layout Options”. Then, you need to copy
header.phpandindex.phpfile fromcatch-evolution-protheme directory tocatch-evolution-pro-childtheme directory. Then delete the following code fromindex.php
<?php get_sidebar(); ?>
Then inheader.phpfile you need to add the above code which you have remove fromindex.phpfile. You need to add it just above<div id="primary">code.Sakin
KeymasterHi Romany,
Which CSS are you talking about? Can you explain in reference with your site URL so that I can check in.
Regards,
SakinSakin
Keymaster@Romany: Sorry we don’t have option to dd search bar in the main menu.
-
AuthorPosts
