Having a few problems with my site

Hi there! Enjoying X Theme a ton so far.
I’ve run into a few problems though that I was hoping for some assistance with.

First of all, I’m using Themeco’s Under Construction plugin. I’ve added a bypass password, and the plugin says a key icon should now appear in the corner where the bypass password should be able to be typed in on the under construction page, but that key icon is not appearing. I was hoping I could get some help getting that key to show up.

In trying to get the bypass to work, I tried updating both the theme (to latest 6.4.6) and Wordpress (to latest 5.0.3).

Updating the X Theme has caused two problems. First of all, the fonts have all changed slightly (in my opinion, for the worse). I would like to get the old fonts back to how they were before the update.

I’ve also noticed that my social media icons on the under construction page and within an element on my page are showing up as empty boxes even though I can see the icons when I select them and look in the inspector. I would like to get these icons back. Here’s a photo:

Finally, I’m attempting to center some text within a column both horizontally and vertically. I was easily able to center it horizontally, but could use some help centering it vertically.

Thanks in advance for all your help!
http://apexeventgroup.com

Hi,

  1. Please make sure you also have updated Cornerstone to latest Version

Cornerstone 3.4.6

  1. With regards to under construction, this is known bug and haven’t been fix yet.
    For a temporary solution, try adding the code below in your child theme’s functions.php file
/*load dashicons*/
add_action( 'wp_enqueue_scripts', 'load_dashicons_front_end' );
function load_dashicons_front_end() {
wp_enqueue_style( 'dashicons' );
}
  1. To center text vertically, you can try adding the code below in the style field of your column element.

display:inline-block;float:none;vertical-align:center;

Hope that helps

Thanks! I got the bypass password working now, my fonts are back, and the social media icons within the site are back as well.

However, the social media icons on the under construction page are still missing. If you navigate to the site (http://apexeventgroup.com), you’ll see them right away.

I’ve also still been unsuccessful in centering the text vertically within the row. I’ve attached a screenshot of how it currently appears. I tried using your code in the inline css and style fields on the text element, row, and column (each independently) and didn’t have any luck there. If you could direct me to exactly where I should try and put your code, maybe that will work.

Thanks again!

Hi Walter,

We have pushed an update to the under construction plugin. Head over to WordPress Dashboard -> Updates section and update your plugin.

For vertical alignment, there are few methods that you can use. The easiest method would be to use the Gap element in Cornerstone.

Another example you can see here (https://theme.co/apex/forum/t/how-do-i-vertically-center-this-image/51030/2?u=mldarshana).

And also you can implement this method as well (https://theme.co/apex/forum/t/creating-full-height-sections-that-are-vertically-centered-in-pro/50098/2?u=mldarshana).

Hope that helps.

Hi there,

A few things: I updated the under construction plugin. It initially broke my site, but I was able to fix that by removing the previous change I made (as per recommendation in this thread) from the functions.php file. Once I removed that change, the under construction page bypass now works fine.

Unfortunately, that did not fix the missing social media icons on the under construction page. If you navigate to my site (http://apexeventgroup.com), you’ll see them right away. If possible, I would like to get those back.

Regarding the vertical centering matter, all of the suggestions in this thread did not work. I was able to figure it out myself though, once I used the new Text element instead of a classic headline, it was automatically vertically centered.

If I could get some help restoring the under construction social links, that would be appreciated. I should be in good shape otherwise though - thanks!

Hi,

It’s a known bug with the underconstruction plugin and we’re still working on it.

Please stay tuned.

Thanks

Hi,

I have a problem with Under Construction plugin me too: the background color appears for a moment and then disappears.

I am using Pro version and I have already disabled all 3rd plugins.

I am waiting for your fix :wink:

Thank you

Hi Daniele,

It’s known bug too, for now, please use another under construction page as temporary workaround.

Thanks!

Hey there, any updates on these bugs? I prefer using the stock under construction plugin, I think it looks much better than most of the 3rd party ones!

Hi Walter,

Unfortunately, there is no news or updates as of now.

Please stay tuned for the update. Thanks!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.