artathanapati
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Customizer Issue in single page or postwhere can I Share the login details?
My issue is I can’t edit single page or post in a separate window?
If I am going from dashboard to the single page or post I am able to, but the changes dont reflect.
Thanks
ArtaOkay…YOu Mean the Jetpack didnt disrupt. Yes might be. Because the site stat is increasing and thanks to you guys I can view my stat instantly. I understand now.
Yesterday I installed wp-adsense posts plugin and because of this reason, the space is there.
Thank You Buddy. Got it.
Yes, I thought it might be structured data.
AFter Updating Jetpack, the display of the header, space between post title and Post Image.
It got a different space. And it happened after jetpack update. I don’t know, it might be other issue. But today itself, everything was working fine.
Can you please have a look at it?
Forum: Fixing WordPress
In reply to: Jetpack Security Release Update damaged my Structured DataThank YOu Very Much!
Forum: Fixing WordPress
In reply to: Update Problem WP 4.5.2Hey Ravi,
Where should i go to add this line?
<b>Notice</b>: Undefined index: page_id in <b>/home/amatolah/public_html/wp-content/plugins/visitors-traffic-real-time-statistics/WPHitsCounter.php</b> on line <b>39</b>
before replacing
$this->pageId = $_GET[‘page_id’];
Replace with and test:
if(isset($_GET[‘page_id’]) && !empty($_GET[‘page_id’])):
$this->pageId = $_GET[‘page_id’];
endif;Forum: Fixing WordPress
In reply to: Update Problem WP 4.5.2Hi,
I didnt find this line?
visitors-traffic-real-time-statistics/WPHitsCounter.php on line 39.
Where do i get this code?
$this->pageId = $_GET[‘page_id’];
….Please guide me to replace. Or is it replaced?
Thanks
ARtaForum: Fixing WordPress
In reply to: WordPress Got stuck while updating menu and imagesIt’s working fine now when i deactivated all plugins. I hope things will work out after i activate the plugins again.
Thank you Support Team