Free WP TP
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Travelify] Slider not transitioning with minify pluginHi @techadam,
I hope you are well today and thank you for your question.
Yes it seems the plugin conflict issue so please try excluding flex slider js and css file from minimizing.
Best Regards,
MovinForum: Themes and Templates
In reply to: [Activello] Remove featured image & Parent page headerYou are most welcome here 🙂
I want to keep the headers that indicate title of each work above each photo, but would like to remove the top of the page header that is left justified. Is that possible?
body.archive.category #main > header.page-header { display: none; }Forum: Themes and Templates
In reply to: [Unite] problem between maillpoet and theme uniteHi @fred_m,
I hope you are well today and thank you for your question.
Are you using the following plugin?
https://wordpress.org/plugins/wysija-newsletters/
my page “extension” disappears (I’ve got a white page), and it’s the same thing with mailpoet.
Can you please try temporary enabling WP_DEBUG mode? To do this, just go to wp-config.php include this:
define('WP_DEBUG',true);You might already have a line for WP_DEBUG, so just make sure it’s set to true.
Let me know what errors if any you are getting when you get white page.
Kind Regards,
MovinForum: Themes and Templates
In reply to: [Activello] Remove featured image & Parent page headerHi @mjamesdesign,
I hope you are well today and thank you for your questions.
You can remove the featured image header from the individual blog posts 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
body.single-post img.single-featured { display: none; }In addition is it possible to remove the parent page header? For example: hide the “Photo Editing” header along with “Photo Editing by MJames Design”
Yes you can achieve this by using below CSS code.
body.archive.category header.page-header { display: none; }Best Regards,
MovinForum: Themes and Templates
In reply to: [Travelify] Increase MarginsYes we can increase it 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
div.wrapper { max-width: 1200px; } div#main { max-width: 1140px; }Forum: Themes and Templates
In reply to: [Sparkling] Removing theme name from footerI hope you are well today and thank you for your question.
You can try achieving this by using the solution posted in the following topic.
https://colorlib.com/wp/forums/topic/remove-theme-by-colorlib-powered-by-wordpress/
Best Regards,
MovinAs said previously that you will have to develop custom code to achieve this and the code shared in the posted topic is only for reference purpose.
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.
Forum: Themes and Templates
In reply to: [Travelify] Increase MarginsWe can’t make the form more wide on the page having sidebar because it’s maximum width allowed in the content area.
Please try removing the following closing tag from the functions.php file of your child theme
?>And then add the shared code at the end of functions.php file without overwriting the existing code.
Hi Tanya,
You will have to develop custom code to achieve this. You can refer the instructions provided in the following topic to achieve this.
https://colorlib.com/wp/forums/topic/full-length-post-in-first-page-post/#post-13995
Whilst you’re in there do you also know how to add a colour coded legend to the map so I can show blue route as planned, and red route as past (or similar) please?
To achieve this you have to develop more custom code but it is beyond the scope of support that we provide here.
Best Regards,
MovinForum: Themes and Templates
In reply to: [Activello] Show posts as grid not listYou are most welcome here 🙂
Forum: Themes and Templates
In reply to: [Travelify] Travelify updateHi @albertgeorge56,
I hope you are well today and thanks for posting here your valuable thoughts.
Yes we are supporting this theme and will continue to support it. You can track its development on the github page here https://github.com/puikinsh/Travelify
Please advise if you have more questions.
Have a fantastic day!
Cheers,
MovinForum: Themes and Templates
In reply to: [Travelify] Increase MarginsHi @hrvbaby25,
I hope you are well today and thank you for your question.
Are you talking about the form having title “FREE! Explore this Fun Activity Book with Your Baby!” that is displayed on your shared page?
If yes then please tell me or share me the screenshot of how you want it to display so that i can help you?
Kind Regards,
MovinHi Tanya,
I hope you are well today and thank you for your question.
Could you please share me your site URL so that i can help you?
Kind Regards,
MovinForum: Themes and Templates
In reply to: [Activello] Show posts as grid not listHi @neopy,
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 -> Activello Options -> Other -> Custom CSS
@media (min-width: 768px) { .archive.category #primary article.post { width: 50%; margin: 0; padding-right: 10px; display: inline-block; float: left; } .archive.category #primary article.post .post-inner-content{ border: 0; padding: 0 0 30px; } .archive.category #primary article.post:nth-child(odd){ padding-right: 25px; } .archive.category #primary article.post:nth-child(even){ clear: left; padding-left: 25px; } .archive.category #primary ul.pagination { clear: both; display: block; margin: 50px 0; float: left; } }Best Regards,
Movin