pivic01
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [One Page] Main page round image on small screenHi,
Normally they should be visible without mouseover. Check if you have the latest version of the template. If you do, load the page on firefox and install Firebug to debug the code.
I changed mine a LOT so I’m not sure what was original and what I changed… but When I inspect the element I have “style=”background-image:” instead of your “style=”foreground:”
Forum: Themes and Templates
In reply to: [One Page] Main page round image on small screenSorted!
Someone gave me the answer on StackOverflow.
There is a mistake in home.php:
class="ch-item ch-img-1" style="background: url(..........
should be replaced by:
class="ch-item ch-img-1" style="background-image: url(..........And this for each image.
Pivic
Forum: Themes and Templates
In reply to: [One Page] Change the inkthemes-functions.php from childIndeed that would be the best way for users like me!
I’ll take note of what I did and be careful of the next releases.
Thanks!Forum: Themes and Templates
In reply to: [One Page] Change the inkthemes-functions.php from childIt works. Thank you very much!
Having so many files copied to the child theme renders any updates of the parent a bit useless though…
Forum: Networking WordPress
In reply to: Reirect Multisite to multi domainsForum: Networking WordPress
In reply to: Reirect Multisite to multi domainsThanks a lot, it makes a lot of sense!
I started requests on the DNS, I’ll keep you posted.Forum: Networking WordPress
In reply to: Reirect Multisite to multi domainsI did install it but can’t get it to do what I want… Have you done something similar to what I want to do with the Multisite domain mapping?