Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterHi Petar,
To add google analytics tracking code either you customize the code or there are many plugins. You can try any on them from https://wordpress.org/plugins
For example:
https://wordpress.org/plugins/google-analytics-for-wordpress/Thank you!
April 5, 2016 at 9:45 am in reply to: Sidebars are pushed below the main content of the page. ( in rtl wordpress ) #44025Theme Horse Support Team
KeymasterThat’s great rastgarian
Thank you!
Theme Horse Support Team
KeymasterHi hkaut,
Did you visit our theme instruction page. View below link
https://www.themehorse.com/theme-instruction/clean-retina/It would be better if you provide your site Url too. IS your sub category product not displayed. Go to dashboard -> appearance -> menus and from the left side drag the category to menu. We just tested and it working fine.
View below screenshot.
http://awesomescreenshot.com/0f05rkhc72Thank you!
Theme Horse Support Team
KeymasterThank you!
Theme Horse Support Team
KeymasterYou welcome cecillemaquito
Thank you!
Theme Horse Support Team
KeymasterHi cecillemaquito,
We don’t have any settings for the transition/ animation to the gallery. You can view this javascript. go to theme folder -> library -> js -> attitude-custom-fancybox-script.js
Before making changes on the code first of all create a child theme. So that while updating to new version your customized code will not be lost. If you make direct changes on the code then each and every time while updating to new version same customisation should be made.
Thank you!
Theme Horse Support Team
KeymasterHi Boni,
Could you provide your site link? Yes we have cut the image in many size. These are the below image size. The below code is inside theme folder -> functions.php
`add_image_size( ‘featured’, 670, 300, true ); // blog large image
add_image_size( ‘featured-medium’, 230, 230, true ); // blog image medium
add_image_size( ‘slider-narrow’, 1038, 460, true ); // used on Featured Slider on Homepage Header for narrow layout
add_image_size( ‘slider-wide’, 1400, 460, true ); // used on Featured Slider on Homepage Header for wide layout
add_image_size( ‘gallery’, 474, 342, true ); // used to show gallery all images
add_image_size( ‘icon’, 80, 80, true ); //used for icon on business layout`If you want to change the image then change the numeric value to fit your size. Doing it regenerate the thumbnail using regenerate thumbnails
You don’t need to add
<p> tag. You write the content on visual or on text no problem. It will automatically add p tag to your front end.Hope this may help you!
Thank you!Theme Horse Support Team
KeymasterHi Petar,
Just visited to your site and there is already <h1> tag used for
Bulgaria EU Blue CardSo to make SEO friendly, there must not be two<h1> tag. ALso if you like changing to h2 tag to h1 then it needs code customisation. You can go to the theme folder -> inc -> structure -> content-extension.php and search for h2 tag and change to h1 tag.To change the font size add below custom css
#site-title { font-size: 14px; } .hgroup-wrap { padding: 10px 0 20px; }Note: Change the numeric value to fit in your design.
Thank you!Theme Horse Support Team
KeymasterHi onebuzz,
Yes you can use regenerate thumbnails plugins to regenerate the image. Changing the website footer credits its only possible in Premium version of our theme.
Thank you!
Theme Horse Support Team
KeymasterCould you also please help us rating this theme in WordPress Repository.
https://wordpress.org/support/view/theme-reviews/attitude
We really appreciate your rating.Thank you!
Theme Horse Support Team
KeymasterHi cecillemaquito,
Adding video onto the gallery is not possible. It needs lots of code customization. So you need to hire a developer to fix it.
Thank you!
Theme Horse Support Team
KeymasterYou welcome Ben
Thank you!
Theme Horse Support Team
KeymasterThat’s great onebuzz
Thank you!
Theme Horse Support Team
KeymasterHi Ben.
Oh sorry we missed it. Just remove previous css and this below css
@media only screen and (max-width: 1078px){ .featured-title, .featured-content { display: block; } }Thank you!
Theme Horse Support Team
KeymasterHi Elinor,
Did you download ambition pro themes from your account page. If yes then you have ambition-pro.zip file right. Then logon to dashboard -> appearance -> themes -> add new -> browse theme (select ambition-pro.zip) -> click on install and activate it.
Hope this may help you!
Thank you! -
AuthorPosts
