Forum Replies Created
-
AuthorPosts
-
Hi!
The plugin i suggested allows you to create Custom Fields that would appear in each Post edit screen, so the idea was to create one for the “ratings” and then modifying the file that creates the Enfold grid to show the field in the front-end.
If you find this too the difficult another thing you can do is set the Grid Layout like this – http://screencast.com/t/G8qd4H02sx, and then use the built-in Excerpt field to store the “ratings” text for each post.
Best regards,
JosueHey!
Make sure you update both WordPress and Enfold. Also, if the site depends on special plugins (like WooCommerce) i’d suggest doing a backup beforehand.
Cheers!
JosueHey Denis!
I couldn’t really note an issue in the backend, can you specify which slider / layer has the issue?
Best regards,
JosueCan you expand on what issue you’ve encountered? i’m talking specifically about this reply.
Best regards,
JosueFebruary 29, 2016 at 6:22 pm in reply to: Prevent jump to top of page when mobile menu is clicked on #591012Yea i can see what you’re referring to, changing this would require re-factoring the
avia_responsive_menufunction (avia.js), unfortunately we can’t really help with that but i’d suggest you posting your request here so Kriesi can see it:Best regards,
JosueHey!
Try adding this code to the Quick CSS:
.image-overlay { display: none !important; }Cheers!
JosueHi,
Can you post the link to your website please?
Regards,
JosueFebruary 29, 2016 at 5:23 pm in reply to: Main container wrap bugged if color section or grid row is first element on page #590965Hey!
Try enabling debug mode an check there are no elements or whitespace before the section shortcode.
Regards,
JosueHey!
Do you have some information on what kind of set-up your friend used to test your site? (browser, OS, etc).
Regards,
JosueGlad to hear that, you are welcome :)
Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueHey!
Refer to:
https://kriesi.at/support/topic/center-logo-in-navgation-and-hover-the-pics-like-in-eunoia-2/Regards,
JosueHey!
You could use the Magnific Popup API to open a popup, in your JS code something like:
$.magnificPopup.open({ items: { src: "#popup"; }, type: 'inline' });And the popup content:
<div id="popup">Content</div>Regards,
JosueFebruary 29, 2016 at 4:36 pm in reply to: Imagen mostrada al compartir una página en redes sociales #590898Hola,
Prueba instalar este plugin:
https://wordpress.org/plugins/wp-facebook-open-graph-protocol/Saludos,
JosueFebruary 29, 2016 at 4:34 pm in reply to: Prevent jump to top of page when mobile menu is clicked on #590895Hi,
Can you post the link to your website please?
Regards,
JosueDe nada, un gusto poder ayudado.
Saludos,
JosueHey!
It is unlikely the theme could be eating more resources than expected, but i’d suggest the following:
1. Try disabling plugins you’re not using, it may loose up the resource usage.
2. Run security scans in your WordPress install, i don’t want to panic you but sometimes CPU overuse is related to viruses that may be using your install to send spam, etc.
3. Try asking your host for the complete list of current processes running (the screenshot shows disk usage, which is different from CPU/memory usage).Cheers!
JosueHey!
You could try using this plugin to embed PDFs directly:
https://wordpress.org/plugins/pdf-light-viewer/Cheers!
JosueYou are welcome, glad to help :)
Regards,
JosueFebruary 29, 2016 at 4:20 pm in reply to: Lightbox error : Opening YouTube videos in new tab #590873Hey!
Make sure you don’t have the lightbox option turned off in Theme Options.
Regards,
JosueHi!
Yes, those plugins are safe to use, at most they will consume more server resources but you can simply disable them once you’re done with them.
Regarding private data, yes you may have seen it in the source code but it was probably because you were logged-in, for ex try opening this thread on a incognito window or another browser.
Cheers!
JosueFebruary 29, 2016 at 4:16 pm in reply to: Gravity Form not displaying when using Conditional Logic #590869Some JS snippets included there, one of those was a jQuery inclusion which led to the conflict.
Best regards,
JosueFixed, check it.
Hi AWZ!
1. Sketch is a free theme made by WordPress, i don’t know how it got installed but in any case if you didn’t do it i’d suggest removing it.
2. You could run some scans with plugins like:
https://wordpress.org/plugins/antivirus/
https://wordpress.org/plugins/sucuri-scanner/3. Private data is seen by logged moderators only, so it’s quite safe in my opinion, i don’t think that would be the source of the leak.
Cheers!
JosueThanks for the kind words Jonathan, have a nice day.
Cheers!
JosueHi!
Your contact page ID is
95and you’re linking to7in your button shortcode, try changing it to the following:
[av_button label='Contact' link='page,95' link_target='' color='theme-color' custom_bg='#444444' custom_font='#ffffff' size='medium' position='center' icon_select='no' icon='ue800' font='entypo-fontello']Best regards,
JosueI’ve replied you there.
February 29, 2016 at 3:35 pm in reply to: Gravity Form not displaying when using Conditional Logic #590824It’s the third widget you have in the footer, i’ve removed those scripts now and the errors no longer appear.
Best regards,
JosueI’m currently working on it.
February 29, 2016 at 3:19 pm in reply to: Gallery image hover problem on mobile & Title not displaying #590805Hey!
1. Add this to Quick CSS:
@media only screen and (max-width: 767px) { .avia-tooltip.avia-tt { display: none !important; } }2. Are you using Advanced Layout Builder in those Posts? if so, you’d need to manually create a Heading element for the title.
3. Add this:
.slide-meta{display: none;}Cheers!
Josue -
AuthorPosts
