Forum Replies Created
-
AuthorPosts
-
February 3, 2018 at 2:46 pm in reply to: Featured image and title not displaying on individual blog posts #907223
Hey 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,
RikardHey lindemarie,
Please try the following in Quick CSS under Enfold->General Styling to decrease the font size a bit on mobile:
@media only screen and (max-width: 767px) { .home .avia-caption-title { font-size:25px !important; } .home .avia-slideshow-button { font-size:18px !important; } }
Best regards,
RikardFebruary 3, 2018 at 7:40 am in reply to: Preset certain portfolio category on filter options #907176Hi Maarten,
Please let us know if you should have any further questions for us.
Best regards,
RikardHi,
Great, glad we could help and sorry for the problems. The builder is unfortunately a bit sensitive to open html markup, so if this should happen again then please look for anything like what I pointed out.
Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
RikardHi Pim,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 1270px) { nav.main_menu { display: block !important; } #avia-menu .menu-item { display: none; } .av-burger-menu-main.menu-item-avia-special { display: block; } }
Best regards,
RikardHi Gerhard,
It’s located in the Content Element tab, the third element on the third row. If you should need any further help then please post admin login details in private so that we can have a closer look.
Best regards,
RikardHi,
Great, let us know if you should have any further problems on the topic.
Best regards,
RikardHi,
Please try the following in Quick CSS under Enfold->General Styling:
.main_color { border-top:none !important; }
Best regards,
RikardFebruary 3, 2018 at 6:13 am in reply to: Code disappears/changes when switching from visual to text window #907169Hey melrosestudios,
Thanks for the details, though it looks like you forgot to include a user? Also, how and where can we reproduce the problem?
Best regards,
RikardHi shaunbrickell,
I don’t see any login details, but that menu option has moved to Enfold->Main Menu. Please have a look there. If you need a custom breakpoint then you can use the following CSS:
@media only screen and (max-width: 1024px) { nav.main_menu { display: block !important; } #avia-menu .menu-item { display: none; } .av-burger-menu-main.menu-item-avia-special { display: block; } }
Adjust the 1024 value to the width of your choice.
Best regards,
RikardHi,
Great, glad you got it working and thanks for sharing your solution. 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 5:57 am in reply to: Social Icons disappearing on a mobile display in top bar at the right #907165Hi,
Thanks for the login details. Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 989px) { #header_meta .social_bookmarks { display: block !important; } }
Best regards,
RikardHi,
Which elements are you unable to add? You might want to try to activate debug mode and copy the shortcode into the element instead: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
Best regards,
RikardHi Bruno,
Great, glad you found a fix. 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 screenshots. Just to clarify, the problem is that the menu is overlapping the logo? If so, could you post a link to the site in question so that we can have a closer look please?
Best regards,
RikardHi Verena,
Great, glad you got it working. Please let us know if you should need any further help on the topic.
Best regards,
RikardHi,
Where exactly did you add the CSS? Do you have any caching plugins?
Best regards,
RikardFebruary 2, 2018 at 11:14 am in reply to: Problems after deinstall of LayerSlider Full version #906779 -
AuthorPosts