Free WP TP
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Sparkling] Typography CustomizerYou are most welcome here 🙂
I visited your site and it seems you have added same widgets in the footer widget area as sidebar widget area so it displays like it’s replicated so please remove the widgets from footer widget area.
Forum: Themes and Templates
In reply to: [Travelify] Logo is inside H1 tag – how do I remove the tag?Please try to read it carefully and you will see the file names at the top of the code as displayed here http://i.imgur.com/uQvVnpy.png
Forum: Themes and Templates
In reply to: [Dazzling] Slider Height Bug On First Load@kurukulla Glad it’s working fine for you now 🙂
Forum: Themes and Templates
In reply to: [Travelify] Logo is inside H1 tag – how do I remove the tag?You have to change the code in different theme files as displayed in the right hand side on the following page.
https://github.com/FreeWPTP/Travelify/commit/ced5bbe6d39e660488dfb55b6d5269ade6546e1b
Forum: Themes and Templates
In reply to: [Travelify] Add logo to featured image sliderHi @gabyu414,
I hope you are well today and thank you for your question.
Currently there isn’t any way to manually add an image to the featured slider without custom coding.
You have to set an image with your company logo as a featured image to first slider post so that it will always appear first.
Best Regards,
MovinHi @revived,
Sorry to hear of the problem you are having.
I have tested it on my test site and it’s working fine for me using latest version of Travelify theme.
Could you please share me the page URL from your site where it’s not displaying correctly so that i can troubleshoot it?
Kind Regards,
MovinForum: Themes and Templates
In reply to: [Travelify] How to remove MailChimp PopupHi Allison,
I hope you are well today and thank you for your question.
You can just try reinstalling latest version of Travelify theme or deleting any WordPress MailChimp plugin that you are using on your site.
Best Regards,
MovinForum: Themes and Templates
In reply to: [Travelify] Theme option isn't existHi @blkaka,
I hope you are well today and thank you for your question.
In the latest version of the theme all theme options are now moved to WordPress customizer that you can find in the admin area under Appearance >> Customize. All settings are still there but now you can tweak everything on a live preview. This change is made due to wordpress.org recommendation.
Best Regards,
MovinForum: Themes and Templates
In reply to: [Travelify] Separating Logo Image from Top Rightbar sectionHi Virgil,
I hope you are well today and thanks for posting here.
The logo image in this theme is displayed at the top left side so i am not sure what you are referring to.
Could you please describe it a bit more in detail so that i can help you?
Best Regards,
MovinForum: Themes and Templates
In reply to: [Unite] Links and forms don't work on mobile devicesHi @franz92,
I hope you are well today and thanks for posting here.
I have tested it on my android mobile using chrome browser and it’s working fine without any issue.
Which browser are you using to test it?
Please try using different browser.
Best Regards,
MovinForum: Themes and Templates
In reply to: [Dazzling] "slider is not properly configured"Hi @dontknowmuch,
I hope you are well today and thanks for posting here.
Regarding “slider is not properly configured” issue please try using the solutions posted in the following topic.
https://wordpress.org/support/topic/slider-not-properly-configured
There isn’t any best size for the slider images as the slider uses the function the_post_thumbnail without any parameter to display it but i recommend you to use slider images greater than in width 1024px
Best Regards,
MovinForum: Themes and Templates
In reply to: [Dazzling] under constructionHi @nataliamaimoni,
I hope you are well today and thanks for helping out here in this forum.
Your help here is really appreciated.
Thanks,
MovinForum: Themes and Templates
In reply to: [Dazzling] How to Remove Call for Action Button – Dazzling themeHi Bojan,
I hope you are well today and thanks for helping out here in this forum.
Your help here is really appreciated.
Thanks,
MovinForum: Themes and Templates
In reply to: [Sparkling] HeadersHi @erated,
I hope you are well today and thank you for your question.
Yes it’s possible. You can try achieving this by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.
Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS
#page h1, #page h1 a { color: #C34545; } #page h2, #page h2 a { color: #45C385; } #page h3, #page h3 a { color: #4945C3; }Please change the color value in the above code to whatever you want to use by referring the following pages.
http://www.w3schools.com/html/html_colors.asp
http://www.w3schools.com/html/html_colorvalues.asp
http://www.w3schools.com/tags/ref_colorpicker.aspBest Regards,
Movin