Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterHi samanta.berzina,
The site link you have provided is not an interface theme. Just activate the interface theme and let us know.
Also one thing, You have changed the image size in functions.php file to match the size of all the other images in your blog post. Once you install the regenerate thumbnails plugins and regenerate all the image size.
Hope doing this may solve your problems.
Thank you!December 24, 2015 at 10:55 am in reply to: Clean Retina – Media Library – Insert Media – Create Gallery – Scrolling Bug? #40657Theme Horse Support Team
KeymasterHi kat,
You mean to add gallery in your website. To enable the WordPress gallery feature first of all you need to install jetpack plugins. After activation of jetpack plugins
Goto jetpack-> setting-> and activate Carousel and Tiled GalleriesFor more reference visit this link
Hope this may help you!
Thank you!Theme Horse Support Team
KeymasterThank you for helping us
Thank you!Theme Horse Support Team
KeymasterYou welcome Akbar
Thank you!
Theme Horse Support Team
KeymasterHi smakbar51,
Are you using revolution sliderwidgets to display slider. To add revolution slider in your home page. Just goto dashbaord-> Appearance-> Customize-> Featured post/page slider-> slider option and select Revolution Slider from (select slider options radio button)
Then again goto Appearance-> Customize-> Featured post/page slider-> Revolution Slider Options and choose your slider.
Hope this may help you!
Thank you!Theme Horse Support Team
KeymasterHi tactusmihi,
We cannot recommended any table plugins. You can create a table directly from the page/post editor.
Also you can google and try any some free WordPress Table Plugins.
Thank you!
Theme Horse Support Team
KeymasterOk sure elena,
Just create a new topic and post there if you have any issue.
Thank you!
Theme Horse Support Team
KeymasterHi mk,
Yes We have that title in our theme. You can visit to our theme. It seems that you have added some css.
.entry-title { display: none; }So you are not getting this title in your category page. Remove that above code from your code.
Thank you!
Theme Horse Support Team
Keymasterhi Aida,
What are you trying to say? Please clarify it. The template page(options) is available below Update/ Publish button at any page you create. For default page you can leave it to default template. You don’t need to select any template. You can use template for Business Home page, Contact Page etc.
Thank you!
Theme Horse Support Team
KeymasterHi superkefje,
Go to Appearance -> Theme Options/ customise -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
.featured-slider .call-to-action { display: none; }Thank you!
Theme Horse Support Team
KeymasterHi Cassie,
Go to Appearance -> Theme Options/ customise -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:.home .header-image { display: none; }hope this may help you. If you have any issues then its better to provide site Url too.
Thank you!
Theme Horse Support Team
KeymasterHi rbc.graphicdesign,
Suppose if you have a tag name “holiday” and you like to display all holiday tag only in your blog. Then you can go to dashboard-> appearance -> menus -> add custom link
View this ScreenshotIf you are taking about code customization then while customising the code create a child theme and then customize the code. So that while updating to new version your customized code will not be lost. The content for single.php is displayed from theme folder (interface)-> inc -> structure-> content-extension.php from line 264, you can find this code
if ( ! function_exists( 'interface_theloop_for_single' ) ) :You can make code customisation over this function.
Thank you!
Theme Horse Support Team
KeymasterHi francois.jourjon,
I just visited to your site and your parent theme css is not called. So once you add this code that we have provided.
/* Theme Name: Clean Retina Child Theme URI: https://www.themehorse.com/themes/clean-retina Author: Theme Horse Author URI: https://www.themehorse.com Version: 2.0.1 Text Domain: cleanretina Template: clean-retina */ @import url("../clean-retina/style.css"); .entry-meta .date { display: none; }Thank you!
Theme Horse Support Team
KeymasterHi chriswieser,
We have spend lots of time and efforts to develop this theme available free for you.
Could you also please help us rating this theme in WordPress Repository.
https://wordpress.org/support/view/theme-reviews/interface
We really appreciate your rating.Thank you!
Theme Horse Support Team
KeymasterHI russell,
As we have moved all the theme options to customizer as of WordPress guidelines. Because now theme options is not allowed in theme. Did you customize the code creating the child theme or not? If you have not customized the code using child theme then while updating to new version all your customized code will be lost. If you have created the child theme and customized the code then just replace this below all code from child theme
global $ultimate_theme_setting_value; $options = $ultimate_theme_setting_value;and add
global $options, $array_of_default_settings; options = wp_parse_args( get_option( 'ultimate_theme_options', array() ), ultimate_get_option_defaults());Hope this may help you. If you are using slider background image then you need to add the same image again via customizer.
To go back to website you can contact to the web hosting provider to set site back before 2 weeks. They must have backup of it.
Thank you!
-
AuthorPosts
