Forum Replies Created
-
AuthorPosts
-
Hi Aulas,
Here is how the Editor is disabled
http://www.wpbeginner.com/wp-tutorials/how-to-disable-theme-and-plugin-editors-from-wordpress-admin-panel/
So you just need to remove that code from your wp-config.php to have it.The video is not available anymore so I could not check the error.
Best regards,
VictoriaHi Faun2015,
I was not able to see the issue. All the links take me to the home page in German and in this was the result trying to reach the English version.
Best regards,
VictoriaHi reederjack5252,
I was about to check your website, but the verification codes did not work.
Best regards,
VictoriaHi jrwired1073,
Well, you can try deactivating the themes’ scripts optimization and configure the Autoptimize to do the job for you.
To disable Enfold optimization you need to add this code to your functions.php
add_filter('avf_merge_assets', function() { return array('css' => 'none', 'js' => 'none'); });If you need further assistance please let us know.
Best regards,
VictoriaApril 4, 2018 at 1:53 pm in reply to: Fullwidth Easy Slider > Image Link > Single Entry > Post limit in dropdown? #937151Hey sky19er,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look? Which page should we be looking at?
Best regards,
VictoriaHi saquasar,
It is hard to have the images scale perfectly, I can propose you a different solution, please use the code below and see if this works for you:
#puzzle-1 .flex_cell.no_margin.av_two_third.avia-builder-el-2 { padding: 10px 10px 0 10px !important; } #puzzle-1 .flex_cell.no_margin.av_one_third.avia-builder-el-4 { padding: 0 !important; } #puzzle-1 .av_textblock_section p { margin: -0.5em ; } #puzzle-1 .puzzle01, #puzzle-1 .flex_cell.no_margin.av_two_third.avia-builder-el-2 .flex_cell_inner { margin: -1em -0.5em -3em -1em; }Let me know what you think.
Best regards,
VictoriaHi Diezel23,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#av_section_1 .flex_column.av_one_full.flex_column_div.avia-builder-el-2 + .flex_column_table.av-equal-height-column-flextable { margin-top: 0px !important; } @media only screen and (max-width: 479px) { .av_slideshow_full.avia-slideshow, .av_slideshow_full.avia-slideshow ul { min-height: 230px !important; } .av_slideshow_full li img { min-height: 230px !important; width: 130%; max-width: 130%; } #top .avia-slideshow-button { padding: 10px 11px; display: inline-block; margin-top: 10px; } }If you need further assistance please let us know.
Best regards,
VictoriaApril 4, 2018 at 1:15 pm in reply to: Enfold Instagram Widget not Working (Enfold 4.2.6, PHP 7.2) #937117Hi Spacecowboystudio,
You need to go to your wp-cofing.php via cpanel or FTP and look for this code:
define( 'DISALLOW_FILE_EDIT', true );Set it to false and then you will be able to see the editor under Appearance and will be able to change the file. Or you can change the file while you’re in cpanel.
If you need further assistance please let us know.
Best regards,
VictoriaHi immergellc,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.team-img-container .avia_image.avia_image_team { border-radius: 165px; }If you need further assistance please let us know.
Best regards,
VictoriaHi friefodspor,
You can open the language files, find this text and edit it there.
Best regards,
VictoriaHey Fieldtripper,
The page is password protected, can you share the password in private, please?
Best regards,
VictoriaApril 4, 2018 at 8:45 am in reply to: One menu item is returning a 404 error on mobile but not desktop #937023Hey kelsangwangpo,
I get a 404 just following the link from the thread above.
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
VictoriaApril 4, 2018 at 8:41 am in reply to: Avia Layout Builder doesn't work in pages & posts, after website duplication #937021Hi marinouze,
Maybe you need to check them to display in the screen options?
Or what sections do you mean? Could you please attach some screenshots of the issue?Best regards,
VictoriaApril 4, 2018 at 8:35 am in reply to: Customize blog layout – number of posts preview and their apparences- #937017Hey emilie6525,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
You should be able to change the number of posts shown in the masonry settings. Here are the docs
Best regards,
Victoria-
This reply was modified 7 years ago by
Victoria.
Hi celum78770,
You have here initial open set to 4 and so the 4th section is active on this page http://akiro.fr/dam-digital-asset-management-celum/
If you set it to 1 it will work as it should.Best regards,
VictoriaHi sky19er,
Can you please be more specific what you’re trying to achieve? In which slider?
Best regards,
VictoriaHey readingpics,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
VictoriaApril 4, 2018 at 8:14 am in reply to: Problems with icons, buttons and separators after Enfold update #937008Hi Sophie,
Ok, glad we got the update out of the way. Can you please be more specific which font is not loading properly? Could you please attach some screenshots of the issue?
Best regards,
VictoriaHi premedia,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select { border-color: #232323; border-radius: 3px; margin-top: 10px; }If you need further assistance please let us know.
Best regards,
VictoriaApril 4, 2018 at 7:58 am in reply to: WooCommerce Mobile Cart Icon URL/Hyperlink Click Issue #937004Hey jolamptey,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 479px) { .responsive.html_bottom_nav_header.html_cart_at_menu #top #wrap_all .main_menu { right: 65px; } .responsive #top #wrap_all .container.av-logo-container { width: 95%; max-width: 94%; } .responsive #top #menu-item-shop.cart_dropdown { margin-left: 0; margin-right: -1px; width: 80px; z-index: 105; } .responsive #top .cart_dropdown { z-index: 105 !important; } }If you need further assistance please let us know.
Best regards,
VictoriaHey Wendy,
If you do not want others to read your thread, you can put all of it in the private box below, where you put website addresses.
If you need further assistance please let us know.
Best regards,
VictoriaApril 4, 2018 at 7:44 am in reply to: Issues with… WordPress 4.9.4 // Enfold Version 4.2.6. // Woocommerce 3.3.4 #936995Hi Benoit,
Well, the gift card test is working, looks like the not working once are the ones that are variable products. Correct?
Best regards,
VictoriaHi Charlotte,
We are sorry for the inconvenience, but the most recent WordPress requirements are php7, it has been around since 2015 and many theme and plugin authors are using it in their products.
Please let us know how that worked for you and if you need any more help.
Best regards,
VictoriaHi snxodesk,
There are errors in JavaScript in thumb-gallery.js and so the page breaks. Please check the script.
Best regards,
VictoriaHi mbesh,
The completed project id is not causing any issues, you can remove it anyway.
Can you please check server log for error?
There is nothing in the code to be causing the 500 error, but would be nice if you could check what the error is in the server log.Best regards,
VictoriaHi johnwaterblasting,
I still see all the errors, the external jquery is still loading and is causing conflict. Can you disable it?
Best regards,
VictoriaApril 4, 2018 at 7:20 am in reply to: Enfold demo import with Woocommerce products not importing product variations #936974Hey thewebsmiths,
I see the same options on your page and the demo page, can you please explain in more detail what is it that you’re missing?
Best regards,
VictoriaHey satsumamedia,
You might want to use Contact From 7 and Popup for Contact Form 7 to achieve this.
If you need further assistance please let us know.
Best regards,
VictoriaHi Elke,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (min-width: 768px) and ( max-width: 990px) { .inner-container .avia-custom-sidebar-widget-area.sidebar { display: none; } }If you need further assistance please let us know.
Best regards,
Victoria -
This reply was modified 7 years ago by
-
AuthorPosts

