-
AuthorPosts
-
February 11, 2015 at 4:18 am #203883
I am using the Under Construction add-on whilst my site is under development http://justanordinarybloke.com.
I am trying to place the site logo image centred above the text on the Under Construction page, but there is no mechanism to do this. Please could you tell me how I might get this logo on there so the construction page looks more in keeping with the brand? Many thanks in advance.
Gary Todd
February 11, 2015 at 3:28 pm #204311Hi Gary,
Please add the following jQuery script via Appearance > Customize > Custom > Javascript
jQuery(document).ready(function($){ $(".x-under-construction h1").html("<img src='http://path/of/your/logo.png' alt='logo' /><br><br><span>Jacob</span>") });
Just replace the logo URL with your actual logo URL in the script. Don’t forget to clear your browser’s cache after adding the code.
Let us know how this goes!
March 8, 2015 at 7:35 am #222638Hi there,
I am trying to change the font of the Under Construction site to something else.
I couldn’t seem to get it right for the code at Javascript.May I know how can i change it ?
my site is http://www.fromgabriel.comThank you very much.
March 8, 2015 at 4:57 pm #222852Hi there,
Thanks for writing in.
To what font you wish to apply at your Under Construction text? It’s currently default to body font setup from Admin > Appearance > Customizer > Typography.
Thanks!
March 8, 2015 at 9:22 pm #222957Hi there,
I’m actually trying to change it to Trajan Pro to be in line with the brand.
But Trajan Pro is not under Google fonts.May i know if there is a site or something that i can find the equivalent of Google fonts to Trajan Pro or if there is a way where i can select the font to be the normal universal font and not from Google ?
Thank you !
March 9, 2015 at 2:51 am #223161Hi there,
You need to follow steps to add extra font to your site:
#1 Go to https://everythingfonts.com/font-face and upload your font in there, click on convert button and it will give you .zip file, open file and copy CSS in Customize -> custom -> CSS or style.css file inside child theme.
The CSS code is similar to this :
@font-face { font-family: 'Sri-TSCRegular'; src: url('PUT FONT PATH HERE/sri-tsc-webfont.eot'); src: url('PUT FONT PATH HERE/sri-tsc-webfont.eot?#iefix') format('embedded-opentype'), url('PUT FONT PATH HERE/sri-tsc-webfont.woff') format('woff'), url('PUT FONT PATH HERE/sri-tsc-webfont.ttf') format('truetype'), url('PUT FONT PATH HERE/sri-tsc-webfont.svg#Sri-TSCRegular') format('svg'); font-weight: normal; font-style: normal; }
Upload font folder somewhere in your FTP and do not forget to put font folder URL in above code.
Now assign font family to any element you want.
Example:
body { font-family: "Sri-TSCRegular", serif }
Hope it helps.
April 9, 2015 at 2:21 pm #245741Thank you to Themeco’s staff for the helpful information.
April 9, 2015 at 2:57 pm #245769Thank you to Themeco’s staff for the helpful information.
The Under Construction plugin currently allows users to enter profile info for Facebook, Twitter, Google+, and Instagram. It would be great if the plugin could be enhanced with 2 additional fields:
1) A field for a LinkedIn profile;
2) A Custom/Website field where users could enter a link to a website.Thank you.
April 9, 2015 at 7:23 pm #245931Hi There,
We certainly appreciate the feedback! This is something we can add to our list of feature requests. This way it can be taken into consideration for future development. All of these items are discussed with our team internally and prioritized based on the amount of interest a particular feature might receive.
Thanks!
December 3, 2015 at 3:40 pm #690919I may be missing the obvious, but when I use the code from above to put a logo on the page, it doesn’t look like I can use the heading, subheading, etc settings. When I put content there, nothing appears. Does the logo obscure them by chance?
December 3, 2015 at 11:39 pm #691419Hello Mark C,
Thanks for updating this thread!
Please make sure that you have enabled the Under construction plugin. Even if you have activated it, you still need to enable it by going to X Addons > Under Construction. For more details, please check out our knowledge base: https://community.theme.co/kb/extension-under-construction/
To assist you better with this issue, would you mind providing us the url of your site with login credentials, if necessary, so we can take a closer look? This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / password (only if necessary)Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Thank you.
January 31, 2016 at 2:55 pm #773285This reply has been marked as private.January 31, 2016 at 10:36 pm #773672Thanks for updating the thread. Note that we have lot of feature requests on the queue and we always care about the customer feedback. Although I can’t guarantee or assure any ETA for this. We already forwarded this to our developer.
Cheers!
-
AuthorPosts