Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Keren: That’s nice 🙂
Sakin
Keymaster@Tana: Please check in your embed code. As in your video code I see the following code
<div style="width:450px; height:338px;position:relative;overflow:hidden;">
This actually cut your video to just 338px height because there is overflow hidden.Sakin
Keymaster@@CRICKETBIRD: ok can you try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
#nav-slider .nav-previous, #nav-slider .nav-next { z-index:9; }Sakin
Keymaster@Websiteguy: You can add the following css in your child theme style.css and play with the padding and margin.
.metaslider { padding-top: 20px; } #homepage-message { margin-top: 20px; }Sakin
Keymaster@bwells922: This is more of WordPress installation and server issue. Please check in your .htaccess file and reset your permalink form “Settings => Permalinks”. This this problem continues then you need to ask your hosting server support.
Sakin
Keymaster@EirikurVa: We don’t have Norwegian language added n Catch Box Pro theme. Catch Box pro is currently translated in Brazilian Portuguese, Spanish, Polish, Germany, Italian, Czech, Dutch, French, Arabic, Danish, Croatian, Swedish, Russian, Serbian and Persian. This is all done from our users/contributors.
You can also help us in translation Catch Box Pro in Norwegian language and we will add this in core theme file in next version update. For that you can download translation software from poedit.net and create nb_NO.mo and nb_NO.po file from catchbox-pro.pot file.
Sakin
Keymaster@spotlessdalmatian: Yes, there is one plugin name “Simple Share Buttons Adder” and the script from Sharethis.com . This is not added by us so I don’t know where you have added it.
Sakin
Keymaster@Websiteguy: You can then either copy the header.php fine in your child theme and add the code in the position that you want or just create functions.php file in your child theme and add the following code:
<?php function catcheverest_child_metaslider() { echo do_shortcode("[metaslider id=1336]"); } add_action( 'catcheverest_before_main', 'catcheverest_child_metaslider', 10 );Sakin
Keymaster@pemca: Wow, I didn’t knew that you are so good at CSS and inspect element. Congrats 🙂
Sakin
Keymaster@spotlessdalmatian: Either you are using 2 different social plugins or 2 different social code. Both the button are not from our theme. If you see our demo page http://catchthemes.com/demo/catch-box, you will see in the footer, the social icon that comes with our theme. Please check your plugins.
Sakin
Keymaster@CRICKETBIRD: Can you post in your site URL so that I can check in?
Sakin
Keymaster@EirikurVa: That is responsive design theme and it is not recommended to increase the width. For larger width you can use Catch Evolution and Catch Kathmandu pro theme.
If you want to increase to Catch Box Pro theme then you need to consider hiring customizer to work for you.
I will check in, can you post in your site URL and let me know the width that you want to increase to.
Sakin
Keymaster@Websiteguy: I see that you have use Catch Everest Free theme but have hide “Theme: Catch Everest” from your footer. Please add it back as this is the only reason we provide free theme and free support. If you want to edit “Footer Text” then you can upgrade to Catch Everest Pro theme and edit the footer text from “Appearance => Theme Options => Footer Editor”.
Are you trying to Meta Slider a plugin code. Then you need to build child theme and then add it through your child theme functions.php file using action hook
catcheverest_before_mainSakin
Keymaster@Lucia: I have uploaded screenshot. See this http://www.pinterest.com/pin/548594798331207092/
Sakin
Keymaster@Peyton: We also use W3TotalCache plugin. It’s really good but we need to configure as per your server. So, consult with your hosting provider for W3TotalCache plugin recommended settings.
Sakin
Keymaster@Lucia: For navigation please use Custom Menus from “Appearance => Menus” and then you need to assign location to your custom menu from “Appearance => Menus => Manage Location”. In your custom menu, you can add home from “Pages” tab in “Appearance => Menus”, in pages box you can click on View All and it will show you the home at the top. Just select home and click on “Add to Menu”. For more details about custom menu. Check out http://catchthemes.com/blog/custom-menus-wordpress-themes/
Sakin
Keymaster@duozhang1992: This will be bit technical and you might need to hire customizer to work for you. First you need to build child theme and then copy
content.phpfile in our child theme. Then edit the code by adding the conditionis_front_page().But if you just want to hide it for the user then you can simply hide the content section in your front page by adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
.blog .post .entry-content, .blog .post .entry-meta { display: none; }Sakin
Keymaster@mpetric:
1. You can add the following CSS in “Appearance => Theme Options => Custom CSS” box..page-title { color: #444; font-family: Arial,sans-serif; font-size: 34px; font-weight: bold; line-height: 45px; } @media screen and (max-width: 767px) { .page-title { font-size: 19px; line-height: 25px; } } @media screen and (max-width: 319px) { .page-title { font-size: 18px; line-height: 22px; } }2. For that, you need to go to “Appearance => Menus” and then create custom menu. Then you need to assign that menu from “Appearance => Menus => Manage Locations”.
So, for the menu item that you don’t want to link with, like for Band and Media. You need to add that menu item as links. In that custom link field, in URL just add
#and in Link Text you can add the text to menu and wrap with span code like this<span onClick="return true">Band</span>, then click on “Add To Menu”. This will add that Prent Drop menu in your menu. Then after adding it, if you don’t want that#as well then you can delete that#from URL and Click on Save Menu. -
AuthorPosts
