Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.
Could you send us access to a temporary user (set as a private reply) so we could check this issue?
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.
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.
Hello Ken,
In Appearance > Menus > you set the German menu (marked the checkbox) and saved it right?
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;}
.Hello Tammysmith,
On our website navigate to My Account > View License > Manage Sites.
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?
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:
4. Are you referring to CSS codes that you inserted, or the default code?
אם אתה רוצה להגדיר את זה לעמוד ספציפי ניתן לעשות את זה בעריכת הפוסט > הגדרות פוסט.
להלן קישור לצילום מסך:
http://screencast.com/t/augQTfzu8E4
נשמח לעזור לך בפורום העברית:
That’s strange, make sure that the in the URL bar is written only “https://pojo.co.il/my-account/login/” .
Hello Niva,
Not all fonts are supported in IE.
Try setting the copyright text font to Arial and let us know if it works.
Hello Adam,
Try the login through here: https://pojo.co.il/my-account/login/ .
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:
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;}}
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.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;}}
24/01/2016 at 9:36 in reply to: Bug in Pojo.me Atlanta theme when using multi-language Slider Revolution (WPML) #1097Hello Yaniv, we’re still checking this issue..
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.
20/01/2016 at 10:44 in reply to: Bug in Pojo.me Atlanta theme when using multi-language Slider Revolution (WPML) #1083We didn’t..could you send it here, as a private reply?
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?
-
AuthorPosts