raied
Forum Replies Created
-
Forum: Plugins
In reply to: [Social Chat - Click To Chat App Button] Question about the pluginThank you.
i am a pro user now and i add the google analytics settings to the plugin
but i am unable to see the analytics in the google dashboard, please advice
Hi louis, sure
Forum: Everything else WordPress
In reply to: specific content for specific user?Thank you for reply
how to add it in the user account?
Forum: Everything else WordPress
In reply to: Question about pluginThank you, its paid ??
any free plugin looks like it ?
Forum: Plugins
In reply to: [WooCommerce] QuestionThank you
any automatic mathod to make woocommerce update its stock when i sell something by hand ?Forum: Fixing WordPress
In reply to: Images upload into postHello
is there any plugin to make something similar?
Forum: Fixing WordPress
In reply to: advanced user regstreationThank you
I tried it and its works very well. but i have an issue.
Lets say i want to add in the form for the driver page some extra fields like age, country, phone number.. etc
and the new driver send them for me using the form, how can i see them? as fas as i know wordpress user profile can not show any extra fields..?
Please advice..
Forum: Fixing WordPress
In reply to: problem with permalinkthank you
okay so why the defected category and their articles start working fine when changing permalink to post name ?
Forum: Fixing WordPress
In reply to: problem with permalinktry clicking on article.. the problem is there, inside article
Forum: Fixing WordPress
In reply to: problem with permalinki tried creating new category and add some artciles to it but same issue
Forum: Fixing WordPress
In reply to: problem with permalinkthis is my demo website with one of the broken categories.
https://autosportme.com/2020/cms/category/motogp/
if you click on any article here you will see what i am talking about..
Forum: Fixing WordPress
In reply to: problem with permalinkyes sir all categories works fine with /%category%/%post_id%/
3 of them showing the articles but those articles not showing any content
nothing diffrent between them and the others. i even tried to import my articles + images on clean wordpress (local host) and same issue is there
3 of my categories not working with /%category%/%post_id%/
this is my htaccess file content
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase /wp/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /wp/index.php [L] </IfModule> # END WordPress
Forum: Fixing WordPress
In reply to: question about Permalinkcould you please be more specific, what should i add in the source?
sorry i am very new with these kind of settings.
and if there is fast way if i use htaccess please help me with..
i have 23 category
Forum: Fixing WordPress
In reply to: question about PermalinkHi and thank you for reply,
My server based on Apache, but the problem i am not good with coding and .htaccess file.
So i tried this plugin, https://www.ads-software.com/plugins/redirection/ ,
and the setting page set like this https://imgur.com/OEuae3n but no redirect, the old URls send me to 404 page, any advice please ?Forum: Fixing WordPress
In reply to: chanhe domain and save google seo?thank you, is this code will save my url in google and redirect them to the new domain?
#Options +FollowSymLinks
RewriteEngine on
RewriteRule ^(.*)$ https://www.newsite.COM/$1 [R=301,L]