-
AuthorSearch Results
-
September 18, 2015 at 5:41 pm #28455
In reply to: After update Revolution Slider no longer works
Theme Horse Support Team
KeymasterHi Shelly,
Could you please provide us the temporary username and password to your site via Email? So that we can have a look into your issue.
This forum is a public and visible to all the members so do not share any username and password here in this forum.
Thank you!
Theme Horse Support Team
KeymasterHi Dost.mhd,
Sorry! Our site is a multi-site and all the database are save into one. So it is not possible to provide you a dummy data but do not worry.Provide us your temporary username and password to your site via Email We will set all the content/data to your site same like as our demo.
Thank you for purchasing our theme. Have a Great day!
September 18, 2015 at 2:56 pm #28438In reply to: Purchased Clean Retina Pro
Theme Horse Support Team
KeymasterHi Shelly,
Login to our site with the same username that you have purchase the theme and you will be redirected to your account page where you can see the Available Download section to download the theme. If you can not see please contact to our sales team via Email they will look into your account.
Thank you!
September 16, 2015 at 6:07 am #28320In reply to: Compatibility with The Events Calendar Plugin
Theme Horse Support Team
KeymasterHi Brosch76,
If it works on Clean Retina Free and then off-course it will also work in pro version.
Could you please provide us the temporary username and password to your site via Email So that we can see the issue in your site.Please do not share any username and password in this forum because this forum is public and visible to all the members.
Thank you
September 14, 2015 at 7:49 am #28227In reply to: Insert logo next to header text
Theme Horse Support Team
KeymasterHi Mruthven,
Sorry! It working fine here. Could you please deactivate the plugin one by one hope it may be a plugins conflicts issue?
If it does not solved then please provide us the temporary username and password to your site via Email So that we can see the issue in your site.Please do not share any username and password in this forum because this forum is public and visible to all the members.
Thank you!
September 14, 2015 at 7:25 am #28223Theme Horse Support Team
KeymasterHi Rafael,
Is that the free plugin or premium plugins. If it is a free plugin please provide us the link so that we can download it and check it with the Clean Retina theme. If it is not a free then please share us your temporary username and password to your site via Email So that we can look into the plugin issue.
Please do not share your temporary username and password in this forum because this forum is public and visible to all the members.
Thank you!
September 11, 2015 at 10:47 am #28159In reply to: Reduce Footer column spacing (top/bottom)
Theme Horse Support Team
KeymasterHi Info,
Could you please provide us the temporary username and password to your site via Email so that we can have a look into your issue.
Do not share any username and password here in this forum.
Also to reduce the space in the header and the footer please login to you WP admin dashboard and Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
#access a { height: 41px; padding: 25px 0 0; } .search-toggle { margin-top: 25px; } #site-logo { margin-top: 17px; } #access ul li ul { top: 66px; } #colophon .widget-area { padding: 30px 0 0; }Thank you!
September 11, 2015 at 10:35 am #28156In reply to: Revsliser continued issues
Theme Horse Support Team
KeymasterHi Algraham1993,
We can not login with the detail you shared in this forum.
Also this is the public forum so do not use to share your any username and password. Try share it via Email
Thank you!
September 10, 2015 at 9:53 am #28125In reply to: Revsliser continued issues
Theme Horse Support Team
KeymasterHi Algraham1993,
Could you please provide us the temporary username and password to your site via Email so that we can have a look into your issue.
Thank you!
September 9, 2015 at 2:26 pm #28094k.belotserkovskiy
ParticipantHi!
Create a page. Use this page as a one with your recent work, i.e. add description, title and (important) featured image. Then use 301 redirect to send users to your blog category instead of that page.
You can assign 301 redirect in Yoast SEO plugin, or, probably use another one. Or dig straight in your .htaccess file.September 8, 2015 at 6:58 am #28053In reply to: inquiries for front page design
Theme Horse Support Team
KeymasterHi Tuck Leong,
Please Email your temporary username and password we will set revolution slider as in our demo. For documentation please view this below Url
http://www.themepunch.com/revslider-doc/slider-revolution-documentation/Thank you!
September 2, 2015 at 10:30 am #27888In reply to: How to add own font
Theme Horse Support Team
KeymasterHi frantisek.funda,
First of all create a child theme. Create style.css file and add the below code in your style.css file.
/* Theme Name: Ambition Pro Child Theme Author: Self-Help WordPress User Template: ambition */ @import url("../ambition-pro/style.css"); body, input, textarea, .main-navigation a, h1, h2, h3, h4, h5, h6 { font-family: 'Lato', sans-serif; }Your child theme will be displayed. Activate your child theme.
Note: Please change above font family'Lato', sans-serifto your own font-family.Hope this may help you
Thank you!August 25, 2015 at 5:23 am #27641In reply to: Loading header-extension.php in Child Theme
Theme Horse Support Team
KeymasterHi all,
Creating the same structure in the child theme will not over ride the parent theme. First of all you need to unhook the function and then customize the code. We will post a simple example how to unhook to functions:-
Create a two files styles.css and functions.phpUnder style.css add this following code.
/* Theme Name: interface Child Theme Author: Self-Help WordPress User Template: interface */ @import url("../interface/style.css");Under functions.php file
unhook functions
// Unhook default Thematic functions function unhook_thematic_functions() { // Don't forget the position number if the original function has one remove_action( ‘interface_404_content', ‘interface_display_404_page_content', 10 ); } add_action('init','unhook_thematic_functions'); // removes the header content by using hook interface_header add_action( ‘interface_404_content', ‘interface_child_display_404_page_content', 10 ); /** * function to show the footer info, copyright information */ function interface_child_display_404_page_content() { ?> <div id="content"> <header class="entry-header"> <h1 class="entry-title"><?php _e( 'Error 404-Page NOT Found', ‘interface’ ); ?></h1> </header> <div class="entry-content clearfix" > <p>Thank you</p> </div><!-- .entry-content --> </div><!-- #content --> <?php }If you are still unable to fix it then you need to hire a developer to fix it.
Thank you!
August 18, 2015 at 2:46 pm #27404In reply to: Where is the Downlaods Section?
Theme Horse Support Team
KeymasterHi Broz,
Login to our site with the same username and password that you have purchased the theme before. After login you will redirected to your account page there you can see the available download section. If there is no download section then please contact our sales team via Email.
Thank you!
August 18, 2015 at 5:09 am #27379In reply to: Background image behind Revolution slider on iPad
Theme Horse Support Team
KeymasterHi bas,
Could you Email Us your temporary username and password. We will look over it. Don’t forget to send this Forum Url too. Also we have visited to your site and your slider image is also not displayed in chrome and firefox too.
Thank you!
-
AuthorSearch Results
