Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterHi Thomas,
Yes you can but it need code customization and you need to hire developer as this will be a new feature to add in the theme which needs registering a new widget adding category posts option.
Thank you!
Theme Horse Support Team
KeymasterHi there,
To have the link for both image and page title removing read more it needs code customization and you need to hire a developer as this is a new feature to add in the theme. Also for the Featured Recent Work to have the four column you have to set title, content, button and button link as you first column as shown in the demo site here. You can not show same for all the four columns.
Thank you!
April 11, 2019 at 8:19 am in reply to: Header photo not showing up in Chrome or Safari – help! #62322Theme Horse Support Team
KeymasterHi there,
Great that you figured it out.
Anyways if you have any problem let us know.Thank you!
Theme Horse Support Team
KeymasterGreat that you solved. If you have any problem please let us know?
Thank you!
Theme Horse Support Team
KeymasterHi there,
To have all links in blue color you can simply change the color skin.
Just go toAppearance > Customize > Ambition Theme Options > Color Skin
there you can change the color skin of the entire site as well as you can only set the links color individually.Thank you!
Theme Horse Support Team
KeymasterHi there,
If you have not customize the theme main code then you will not lost any data and content while upgrading to premium version.
Thank you!
Theme Horse Support Team
KeymasterHi Alberto,
Can you please clarify in which section you are talking about?
Thank you!
Theme Horse Support Team
KeymasterHi Rufando,
Limited character are only allowed in that field.
So please go to the theme main directoryinterface/inc/widgets/interface_widgets.php
line no: 397 and 398 there you will see below line of code:$widget_primary = esc_textare($instance['widget_primary']); $widget_secondary = esc_textare($instance['widget_secondary']);
Just replace the above code with the below one and save it.
$widget_primary = esc_html($instance['widget_primary']); $widget_secondary = esc_html($instance['widget_secondary']);
Thank you!
Theme Horse Support Team
KeymasterWelcome anytime @murin-daniel
If you have any problem please let us know.Theme Horse Support Team
KeymasterWelcome anytime @kevlevrone6
Theme Horse Support Team
KeymasterWelcome anytime @restyumali-sl
Theme Horse Support Team
KeymasterHi Nadra,
Sorry! there is no footer sidebar in free version of this theme. To get have the footer sidebar you have to upgrade to the premium version of this theme or just customize the theme code. You can customize the code in footer.php file.
Thank you!
Theme Horse Support Team
KeymasterHi there,
Your content value path may not be correct. Please use below custom css code
a[target="_blank"]:after { content: url(you-image-link-here); margin: 0 3px 0 5px; display: inline-block; opacity: 1; -moz-opacity: 1; filter:alpha(opacity=100); }
Add your image url in above text
you-image-link-here
.
Let us know if you have any problem.Thank you!
Theme Horse Support Team
KeymasterHi Nadra,
You can use this plugin to insert
shinystat
code into your site via widget in any of the widget-area.Thank you for using our theme.
Theme Horse Support Team
KeymasterHi there,
Please add below custom CSS code in
Appearance > Customize > Additional CSS
to increase the built-in font-size of the title and content..entry-title, .comments-title, .page-title { font-size: 28px; } body, input, textarea, select, blockquote footer, .blockquote-footer, blockquote cite, .form-control, input, textarea, select, .site-description, .search-block .form-control, .wp-block-image, .wp-block-image figcaption, #bbpress-forums, #bbpress-forums button, #bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results, div.bbp-search-form input, div.bbp-search-form button, div.bbp-breadcrumb, div.bbp-topic-tags { font-size: 15px; }
Note: Increase the above digit value
28
for title and15
for content section.Thank you!
-
AuthorPosts