Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)
  • Forum: Localhost Installs
    In reply to: Double domain
    Thread Starter D-work

    (@d-work)

    By the way, we also found that for the pages when manually delete the second domain name form the url, the page works fine as http://domain.xx/page-title/

    Forum: Localhost Installs
    In reply to: Double domain
    Thread Starter D-work

    (@d-work)

    Hi,

    It did not work, it caused a hosting error. I set the website address back to single name and changed all the code from the .htacces file except for the remaining code. I tried again to completely remove the website address in settings, but it came back soon as I saved settings.

    What we found before was that the wordpress address contained the same double domain name. Since we found the databse connection was good, it was obvious the double name in wordpress address was unnessecery. Therefore we had brought it back to single domain name. And it gave no errors, except for the website address.

    Anyway, the hosting provider says it is not coming from their side or the database. I will try something else and see if the bug comes from a plugin installation or something.

    Many thanks!

    Forum: Localhost Installs
    In reply to: Double domain
    Thread Starter D-work

    (@d-work)

    Hi Tor-Bjorn,

    Thanks for your reply!

    The htaccess is the root directory together with the Index and website file, the wp files are within the website file.

    htacces:

    
    ####SUBDOMAINS_HEADER####
    RewriteEngine on
    #RULE:,kandidatennet.nl,/kandidatennet.nl/
    #RULE:www,kandidatennet.nl,/kandidatennet.nl/
    RewriteCond %{HTTP_HOST}    ^kandidatennet.nl$
    RewriteCond %{REQUEST_URI}  !^/kandidatennet.nl//
    RewriteRule (.*)    		/kandidatennet.nl//$1 [last]
    RewriteCond %{HTTP_HOST}    ^www.kandidatennet.nl$
    RewriteCond %{REQUEST_URI}  !^/kandidatennet.nl//
    RewriteRule (.*)    		/kandidatennet.nl//$1 [last]
    ####SUBDOMAINS_TAILER####
    
    ####CUSTOM_HEADER####
    #NL: Place your custom rules here
    #EN: Plaats je eigen regels hier
    php_value memory_limit 64M
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # END WordPress
    ####CUSTOM_TAILER####
    
    ####ERROR_HEADER####
    ####ERROR_TAILER####
    

    Greetz,
    Sjoerd

    Thread Starter D-work

    (@d-work)

    Hello RealMag777,

    It is working!

    Unfortunately the dropdown does not work well (which I prefer to use). It only shows the title in the dropbox and then the first location. The rest is not in sight and very hard to scroll when there is only one line for the locations to appear.

    I use Mesocolum theme with Woocommerce.

    I cannot send you an example to view since I am using WAMP to build my website before I migrate to a live server.

    I’ll figure this out.

    Many thanx.

    D-work

    Thread Starter D-work

    (@d-work)

    Hello Richie,

    Thanks for the reply.

    I’ll give it try.
    If succesful, I’ll post the sollution in this toppic.

    D-work

    Thread Starter D-work

    (@d-work)

    Hello Calvin,

    This is exactly what I mean. The two styles are different. I am using the enabled style because it gives a better pricetag and product info when featured on shoppage and category page.

    I need to change the enabled shop style from 1 column to 2 columns. I found the files to change this in the disabled style, but not the enabled style.

    Do you have any idea where to find this?

    Many thanks,

    D-work

    Hello Tauheedissa,

    I have the same problem as you described in your first post. How did you finally fixed it? I could use some help in this matter.

    D-work

    Thread Starter D-work

    (@d-work)

    Hi Richie,

    Thanks for the reply.

    Unfortunately I cannot find home-feat-cat-same-thumb.zip in lib/templates. And replace this with what, or to where?

    D-work

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