Noa

The support forum is open for members only. To add a topic or reply in the forum, please login or register.

Support Forum Moved
The Pojo Themes support has been transferred to a faster and more personal ticketing platform, so the forums are no longer active.
  • If you want to learn how to use Pojo themes, check out our extensive documentation guides.
  • Need help with using our themes? Contact us with a detailed explanation of your issue in the support page.
  • Have a pre-sale question or other inquiry? Feel free to contact us about it.

Forum Replies Created

Viewing 20 posts - 121 through 140 (of 334 total)
  • Author
    Posts
  • in reply to: Change recaptcha language in contact form #1396

    Noa
    Keymaster

    Hello Arthur,

    The recaptcha default language comes from the browser’s language, just like with google maps..

    in reply to: adding a search icon into a menu #1394

    Noa
    Keymaster

    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..

    in reply to: Can;t send you an email using your contact form #1391

    Noa
    Keymaster

    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

    in reply to: Some changes for the Scoop theme 3 #1383

    Noa
    Keymaster

    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.

    in reply to: Some changes for the Scoop theme 3 #1378

    Noa
    Keymaster

    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..

    in reply to: Some changes for the Scoop theme 3 #1376

    Noa
    Keymaster

    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..)

    in reply to: Gallery lightbox not loading images #1370

    Noa
    Keymaster

    Ok before I check this, try asking your web host about this issue.

    Let us know what they say..

    in reply to: Gallery lightbox not loading images #1368

    Noa
    Keymaster

    Can you send us access details to a temporary user?

    You can set the reply as private.

    in reply to: Customising footer text in child theme #1366

    Noa
    Keymaster

    Hello Arthur,

    What exactly would you like to customize in the theme’s text?

    in reply to: WPML change logo code missing from documentation #1361

    Noa
    Keymaster

    You can also refresh the documentation, we’ve added the code.

    in reply to: Gallery lightbox not loading images #1359

    Noa
    Keymaster

    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?

    in reply to: Some changes for the Scoop theme 3 #1351

    Noa
    Keymaster

    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;}
    in reply to: modify menu items with some font #1347

    Noa
    Keymaster
    This reply has been marked as private.
    in reply to: Navigation cart item missing #1346

    Noa
    Keymaster

    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.

    in reply to: Some changes for the Scoop theme 2 #1330

    Noa
    Keymaster
    This reply has been marked as private.

    Noa
    Keymaster

    If you want to show the form in the footer, you can just drag the forms widget in Appearance > Widgets to the footer area..

    in reply to: modify menu items with some font #1315

    Noa
    Keymaster

    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?


    Noa
    Keymaster

    Hello Yaniv,

    What exactly do you want to set with the form?

    in reply to: modify menu items with some font #1301

    Noa
    Keymaster

    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?

    in reply to: Some changes for the Scoop theme 2 #1298

    Noa
    Keymaster

    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;}}
Viewing 20 posts - 121 through 140 (of 334 total)