Free WP TP
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Travelify] Background transparency for wrappersYou are most welcome 🙂
Does WP not support RGBA, maybe?
It does support it.
Forum: Themes and Templates
In reply to: [Travelify] Remove posts from homepage – Travelify ThemeHi @s.brodie0,
I hope you are well today and thank you for your question.
Note: I have also downloaded the WP Home Page Menu Plugin, and I attempted the ‘WP Exclude From Homepage’ plugin and it did not work.
No those plugins don’t provide such functionality.
Do you want to remove all posts displayed at the bottom of the slider or just those posts which are displaying in the slider?
Please advise.
Kind Regards,
MovinForum: Themes and Templates
In reply to: [Travelify] post "last updated" date instead of published dateHi @dv.delian,
I hope you are well today and thank you for your question.
You can try achieving 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
.posted-on time.updated { display: inline-block; } .posted-on time.entry-date.published { display: none; }Best Regards,
MovinForum: Themes and Templates
In reply to: [Travelify] Travelify Home Page Post Option problemHi @jaikyong,
I hope you are well today and thank you for your question.
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?
This can be due to plugin conflict 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 conflicting if any.
Kind Regards,
MovinForum: Themes and Templates
In reply to: [Sparkling] Showing mix up coding in page sourceIt’s displaying fine on my test site and also on this demo site https://colorlib.com/sparkling/
Please try using latest version 2.2.2 of Sparkling theme on your site.
It seems this is happening on your site because you are using some type of caching and HTML minimization functionality.
This can be due to plugin you are using 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 conflicting if any.
Forum: Themes and Templates
In reply to: [Activello] HTML numbersHi @skymaja,
Thank you for your another question.
Yes these HTML Entity Numbers of HTML Entity as described on the below pages.
http://www.w3schools.com/html/html_entities.asp
http://www.freeformatter.com/html-entities.htmlAre you having any issue with them?
Best Regards,
MovinForum: Themes and Templates
In reply to: [Activello] GalleryHi @skymaja,
I hope you are well today and thank you for your question.
It’s created using following Jetpack plugin as described here https://jetpack.com/support/tiled-galleries/ so please use this plugin to created such gallery.
https://wordpress.org/plugins/jetpack/
Best Regards,
MovinForum: Themes and Templates
In reply to: [Activello] More changes to the layout of the homepageHi Rafa,
I hope you are well today and thank you for your questions.
1)Show only one full-wide post and then the rest in two columns. There is a similar request (already solved) here, where there is a code to change the layout to remove the first two posts completely, and show the 2 columns directly. I want just to remove one of the full with posts
You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.
Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS
@media (min-width: 768px){ .blog.home .page-1 article.post:nth-child(2) { width: 50% !important; padding-right: 25px !important; } .blog.home .page-1 article.post:nth-child(2) .post-inner-content { border-bottom: 0; padding: 0; } body.blog.home article.post:nth-child(even) { clear: left !important; padding-right: 25px !important; } body.blog.home article.post:nth-child(odd) { clear: none !important; padding-left: 25px !important; padding-right: 10px !important; } .blog.home .page-1 article.post:first-child .post-inner-content{ margin-bottom: 25px; padding-bottom: 25px; } }2)add a full with section under the slider, before the posts (if possible!)
2.1) maybe it is too much, but is there an easy way to add two sidebars to the homepage? one on the left and one on the right?You can achieve this by creating a child theme of Activello theme and develop custom code in it to achieve this as currently Activello theme doesn’t provide this functionality.
Best Regards,
MovinThanks for sharing the child theme.
To resolve the issue please try adding the following CSS code in the style.css file of your child theme.
#page .nav.navbar-nav li { float: right; }Forum: Plugins
In reply to: [Publish Date DatePicker] 12 hour formatHi @cseto,
I hope you are well today and thank you for your question.
By default the WordPress takes post / page publication time in 24 hour format and this plugin only helps you to fill this date and time using handy Date and Time Picker.
It may be possible to change the time to the 12 hour format but it’s out of scope of this plugin.
Best Regards,
MovinForum: Themes and Templates
In reply to: [Sparkling] Add Slider Images on all pagesYou are most welcome 🙂
Forum: Themes and Templates
In reply to: [Dazzling] Date and Time of PostAwesome great to see you got that figured out.
Please advise if you have more questions by creating new topic.
Have a fantastic day!
Forum: Themes and Templates
In reply to: [Dazzling] Slider not properly configuredYou can try achieving this by using the following custom solution as described on this page.
function exclude_category( $query ) { if( ! is_category() && of_get_option( 'dazzling_slider_checkbox' ) == 1 ){ $slidecat = of_get_option( 'dazzling_slide_categories' ); if ( $query->is_main_query() ) { $query->set( 'cat', '-'.$slidecat ); } } } add_action( 'pre_get_posts', 'exclude_category' );Forum: Themes and Templates
In reply to: [Activello] Tweaking homepage layout@rtc You are most welcome 🙂
Hi Winfried,
To share the child theme you can simply provide a link to an child theme file through Google Drive, Dropbox, https://jumpshare.com/ or any other file sharing service. 🙂
Best Regards,
Movin