Home › Forums › SKT Full Width Forum › Moved: Reply To: SKT AUTO CAR PRO
- This topic has 14 replies, 2 voices, and was last updated 7 years, 9 months ago by Sonl Sinha.
-
AuthorPosts
-
February 24, 2017 at 3:50 am #63063
I saw it, so it means I have to make a page right?
February 24, 2017 at 6:18 am #63107Hi,
Here is the documentation on this: http://sktthemesdemo.net/documentation/autocar_documentation/#ourservices
Regards,
DaveFebruary 26, 2017 at 11:57 pm #63294May I ask ,on the short codes TABS , how can I make the Title , Hovers when mouse pointer go to it, and how can i insert image inside its content
February 27, 2017 at 6:56 am #63350Hi Jeffrey,
Kindly use plugin Shortcode Ultimate and use its Tabs shortcode. It has more options like insert images in tabs.
Regards,
DaveFebruary 27, 2017 at 12:14 pm #63447I only got this
[su_tabs vertical=”yes”]
[su_tab title=”Title 1″]Content 1[/su_tab]
[su_tab title=”Title 2″]Content 2[/su_tab]
[su_tab title=”Title 3″]Content 3[/su_tab]
[su_tab title=”Title 4″]Content 3[/su_tab]
[su_tab title=”Title 5″]Content 3[/su_tab]
[/su_tabs]how can i insert the image inside content and make the title animated?
February 27, 2017 at 12:35 pm #63454Kindly go to Media>>Library and select the image you want to show in that content. Single click on the image and you will find the URL of the image, copy the URL of the image and paste it in the shortcode.
Regards,
DaveFebruary 27, 2017 at 12:52 pm #63460like this? , I don’t think that will happen… i just want to put a single image for each content
and I want to make all tab title hover sweep-to-right[su_tabs vertical=”yes” hover=”yes”]
[su_tab title=”Title 1″]http://www.mgengine.com/wp-content/uploads/2017/02/services9.jpg Content 1[/su_tab]
[su_tab title=”Title 2″]Content 2[/su_tab]
[su_tab title=”Title 3″]Content 3[/su_tab]
[su_tab title=”Title 4″]Content 3[/su_tab]
[su_tab title=”Title 5″]http://www.mgengine.com/wp-content/uploads/2017/02/services9.jpgContent 3[/su_tab]
[/su_tabs]not working
February 27, 2017 at 12:55 pm #63461Here is the example:
[su_tabs vertical=”yes” hover=”yes”] [su_tab title=”Title 1″]<img src="http://www.mgengine.com/wp-content/uploads/2017/02/services9.jpg"> Content 1[/su_tab] [su_tab title=”Title 2″]Content 2[/su_tab] [su_tab title=”Title 3″]Content 3[/su_tab] [su_tab title=”Title 4″]Content 3[/su_tab] [su_tab title=”Title 5″]<img src="http://www.mgengine.com/wp-content/uploads/2017/02/services9.jpg">Content 3[/su_tab] [/su_tabs]
Regards,
DaveFebruary 27, 2017 at 1:02 pm #63467I got the image working , how about the title hovering left to right ?
February 27, 2017 at 1:13 pm #63475do you have a code for adding class like, on image, so text does not smash with image?
and a class for hovering the title if there is?[su_tabs vertical=”yes” hover=”yes”]
[su_tab title=”Title 1″ class=””] Content 1[/su_tab]contentFebruary 27, 2017 at 1:21 pm #63479Add this code in Custom CSS Box:
.su-tabs-vertical img{display:block;}
Regards,
DaveFebruary 27, 2017 at 1:25 pm #63483thanks,
how about the title to be hovering?
February 27, 2017 at 1:38 pm #63490You can find the example here: http://bradsknutson.com/blog/css-button-with-sliding-background-color/
Regards,
DaveFebruary 27, 2017 at 1:44 pm #63493okay , where can i put it in the theme?
February 28, 2017 at 6:40 am #63589Hi Jeffrey,
You can add CSS in Appearance>>Theme Option>>Basic Setting>>Custom CSS Box
Regards,
Dave -
AuthorPosts
- You must be logged in to reply to this topic.