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 - 181 through 200 (of 334 total)
  • Author
    Posts
  • in reply to: Language menu won't appear #1145

    Noa
    Keymaster
    This reply has been marked as private.
    in reply to: Language menu won't appear #1143

    Noa
    Keymaster

    Could you send us access to a temporary user (set as a private reply) so we could check this issue?

    in reply to: different questions for theme scoop #1141

    Noa
    Keymaster

    2. Unfortuantely there isn’t a built-in option to do that, however you can use Cache plugins that allow minifying the code.

    3. The “More” is the widget’s sub title.

    Unfortuantely you can’t set a link only for the sub title, however if you set a link for the main title, it will also be set automatically on the sub title.

    in reply to: different questions for theme scoop #1138

    Noa
    Keymaster

    1. That’s strange, as it should work if you set to hide the Title Bar through Theme Options.

    Did you maybe set the Title Bar to be visible in the page itself (Advanced Settings > Title Bar) ?

    2. What exactly do you mean by “improve the text to code ratio”? You want to improve the site’s speed?

    3. To what page exactly are you referring in the demo? This way we could check it out.

    in reply to: Language menu won't appear #1137

    Noa
    Keymaster

    Hello Ken,

    In Appearance > Menus > you set the German menu (marked the checkbox) and saved it right?

    in reply to: Sidebar Background Color #1134

    Noa
    Keymaster

    Hello Bart,

    Unfortunately there’s a built-in way to set a background color only for a section (in the Page Builder).

    However, to set a background color for a widget you can give the widget a customized css class (widget > Settings > CSS Classes).

    For example: red-widget

    Then in the Customizer > Live CSS you can insert the widget’s background color:

    .red-widget{background-color:#DC143C;} .

    in reply to: Activation Issue #1128

    Noa
    Keymaster

    Hello Tammysmith,

    On our website navigate to My Account > View License > Manage Sites.

    in reply to: different questions for theme scoop #1126

    Noa
    Keymaster

    1. The space you’re referring to is actually the Title Bar, you can remove it by navigating to Theme Options > Content > Title Bar.

    2. We don’t really understand the question :/

    Could you send us a link or screenshot of what you see?

    in reply to: different questions for theme scoop #1121

    Noa
    Keymaster

    Hello Daniel,

    1. Go to Settings > Reading > Static Page. Here you can select a page from your site.

    2. We added the Revolution Slider plugin as a bonus, as part of the extended license we acquired for our users – but it means you don’t have your own license in the plugin..

    3. We recommend the Yoast SEO plugin, as you can read in our blog:

    ‫Top 10 WordPress Plugins for 2015

    4. Are you referring to CSS codes that you inserted, or the default code?

    in reply to: Hide author detaild from post #1119

    Noa
    Keymaster

    אם אתה רוצה להגדיר את זה לעמוד ספציפי ניתן לעשות את זה בעריכת הפוסט > הגדרות פוסט.

    להלן קישור לצילום מסך:

    http://screencast.com/t/augQTfzu8E4

    נשמח לעזור לך בפורום העברית:

    תמיכה

    in reply to: I cant login to pojo in hebrew #1118

    Noa
    Keymaster

    That’s strange, make sure that the in the URL bar is written only “https://pojo.co.il/my-account/login/” .

    in reply to: Firma on IE11 Windows7 #1115

    Noa
    Keymaster

    Hello Niva,

    Not all fonts are supported in IE.

    Try setting the copyright text font to Arial and let us know if it works.

    in reply to: I cant login to pojo in hebrew #1114

    Noa
    Keymaster

    Hello Adam,

    Try the login through here: https://pojo.co.il/my-account/login/‬ .

    in reply to: why Hebrew isn't appear right #1110

    Noa
    Keymaster

    Hello Tal,

    1. There’s a plugin called WP Native Dashboard with whcich you can set a different language than the one on your website.

    This way your admin could be set as Englsih and your website as Hebrew (which would fix the direction issue).

    Below is a link to our guide on the plugin:

    How To Change Your WordPress Dashboard Language

    Link to the plugin:

    https://wordpress.org/plugins/wp-native-dashboard/

    2. That’s because the title is very big, you can set the title to be smaller just for mobile by adding the following code in the Customizer > Live CSS:

    @media (max-width:768px) {
    #page-header .title-primary{font-size:30px !important;}}
    in reply to: Top bar in sticky header #1105

    Noa
    Keymaster

    Hello Yaniv,

    Unfortunately there isn’t a built-in way to do so, but you can add the following code to Live CSS for the desktop:

    #top-bar{
    position: fixed;
    z-index: 99999;
    right: 0;
    left: 0;
    top: 0;}
    	
    .sticky-header{top:40px !important;}

    For mobile, you have to first display the top bar, you can use the display:block !important; code.

    in reply to: Reducing Space #1099

    Noa
    Keymaster

    Hello Niva,

    I don’t see an issue with the responsivity, could you tell me the exact resolution in which the website is cut off?

    Regarding mobile, try setting a customized CSS Class for the first section of the page (in the Page Builder > the first section’s settings > CSS Classes)

    For example the class: mobile-page

    Then in the Customizer > Live CSS insert the following code:

    @media (max-width:768px) {
    .mobile-page{padding-top:0 !important;}}

    Noa
    Keymaster

    Hello Yaniv, we’re still checking this issue..

    in reply to: Background Sizing & Display Issue #1096

    Noa
    Keymaster

    Hello Avisysinc,

    Try inserting the following code in the Customizer > Live CSS:

    body{background-size: contain !important;}

    Then in the background image’s settings, set the background repeat to no-repeat, and the background attachment to fixed.

    Let us know if this does the job.


    Noa
    Keymaster

    We didn’t..could you send it here, as a private reply?

    in reply to: Translation #1082

    Noa
    Keymaster

    Hello Nico,

    What multilingual plugin are you using?

    Do you mean that you want to translate the pages’ content directly, without having to build a new page?

Viewing 20 posts - 181 through 200 (of 334 total)