Forum Replies Created
-
AuthorPosts
-
June 22, 2015 at 1:52 pm in reply to: Warning: mysqli_real_escape_string() expects parameter 2 to be string … #462767
Hey!
What happens when you activate the default theme instead of Enfold? Do the errors still display?
Best regards,
ElliottHi!
Alrighty, let us know how that pans out for you. As always be sure to create a backup before updating anything.
Cheers!
ElliottHi!
The FTP login is not working for me.
You can use this plugin, https://wordpress.org/plugins/delete-multiple-themes/, to delete themes from the dashboard. You can then upload themes in Dashboard > Appearance > Themes by clicking on the “Add New” > “Upload Theme” buttons.
Cheers!
ElliottHey!
It’s working fine on my end. Note that you have two sections with ID “tarieven” so it will always go to the first one. It’s not proper HTML to have multiple elements with the same IDs so be sure to change that.
Best regards,
ElliottJune 19, 2015 at 3:43 pm in reply to: website does not load with internet explorer but works with chrome and safari??? #461997Hi!
Make sure compatibility view is turned off and the zoom setting is set to 100%.
Best regards,
ElliottJune 19, 2015 at 3:36 pm in reply to: Enfold Theme Menu – vertical line on right after update to 3.2 #461989Hey wholestone!
Try adding this to your custom CSS.
.menu > li > a { border-right: 0px !important; }If that’s not working then send us a link to your page and we’ll take a look.
Regards,
ElliottHi martin!
So basically your just wanting to style the contact form completely different. You can find the CSS for the contact form in /enfold/css/shortcodes.css starting around line 1326.
You can find the labels on 1339, the inputs on 1348, etc etc.
Regards,
ElliottHi pmfonseca!
Assign another special category to the portfolio post and use that in the shortcode. Or assign a special tag to the portfolio post and use the blog posts element to display the post from that tag.
Best regards,
ElliottHi LM2012!
This is only happening in the layout builder? That is odd, can you send us a WordPress login so we can take a look? Be sure to set your reply as private.
Cheers!
ElliottHey hasbeat!
Open up /enfold/functions-enfold.php and around line 149 you should see this.
$defaults = array('numberposts' => 5, 'post_type' => 'any', 'post_status' => 'publish', 'post_password' => '', 'suppress_filters' => false);Try changing it to this.
$defaults = array('numberposts' => 5, 'post__not_in' => array( 6, 7 ), 'post_type' => 'any', 'post_status' => 'publish', 'post_password' => '', 'suppress_filters' => false);And change the “6”, and “7” to the IDs of the pages you want to exclude.
Cheers!
ElliottHi cameron329!
There are no options like that currently. If you want to add more content to the socket container then you can do so on lines 102 – 134 in the footer.php file.
Consider creating a feature request here, https://kriesi.at/support/enfold-feature-requests/, and if it gets enough interest then we may see something get added in a future update.
Regards,
ElliottHi m!
That would take a lot of time and code and would have to be considered custom work. It would be best to hire a freelancer to help you out with this customization.
Or consider creating a feature request here, https://kriesi.at/support/enfold-feature-requests/, and if it gets enough interest then we may see something get added in a future update.
Or as an alternative you could try adding this to your custom CSS to set them in 2 columns instead of 5 on smaller screens.
@media screen and (max-width:767px) { #top #wrap_all .avia-gallery-thumb a { width: 50% !important; } }Best regards,
Elliott-
This reply was modified 10 years, 7 months ago by
Elliott.
Hey lyricaladmin!
Perhaps your getting a javascript error. Have you tried deactivating all plugins? Also make sure WordPress and Enfold are updated to their latest versions.
Send us a login and a link to the page and we’ll take a look. Be sure to set your reply as private.
Cheers!
ElliottHey dwill21!
Does it do the same in the default theme? I would try updating WordPress and Woocommerce. If the problem is still happening then it would be best to contact Woocommerce support.
Cheers!
Elliott-
This reply was modified 10 years, 7 months ago by
Elliott.
June 19, 2015 at 2:24 pm in reply to: Google Search Results – av_textblock & other code as the Description #461907Hi!
So there is extra stuff being added to the title and description? Enfold would not be doing that, are you sure it’s not a plugin? Send us a link to your page and we’ll take a look.
I would try deactivating all plugins and then clear your cache and view the page source to see if it’s being added by a plugin.
Cheers!
Elliott-
This reply was modified 10 years, 7 months ago by
Elliott.
Hi!
It does but not when your using separate queries in the same page. You would have to connect the queries somehow.
Cheers!
ElliottHi!
I’m not sure what you mean by “load into it’s own container”. If you link to a video from an image then when you click on the image a popup will display with the video playing inside it.
Do you mean when you click on the image you want the video to load in a new tab?
Best regards,
ElliottHey!
It sounds like your talking about the Masonry shortcode. There is an option for enabling / disabling the image overlay when editing the shortcode settings.
If that’s not what your referring to then be sure to remove the demo bar when linking to the demo pages so we can see what element your referring to. Otherwise when we click the link it will just take us here, http://kriesi.at/themes/enfold-overview/.
Cheers!
Elliott-
This reply was modified 10 years, 7 months ago by
Elliott.
Hey!
The problem is with the textblock right beneath your contact heading. Is it working fine now?
Regards,
ElliottHey!
Your link is redirecting me to your homepage. Go ahead and send us a login and a link to the product. Be sure to set your reply as private.
Regards,
ElliottHey hotspot!
You can find the Masonry shortcode in /enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php.
Cheers!
ElliottHi!
I do not know. I would try contacting the plugin authors and Woocommerce support. Perhaps Woocommerce has an extension already made for this.
Regards,
ElliottHi alfaweb2!
Add this to your custom CSS.
nav.main_menu { left: 50%; right: auto !important; transform: translateX(-50%); width: 600px; }Best regards,
ElliottHi Mettemona7!
That would take a lot of time and code to implement so it would have to be considered custom work. Instead I would consider using the Masonry element which you can sort the posts by date or title, etc.
Best regards,
ElliottHey alfaweb2!
Add this to your custom CSS.
.av-special-heading-tag { letter-spacing: -5px !important; }If you only want to do it on a certain element then you can do this, http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/, to add a custom class to the heading.
Regards,
Elliott-
This reply was modified 10 years, 7 months ago by
Elliott.
Hey Picante!
Let’s try the following.
1. Deactivate all plugins.
2. Make sure WordPress is updated.
3. Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.
If your still having trouble after doing the above three steps then send us a WordPress login and we’ll take a closer look.
Best regards,
ElliottHi catmac2204!
Try this out.
.single-product .summary .price span { font-size: 25px !important; }Regards,
ElliottHi PeterPan2!
The server does not use javascript. Javascript is only executed on the client computer.
I checked your site and each page seems to be loading in around 14 seconds for me which is kind of slow. I didn’t see anything out of the ordinary so I’ll assume it is because of the server.
You can try installing a caching plugin such as WP Super cache and W3 total cache and a plugin such as BWP Minify for minifying the JS / CSS. The images could probably be optimized a bit more as well.
Other than that you will need to work with your hosting provider. Perhaps there is a better hosting plan you can upgrade to.
Cheers!
ElliottHi Lev!
Add this to your custom CSS.
.avia-slideshow-button:hover { opacity: 1 !important; background: red !important; }Cheers!
Elliott-
This reply was modified 10 years, 7 months ago by
Elliott.
Hi cthai!
Can you send us a link to your page so we can see what shortcode / elements your using?
Be sure to deactivate all plugins while testing and also make sure Enfold is updated to the latest version, 3.2.
Best regards,
Elliott -
This reply was modified 10 years, 7 months ago by
-
AuthorPosts
