Forum Replies Created
-
AuthorPosts
-
Hi,
Are any console errors being thrown in the browser?
Best regards,
Jordan ShannonHey jefflovell,
Please provide admin info if possible so that I can look into this further.
Best regards,
Jordan ShannonHi,
Are you using the most up to date version of Endfold?
Best regards,
Jordan ShannonHey nadjar,
That is an issue of your cache plugin ( that is what the messages show ), so if you disable it, everything will be solved.
Let us know if we can do anything else for you.
Best regards,
Jordan ShannonHi,
I am glad that you were able to get this fixed! If you need additional help, please do not hesitate to contact us here.
Best regards,
Jordan ShannonMarch 14, 2017 at 10:40 pm in reply to: Mobile columns not stacking properly on some pages after update #761008Hi,
Can you please provide a link to the admin section. I see a link posted above, but am not seeing a pass.
Best regards,
Jordan ShannonHey macuser74,
You should be able to just save the following into a .php file:
<?php /* Template Name: Iframe */ ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <style> body{ margin: 0; } iframe{ width: 100%; height: 100%; border: 0; position: absolute; } </style> </head> <body> <iframe src="https://kriesi.at" frameborder="0"></iframe> </body> </html>
Let me know if this is what you needed.
Best regards,
Jordan ShannonHi,
No problem! I am glad this was able to get fixed for you. If you need additional help don’t hesitate to contact us here.Best regards,
Jordan ShannonHi,
No problem! I am glad this was able to get fixed for you. If you need additional help don’t hesitate to contact us here.Best regards,
Jordan ShannonHey sung789,
Please view the following documentation on adding addtional widgets to the menu area:
http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/
Best regards,
Jordan ShannonMarch 14, 2017 at 9:12 pm in reply to: name of author, quantity of comments, category in blog post #760983Hi,
Great. I am glad this was able to be fixed. If you need additional help, please do not hesitate to let us know.
Best regards,
Jordan ShannonHi,
I added this to quick css and it seems to have worked:
#avia2-menu{ color: #ff5c5c !important; }
Best regards,
Jordan ShannonMarch 14, 2017 at 8:56 pm in reply to: name of author, quantity of comments, category in blog post #760977Hi,
I updated that css to make sure the date is visible.
Best regards,
Jordan ShannonMarch 14, 2017 at 5:43 pm in reply to: Sidebar not showing on the correct place on event page Events Manager Pro #760881Hi,
Also, see if they (plugin authors) have any shortcodes you can use to display the events.
If you haven’t already done so then I would also take a look at the events calendar plugin which is fully compatible with Enfold.
Best regards,
Jordan ShannonHi,
You can do it through the root folder wp-content>themes> endfold >header.php and add your script in just before the </head> tag
Best regards,
Jordan ShannonHey mikejohnsimports,
Have you tried adding the script to header.php?
Best regards,
Jordan ShannonMarch 14, 2017 at 4:58 pm in reply to: Sidebar not showing on the correct place on event page Events Manager Pro #760851Hi,
The sidebar corrected when the plugin was disabled?
Best regards,
Jordan ShannonHi,
It’s just a little tough to give accurate info without seeing the actual way you have structured things. I can direct you to this thread, which my provide some help to what you are trying to achieve.
Best regards,
Jordan ShannonHi,
I understand. It may look nice on its own, but when its added to the site and stretched to fill the area it will inevitably lose some quality.
Best regards,
Jordan ShannonMarch 14, 2017 at 4:32 pm in reply to: Invisible color section problem (impossible to delete) #760824Hi,
I removed that blank space yesterday by providing the adding the following css:
#after_section_4{ display:none !important; }
Best regards,
Jordan ShannonMarch 14, 2017 at 4:30 pm in reply to: name of author, quantity of comments, category in blog post #760822Hi,
I added the following to quick css and it seems to work. Let me know if this is what you needed:
span.post-meta-infos{ display:none!important; }
Best regards,
Jordan ShannonHi,
Great! I am glad we were able to get this solved. If you need additional help, please do not hesitate to contact us here.
Best regards,
Jordan ShannonHey gailfrancombe,
Have you tried disabling all plugins to see if it fixes it? You can then go back and activate them individually to see which one is the problem.
Best regards,
Jordan ShannonHey amrod1,
Yes animations are possible within Enfold.
You can add your CSS in Dashboard > Enfold > General Styling > Quick CSS or inside the /enfold/css/custom.css. We use CSS animations in a lot of different areas. You can find examples in the following files.
/enfold/config-templatebuilder/avia-template-builder/assets/css/avia-builder.css /enfold/config-templatebuilder/avia-template-builder/assets/css/avia-modal.css /enfold/css/layout.css /enfold/css/shortcodes.css
As for Animate.css You can add this to your functions.php file to include it in the footer.
add_action( 'wp_footer', 'enfold_customization_custom_js' ); function enfold_customization_custom_js() { ?> <script type = "text/javascript" src = "URL to your script"></script> <?php }
Best regards,
Jordan ShannonHey Chris,
Can you please provide admin credentials so that I can see how you have configured your header.
Best regards,
Jordan ShannonHi,
Great! I am glad this was able to be worked out for you. If you need additional help please don’t hesitate to contact us here.
Best regards,
Jordan ShannonHey jtuselton,
You can add this to quick css:
@media only screen and (min-width: 667px) {
#top #header .logo{
position: relative;
top: 0% !important;
overflow: visible !important;
}}
Best regards,
Jordan ShannonHey jbird11,
Can you try deactivating all active plugins and try once again and check if that helps?
Best regards,
Jordan ShannonMarch 14, 2017 at 8:02 am in reply to: Sidebar not showing on the correct place on event page Events Manager Pro #760498Hi,
I was able to log in. It is possible this is caused by a conflict with a plugin. Could you try to deactivate all of them to see if things are changing? Afterwards, you can activate them again one by one to see which one is causing it.
Best regards,
Jordan ShannonHi,
This should be fixed now. Please test and let me know if that is what you needed.
Best regards,
Jordan Shannon -
AuthorPosts