Forum Replies Created

Viewing 11 replies - 1 through 11 (of 11 total)
  • Hi, I had the same problem and I was happy when I found this post.

    Non ho avuto la stessa felicità trovando che l’unica possibilità è avere la versione pro. è così? Questo è un po ‘rigoroso per me. Potresti per favore confermare che questo è, e l’unico modo è cambiare il codice o il file nella cartella relativa?

    Many thanks.

    C.

    Thread Starter fendervr

    (@fendervr)

    Dear @alanp57, many thanks. The Plugin now works perfectly(screenshot).

    I tell you that I was going to abandon the plugin because after many tests in a different way,the problem remained anyway.

    The new version solved the problem. Now I can start to use it
    Thanks a lot.
    Claudio

    Thread Starter fendervr

    (@fendervr)

    Hi @alanp57, many thanks for your replay.
    I tried what you suggested, but no results I had.
    I used Edge and after installation, with Chrome too.
    The situation is the same. Also reinstlling the plugin.

    Any other idea?
    Thanks
    CLaudio

    Thread Starter fendervr

    (@fendervr)

    Hi bnfw,
    thanks for your quick reply. What you said above is what I understood, but it didn’t work. However, you confirmed that that was the only way forward. So I did some more tests and finally found the problem.
    I did not receive any emails from users because the text of the email contained the username “admin”. In fact I had used the schortcode [email_user_nicename] inside the paragraph, which refers to me.
    Now I use [user_nicename] and everything is fine.
    Thank you very much
    goodbye

    Thread Starter fendervr

    (@fendervr)

    I think you are right. It is possible. I was focalized myself on the lack of images in a lot of my posts (55 in total) probably not checking other query.
    Wordpress is quite easy but it’s necessary to understand well how fit the many function and query among themselves, f.
    Thanks for your patience and help. I resolved at least for now.
    Bye
    Claudio

    Thread Starter fendervr

    (@fendervr)

    Hi bcworkz, many thanks for your quick reply.
    I worked for years with PHP only and thught that with wordpress would be easy. But I understand that it’s not so. I have to study more and learn practically a new language. I saw what you suggested (I believe), but it’s not simple to put it in practice to me without a real understanding.

    As the meta key argument would not apply to thumbs, nothing is returned.

    The meta key argument you mention here is the ‘opera’ within is_post_type_archive('opera')?

    Anyway I solved changing my function as follow:

    function cambia_ordine( $query ) {
    	if ( !is_admin() && $query->is_main_query()){
    		$query->set('post_type','opera');
    		$query->set('orderby', 'meta_value_num');  
    		$query->set('meta_key', 'numero');  
    		$query->set('order', 'ASC'); 
    	}
    return $query;
    }

    and it works. Is this the correct way you intended?
    Many thanks again. Bye

    Thread Starter fendervr

    (@fendervr)

    I found the solution by myself. This plugin was in conflict with another plugin: “Custom Sidebars”.
    As I deactivated this last one, the module Aspect -> Widget returned to a normal status.
    Anyway the drop-down list of available widgets, stay fixed on the left high corner and all the aother modules flows under this. This is quite strange to me, but the functionality is usable.
    Hope this helps someone.
    Thanks
    Bye

    Thread Starter fendervr

    (@fendervr)

    Hi Ross, I’m here again.
    I made some trials more in these past days.

    This is the output of the httpd.exe -S as you suggested

    Microsoft Windows [Versione 10.0.16299.309]
    (c) 2017 Microsoft Corporation. Tutti i diritti sono riservati.
    
    C:\Users\Claudio>C:\wamp\bin\apache\apache2.4.9\bin\httpd.exe -S
    VirtualHost configuration:
    *:80                   is a NameVirtualHost
             default server localhost (C:/wamp/bin/apache/apache2.4.9/conf/extra/httpd-vhosts.conf:17)
             port 80 namevhost localhost (C:/wamp/bin/apache/apache2.4.9/conf/extra/httpd-vhosts.conf:17)
                     alias www.localhost.com
             port 80 namevhost parrocchiatombaextra.dev (C:/wamp/bin/apache/apache2.4.9/conf/extra/httpd-vhosts.conf:33)
             port 80 namevhost presepiverona.dev (C:/wamp/bin/apache/apache2.4.9/conf/extra/httpd-vhosts.conf:42)
             port 80 namevhost risorse.dev (C:/wamp/bin/apache/apache2.4.9/conf/extra/httpd-vhosts.conf:51)
             port 80 namevhost cplweb.dev (C:/wamp/bin/apache/apache2.4.9/conf/extra/httpd-vhosts.conf:60)
    ServerRoot: "C:/wamp/bin/apache/apache2.4.9"
    Main DocumentRoot: "C:/wamp/www/"
    Main ErrorLog: "C:/wamp/logs/apache_error.log"
    Mutex default: dir="C:/wamp/bin/apache/apache2.4.9/logs/" mechanism=default
    PidFile: "C:/wamp/bin/apache/apache2.4.9/logs/httpd.pid"
    Define: DUMP_VHOSTS
    Define: DUMP_RUN_CFG
    Define: APACHE24=Apache2.4

    I don’t see anything that help me in understanding, maybe for my lack of knowledge.
    I had no help neither from the logs analysis.

    Anyway I tried to type “mysyte.dev” and “localhost/mysite.dev” in three different browser. Results below.
    * Microsoft Edge: in both case, no change within the address bar and my homepage is correctly loaded.
    * Firefox: Typing “mysyte.dev” Firefox adds https:// before URL and doesn’t connect to the server, giving me an error. – Typing “localhost/mysite.dev” no change within the address bar and my homepage is correctly loaded.
    * Chrome: Typing “mysyte.dev” Chrome adds https:// before URL and doesn’t connect to the server, giving error. – Typing “localhost/mysite.dev” no change within the address bar and my homepage is correctly loaded.

    I think so far that the problem is in the WAMP server configuration or in the browser behaviour. I will look for a more information on URL and localhost as there is no implication of WordPress.

    Many thanks for your help and patience.
    Claudio

    Thread Starter fendervr

    (@fendervr)

    @jdembowski
    Thanks Jan, I amended the previous post.

    Claudio

    Thread Starter fendervr

    (@fendervr)

    Hi Ross,
    here below my httpd.conf file and httpd-vhosts.conf. I attached the real files.
    Please notice that when I previously wrote mysite.dev, really I conducted my trials on parrocchiatombaextra.dev. I thought that in that way the discussion was easier, but what has been said does not change.
    Sorry for any inconvenience.

    The relevant lines in my opinion, are:

    # Virtual hosts
    Include conf/extra/httpd-vhosts.conf

    in the first file and in the second: .

    <VirtualHost *:80>
    DocumentRoot “c:/wamp/www/parrocchiatombaextra.dev”
    ServerName parrocchiatombaextra.dev
    <Directory “c:/wamp/www/parrocchiatombaextra.dev”>
    AllowOverride All
    Require local
    </Directory>
    </VirtualHost>

    Many thanks.

    whole httpd.conf is here: https://pastebin.com/GKqJ1JML

    whole httpd-vhosts.conf below:

    # Virtual Hosts
    #
    # Required modules: mod_log_config
    
    # If you want to maintain multiple domains/hostnames on your
    # machine you can setup VirtualHost containers for them. Most configurations
    # use only name-based virtual hosts so the server doesn't need to worry about
    # IP addresses. This is indicated by the asterisks in the directives below.
    #
    # Please see the documentation at 
    # <URL:https://httpd.apache.org/docs/2.4/vhosts/>
    # for further details before you try to setup virtual hosts.
    #
    # You may use the command line option '-S' to verify your virtual host
    # configuration.
    
     <VirtualHost *:80>
    	 ServerAdmin admin@localhost
         DocumentRoot "c:/wamp/www"
         ServerName localhost
         ServerAlias www.localhost.com
    	 ErrorLog "logs/localhost-error.log"
         CustomLog "logs/localhost-access.log" common
    
         <Directory  "c:/wamp/www">
            AllowOverride All
     		Require local
         </Directory>
    	 
     </VirtualHost>
     
     
    <VirtualHost *:80>
         DocumentRoot "c:/wamp/www/parrocchiatombaextra.dev"
         ServerName parrocchiatombaextra.dev
         <Directory  "c:/wamp/www/parrocchiatombaextra.dev">
            AllowOverride All
     		Require local
         </Directory>
     </VirtualHost>
    
     <VirtualHost *:80>
         DocumentRoot "c:/wamp/www/presepiverona.h5.dev"
         ServerName presepiverona.dev
         <Directory  "c:/wamp/www/presepiverona.h5.dev">
            AllowOverride All
     		Require local
         </Directory>
     </VirtualHost>
    
    <VirtualHost *:80>
         DocumentRoot "c:/wamp/www/classi_risorse"
         ServerName risorse.dev
         <Directory  "c:/wamp/www/classi_risorse">
            AllowOverride All
     		Require local
         </Directory>
     </VirtualHost>
    
      <VirtualHost *:80>
         DocumentRoot "c:/wamp/www/cplweb.dev"
         ServerName cplweb.dev
         <Directory  "c:/wamp/www/cplweb.dev">
            AllowOverride All
     		Require local
         </Directory>
     </VirtualHost>
    • This reply was modified 7 years ago by Jan Dembowski.
    • This reply was modified 7 years ago by Jan Dembowski. Reason: Removed 640 lines of config
    Thread Starter fendervr

    (@fendervr)

    Thanks Ross for your reply and help. Below you can find my answers.

    I think you intended: dig mysite.dev instead of digit

    Sorry I wrote in English thinking in Italian. I meant: If I type “mysite.dev” I have an ERR_CONNECTION_REFUSED and the browser (Chrome) display “https://mysite.dev&#8221; within the address bar

    Do you have SSL installed ? https or http ?

    Sincerely I don’t know. I think no, or I have installed it unintentionally.

    Which method did you use to install WordPress ?

    Manual (unzipped archive in the root subdirectory “wordpress”)

    Do the netbeans websites still work ?

    Yes, if I run index.php from inside Netbeans, it is correctly displayed but in the browser address bar appears “https://localhost/mysite.dev/index.php&#8221;.

    Please check, what is in your “hosts” file ?

    among others: 127.0.0.1 mysite.dev

    Please try each of these:
    https://mysite.dev/readme.html
    https://localhost/mysite.dev/readme.html
    Does the HTML file display ?

    Due to my configuration I tried:
    https://mysite.dev/wordpress/readme.html: in this case in the browser address bar appears “https://mysite.dev/wordpress/readme.html&#8221; and I have an ERR_CONNECTION_REFUSED.
    https://localhost/mysite.dev/wordpress/readme.html: in this case in the browser address bar appears “https://localhost/mysite.dev/wordpress/readme.html&#8221; and the webèage is perfectly displayed.

    Thanks again

    Claudio

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