Forum Replies Created
-
AuthorPosts
-
Hey Peter!
Here’s a easy-to-follow video on how to update the theme via FTP (it’s for Enfold but works for every theme):
Regards,
JosueHey!
Go to Theme Options > Sidebar Settings and disable sidebar for all Pages, then on your Homepage enable it here – http://screencast.com/t/z96J6tHc
Regards,
JosueHi!
I noted two things:
1. Varnish Cache, purge it every time you make a change to Quick CSS.
2. There are a lot of unclosed rules (missing “}”) in your Quick CSS, this nullifies any code below of it, either fix it or put the code at the very start.Best regards,
JosueYou can add border-radius to make the button rounded:
#top .wpsc_buy_button { background: white; color: red; font-size: 22px; border: 2px solid gray; border-radius: 12px; }I tried logging to your site to check the Quick CSS but the user provided is not working.
Best regards,
JosueHi!
@Michael, seems the source of the error is an issue with the PHPMailer class, i disabled JavaScript on my browser, made another test and got this:Fatal error: Maximum execution time of 30 seconds exceeded in /www/htdocs/w00e4150/wp-includes/class-phpmailer.php on line 879You could increase the maximum execution time but truth to be told, this is something unexpected, have you already tried contacting your hosting provider?
@pzurcher, your version of Flashlight (2.0) is not compatible with your current version of WordPress (4.1), please update to the latest version (2.9)Regards,
JosueHi!
It was happening because you had this configuration in Advanced Styling – http://screencast.com/t/0LxX2Vgi
Cheers!
JosueHey!
If this is what you want to remove use this code:
#customer_details .col-2 { display: none; }Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueHey!
Enable debug mode on both sites, then go to the page you want to clone, copy the generated shortcodes that will appear below the Advanced Layout Builder and paste them into the other page.
Best regards,
JosueYou are welcome, glad to help :)
Regards,
JosueYou are welcome, always glad to help :)
Regards,
JosueHi,
Open css/grid.css and remove 107-111:
.responsive #top .container .av-content-small, .responsive #top #wrap_all .flex_column, .responsive #top #wrap_all .av-flex-cells .no_margin { margin: 0; margin-bottom: 20px; width: 100%; }Regards,
JosueHey!
Try adding this code to the Quick CSS:
@media only screen and (min-width: 767px) { .single .content { padding-top: 180px; } }Cheers!
JosueNot sure what you meant to be honest, could please you elaborate a little bit more on the issue?
Regards,
JosueYes, be aware though that there is a download limit imposed by Themeforest:
https://help.market.envato.com/hc/en-us/articles/202821300Best regards,
JosueFebruary 12, 2015 at 11:49 pm in reply to: Somethings wrong with the checkboxes on the contact page #395420Hi!
It’s because both elements have the same name, you need to differentiate them.
Regards,
JosueHi Nomodic!
Use this code:
[av_contact email=' (Email address hidden if logged out) ' button='Submit' sent='Thank you! We'll get back to you shortly.' subject='' autorespond='' captcha=''] [av_contact_field label='Name' type='text' options='' check='is_empty' width='element_third'] [av_contact_field label='Company' type='text' options='' check='is_empty' width='element_third'] [av_contact_field label='Email' type='text' options='' check='is_email' width='element_third'] [av_contact_field label='Message' type='textarea' options='' check='is_empty' width=''] [/av_contact]Cheers!
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHi!
It would be the same, both sites must be WordPress installations in order to get Enfold working. Also, if both sites are different end-products you’ll need to purchase an additional license.
Regards,
JosueHi!
I was able to embed it here, make sure you are using the right quotes (simple ones).
Cheers!
JosueHey!
You can put that code in a child theme functions.php to avoid being overwritten by updates.
Best regards,
JosueFebruary 12, 2015 at 11:26 pm in reply to: Put Enfold Post layout options into LearnDash post #395403Hi Morticka!
I’m not seeing that text (Status van de module: Nog niet gestart) below the logo on the link you posted.
Refer to the following regarding the hide featured image checkbox on custom post types:
https://kriesi.at/support/topic/featured-image-checkbox/
https://kriesi.at/support/topic/checkbox-to-hide-featured-images-in-cpt/Cheers!
JosueHi,
Try adding this at the very end of your theme / child theme functions.php file:
function add_custom_script(){ ?> <script> (function($){ $(window).load(function() { $(this).trigger('resize'); }); })(jQuery); </script> <?php } add_action('wp_footer', 'add_custom_script');Regards,
JosueHey!
It’s because of:
.mfp-wrap { height: initial !important; }Try removing it.
Best regards,
JosueHi!
Are you trying to install it via Dashboard upload? make sure there isn’t a folder already named ‘enfold’ in wp-content/themes.
Best regards,
JosueUse the following code in Quick CSS:
#top .wpsc_buy_button { background: white; color: red; font-size: 22px; border: 2px solid gray; }Adjust as needed.
Best regards,
JosueI doubt that button is being generated by Enfold, but anyhow, i think i can help you with this, can you post a link to your shop page (where the ‘add to cart’ button is)?
Regards,
JosueHi!
Seems to be a memory issue, try increasing your PHP memory limit to at least 128M:
http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHPBest regards,
JosueFebruary 12, 2015 at 8:33 pm in reply to: Video Background Color Section: How to change wich part of the Video gets showen #395306Hey!
Problem is that you have to eather define a certain max-height or use the “at least XX% of browser” option – is there a way to have the image rezise responsivley, so that every device shows the full picture?
Problem is the image (or the video) is set as a background, not as an element so the height of the container is defined by the contents of the container, not the image. That being said, the codes i posted should work to adjust the height of the container in mobiles too.
Best regards,
JosueHey Sergey!
For the width use this code:
.mfp-iframe-holder .mfp-content{ width: 350px; }And yes, this modifications will affect all iframe popups on the site.
Cheers!
Josue -
AuthorPosts
