Forum Replies Created
-
AuthorPosts
-
אני לא רואה שום בעיה בריספונסיביות באתר.
תוכל להפנות אותי לאזור?
נשמח להמשיך לעזור בפורום העברי שלנו:
Hello Tzafi,
If you want to change the ratio you can add the sidebar as a widget in the page (in the Page Builder).
This is the easiest way to do it, without requiring any code.
28/07/2015 at 7:35 in reply to: is there a "section" or "column" limit per page in the page builder?? #726In general there is a limit in adding widgets at once on PHP level. In most cases there’s enough space to add a lot of widgets, but at some point there is a specific problem of sending data.
By the way, this is a common issue in WP, and it exists also in the Menus area.
To solve this issue there are 2 options:
1. If you have access to the php.ini file on your server – you can insert the following code: max_input_vars = 5000
2. Request from the web host to increase the value of data saving in PHP to what I wrote in the previous solution.
You can always try to minimize the use of widgets and rows in the Page Builder to its minimum and it will work ok.
Try inserting the following code into Appearance > Customizer > Live CSS:
@media (min-width: 1170px) { #primary #content{margin-top:0;} }
27/07/2015 at 13:11 in reply to: is there a "section" or "column" limit per page in the page builder?? #721You can send it here, as a private reply.
שלום רב,
כל התבניות שלנו תאומות 100% למובייל.
אפשר קישור לאתר?
Hello Boaz,
Could you send us a link to the site?
27/07/2015 at 8:57 in reply to: is there a "section" or "column" limit per page in the page builder?? #715Hello Boaz,
Can you send us access to a temporary user in your admin, so we could check this issue?
1. אפשר קישור לעמוד?
2. אכן לא בכל התבניות זה מתאפשר, באיזו תבנית מדובר?
נשמח להמשיך את הדיון איתך בפורום התמיכה העברי שלנו:
שלום רב,
1. ניתן באמצעות ווידג’ט מפריד למקם את הווידג’טים בבילדר.
האם ניסית את זה?
2. ב > התאמה אישית > תפריטים, ניתן להוסיף את אייקון החיפוש לתפריט.
3. ב > אפשרויות תבנית > כללי > שדה 1 / 2, ניתן לערוך את שדות הקרדיט
Everything is supposed to work perfectly, except the automatic update which right now doesn’t work well with a theme on a multisite that isn’t updated on the main site.
Aside from that there aren’t supposed to be any issues.
Hello Bart,
Did you try in the Customizer > Layout > Products Archive to select the Full Width layout as well?
Below is a link to a screenshot:
Hello Boaz,
Unfortunately we have an issue with multisite licenses,and it’s possible to upgrade a license only when the theme is installed on the main site.
Which is why it would be easiest for you to upgrade manually.
Hello,
We are planning on releasing today a full guide for the Pojo Forms plugin..
Hello,
Are you talking about the theme itself?
If you had inserted your license key, then you can automatically update the theme directly from the system.
The other way is via FTP, by downloading the theme’s zip file from your account and then uploading it to /wp-content/themes/
Of course it is very important to fully backup your site before upgrading.
Because using the WP code editor can cause a lot of issues.
The best way to do it is by using Source code editors that connect directly to the FTP, for example Notepad++.
An error like this has to do with your hosting company.
There seems to be a limit in the memory, so I’d increase the memory by inserting the following code to the wp-config file:
define( 'WP_MEMORY_LIMIT', '64M' );
The following is a link to a WP guide regarding this issue:
http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
Hello Lior,
What message exactly do you get?
Could you send us a screenshot?
Hello Gal,
That’s right, when using the Child Theme it is best to use the style.css file for long and complex CSS codes.
If you want to insert simpler CSS codes, you can go to Appearance > Customizer > Live CSS.
-
AuthorPosts