-
AuthorPosts
-
August 6, 2015 at 12:31 am #351572
I have installed/updated the plug ins but I do not have the versions mentioned above..
still not working..August 6, 2015 at 12:35 am #351578Hello There,
Please update your X to the latest version first. In the new version, we also bundled the latest versions of the plugins. And to run X smoothly, you need to install Cornerstone plugins which you may get by going to X Addons > Extensions.
Hope this helps. Kindly let us know.
August 6, 2015 at 1:07 am #351601Hi
I’m lost. I folowed these steps: https://community.theme.co//kb/updating-your-theme-and-plugins/
I don’t get any notification that I can update the plugins.Also some information got lost on the site. and on mobile there’s no more text to see.. There are clearly some things I’m not seeing.
August 6, 2015 at 1:20 am #351612Hi,
Please install cornerstone under addons > extensions.
http://screencast.com/t/GqeSsh4oJ6
With regards to updates, for performance reasons wordpress only check for updates every 12 hours or so
You can force wordpress to check by navigating to Dashboard > Updates then click on check again.
http://screencast.com/t/nfYr3YoC
Note: You need to validate your copy before you could access the extensions page.
https://community.theme.co//kb/product-validation/
Hope that helps.
September 23, 2015 at 2:11 am #399571Hi!
Im also having problems with the mobile menu, where do I find shortcodes…?
Our url : http://www.landexo.seThanks 🙂
September 23, 2015 at 2:43 am #399583Hi There,
Thanks for writing in.
Would you mind opening a new thread so that we could take a closer look on your setup.
Share us also your admin credential in private.
Thanks.
September 29, 2015 at 3:42 pm #603756This reply has been marked as private.September 29, 2015 at 6:59 pm #603996Hi Fabio,
Thanks for writing in! Try testing for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.
September 30, 2015 at 12:05 pm #605080Hi
Thanks for your reply. Unfortunately, none of the plugins seems to affect the menu. However, the menu works fine on all pages except the homepage on which I use a separate one page menu with #section links.
Any idea how this can be fixed?
September 30, 2015 at 2:12 pm #605249Hi again,
I’ve tested your site extensively, the reason your one page navigation isn’t working is you’re hiding the sections for smaller screens, I’ve found these classes
x-hide-xs x-hide-sm x-hide-md
for the#nav-ueber
which is hidden in the smaller screens. Please display the sections for smaller screens as well so your one page navigation can work properly.Cheers!
September 30, 2015 at 4:19 pm #605433Hi again
Thanks for your reply. This is weird. I gave each mobile section the exact same id as for the wider screen sections.
September 30, 2015 at 6:46 pm #605568Hi Fabio,
Is this issue now sorted? Please let us know if you need more help.
October 1, 2015 at 6:23 am #606275Hello
Unfortunately not. The problem still exists.
October 1, 2015 at 7:42 am #606357Hi Fabio,
As stated in html specifications, having two elements with the same id on a single page is not allowed .
HTML 4.01 specification says ID must be document-wide unique.
HTML 5 specification says the same thing but in other words. It says that ID must be unique in its home subtree, which is basically the document if we read the definition of it.
You can instead, add your classes(x-hide-xs x-hide-sm x-hide-md) in the row element.
http://screencast.com/t/sIRcV1lDoOA
So in one section you’ll have two rows, one that is visible in desktop and one that is hidden in desktop.
That way you’ll only have one section with one unique id.
Hope that makes sense.
October 1, 2015 at 2:30 pm #606965Hello again
You made my day! Having a “desktop” and a “mobile section” with same ids was the cause of the problem.
One last thing remains, though. On mobile there’s a gap of the x-navbar’s exact height. Is there a way to decrease this gap to 0?
-
AuthorPosts