Forum Replies Created
-
AuthorPosts
-
Did you create the child theme yourself?
Or did you downloaded it from our website (through your account)?Hi,
How did you do the migration?
Did you make sure that in the data base all the paths were replaced with your new domain?Try to use this plugin to replace all the references to old domain with the new one.
Hi Gio,
In General, if the issue is the appearance of the menu, the best approach is to use the primary menu and to customize it – As far as you can with the built in customizer and the rest with custom CSS.Hi Marco,
Could you first switch back to the main theme and see if it’s working properly with it?Hi,
In principal you can integrate with our plugin, but it requires coding.
You can see, for example, how we integrated it with contact form 7:https://github.com/pojome/pojo-forms/blob/master/classes/class-pojo-forms-cf7db.php
11/09/2016 at 12:40 in reply to: changing the spacing at the top of an h1 on a page in frame theme #2155You are welcome 🙂
11/09/2016 at 12:12 in reply to: changing the spacing at the top of an h1 on a page in frame theme #2153You can add this:
#builder-section-1 { padding-top: 0!important; }
Hi Opher,
What do you mean “it doesn’t show in Customize”?
You can’t design external plugin inside Customize panel.
If it doesn’t work with the settings of the plugin itself, you need to use CSS.This reply has been marked as private.Hi,
You can add this CSS:@media (max-width: 767px) { .pojo-form {padding-left: 10px;padding-right: 10px;} }
So you need to contact them and ask them how should you start with WordPress.
I’m sure they can install it for you – A lot of hosting companies are doing it.After you will have WordPress installed on your server, then you could start with installing our themes.
Let us know if you need any additional help.
And they install WordPress on it?
Or did you?Do you have a hosting plan?
In order to work with WordPress and our theme,
You gotta have first a server on which you install WordPress and only then you can install the theme.Hi,
Make sure you change all the classes – this one, for example is still set to 767px:@media (max-width: 767px) { #responsive-menu-button {top: 40px !important;} }
Hi,
Unfortunately, we can’t offer support in such level… :/
The theme is built and design in a certain way, and of course you could modify it to your understanding, but we can’t help with this.Hi,
Go to Design > Customize > LogoHi Ido,
In order to do it you need to do some CSS modification.
It’s not one line of code we can give you.In short, you need to change all the media queries now set to 767px to 1200px.
Shalom Nico,
So you need to create this folder –loop
, then to copy thepage.php
file from the main theme, and put it in the new folder you have created.The principal is that you need to the have the exact file, with the same path in your child theme.
Try this file (again, in the child theme):
loop/page.php
.It was something in the way you have inserted the text.
I cut it and the pasted it back, and now it seems to work. -
AuthorPosts