Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterHi earnsomething.in,
We are going to lunch our MagCast Pro version soon. That feature will be available in Pro version. To maintain security of your site you can use security plugin as itheme security, wordfence, sucuri security etc and also many spam protector plugins available free at wordpress.org.
Thank you!
Theme Horse Support Team
Keymasterhi escotb,
Sorry this feature is not available in free version. You have to upgrade to pro version to get this feature.
Thank you!Theme Horse Support Team
KeymasterHi sue3,
You can’t add different header image on different page. This feature is not available in our theme.
Thank you
Theme Horse Support Team
Keymasterhi Anne,
The content will automatically move to next line however you cannot break the line adding html code there. We are sorry that we have designed our theme this way.
Thank you!Theme Horse Support Team
KeymasterHi jurriaana,
We have designed our theme using action hook. So making the same structure will not overwrite the parent theme. Its our Coding Standard. The above link was just an example to help you. Adding that code to child theme will not make your site slow because anyway either from parent or from child theme your code must be loaded.
Thank youTheme Horse Support Team
Keymasterhi jurriaana,
Making the child theme directory in inc/structure/ will not overwrite the parent theme. First of all you have to create a two files styles.css and functions.php file. First of all you have to unhook the functions and customize the code according to your necessary.
We have written many times how to unhook functions. You can search on forum too.
For more reference visit below link
LinkThank you
Theme Horse Support Team
KeymasterYou welcome Malo
Thank you!
Theme Horse Support Team
Keymasterhi Malo,
Please add below code in child theme functions.php filefunction language_selector_flags(){ $languages = icl_get_languages('skip_missing=0&orderby=code'); if(!empty($languages)){ foreach($languages as $l){ if(!$l['active']) echo '<a href="'.$l['url'].'">'; echo '<img src="'.$l['country_flag_url'].'" height="12" alt="'.$l['language_code'].'" width="18" />'; if(!$l['active']) echo '</a>'; } } }
and go to theme folder -> library -> structure -> header-extension.php on line no 159 you will find below code.
<?php get_sidebar( 'header' ); ?>
After this code paste below code.
<div id="flags_language_selector"><?php language_selector_flags(); ?></div >
and add below Custom CSS Code.flags_language_selector { float: right; margin: 9px 0 0 0; } #branding .searchform { float: left; }
We recommended not to change the code because if you change the code then while updating to our new version all your customisation code will be lost. So better make child theme and first unhook the functions and the edit the code.
http://codex.wordpress.org/Child_Themes
Thank youTheme Horse Support Team
KeymasterThis is not a theme issue. Please validate your page using W3C Markup Validation We have encountered that there is many html code error in your content which you have added.
Thank you
Theme Horse Support Team
KeymasterYou welcome Infoyed
Thank you
Theme Horse Support Team
KeymasterYou welcome Marijean,
Thank you!
Theme Horse Support Team
KeymasterHi INFOYED,
You can create a new page from dashboard such as SOLID FRAMEWORK, RETINA READY, RESPONSIVE DESIGN, MULTIPLE LAYOUTS.
Make again a Parent pagePortfolio
and under that page you can add other pages like solid framework just you have created. Let us say you created a portfolio page 1
Drag the service widgets again/ Recent Work widget again and select portfolio page 1 from the dropdown. Now you will have an extensionportfolio
.To change the 3page to be centered with respect to the homepage.
Go to Appearance -> Theme Options/ customise -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:.widget_recent_work .one-fourth { width: 29.3%; }
Thank you!
Theme Horse Support Team
KeymasterYou welcome Oscoli Jemas
Thank you
Theme Horse Support Team
KeymasterHi WorldCatholicFaith,
You slider image must be at least 666*810 width and height. Bigger than this image doesn’t matter. But if you upload an image smaller that this then it can’t crop and there will be size variation. So please upload some big image and everything will work fine.Thank you
Theme Horse Support Team
KeymasterHi WorldCatholicFaith,
Just visited to your site and you are using 3 lines of title on first image. So there is a blank space on the third image. Could you please make the same line of title to fit that image on white space.
Thank you! -
AuthorPosts