Forum Replies Created
-
AuthorPosts
-
December 16, 2018 at 7:28 pm in reply to: Avia full width submenu not sticky after update to 4.5.1 #1046027
Hi leos,
Probably it’s just a caching issue, which fetches old css values/codes and it might have expired which forces the new css to be fetched instead.
Anyway, glad that it has been resolved :)Best regards,
NikkoHey vasudevbbhat,
I don’t think Enfold has those features, though we lightbox popup for images.
You might want to check for wordpress plugins for this feature.Best regards,
NikkoHey lzevon,
I have checked your site, and could see your css code working effectively:
.the-nine-topics .toggle_icon { padding: 2px; color: #ffffff !important; background: #00aeef !important; }
but since you mentioned ids, maybe this selector can help:
.the-nine-topics [data-fake-id="#toggle-id-1"] .toggle_icon { //css code here }
Best regards,
NikkoHey xyzb,
Can you try adding this css code in Quick CSS (located in Enfold > General Styling):
#top .av-video-service-youtube .av-click-overlay { top: 60px; }
Hope it helps.
Best regards,
NikkoHey michellevelasss,
Are you referring to the Enfold Contact form? or a plugin’s form?
Can you give us the username as we’ll so we can try to check.Best regards,
NikkoHi Dizasta,
Can you give us a link to your site? you can post it in private content, so it’s only seen by the moderators.
If you put a background on the columns it should be equal however the icon lists inside each column could not be adjusted properly, but we’ll try to inspect it and maybe we can make it look better and equal.Best regards,
NikkoHi Brad,
If you want a refund, you would need contact Themeforest support as we don’t handle anything regarding sales, you can use this link to request for a refund: https://help.market.envato.com/hc/en-us/requests/new
Another option is to enable Avia Layout Debugger on your site: https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode and we’ll try to help set it up since it’s only single page site.
I tried to check on your site to try to check it further however it just shows (renamed the website name in the error):The connection to 'yoursite.com' failed. Error: TimedOut (0x274c). System.Net.Sockets.SocketException A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond
Best regards,
NikkoHi VORMELEVENCC,
I can’t see the page and I only get:
Niets Gevonden Sorry, de post waarnaar u opzoek bent is niet beschikbaar. Misschien wilt u gebruik maken van de zoekfunctie?
Seems like the page is removed.
The problem you’re having is similar to: https://stackoverflow.com/questions/50977913/google-maps-shows-for-development-purposes-only
You’ll need to enable Billing on your google account, google provide limited daily usage if you exceed it, you’ll see those watermarks.Best regards,
NikkoHi stefanstagliano,
This is the code that causes the issue you’re having:
@media (max-width: 1130px) { .big-preview img { height: 3160px; width: auto !important; }
you can find it in (link in private content)
try adding this css code:
@media only screen and (max-width:767px) { .big-preview img { width: 100% !important; height: auto; } }
let us know if this helps.
Best regards,
NikkoHi Sladestyle,
Installing the classic editor plugin is what WordPress suggests to disable gutenberg at the moment which causes a lot of issues on a lot of sites, themes and page builders.
There is a plan though from our developers to create an option in the backend to enable/disable gutenberg, this way it can be disabled through the theme option instead of installing another plugin or some custom php code.Best regards,
NikkoHi soniavoice,
Glad that we could help :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi ktiilikka,
I think the problem is with the hidden Color Section.
And two ids of the same name doesn’t work properly, try to change the second translation (id) to translation-mobile then on your menu, in Appearance > Menus, instead of having 1 link to translate, make it 2.
The link for translation in desktop will have for example a class of menu-item-desktop and the menu on mobile which points to #translation-mobile give it a class menu-item-mobile then go to Quick CSS (located in Enfold > General Styling) just add this code:.menu-item-mobile { display: none; } @media only screen and (max-width:767px) { .menu-item-desktop { display: none; } .menu-item-mobile { display: block; } }
Hope this helps.
Best regards,
NikkoHi fabiomagliozzi,
I checked it with pingdom and pagespeed insight and your http://www.website.com does work well and does not return 404 page, however for /en it returns this on pagespeed:
Lighthouse returned error: ERRORED_DOCUMENT_REQUEST. Lighthouse was unable to reliably load the page you requested. Make sure you are testing the correct URL and that the server is properly responding to all requests. Status code: 404.
and 404 page on pingdom. I have checked your /en site and it does give me a 404 page so I think it’s accurate.
Can you try to switch to wordpress default theme like twenty-nineteen and check if it returns the same result on your end?Best regards,
NikkoHi Daniel,
I can see the video after the first page (screenshot in private content).
However I could see this error:Mixed Content: The page at '<URL>' was loaded over HTTPS, but requested an insecure font '<URL>'. This request has been blocked; the content must be served over HTTPS.
and it’s pointing to your fonts.
Best regards,
NikkoHi soniavoice,
I see, I made some mistake in the code I gave, please replace the code I gave to:
@media only screen and (max-width:767px) { #top #after_section_1 .avia-table-1 tr, #top #after_section_1 .avia-table-1 tr { display: table-row; } #top #after_section_1 .avia-table-1 th, #top #after_section_1 .avia-table-1 td { display: table-cell; min-width: 50%; width: 50%; padding-left: 17px; padding-right: 17px; border-right: 1px solid; } #top #after_section_1 .avia-table-1 th:last-child, #top #after_section_1 .avia-table-1 td:last-child { border-right: none; } #top #after_section_1 .avia-table-1 td:before { display: none; } }
Best regards,
NikkoHi samvasgr,
Can you give us the login link and credentials for the staging site?
Just post those information in private content, so it can only be viewed by the moderators.Best regards,
NikkoHi lorenzdeutsch,
Can you try to enable Avia Layout Debugger: https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode
Since you’re not using a child theme, go to wp-content > themes > enfold > functions.php and find this code (should be in line 17 in version 4.5.1):if(isset($avia_config['use_child_theme_functions_only'])) return;
and below that code paste this:
//set builder mode to debug add_action('avia_builder_mode', "builder_set_debug"); function builder_set_debug() { return "debug"; }
Best regards,
NikkoHi Franz,
You have mentioned in example that you have those markup:
<h3>TEXT TEXT</h3>
we assume you are using Text Block. If we misunderstood it please let us know, maybe you can give us a screenshot where you put it to give us the context.
Best regards,
NikkoHi Mike,
I have added this css code in Quick CSS (located in Enfold > General Styling):
#tribe-events-bar:before, #tribe-events-bar:after { content: "."; position: absolute; height: 100%; width: 2000px; left: -2000px; text-indent: -50px; overflow: hidden; border-bottom-style: solid; border-bottom-width: 1px; }
However, it doesn’t take effect since caching is preventing it, even when purging SG cache.
Best regards,
NikkoDecember 15, 2018 at 5:27 pm in reply to: Updating to Enfold 4.5 and validating Personal Token #1045678Hi dale_arden,
Yes, please try upload manually via ftp.
If you haven’t updated your site to WordPress 5.0 yet, you might want to create a stage site first: https://themeisle.com/blog/wordpress-staging-site/
this way you can try the updates first without risking your live site.Best regards,
NikkoHi leviticus,
I tried logging in with the credentials you gave however it didn’t work, please check.
Best regards,
NikkoHi danielrad78,
Thanks for giving us admin access as well.
I checked it with IE and it doesn’t crash however it is too slow that it doesn’t seem to function at some point, even in chrome not just in IE.
And I get this in the web console:Active resource loading counts reached a per-frame limit while the tab was in background. Network requests will be delayed until a previous loading finishes, or the tab is brought to the foreground.
Also since you are using an old version of Enfold, can you try to create a stage site (a duplicate on of your live site which will be placed in your subdomain), you can check how to do it here: https://themeisle.com/blog/wordpress-staging-site/
This way you can try to update in the stage site to the latest version of Enfold without affecting your live site in case there will be issues.Best regards,
NikkoDecember 15, 2018 at 5:09 pm in reply to: Error message on wp-admin after upgrade to Enfold 4.5 #1045673Hi Klaasbaas1983,
Did you turn off the caching in the staging?
What I meant is the caching in the live site.
You’ll see it in wp-config.php:define('WP_CACHE', true); define( 'WPCACHEHOME', '/home/path_to_your_wp_folder/wp-content/plugins/wp-super-cache/' );
(I’ve renamed the path).
As for the superobject file, yes it was checked and it was this line:$this->type_fonts = new AviaTypeFonts();
which is weird, since that class is properly defined in enfold > framework > php > font-management > class-avia-type-fonts.php
Also there is no similar issues that you’re experiencing.Best regards,
NikkoHi soniavoice ,
Can you try adding this css code in QUick CSS (located in Enfold > General Styling):
.postid-4561 #after_section_1 .avia-table-1 th, .postid-4561 #after_section_1 .avia-table-1 td { display: table-cell; min-width: 50%; width: 50%; padding-left: 17px; padding-right: 17px; }
this will affect only the page/post you posted. If you want it to be global, you can do it like:
#top #after_section_1 .avia-table-1 th, #top #after_section_1 .avia-table-1 td { display: table-cell; min-width: 50%; width: 50%; padding-left: 17px; padding-right: 17px; }
HOpe it helps.
Best regards,
NikkoHi jnrdavo,
Are you referring to footer widgets?
Try to go to Appearance > Widgets > (at the bottom left) find Inactive Widgets, your widgets might have been placed there, you can put it back by dragging it to the footer widget area.Best regards,
NikkoHi kostertje,
In the link below (private content), I have modified the Choose custom size image that is in Portfolio Grid.
As for WordPress 5.0 issue you have, I didn’t find any in some pages I checked, can you tell us where the issue is?Best regards,
NikkoHi biteandsip,
I apologize for the late response.
Can you try adding this css code in Quick CSS (located in Enfold > General Styling):#top .big-preview img { width: auto; max-width: 100%; }
Hope this helps.
Best regards,
NikkoHi Iain,
I apologize for the late response.
We don’t recommend modifying responsive.css or anything in the Enfold theme (but if you use a child theme, you can put it there).
Otherwise, just go to the WordPress Dashboard > Enfold > General Styling and add the css code in Quick CSS.Best regards,
NikkoHi spb-vladimir,
You can find it in enfold > config-templatebuilder > avia-shortcodes > section.php (begins in line 762):
if ($atts['background'] == 'bg_gradient'){
you should find other codes at the bottom.
Hope this helps.Best regards,
NikkoDecember 13, 2018 at 1:33 am in reply to: Add in Masonry after title also the Author's name and category #1044649Hi Lorenzo,
Glad to hear that, it’s a pleasure that we could help :)
Feel free to create a new thread if you need further assistance.
Thanks for using Enfold and have a great day!Best regards,
Nikko -
AuthorPosts