Rocco Tripaldi
Forum Replies Created
-
I’m confused as to how this can be so? Any tips on making this work?
You can “Connect” your Jetpack site to your WordPress.com account, by logging in to the site, and then clicking “Connect Jetpack”. You can use the same WordPress account that you use for megnocero.com, and then you can complete the migration of your followers.
Hope that helps.
Ah sorry about that. You can email [removed by moderator] directly, and include a reference to this thread.
Try this: In you wp-admin, select Jetpack > Settings in the left hand menu, and on the settings page click ‘Deactivate’ for the Carousel feature. Let me know if that helps.
I’m not sure why that is happening.
Can you provide the specific security warnings you are seeing? Also, it would be helpful if you can give me more detailed step-by-step instructions to replicate the warnings. Thank you.
My immediate thought is that Google crawler does not need to crawl your Jetpack folder. For indexing purposes, the crawler should only need to visit URLs that are available publicly. In most cases URLs in the
wp-content/plugins
folder are not public. You can block the Google crawler using robots.txt.https://support.google.com/webmasters/answer/6062608?hl=en&ref_topic=6061961&rd=1
If you have a good reason for allowing Google’s crawler to access you plugins folder, and specifically the Jetpack folder, I’d be happy to help you dig a little deeper. Perhaps there’s some configuration on your server that can be changed.
Mark,
Does the plugin auto-update feature of Jetpack Management continue to work (auto update) if I log out of Jetpack Management for that WordPress account?
Yes, plugin auto-updates will continue to work. Once a site is connected to a WordPress.com account, and auto-updates are configured, updates will occur ( if needed ) roughly every 12 hours, regardless if you are logged in or not. I hope that answers your question.
To transfer your followers, you can contact us via this form. Once we can verify that you own both site1 and site2, we’ll move the followers for you.
https://jetpack.me/contact-support/
Thanks
Forum: Fixing WordPress
In reply to: Updates to posts and tax rates, etc. not publishedWhat is your site’s address? I could take a look and help figure out why posts are not showing up on your homepage.
As for the tax rate issue, I recommend opening a new support thread in the WooCommerce forum. https://www.ads-software.com/support/plugin/woocommerce
Forum: Fixing WordPress
In reply to: image slideshowHello!
I think I can answer both of your questions:
1) You’ll need a plugin to display your image slideshow. I really enjoy Jetpack’s Carousel feature. Here’s how you use it. If that doesn’t work for you, there are many other plugins to experiment with.
2) I’ll again turn to Jetpack. They have a Widget Visibility feature so that you can create a widget, and set it to show only on pages. For your e-book widget, you’d likely want to use a Text Widget.
Hope that helps.
Forum: Fixing WordPress
In reply to: I am Trying to make a Episode Guide List like IMDBInstead of Posts, you could use Pages which have a hierarchy structure. Or you could create a custom post type, and declare that it use a hierarchy structure.
So without using categories, you could structure your pages exactly as you want them, and use get_page_children to get the sub pages.
If you must use posts and categories, you could consider using a tax_query with $WP_Query. For example:
$args = array( 'post_type' => 'post', 'tax_query' => array( 'relation' => 'AND', array( 'taxonomy' => 'category', 'field' => 'slug', 'terms' => 'game-of-thrones', ), array( 'taxonomy' => 'category', 'field' => 'slug', 'terms' => 'episodes', ), ), ); $query = new WP_Query( $args );
I hope i understood correctly. In the future, please consider posting advanced questions like this in the Hacks forum.
Forum: Fixing WordPress
In reply to: Members AreaHello stiwidio,
This is certainly possible, but you’ll likely need the aid of a plugin, or a theme.
I’ve had some personal success with the Paid Memberships Pro plugin, and you should definitely look into that. If that doesn’t float your boat, try searching for similar plugins in the directory.
Forum: Fixing WordPress
In reply to: wpdp randHmm. I was not able to replicate. I was able to run:
SELECT * FROM $wpdb->posts WHERE post_name LIKE '%chicken%' ORDER BY RAND() LIMIT 100
And I got some random results
Maybe give us some more context, such as PHP/MySQL versions, and perhaps maybe a larger code snippet. Consider posting in the Advanced Forum.
Forum: Everything else WordPress
In reply to: WP REST APIHello dudeperfect95,
Yes, the WP REST API can allow other sites to talk your site, and even allow your site to talk to itself. As of now, the basic infrastructure is part of core, which means you have to manually write endpoints to open a point of communication. However, the WP API plugin comes with many pre-created endpoints. Exciting, right?
Happy RESTing.
Forum: Fixing WordPress
In reply to: Updates to posts and tax rates, etc. not publishedSounds like your issues are related to an e-commerce plugin that you are using, but without more information it is hard for me to say for sure. Is your site an e-commerce site, and do you know what e-commerce plugin you are using? If so, I would contact the plugin author / support team immediately so they can help.
Otherwise, please provide some more details about your site’s set up, such as what theme you are using, and what plugins you are running, and I can point you in the right direction.
Forum: Fixing WordPress
In reply to: Schedule, change date problemHello wexeteme,
Thanks for reaching out. It sounds to me like the issue you are having is related to your theme, rather than WordPress in general.
Try contacting the theme author directly for support, and they should be able to help!
https://themeforest.net/item/evential-one-page-responsive-event-wordpress-theme/9472007/support