badget

Biggest Sale! Special Offer!

Get 50% discount on all of our single themes with this coupon code: #50%SALE

Hurry up! *Limited time offer*

Theme Horse Support Team

Forum Replies Created

Viewing 15 posts - 1,096 through 1,110 (of 5,207 total)
  • Author
    Posts
  • in reply to: Page Top 2 Buttons #52909

    Hi 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!

    in reply to: Titles are visible in my grid, instead of the images #52908

    Hi cloo.stevenson,

    Could you please provide us your site url so that we can help you with your exact issue.

    Thank you!

    in reply to: Single post full width image issue #52907

    Hi 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!

    in reply to: Page Top 2 Buttons #52857

    Hi 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!

    in reply to: MENU TOGGLE BUTTON #52856

    Hi
    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-37

    Thank you!

    in reply to: MENU TOGGLE BUTTON #52803

    Hi 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!

    in reply to: translation issues with WPML #52802

    Hi 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!

    in reply to: Change Font family in PRO Version #52789

    Hi OthaOmehjw,

    Hope your problem is also solved. If you have any questions then please create your own support ticket.

    Thank you!

    in reply to: Pictures #52783

    Hi 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!

    in reply to: translation issues with WPML #52782

    Hi 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!

    in reply to: Demo content #52781

    Hi 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!

    in reply to: Remove link from header image #52780

    Hi 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 as https://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!

    in reply to: Hi, not able to upload mp3 files #52741

    Hi

    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!

    in reply to: Paypal buttons still huge #52736

    Great to know that it works. If you have any confusion let us know.

    Thank you!

    in reply to: Paypal buttons still huge #52732

    Please add above css inside child theme of style.css

    Thank you!

Viewing 15 posts - 1,096 through 1,110 (of 5,207 total)