Free WP TP
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Travelify] Sub Menu Items-Not Able to SelectYou are most welcome here 🙂
Forum: Themes and Templates
In reply to: [Sparkling] Disable pop-up feedAwesome great to see you got that found.
Please advise if you have more questions.
Have a fantastic day!
Forum: Themes and Templates
In reply to: [Travelify] Sub Menu Items-Not Able to SelectHi @hrvbaby25,
I hope you are well today and thank you for your question.
You can try resolving this by adding the following CSS code in the Custom CSS option of your theme on the below path.
Admin Area -> Appearance -> Customize -> Travelify Other Options
#main-nav ul.sub-menu { margin-top: -8px; }Best Regards,
MovinForum: Themes and Templates
In reply to: [Unite] Custom templates?Hi @goardo,
Awesome great to see you got that solved.
Please advise if you have more questions.
Have a fantastic day!
Cheers,
MovinForum: Themes and Templates
In reply to: [Sparkling] Disable pop-up feedHi NT,
I hope you are well today and thank you for your question.
I am not sure what pop-up feed you are talking about so could you please share me the screenshot of it or page URL from your site where it’s displaying so that i can troubleshoot it?
The theme doesn’t display any popup. This can be displayed by any plugin used on your site so please try temporary deactivating all plugins and see whether everything works fine and then enable the plugins one by one to see which plugin is displaying it if any.
Best Regards,
MovinForum: Themes and Templates
In reply to: [Activello] Sort items by categories on the home pageHi @mikeblueberry,
I hope you are well today and thank you for your question.
Yes you can achieve this by developing custom code.
Developing custom code for custom functionality is beyond the scope of support that we provide here.
If you are not a developer then you can consider hiring a developer to develop it for you. You can hire a developer from any freelance site. We recommend the developer Vinod Dalvi which we found very familiar with our themes and helpful.
Best Regards,
MovinForum: Themes and Templates
In reply to: [Activello] Missing Slider in ActivelloHi @themester01,
Sorry to hear of the problem you are having.
Have you made any changes in the theme files?
How have you set the Header image as the theme currently doesn’t provide Header Image functionality?
Could you please share me your site URL where it’s happening so that i can troubleshoot it?
Kind Regards,
MovinForum: Themes and Templates
In reply to: [Unite] Sub Menu stopped workingWe have used the bootstrap framework in the theme to generate this menu as shown in this example https://getbootstrap.com/examples/navbar/ so the code of it in the bootstrap javascript file which you can find in the theme here unite/inc/js/bootstrap.min.js
Forum: Themes and Templates
In reply to: [Dazzling] PHP 7.0 depreaction problemHi Miguel Useche,
I hope you are well today and thanks for posting here.
It’s the known issue which will be resolved in the future version of theme. In the meanwhile you can fix it by using the solution posted in the following reply.
https://colorlib.com/wp/forums/topic/deprecated-methods/#post-53619
Best Regards,
MovinForum: Themes and Templates
In reply to: [Sparkling] 4 Home Page Widgets areas instead of 3Hi @levhal,
I hope you are well today and thank you for your question.
To achieve this you have to create child theme of Sparkling theme and develop in it custom code to achieve this.
Best Regards,
MovinForum: Themes and Templates
In reply to: [Sparkling] Display Blog entries in rowsHi @mako2,
I hope you are well today and thank you for your question.
You can try achieving this by using the solution posted in the following reply.
https://colorlib.com/wp/forums/topic/grid-layout-for-posts/#post-54233
Best Regards,
MovinAlready replied on your following topic.
Forum: Themes and Templates
In reply to: [Sparkling] HTML source code of sample pageIf you want to use sparkling demo content on your site then you can get it from following file and there isn’t separate demo file for this page only.
https://cdn.colorlib.com/wp/wp-content/uploads/sites/2/sparkling.wordpress.2016-04-14.zip
Forum: Themes and Templates
In reply to: [Sparkling] length area on sliderHi @paoloit85,
I hope you are well today and thank you for your question.
I think that the subtitle is made by the first part of the article it’s correct?
Yes it’s correct.
how can i decide wich part of the article will be display on the slider?
You can do this by adding the part of content in the excerpt field of article as described here http://www.wpbeginner.com/glossary/excerpt/ which will be displayed in place of slider description.
Best Regards,
MovinForum: Themes and Templates
In reply to: [Unite] Sub Menu stopped workingI could confirm the issue on my test site by using latest version of WordPress Download Manager plugin so it’s definitely the plugin conflict issue and you can contact the plugin author regarding this.
You can try resolving this issue for desktop browser by adding the following CSS code in the Custom CSS option of your theme on the below path.
Admin Area -> Appearance -> Unite Options -> Other -> Custom CSS
@media (min-width: 768px){ .navbar-nav li:hover > ul { display: block; } }The above CSS code will display sub menu on hover of parent menu.