Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterHi f60tf3era,
Go to Appearance -> customize -> Additional CSS and paste the following CSS code and Click on save all changes button:.back-to-top { display: none !important; }
Thank you!
Theme Horse Support Team
KeymasterHi cloo.stevenson,
Could you please provide us your site url so that we can help you with your exact issue.
Thank you!
Theme Horse Support Team
KeymasterHi habijabi,
We have cropped the image size into 4 different sizes. So if you upload big size image then it will automatically crop that image into that size.
add_image_size( 'magcast-slider-image', 666, 810, true ); add_image_size( 'magcast-slider-image-two', 1024, 608, true ); add_image_size( 'magcast-large-thumb', 965, 575, true ); add_image_size( 'magcast-small-thumb', 467, 350, true );
Yes the image will not be displayed in single size. If you like to display it in single page than you can add images in editor so that you can display full size image you want in single page. We have designed our theme this way.
Just visited to your image so could your provide us the exact Url of you site so that we can help you.
Thank you!
Theme Horse Support Team
KeymasterHi f60tf3era,
We could not get you what are you trying to say. Could you clarify it? It would be better if you provide us your site address too.
Thank you!
Theme Horse Support Team
KeymasterHi
yes if you upgrade then all your customized code will be lost. So you need to create a child theme to be safe from customized code lost before making any changes in the code. We always recommended you to create a child theme before making any changes in the code.Go to theme folder -> inc -> structure -> functions -> functions.php in line no 36 you have to add this line of code
wp_enqueue_script('wp-portfolio-scripts', get_template_directory_uri().'/js/scripts.js', array('jquery'), false, true);
So add all code from line 13-37Thank you!
Theme Horse Support Team
KeymasterHi info258,
It seems that you have customised the code. Some built in scripts are not loaded in your site which is necessary for menu toggle. Please install fresh copy of theme and let us know.
Thank youQ!
Theme Horse Support Team
KeymasterHi Matthias,
Its a premium plugin and they will provide support for you. We and WPML worked together and made compatible in past. If we have any issue and need to fix from our side then we are always ready to fix it.
Thank you!
Theme Horse Support Team
KeymasterHi OthaOmehjw,
Hope your problem is also solved. If you have any questions then please create your own support ticket.
Thank you!
Theme Horse Support Team
KeymasterHi Lady Sanders,
We could not understand what are you trying to say. Could you make it more clear? It would be better if you provide us your site address too.
Thank You!
Theme Horse Support Team
KeymasterHi Matthias,
Could you please provide us your site Url too? Did you purchased wpml plugins? Yes our theme is compatible with wpml. You can ask support to wpml so that they can guide you properly and they are much familiar with it then us.
Thank you!
Theme Horse Support Team
KeymasterHi Rui,
Currently we don’t have demo content. For more information you can visit theme instruction
Please Email Us your temporary username and password with site address. We will set a demo content for you. Don’t forget to send this forum link too.Thank you!
Theme Horse Support Team
KeymasterHi patrickdeboer,
Go to theme folder -> inc -> structure -> header-extension.php on line no 227. Replace
<?php echo esc_url( home_url( '/' ) ); ?>
with your site link ashttps://themehorse.com
where your code looks like<a href="https://themehorse.com">
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 you!
Theme Horse Support Team
KeymasterHi
This is not related to theme. Did you tried activating WordPress default theme and upload mp3 files?
You can also add
define( 'ALLOW_UNFILTERED_UPLOADS', true );
to wp-config.This will allow anyone with admin privileges to upload any file.
After uploading your file remove the above code from wp-config.php file because security is important.
Thank you!
Theme Horse Support Team
KeymasterGreat to know that it works. If you have any confusion let us know.
Thank you!
Theme Horse Support Team
KeymasterPlease add above css inside child theme of style.css
Thank you!
-
AuthorPosts