Hax
Forum Replies Created
-
Forum: Reviews
In reply to: [Image Store] There was a problem adding the images to the cartWe are correcting the message for the next release. it happens when there is no image to add or the user cookie has expired.
Forum: Reviews
In reply to: [Image Store] Solo un detalle…Nos puedes dar algunos ejemplos de lo q buscas. Los artículos descarga no tienen opción de envio por que los pueden descargar.
Forum: Fixing WordPress
In reply to: site.com and site.com/exampleYour config file could have any name. when you enable a site you enable a config file not a site.
example: a2ensite site.com should be site.com.conf
example: a2ensite randomname.com should be randomname.com.confwhat is important is what you have in your config file
use:
ServerName site.com ServerAlias www.site.comyou can’t use sub directories like site.com/example
if site.com/example is a directory in your server useDocumentRoot /site.com/exampleForum: Fixing WordPress
In reply to: Adding index (root) as a page for navigation barjust add a custom link to your menu.
Forum: Fixing WordPress
In reply to: email notification of commentsOne way is to set all comments to be approved. You will get an email every time.
Forum: Fixing WordPress
In reply to: T_CONSTANT_ENCAPSED_STRINGyou have a backwards single quotes in your file it should be
define('DB_NAME', 'xxx'); /** MySQL database username */ define('DB_USER', 'xxx'); /** MySQL database password */ define('DB_PASSWORD', 'xxx');be sure to use simple text editor when modifying your files.
Forum: Fixing WordPress
In reply to: Site URL not workingThe only way is to go into your database in the options table ( [prefix]_options ) and change the home and site_url back to what it was
Forum: Fixing WordPress
In reply to: Can't remove comments from pages!it could be a plugin issue too. you can add some code to be sure that you remove comments by content type also.
Here is how http://xparkmedia.com/blog/wordpress-hide-comments-content-type/
Forum: Fixing WordPress
In reply to: How to eliminate old url contentYou can add a redirect plugin. event if the old urls do not exist they will be redirected or use can use your htaccess file to create redirects.
Forum: Fixing WordPress
In reply to: How to add Google analytic code on my blog?you mean you got a subdomian in WordPress.com? you will need to open a ticket in WordPress.com
Forum: Fixing WordPress
In reply to: When updating any page, changing URL to /coffee-biscuits.html URLIt sound like a plugin conflict. What plugins and theme are you using?
Forum: Fixing WordPress
In reply to: How to modify the source of email notification of postLooks like a plugin or something is change the default email in your site. you can add the wp_mail_from_name hook to your theme’s function.php file.
Here is how https://xparkmedia.com/blog/change-wordpress-email-address/
Forum: Plugins
In reply to: [Popular Widget] post datewe provided a solution on the forum, did you had a chance to look at it?
Forum: Plugins
In reply to: [Popular Widget] Most viewed tab does not display the true most viewed postsWe see that you deactivated the tab, without looking at it we think that it may be an javascript error on the page
Forum: Plugins
In reply to: [Popular Widget] Does this plugin support Polylang?icakeov,
no we don’t support it and we don’t know how the plugin works. but you may be able to use the plugin’s API to make your changes