Forum Replies Created
-
AuthorPosts
-
Hello Arthur,
The recaptcha default language comes from the browser’s language, just like with google maps..
Hello Ken,
Unfortunately in Atlnata there isn’t a buil-in way to place a search icon in the menu 🙁
It requires code editing with the child theme..
Hello Ami,
We don’t see an issue with out contact form..:(
If it’s regarding your purchase, you could send us an email to team@pojo.me
1. The
@media (max-width: 767px)
/@media (max-width: 768px)
is only for mobile devices.2. This product will work in the future, however in the meantime you can use some CSS coding.
1. Ok try this code:
@media (max-width: 767px) { #header.logo-left .logo { margin-top: 0px !important; margin-bottom: 0px !important; }}
2. First of all try deactivating the plugin, cleaning your browser’s caching and then refreshing the page.
3. So you can reduce the spaces between the menu elements only for tablet (set it by resolution).
We are actually working on a product that will enable this in a built-in way.
The same answer goes for your other questions regarding the menu, you can do these with CSS.
However unfortunately we don’t provide such customization coding, we generally provide support regarding technical issues..
1. I see that you’ve removed the sticky header from the site, so I can’t check this issue out.
2. I don’t see this issue..do you maybe have a cache plugin installed?
3. Yes, it goes by resolution. In general the tablet is supposed to display the desktop menu.
You can see this in our demos.
(unless the screen is so narrow that it has the mobile resolution – 768px..)
Ok before I check this, try asking your web host about this issue.
Let us know what they say..
Can you send us access details to a temporary user?
You can set the reply as private.
Hello Arthur,
What exactly would you like to customize in the theme’s text?
You can also refresh the documentation, we’ve added the code.
Hello Ken,
What are the images’ sizes?
I don’t think it has to do with the sizes..did you try deactivating other plugins that are installed?
Are you working with an updated version of WP and the theme?
Hello Daniel,
1. You’re trying to display the entire logo in the sticky header right? You can try inserting the following code:
.sticky-header .logo{padding:0 !important;}
2. Try inserting the following code:
.entry-meta{ pointer-events: none; cursor: default;} .entry-comment{ pointer-events: none; cursor: default;}
This reply has been marked as private.Hello Yitzchak,
1. Try inserting the following code into Live CSS, it should decrease the padding between the menu elements:
.sf-menu li a{padding:0 0.3em;}
2. Try removing the check from the shopping cart in the customizer settings, saving, then marking it again and saving.
This reply has been marked as private.If you want to show the form in the footer, you can just drag the forms widget in Appearance > Widgets to the footer area..
Right, you have to upload all the font’s files.
Every font should have all those files in the ZIP folder.
What font are trying to upload?
Hello Yaniv,
What exactly do you want to set with the form?
Hello Yitzchak,
Of course, with the Customizer you can set the font for most of the site’s elements.
What elements exactly are you referring to?
1. Ok we’re checking this issue.
3. Could you send me the exact link of the page in which the widget borders are displayed like that?
5. You mean that you drag the icons into the sharing panel in Theme Options > Sharing but the icons aren’t displayed in the website?
If so, could you send us access details to a temporary user?
6. Before deleting the icons, try inserting the following code:
@media (max-width:499px) { img.image-text-thumbnail.alignleft{float:left !important;}}
So that this code only works in the sections you want, give those sections a customized CSS class.
Then add the customized class before the code, like this:
@media (max-width:499px) { .new-class img.image-text-thumbnail.alignleft{float:left !important;}}
-
AuthorPosts