alichani
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Post Title not showing, only contentHi @jerrypettit,
unfortunately when I visit the “News!” page I don’t see any posts just a search area.
It would be better if you posted your question to the Rock Star theme support forum, so the theme’s creators and users can better assist you.Hi @chrisfred,
Since that is a commercial theme, please go to their official support channel, so you can get support from the people who know it best: https://themeforest.net/item/porto-responsive-wordpress-ecommerce-theme/9207399/supportForum volunteers are also not given access to commercial products, so they would not know why your commercial theme or plugin is not working properly. This is one other reason why volunteers forward you to the commercial product’s vendors. The vendors are responsible for supporting their commercial product.
Forum: Fixing WordPress
In reply to: How to add user WP backend?@curonet9,
the method offered by @rossmitchell should work.Just to clarify
- “frontend” refers to the site the visitors see,
- “backend” refers to the administration panel you log into to configure your site.
This is what the users area of my site looks like
WP Users PanelWhat do you see when you go to your Users Area?
- This reply was modified 7 years, 3 months ago by alichani.
Forum: Fixing WordPress
In reply to: Upload HTTP error – File uploads, WP breaks@cmb42
Glad you got this sorted. Thank you for posting the solution. So many people neglect to.@diogooliveirawp
Can you open your own topic so this one can be closed? It doesn’t seem to be related anyway. Thank youForum: Fixing WordPress
In reply to: Featured image not showingHi @dolphinsin,
the filename should be functions.php (add s at the end) and
in the function you needadd_theme_support(‘post-thumbnails’);
(again add s).
The action should beadd_action(‘after_theme_setup’,’simple_theme_setup’)
(you have theme and setup the wrong way around)
Hope this helpsForum: Fixing WordPress
In reply to: Upload HTTP error – File uploads, WP breaks@diogooliveirawp,
your problem doesn’t seem to be the same one. How big is the video file you are trying to upload? In the past I uploaded video files via FTP or Hosting panel and then simply put a link to the file.Forum: Fixing WordPress
In reply to: Unable to link wordpress blog with Word@ektagoel04,
can you try disabling all your plugins, especially any security ones, and see if that helps? If it works enable your plugins one by one to see which one is the problem.Forum: Everything else WordPress
In reply to: No Paypal option to pay for a pluginHi @samk80,
www.ads-software.com doesn’t sell themes. You should contact the theme’s creator for payment options.Forum: Fixing WordPress
In reply to: Changing name @ bottom of pages of websiteHi @cycadsociety,
since that is a commercial theme, you should go to their official support channel, so you can get support from the people who know it best: https://cohhe.com/project-view/rive/
We are not given access to commercial products, so we would not know how it operates.Hi @oghab98,
in the source file linked in the codex page you provided is the following code (edited for shortness)$remember Whether to display the "rememberme" checkbox in the form. $value_remember Whether the "Remember Me" checkbox should be checked by default. Default false (unchecked).
- This reply was modified 7 years, 3 months ago by alichani.
Forum: Fixing WordPress
In reply to: Excel downloadHi @ksoussou,
The link for the XLSM on the “small business” page has an empty href value. On “accounting and taxation” and “mortgage broking” the href value point to the XLSM file and therefore you are able to download it.If the links are manually generated check the “small business” page code. Otherwise if it’s automatically generated by a plugin, check whether a mistake in field values was made.
Forum: Fixing WordPress
In reply to: Unable to link wordpress blog with Word@ektagoel04,
sorry my bad, I misunderstood. You mentioned just creating an account here and asking if wordpress.com and .org are different, so I thought you had a wordpress.com site. FYI you can have a custom domain on a wordpress.com site if you get a paid subscription.
To the point now. Remote Publishing is enabled by default since WP3.5 and there is no checkbox like in older versions.
Check that you are entering the correct Blog Post URL in Word.
Check that you are able to reach your xmlrpc.php from your computer just in case your host or ISP is blocking it. It should display a message about accepting POST requests only.Here is the Office troubleshooting guide.
You can also try disabling all your plugins, especially any security ones, and see if that helps. If it works enable your plugins one by one to see which one is the problem. Maybe an update to a plugin broke your ability to post from Word.
Forum: Fixing WordPress
In reply to: Upload HTTP error – File uploads, WP breaks@cmb42,
You should be able to add it to your theme’s functions.php , just remember if you change theme the code won’t run.
You may also be able to remove support for Imagick in your server configuration. In my cPanel it’s under Software => Select PHP version.Forum: Fixing WordPress
In reply to: Japanese text showing when googling my siteJust delete the malicious ones. Look for a possible hack and secure your installation by referencing the links I gave in my previous post.
Forum: Fixing WordPress
In reply to: Japanese text showing when googling my siteHi @moarplugins,
the extra XML files should be safe to delete. What pages are they pointing to? Keep a backup just in case.
You can follow the instruction on the page below to check / clear any possible malware.
FAQ My site was hacked
After you are convinced your site is OK you can follow the instructions on the Hardening WordPress page