Forum Replies Created
-
AuthorPosts
-
1. Unfortunately there isn’t a built-in way to display a few pages at once (because pages don’t have categories).
The only way is to manually place them one after another..
2. The CSS Classes field is for inserting a customized class for the widget.
So you can insert for example:
padding-widget
Then in Live CSS you can insert the following code:
.padding-widget{padding-right:20px;}
3. In the image you sent, you circles the author’s name and not the sharing buttons.
Anyway unfortunately there isn’t a way to display the buttons at the top of the post.
However regarding the place they’re displayed, you can set it in Theme Options > Sharing.
4. We’re checking this possibility.
4. Insert the code I sent you into Live CSS.
Then go to https://fortawesome.github.io/Font-Awesome/ and pick the icon you want.
Once you click on the icon you’ll see the icon’s ‘unicode’ (it looks like the
\f15c
that’s already inserted in the code I gave you).Then insert the new unicode instead of the one that’s already in the code (dont forget the
\
).If it still doesn’t work, try inserting the code into the styles.css file (using a child theme of course).
Let us know if it works.
Hello Tzafi,
Unfortunately there isn’t a way to set a different menu for the search results page.
Hello Daniel,
1. To widen the sub menu background you can insert the following code into Appearance > Customizer > Live CSS:
.sf-menu ul{width:15em;}
You mean that you would like to place the arrow next to the categories that have sub categories?
2. Unfortunately there isn’t a way to display the date and time in the widget’s main post, as you can see, they are displayed above the post description.
3. You can start by adding the following code in Live CSS:
@media (max-width:768px) { button.navbar-toggle.visible-xs:before {content: 'menu';}}
4. Unfortunately you can’t insert an image but you can use a different icon from https://fortawesome.github.io/Font-Awesome/.
You can insert the icon’s unicode in this code:
.format-standard.grid-item .entry-meta:before {content: '\f15c';}
Ok, click on the following link to download the ZIP file:
https://support.pojo.me/wp-content/uploads/sites/139/2016/03/de_DE.zip
Upload the ZIP file to the
wp-content/languages
folder on your server via FTP.Then you can use the loco plugin.
It’s supposed to be for translation, especially english.
Could you send us access to a temporary user (in a private reply), so we could check this?
Ok it seems that your server is blocking the update for some reason.
So instead update RevSlider manually:
Go to My Account > Downloads > Revolution Slider.
Download the ZIP file then extract the RevSlider folder and upload it via FTP to the
wp-content/plugins
folder.This will overwrite the current Revslider folder.
You can see their official guide here: https://www.themepunch.com/faq/update-plugin-packaged-theme/.
Hello Idit,
Seems like your web host is blocking this update, try asking them about this issue.
Let us know if it helps.
Hello Bart,
In the latest version of the Pojo Forms plugin we’ve added the option of attaching a file to the form 🙂
Could you send us access to a temporary user?
You can set the reply as private.
In continuation of you email, we took care of this issue.
You can now backup your site and update the theme.
Hello Keren,
What error do you get?
Try reactivating the license key of your theme, and let us know if that helps.
Try checking this plugin out:
1. In every page you can display its title by going to the page’s Advanced Options > Page Title and setting it to be displayed.
The page’s title is displayed as H1.
If you want to add your own customized H1 (and not as the page’s title) you can add in the Page Builder the Title Widget.
In this widget you can set the heading type you want (H1-H6).
Regarding the widget titles, unfortunately there isn’t a way to set it as a different heading.
This reply has been marked as private.1. The CSS codes displayed there are actually the Customizer settings, in the future we will move them to a seperate CSS file.
2. Unfortunately there isn’t a way to move it, because it is set as part of the widget title 🙁
Hello Daniel,
1. The H1 in the homepage is visible set as the title’s page, however you can simply add them with the title widget..
2. You can insert the following code in the Customizer > Live CSS:
.pswp__bg{background: rgba(0,0,0,0.80) !important;}
3. Unfortunately there isn’t a built-in way to set it as clickable, however you can do so with customized css coding.
Hello Tzafi,
Unfortunately we provide here technical support for our themes so I can’t really provide you with a customized coding..
However you can try in this direction: set the sub menu to be displayed only for the relevant pages (by using the
.page-id-0
class, for example the first one would be.page-id-121
).Good luck.
Hello Hannit,
Unfortunately the browser language influences the google map language and there isn’t a way to set it to be influenced by the site’s language 🙁
Ok it seems that one (or maybe some) of the external plugins installed is causing this issue.
I deactivated all the external plugins and as you can see now the german menu appears.
You can find the plugins I deactivated on the plugins page under Inactive.
Try activating all of them then one by one deactivating them to see which one is causing the issue.
-
AuthorPosts