alichani
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Recent Posts Extended Widget Blurry thumbnails@stellarowl12,
I don’t see any blurred thumbnails in the sidebar. However I noticed a lot of the other pages return a503 Service Temporarily Unavailable
response. If you still see blurred images try clearing your browser cache and then revisit your site.Forum: Fixing WordPress
In reply to: Image widths don’t line up@cindyleephoto,
actually the portrait image has a width of 727px and the landscape one 1090px. You will need to resize one of the two to make them the same width.@dashpatel21,
can you try forcing MySQL use, by adding the following to yourwp-config.php
file? If there is no difference in load time, just remove the line.define('WP_USE_EXT_MYSQL', true);
@rossagrant, you can try the suggestion above, but FYI, in the future it would be better if you started your own topic.
Forum: Fixing WordPress
In reply to: Shipping costHi @aleksandarstefanov,
It might be better if you posted your question to the Woocommerce support forum, so the plugin’s creators and users, who have more intimate knowledge of the code, can better assist you.Forum: Fixing WordPress
In reply to: Home page will not edit@zisoffice,
have you had a look at the Awake documentation, specifically the page on homepage customization?Forum: Fixing WordPress
In reply to: How do you forward feedback from Dashboard?Hi @paulkirt,
there should be a checkbox under Settings -> Discussion -> Email me whenever to enable email when a comment is posted.
I am not sure I understand what you mean by Feedback. If it’s a contact form there should be relevant settings in the contact form plugin used.Edit: is this perhaps a WordPress.com blog you are referring to? In that case you should visit the WordPress.com Support site
Forum: Fixing WordPress
In reply to: Suspected database problem after 4.9.2 updateHi @rhirschfeld,
just a quick thought based on a casual look at the bugfix diff. You may be able to force MySQL use by adding the following to your wp-config.php file.define('WP_USE_EXT_MYSQL', true);
Forum: Fixing WordPress
In reply to: Contact Bar at the bottom of every page – How do I make it go away?Hi @foodfunpassion,
the footer “contact” form seems to be a widget. Try removing it in Appearance->Widgets. If it’s not there I suggest you post your question to the MH FoodMagazine theme support forum, so the theme’s creators and users, who have more intimate knowledge of the code, can better assist you.Forum: Fixing WordPress
In reply to: Not showing photos on certain pages x 2Hi @fodfunpassion,
to fix the gallery problem, you can try adding the following CSS to your theme’s “additional CSS” in the customizer..gallery-columns-3 .gallery-item { max-width: -webkit-calc(33.3% - 3px); max-width: calc(33.3% - 3px); }
I am not sure what is wrong with the home page. It might be better if you posted your question to the MH FoodMagazine theme support forum, so the theme’s creators and users, who have more intimate knowledge of the code, can better assist you.
- This reply was modified 7 years, 2 months ago by alichani.
Forum: Fixing WordPress
In reply to: Home page will not editHi @zisoffice,
since Awake is a premium theme, I suggest you ask your question in the theme’s official support forum which I believe is at https://mysitemyway.com/support/, so you can get help from the people who know the theme best.
You can also take a look at the Awake documentation for Configuration information.Forum volunteers are also not given access to commercial products, so they would not know why your commercial theme 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.
Hi @persimmondesign,
since X is a premium theme, I suggest you ask your question in the theme’s official support at https://theme.co/apex/forum/categories, so you can get help from the people who know the theme best.Forum volunteers are also not given access to commercial products, so they would not know why your commercial theme 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: I copied my site and I need to restore it@yattas,
The steps you need to take are described in Moving WordPress.Have you imported your database backup through PHPMyAdmin?
If the old wp-content is in place and you have restored the database, you will also need to edit wp-config.php on the new site and change the settings to match your database.
Forum: Networking WordPress
In reply to: travel agency theme — switch from Dollar to EuroHi @annacsitraining,
I think the currency setting may be in the “WP Travel Engine” plugins settings. This is from just looking at the files, as I have never used the theme or the plugins.
You may get better support if you post on the theme’s or plugin’s support forumsWP Travel Engine support forum
Travel Agency Companion support forum
Travel Agency Theme DocumentationForum: Fixing WordPress
In reply to: I copied my site and I need to restore it@yattas,
can you explain to us exactly what you are trying to do and what the problem is?
The following pages may be of use to you:
https://codex.www.ads-software.com/Moving_WordPressForum: Fixing WordPress
In reply to: I copied my site and I need to restore itHi @yattas,
have you also backed up the database (MySQL)? All content is stored in the database.
Unfortunately if no backup exists of the database you will have to start over.
If the WordPress database still exists you may be able to restore the files to the server using FTP or your host’s panel.- This reply was modified 7 years, 2 months ago by alichani.