Forum Replies Created

Viewing 14 replies - 1 through 14 (of 14 total)
  • The problem here is how manual files are handle in order to create Minify.

    Wizzard do not work properly, so, any update, the files are not generated, so, not loaded.

    Since it is very difficult to manage this thing, the easiest way is just disable the Minify until something that works is implemented.

    SUMMARY : Minify + CDN => Setup is too complex, no flexible to adjust to any change, wizzard not working => For the moment, not use this feature.

    I fixed a similar problem this way:

    1.- Check /www/error_log file, try to locate a line like this:

    [12-Dec-2011 19:01:02] PHP Fatal error: Call to undefined function w3_url_format() in /www/wp-content/plugins/w3-total-cache/lib/W3/Plugin/PgCacheAdmin.php on line 213

    2.- Open PgCacheAdmin.php with code editor (Cpanel embed one).

    — 2.1.- Comment this line (at the very beginning of the file):
    require_once W3TC_INC_DIR . '/functions/rule.php';

    — 2.2.- Add this line:
    require_once W3TC_INC_DIR . '/functions/url.php';

    Result should be something like this:

    /** require_once W3TC_INC_DIR . '/functions/rule.php'; */
    require_once W3TC_INC_DIR . '/functions/url.php';

    It did the trick for me. Regards

    I fixed a similar problem this way:

    1.- Check /www/error_log file, try to locate a line like this:

    [12-Dec-2011 19:01:02] PHP Fatal error: Call to undefined function w3_url_format() in /www/wp-content/plugins/w3-total-cache/lib/W3/Plugin/PgCacheAdmin.php on line 213

    2.- Open PgCacheAdmin.php with code editor (Cpanel embed one).

    — 2.1.- Comment this line (at the very beginning of the file):
    require_once W3TC_INC_DIR . ‘/functions/rule.php’;

    — 2.2.- Add this line:
    require_once W3TC_INC_DIR . ‘/functions/url.php’;

    Result should be something like this:
    /** require_once W3TC_INC_DIR . ‘/functions/rule.php’; */
    require_once W3TC_INC_DIR . ‘/functions/url.php’;

    It did the trick for me. Regards

    I don’t know if the plugin is not compatible with CDN, but certainly I am working with Cufon (integrated on my theme) and CDN (minify included) with no troubles, until WP 3.3 update.

    I detected through https://www.webpagetest.org that the problem is that W3C is not uploading the minified file to the CDN.

    In other words, files used in the URL rewrite where creating the HTML are not the same of which W3C load to the CDN. As a result, the HTML request for a file not existing in the CDN, failing.

    You can see here:

    https://www.webpagetest.org/result/111216_JX_2HS72/

    I manually try to upload the files (through WordPress admin), but never loads the right file to the CDN. It is not the first time I find this problem.

    Finally, I am disabling the minify feature.

    Thread Starter cesar130177

    (@cesar130177)

    Apparently, this plugin gives headaches if you try to customize any enviromental variable, as blogname, folders, etc.

    I have similar problems:

    WordPress Resources
    /public_html/contents: Write-able
    /public_html/.htaccess Write-able
    Uploads directory: Error: No se pudo crear el directorio /uploads/2010/11. Asegúrate de que el servidor tiene permisos de escritura para el directorio superior.
    WP_CACHE define: OK
    Fancy permalinks: OK
    Network mode: Off
    Legend

    ——————

    I have 775 permissions to /uploads folder and subfolders. Activate and reactivate unsuccessfully. Any idea?

    I am using subdomains for public URLs to multimedia, contents, etc. Could this be the problem?

    Thanks,

    César

    Microsoft Live Writer 2011 has multilanguage capabilities.

    Did you try this plugin: wpml.org

    Allows you:

    • Use different .po files : not all themes relies titles and messages on .po files
    1. Search .po files within the theme:
      – At theme root folder: <WP home>/wp-contents/themes/<your theme>
      – At theme locale folder: <WP home>/wp-contents/themes/<your theme>/locale
    2. Create as many .mo replicas as languages : es-ES.po, en-US.po, etc.
    3. Translate messages of each .po file:
    4. Copy all .po files to <WP home>/wp-contents/themes/<your theme>: I am not sure if this step is required,may be the plugin only find those files here.
    5. Associate each .po to each language:
      – WP Dashboard -> WMPL -> Languages -> Add/Edit : I don’t have further details, but you can easily associate .po files here.
    • Have multilanguage pages: by having one page per language for each original one.
    • Have multilanguage posts: the WP online editor has new tabs fo each post, one per language. Main problem is that blogging clients, such as Windows Live Writer, do not allow multilanguage posting. In other words, you are tied to WordPress online post editor, which is not as rich and easy to use as a client.
    • Integrate into automatic site translation services: within 3-4 hours some human professional interpreters will translate your posts.

    Alternative Plugins:
    https://xyberneticos.com/index.php/2009/11/12/5-plugins-wordpress-para-construir-un-sitio-web-multilenguaje/

    I think WPML is the most powerful one. You can use it at all your sites, that could be a solution if not blogging client is going to be used. If this is a restriction, I guess one site per language could shortcut the problem (not sure if solve it).

    Sorry for not having the exact procedure, I didn’t write it down. But with some play around I think one can manage to follow.

    Hope this help.

    Thread Starter cesar130177

    (@cesar130177)

    Finally, here the best solution for this problem:

    https://www.ads-software.com/extend/plugins/extended-categories-widget/installation/

    Summary:
    -> Categories Groups : sort of channels idea
    ——- Each group has associated a especific categories widget

    -> Pages <-> Categories Group : with the widget that only shows the categories within the group.

    Conclusion: this is the exact idea I was looking for. I still need to test it properly, but the core ideas behind allows us to split the post in several pages.

    Any help or feedback will be appreciated.

    César

    Thread Starter cesar130177

    (@cesar130177)

    In ExpressionEngine this is called channels. I find a plugin that can link categories to pages:

    https://amit.me/wp-plugins

    I have no idea if this is going to work. Being able to organize taxonomies (categories/subcategories inside each) and link each taxonomy to a page would be a great enhancement. Actually, same thing than channels in ExpressionEngine.

    I’ll keep updated this thread with my experience with the plugin.

    Regards,

    César

    Thread Starter cesar130177

    (@cesar130177)

    The idea would be:

    – New Page (type=blog) ==> This give me all the navigation options requiered

    Each new page should have a sidebar containing only the subcategories of this page.

    Somehow tie a category (and all the contents inside: subcategories, posts, etc.) to a page.

    I have checked the series plugin, it is adding a taxonomy, if this is upper level to the category and can be tie to a page, that would be the solution. Let me investigate.

    If anyone already knows a way, please, let me know.

    Regards,

    César

    Thread Starter cesar130177

    (@cesar130177)

    Thank you very much for the quick answer !!!

    I’ll play a bit with the options and update the results.

    See you soon,

    César

    Thread Starter cesar130177

    (@cesar130177)

    Dear Mossack:

    The Taxonomies is something really cool. Categories would then be a special taxonomy, if I understood properly.

    But, still can’t find a way to organice the navigation according to this. The goal (don’t care the method to achieve that):

    —-> Blog 1 = Page 1 ===> Menu/Submenu on top
    -> Posts organization inside the topic (=categories within the blog)
    —-> Blog 2 = Page 2 ===> Menu/Submenu on top
    -> Posts organization inside the topic

    This way we have a clear navigation structure, menus on top for the main topic (or taxonomy or whatever the mechanism), categories inside each topic to have sort of chapters.

    Anyone knows a way to work this way?

    Thanks,

    César

Viewing 14 replies - 1 through 14 (of 14 total)