Forum Replies Created
-
AuthorPosts
-
September 17, 2014 at 10:02 pm in reply to: Translate things like 'read more', 'comments' etc to Dutch #320754
You are welcome Marc, glad to help :)
Regards,
JosueHi Solveig!
You can put HTML content as navigation label, try something like this:

Best regards,
JosueSeptember 17, 2014 at 9:52 pm in reply to: standard format blog posts have cropped featured images #320748Hi,
Can you please create me an administrator account? post it here as a private reply.
Regards,
JosueHey!
You need to serve the proper format for Firefox (webm), refer to this:
https://developer.mozilla.org/en-US/docs/Web/HTML/Supported_media_formatsCheers!
JosueYou are welcome, glad to help :)
Regards,
JosueHi Jason!
You could make pages get the direct content instead of the _aviaLayoutBuilderCleanData postmeta (at your own risk), open template-builder.php and look for line 22:
$content = apply_filters('avia_builder_precompile', get_post_meta(get_the_ID(), '_aviaLayoutBuilderCleanData', true));Change it to:
$content = apply_filters('avia_builder_precompile', get_the_content());Regards,
JosueHey Boe!
Access your site via FTP and look for the .htaccess file that is located in the root of your WordPress installation (it can be hidden), open that file and paste the following code at the top:
<FilesMatch "\.(ttf|otf|woff)$"> <IfModule mod_headers.c> Header set Access-Control-Allow-Origin "*" </IfModule> </FilesMatch>Cheers!
JosueSeptember 17, 2014 at 8:44 pm in reply to: Contact Form – Email sent from noreply@testmail.com #320716Hi!
Try this plugin just to discard if the issue is theme-related or not:
https://wordpress.org/plugins/contact-form-7/Best regards,
JosueHola Alex,
Tendrías que actualizar via FTP (mira el video que puse en mi respuesta anterior). Si aun así el problema persiste trata desactivar todos los plugins activos.
Saludos,
JosueSeptember 17, 2014 at 8:27 pm in reply to: Partner/Logo Element breaks with more than 10 Images #320709Hi!
I was able to set more than 10 images in the Partner/Logo element here:
Cheers!
Josue-
This reply was modified 11 years, 6 months ago by
Josue.
Hi!
There is no way to make them round on a browser that doesn’t support that feature (border-radius). Regarding mobile view could you please elaborate what’s exactly the problem there?
Cheers!
JosueHi!
Add this:
.header-right { z-index: 100; }Best regards,
JosueSeptember 17, 2014 at 8:08 pm in reply to: Video Playlist bug since WordPress 4.0 and Enfold as of 8-9-2014 #320699Hey!
Try changing the code to this:
.wp-video-playlist .mejs-container { margin: 0; width: 100%; height: auto !important; min-height: 460px !important; }That way it will only affect video playlists.
Best regards,
JosueHey!
I tested the code i posted and it worked fine on my install, basically it will create another page list below the normal, automatic one (the ID is needed because the script can not guess which additional page children to bring).
There are plugins solutions that could work for you like Page List, note that we don’t cover fixes or customizations for third party plugins.
Regards,
JosueHi!
It looks fine on my end, can you post a screenshot of your view depicting the issues you mention?
Best regards,
Josue-
This reply was modified 11 years, 6 months ago by
Josue.
Hey!
Try adding this code to the Quick CSS:
@media only screen and (min-width: 767px) and (max-width: 989px) { .ubermenu .ubermenu-item-layout-icon_right > .ubermenu-icon { display: none; } }Cheers!
JosueSeptember 17, 2014 at 7:44 pm in reply to: Translate things like 'read more', 'comments' etc to Dutch #320685Hey Marc!
You’d just need to upload wp-content/languages from the Dutch WordPress folder.
Regards,
JosueHi!
Try with this:
.entry-footer ins.adsbygoogle { position: relative; top: 65px; }Best regards,
JosueHi!
That’s because those posts are built with the Advanced Layout Builder, if you don’t want the _aviaLayoutBuilderCleanData postmeta to get stored with your posts you’d need to switch back to the normal editor and rely on manual shortcodes only.
More info:
http://kriesi.at/documentation/enfold/working-with-the-advanced-layout-builder/Regards,
JosueHi!
That’s not a FTP account, however i think re-installing won’t do the fix as i already tried that in Updates > Re-install to no avail. Try the fixes provided in the following article:
http://manovotny.com/fix-wordpress-admin-styles-not-loading/Regards,
JosueHi!
You’d need to change the context condition:
if($context == "post")To:
if($context == "post" || $context == 'page')Cheers!
JosueHi,
It’s working now, modify it at functions.php.
Cheers!
JosueHi,
Can you please create us a temporary FTP account? post it here as a private reply.
Regards,
JosueHi!
I was able to put the Universal menu via manual integration (edited includes/helper-main-menu.php, line 60) and it looks better i think but it still needs some style adjustments, have you tried contacting UberMenu support for some additional insight? please note that support for third-party plugins is not something we can cover.
Best regards,
JosueHola Alex,
Tienes que actualizar a la ultima version de Enfold, 2.9.2:
Saludos,
JosueHi,
Can you please create me an administrator account? post it here as a private reply.
Regards,
JosueSeptember 17, 2014 at 2:02 am in reply to: Translate things like 'read more', 'comments' etc to Dutch #320238Hi Marc!
That means your installation is set to Dutch but doesn’t have the Dutch translation files, therefore it is unable to translate those WP strings (read more, etc). I’d suggest re-installing WordPress using a copy from here:
http://nl.wordpress.org/Cheers!
JosueHi!
Try with this instead:
#wrap_all:after { content: ""; position: absolute; top: 0; left: 0; z-index: 1000; background: url(https://91.109.2.32/~englishcountryga/wp-content/uploads/2014/09/floral.png) no-repeat top left; width: 100%; height: 100%; pointer-events: none; }Best regards,
Josue -
This reply was modified 11 years, 6 months ago by
-
AuthorPosts
