Forum Replies Created
-
in reply to: Translate Customs Fields Values
Hello,
The .Po/.Mo files translate theme text, what you want to translate is content. You have to create different portfolio items for each language and set the content in the respective language. Just like you do with posts and pages.
Best regards!
in reply to: Front Page IssueHello,
There is a portfolio element in that section. Go to page’s option panel and remove that element.
Best regards!
in reply to: Nav Links not linking to sub menuThis reply has been marked as private.in reply to: Big menu and detail pages headerHello,
Apologies for the late reply.
I see you have the site in the Portuguese language (at Options > General > Website Language). Did you manage to fix the language issues?
The wpml plugin is tested and works well with the theme. The behavior you get with it’s installation and uninstall is not normal. Please contact your host, you may have gotten some malware scripts.
Let us know if is there anything we can help you with.Best regards!
in reply to: Fixed NavigationHello,
Sorry for the late reply.
I removed the selector. It is deprecated from a older version of jquery.
We will edit this in the next update.Best regards!
in reply to: Formatting IssuesHello,
Sorry for the late reply.
Indeed the error message from the Jotform is not present anymore. In fact there is no error whatsoever in your site. And every time we access it, it’s perfect (like the screenshot i send you above). Even after several refreshes, the layout is still the same.
I search some more about it and it looks like in some versions of google chrome this is caused by the Mime Type of the stylesheet.
There are three ways in which Chrome seems to load the CSS file:
1-As a fresh request, no cached version available, the server returns HTTP 200 OK, with content-type text/css. This works fine.
2-From the cache, without consulting the server. Chrome has cached content-type text/css. This works fine.
3-As a request with a cached version available. The server returns HTTP 304 Not Modified, with content-type text/plain. This does not work.I found out that responses without body (like 304) SHOULD not contain a content-type header: https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.3.5 .
The fact is that the response coming from the server is not served correctly.
A 304 answer SHOULD not contain a “body” and the “content-type” header so the bug is on the server and not on the client (yes of course Chrome could ignore the “content-type” but this is another story).
You have to fix the server in order to either remove the content-type or try to set “content-type” to “text/css”.PS: i refreshed your site several times and i always got the HTTP 200 OK header
Best regards!
in reply to: Comment reply brings me to the top of the pageHello,
Sorry for the late reply.
Please send us your ftp credentials in a private reply. We can fix it for you.Best regards!
in reply to: Show header and footer in fullscreen blogHello,
The style you have chosen has the header and the slider displayed in the beginning then after sliding down, the content and the footer is shown. What i mean is the you can not show footer right after the slider (before the scrolling).
I checked and the sticky header is not present for the fullscreen post type. To add it, please add this code into your custom css box:.single-post #header { position: fixed !important;} .single-post #header #navigation { visibility: visible !important;}Best regards!
in reply to: Remove Header Not WorkingHello,
You only need to add this code:
#header { display: none !important; }Best regards!
in reply to: How to disable linking from service icon titles?Hello,
@marco,
For the services square there is another file responsible. You must have made some mistake but i can’t tell without checking it.
Please open up a new topic and send us your wp credentials in a private reply. Add this tickets link as reference.
This topic is created by another user and he is able to see the private replies.
Let us know.Best regards!
in reply to: Skill Chart Not WorkingHello,
What version of the theme are you using? This does not have any problem on our side. Please send us a link where are you using it.
Best regards!
in reply to: unable to import dataHello,
Sorry for the inconvenience. We will look into it asap. In the mean time, please import the default demo. Then send us your wp credentials in a private reply, so we can help you configure it just like the demo you want.
The default demo imports all the pages used in every of the available demos.
Let us know.Best regards!
in reply to: Gallery Carousel autoloop & Product Name visibilityHello,
Can you please send us a link where are you running this?
Best regards!
in reply to: Import/Export tab not shownHello,
The only way to remove the “double pages” is to delete them manually. Each page uses Page Builder to populate it with elements. You have to install and activate required plugins (see the message in your dashboard), in the list there is Visual Composer plugin as well.
After installing plugins you will be able to see the Visual Composer elements and use them in every page.
Let us know if you have further questions.Best regards!
Hello,
Do you want this effect for this specific page only? If so add this code into the page’s custom css box:
.top_wrapper { padding-top: 100px !important;}
Let us know.Best regards!