Forum Replies Created
-
AuthorPosts
-
Hey Dee,
I checked both pages and they look fine on my end, could you post screenshots pointing out the problems and how to reproduce them please?
Best regards,
RikardHi,
Glad we could help. Please open a new thread if you should have any further questions or problems.
Best regards,
RikardHi,
I’m not sure what you mean by that, I can see the mobile menu on all resolutions below 1270 now. How can we reproduce the error you are seeing?
Best regards,
RikardFebruary 4, 2018 at 6:22 am in reply to: mobile icon is low on small screens when logo is hidden #907362Hi Julie,
Thanks for the feedback. Please let us know if you should need any further help.
Best regards,
RikardHi,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 1125px) { nav.main_menu { display: block !important; } #avia-menu .menu-item { display: none; } .av-burger-menu-main.menu-item-avia-special { display: block; } }
Best regards,
RikardFebruary 4, 2018 at 5:50 am in reply to: 2 images logo on header, one on left, one on right and menu under and on right #907359Hi,
Thanks for helping out @guenni007. Do you need help from us or from Avada @empatica?
Best regards,
RikardHi,
Thanks for letting us know. Please open a new thread if you should have any further questions or problems.
Best regards,
RikardHi,
Glad we could help. Please let us know if you should have any further questions for us.
Best regards,
RikardHey Martin,
Could you post a link to the page in question so that we can take a closer look please?
Best regards,
RikardHey Mireya,
You should take security measures very seriously, but I don’t think this is one of them to be honest. I have several private site where my author name and user name is the same, and I’ve never seen login attempt using that user name. Bots tend to only use “admin”, as that is the default user created by WordPress if you don’t change it yourself. Did you try to use a plugin like WordFence to see if this is actually a problem on your site? If not then I don’t think you have to worry about it too much.
If you are worried about someone gaining access to your, site then I would recommend that you lock down the login screen instead as explained on this page: https://steadywp.com/wordpress-security/
Best regards,
RikardFebruary 3, 2018 at 3:04 pm in reply to: Tables and Rows – Struggling to get a page to look good both on mobile and deskt #907231Hi Tim,
I see your problem, I think it’s due to the image/text/button are not in the same 1/3 element? If that is the case then please try adding them to the same element, then it should display as it should. If that is not the case then please post admin login details in private so that we can have a closer look.
Best regards,
RikardFebruary 3, 2018 at 3:01 pm in reply to: Heading 1 Font Size on Individual Pages – More flexible option? #907230Hi Tim,
Glad we could help :-)
Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
RikardFebruary 3, 2018 at 3:00 pm in reply to: Need full width submenu to align with main menu above it. #907229Hi,
Glad we could help, please let us know if you should need any further help on the topic or if we can close it.
Best regards,
RikardHey Louis Deboutin,
What exactly is not working when you try to register on the forum?
Did you try to import a demo under Enfold->Demo Import?
Best regards,
RikardFebruary 3, 2018 at 2:55 pm in reply to: ENFOLD Theme Implement Deferred Parsing of Javascript? #907226February 3, 2018 at 2:50 pm in reply to: When I click "update", I lose the content for my page #907224Hi,
Thanks for the login details and feedback. Your problem is likely due to having open html markup in your content. I found this for instance:
<strong>Copywriter | Los Angeles, CA | 310.490.4743<strong>
You have two open strong tags and neither of them is closed, please try changing it to this:
<strong>Copywriter | Los Angeles, CA | 310.490.4743</strong>
The content under that part will likely disappear again once you save, but after the markup is closed properly you shouldn’t have this problem anymore.
Best regards,
RikardFebruary 3, 2018 at 2:46 pm in reply to: Featured image and title not displaying on individual blog posts #907223Hey bulldog232,
Thanks for the login details. That is actually how it’s supposed to work, since you are using the Layout Builder to create your post. If you want all the “default” elements in your post, then you will need to add them manually using the builder, or use the default editor.
Best regards,
RikardHi,
Thanks for the feedback. Please try to follow this: http://kriesi.at/documentation/enfold/my-contact-form-is-not-sending-emails/
Best regards,
RikardHi vdarend,
As far as I know, auto-play is disabled on apple devices by default, and there can be issues with users having a high data load with videos on mobile as well. So even if there was a solution for mobile, you would have have backup solutions, that is why I wouldn’t recommend you to pursue that.
Best regards,
RikardHi jonnycuest,
Could you post a link to an example page so that we can take a closer look please?
Best regards,
RikardHey rick657,
It’s not a plugin, it’s a theme. Please try to add it under Appearance->Themes instead.
Best regards,
RikardHi,
Great, glad we could help. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
RikardFebruary 3, 2018 at 8:41 am in reply to: Icon Font Upload – Some Icons Not Importing Corretly #907189Hi,
Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
RikardHi,
Thanks for the feedback. I had a look at your FTP account again and it seems a bit messy to be honest with you. The site you are running is installed in the /pages/ directory, is there any reason for that? You also seem to have a WordPress installation in the root, what exactly is that for? I think this could be the reason for your problems. We’d be happy to try to update the theme, but it’s better to get this straightened out first.
Best regards,
RikardHey d-mosseri,
I’m not sure I understand exactly what you are looking to remove, could you post a screenshot highlighting the problem maybe?
Best regards,
RikardHi,
Great, glad you got it working :-)
Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
RikardHi,
Thanks for the feedback. I’m not sure what you mean by collecting your code, I’m guessing you want to add them all in the same place? If so then please don’t mix PHP and CSS code. CSS goes into Quick CSS, not your functions.php file.
Best regards,
RikardHey Loining,
There is nothing like that in the theme by default so you will have to use a plugin. Maybe you can find something here? https://wordpress.org/plugins/search/cookie+user+info/
Best regards,
RikardHi,
Thanks for that, I get the same problem on my end. Please try this in your functions.php file to remove that column:
add_action('admin_head', 'remove_thumb_column'); function remove_thumb_column() { echo '<style> #the-list .column-thumb { display:none; } </style>'; }
Best regards,
Rikard -
AuthorPosts