Fathi Arfaoui
Forum Replies Created
-
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] Indexed URL, not submitted in Sitemap@nghiadinh89, If you see pages that have been indexed in Google, but not submitted in Sitemap, that means your SEO plugin (if you use any) is submitting those pages, categories, or even coupon tags etc…
Also, I can see you’re using the Autoptimize caching plugin, you need to clear the cache or even disable the tool to see if that updates your sitemap lists. Otherwise, your site is submitting those “hidden” pages or links, so, look for your SEO tool or install one to control everything. Pages without value should be excluded from being indexed.
Forum: Fixing WordPress
In reply to: RSS feedSimply because the Feeds are not updated, just go to your Feedburner account, under the “Publicize” tab, you will see a left links, find “Pingshot” and activate it. That option will tell the other services about your feed update.
If for any reason the feed still the same, then find “Troubleshootize” tab. in your Feedburner account, scroll down and find the button “Resync Now” click on it, and it’s done.
(if you’re using a caching plugin, delete the cache)Forum: Fixing WordPress
In reply to: Image Upload CuriosityGood to hair that, Good Luck:)
Forum: Fixing WordPress
In reply to: RSS feedYou don’t have to edit anything,the best feed format is the one I suggested http://feeds.feedburner.com/mrsmurphyslawoffitness click on it and you will get your working feed page from Feedburner. The problem can be caused by programs who can’t work properly with some format of feeds, this seems unusual but it’s the truth.
Now, all you have to do is replacing your old feed used in the bloglovin.com by the new one, that’s it. Their system will read your images correctly after your next post.
(by the way, URL feeds are not for browsers only,but people should see them when clicking the link,it’s the only way to subscribe to the feed using their emails.)Forum: Fixing WordPress
In reply to: Changed domain names (on same server), small problemsUpdate your permalinks from the dashboard,just click “Permalinks” and click the “save changes” button, this will update all your page URLS instantly, then you need to delete the cache from W3 Total Cache plugin to update it.
Forum: Fixing WordPress
In reply to: Can't insert caption into imageIf this is your first WordPress installation, clear your browser cache and try with Firefox, it happened many times with Chrome.
Forum: Fixing WordPress
In reply to: User Credits in buddypressthere are several plugins in WordPress directory, one of theme is https://ww.wp.xz.cn/plugins/cubepoints/
Forum: Fixing WordPress
In reply to: RSS feedYour Feed is wrong, this is the right one
http://feeds.feedburner.com/mrsmurphyslawoffitnessForum: Fixing WordPress
In reply to: Visual Editor not working in 3.8.1The plugin works normally here, it seems, you need to deactivate it, then reactivate. If you still get the same issue, you need to change the theme to the default one just to verify.
Forum: Fixing WordPress
In reply to: Image Upload CuriosityPlease change your browser, try with Firefox or IE, at the same time change your actual theme to one of the default WordPress themes, if this can’t solve the issue, then you need to contact your hosting provider.
Forum: Fixing WordPress
In reply to: Image Upload CuriosityNo it’s the Uploads folder, there is no extension like php or others (just a folder where you can see months and years inside it, example, 2014, then the months numbers, 02. 03 etc…)
When you want to open your site files from Cpanel file manager, make sure to check the box that says “Show Hidden Files (dotfiles)”.
Please make permissions 777 for the folder “Uploads”, then open it and change the month 03 permissions to 777 also, come back and create a new blog post, upload an other image to verify.
Important note: If you still get that error, do as below:
Save the post as draft, just to refresh the page and re-upload the image again. This worked for many others.
I hope this will solve the issue.Forum: Fixing WordPress
In reply to: Image Upload CuriositySwitch browser and verify if it works, if not than verify the “uploader” file permissions, set it to 777 and upload any image to see if it works. if you get n error message you can add it , so I or anyone else can help here.
Forum: Fixing WordPress
In reply to: AdRotate issueUpdate:
In fact, there is an issue with the Adrotate plugin, it stopped working in the many sites, consider contacting them or use an other one.Forum: Fixing WordPress
In reply to: AdRotate issueYou don’t have a problem with the plugin,your theme will show ads and recognize the plugin if you use the php code and not the id group (in the theme). To implement the ad group, you have two ways:
1/ In pages
You need to add your group ID code like this[adrotate group="1",you can add that short code anywhere in pages, posts and widgets, but it won’t work in the theme.
2/ In Theme
The second way that work with your theme is using the php code, just click on your group name, scroll down to find Usage when you will see the group php code to use (it’s something like<?php echo adrotate_group(1); ?>), the best way to implement that php code in your theme is installing the “Genesis simple hooks” plugin first, then insert the php code anywhere you want and don’t forget to check use php box.Forum: Fixing WordPress
In reply to: can't find statsAt the top right of your dashboard, find “JetPack”,then “Site Stats” . this will open the statistics if you enabled that option before.