BraveNewCode Inc.
Forum Replies Created
-
socoliuc,
Testing the testimonials plugin locally, I’m unable to get the testimonials post type to display in WPtouch Pro’s main blog post listing. What version of the WPtouch plugin are you using? If it’s not the latest version (4.3.9), please update to it and let us know if the issue persists.
If this is happening on version 4.3.9, I’ll be happy to take a closer look for you. You can provide temporary/confidential WordPress login credentials to credentials[at]wptouch.com and I’ll gladly take a closer look.
Regards,
Emilio Rivera
WPtouch SupportHi,
must be some problem w/theme,as my other websites have no problem w/eventcal & wptouch
Check if another one of the active plugins on the site in question is contributing to the conflict. Deactivate each of the other active plugins one at a time. Each time you briefly deactivate a plugin, check if the issue is resolved. It’ll at least tell you which one is causing the issue.
Start with the plugins you suspect may be causing the issue, if you have a large number of active plugins.
Regards,
Emilio Rivera
WPtouch SupportSorry to hear that. If there are any WPtouch-specific issues that you’re still seeing, let us know and we’ll be happy to continue assisting.
Regards,
Emilio Rivera
WPtouch SupportWe actually like the styling on the post-thumbnail :).
To give the single posts’s titles the same styling as the titles in the featured slider, try adding:
.single h2.post-title.heading-font {
text-shadow: rgba(0, 0, 0, .6) 0px 0px 10px;
bottom: 35%;
font-size: 180%;
font-weight: 600;
width: 90%;
color: #fff !important;
text-align: center;
margin-left: auto;
margin-right: auto;
overflow: hidden;
text-overflow: ellipsis;
left: 0;
right: 0;
line-height: 150%;
}to Appearance > Customize > Custom CSS. For more info on identifying CSS targets and applying custom styling in WPtouch Pro, please take a look at the articles linked below.
Adding custom styling to WPtouch Pro
Identifying targets for custom CSSRegards,
Emilio Rivera
WPtouch SupportHi anonymical7,
If you are unable to update to the latest version of WPtouch Pro because your license is expired, you can deactivate Pro and activate the latest version of WPtouch free. It should resolve the issue, as it includes a fix for it. Alternatively, with a license renewal, you’ll be able to update to the latest version of WPtouch Pro to apply the fix.
Regards,
Emilio Rivera
WPtouch SupportHi Alex,
In a recent update, Wordfence removed its caching module. This causes the false-positive error you are seeing. The issue was resolved in WPtouch 4.3.9. So please update to the latest version of the plugin and it should help resolve the issue.
Regards,
Emilio Rivera
WPtouch SupportHi,
You can give the menu a custom background color by adding the CSS below to Appearance > Customize > Custom CSS.
#main-menu.wptouch-menu.show-hide-menu {
background-color: green !important;
}where “green” can be changed to a color value to suit your needs.
Regards,
Emilio Rivera
WPtouch SupportForum: Plugins
In reply to: [WPtouch - Make your WordPress Website Mobile-Friendly] renewing the pluginHi,
Sorry about the inconvenience you were having. You can access the renewal page directly here – http://www.wptouch.com/renew/. Just make sure you login to view your personalized renewal options and pricing.
Regards,
Emilio Rivera
WPtouch SupportHi,
You can add the code in Appearance > Customize > Custom CSS. Or you can add it in Appearance > Customize > Footer. It will work in either one of those fields.
Regards,
Emilio Rivera
WPtouch SupportHi min90,
You can remove the sidebar that gets added by WooCommerce’s page template by adding the CSS below to Appearance > Customize > Custom CSS.
#sidebar {
display: none;
}Thanks bilimokur.
Regards,
Emilio Rivera
WPtouch SupportHi,
Similar to your other question, please make sure you are viewing a ‘fresh’ version of the site by clearing any caches on the site (from a cache plugin/system) and clear the cache on your mobile browser.
Regards,
Emilio Rivera
WPtouch SupportHi,
Please clear any caches on the site and clear your mobile browser’s cache to make sure you’re viewing a fresh version of the site. If the issue persists, please share the URL of the website in question to allow us to take a closer look.
Regards,
Emilio Rivera
WPtouch SupportHi,
You can remove the overlay by adding the CSS below to Appearance > Customize > Custom CSS.
.post-page-head-area.bauhaus .post-page-thumbnail {
opacity: 1 !important;
}Regards,
Emilio Rivera
WPtouch SupportHi,
If you find that the issue only happens when JetPack is enabled, please disable JetPack’s modules one at a time to find the culprit. Let us know what you find and we’ll gladly further investigate.
Regards,
Emilio Rivera
WPtouch SupportHi,
Sorry to hear about the trouble you are having. Please take a look in The Events Calendar’s settings in Settings > Display > Events template. Try the “Default” template, save the changes and see if that helps resolve the issue.
Regards,
Emilio Rivera
WPtouch Support