Forum Replies Created
-
AuthorPosts
-
Great, you can also use the following:
.button{ border-radius: 12px; }Cheers!
JosueHey David!
First, please update the theme to the latest version (3.0.8).
It seems you are selecting a smaller version of the images, make sure to select the Full Size version – http://screencast.com/t/uTR3c8CimDr, also try using bigger images (recommended size is 1000px wide).
Regards,
JosueHi!
You’d need to rely on CSS for that, try placing the following code in the Quick CSS area:
body{ font-style: italic; font-weight: bold; letter-spacing: 2px; }That will affect all texts found in the body element, if you want to be specific -for example for heading elements-:
h1, h2, h3, h4, h5{ font-style: italic; font-weight: bold; letter-spacing: 2px; }Let me know exactly what elements you wish to change and i can provide you with the codes.
Best regards,
JosueGreat, we’re aware of this issue and a fix will be included in the next patch.
Best regards,
JosueHey!
Try using a Text Block and calling LS via shortcode.
Regards,
JosueDoes the change work when you edit the parent the theme file?
Not necessarily corrupt but missing or with the wrong permissions, look for the .htaccess file at the root of your installation. If you could grant me a temporary FTP account i can check it for you.
Best regards,
JosueSorry for the inconveniences, i’ll remind Kriesi of this change.
Regards,
JosueFebruary 17, 2015 at 5:14 pm in reply to: Track contact form conversions with Google Analytics goal? #397615Great, let me know if you have additional questions.
Best regards,
JosueFebruary 17, 2015 at 5:13 pm in reply to: Put Enfold Post layout options into LearnDash post #397611Yes, as a text block. You are welcome, glad to help :)
Cheers!
JosueHey!
You can use the Advanced Style Editor for that:
Cheers!
JosueFebruary 17, 2015 at 9:57 am in reply to: Email receipt issue on same domain as email address #397320Hi Darryl!
Sounds like a server limitation, unfortunately there is nothing we can do from our end but give general advice, you can try the following as a workaround:
https://support.google.com/mail/answer/10957?hl=enRegards,
JosueHi,
Can you please check if the issue persists with the default WordPress theme activated?
Regards,
JosueHi Brendan!
You can use an inline content popup, first add this at the very end of your theme / child theme functions.php file:
function inline_popup_enabler(){ ?> <script> (function($){ $(window).load(function() { $('.inline_popup').magnificPopup({ type:'inline', midClick: true }); }); })(jQuery); </script> <?php } add_action('wp_footer', 'inline_popup_enabler');How to use it:
https://kriesi.at/support/topic/modallight-box-for-text/Regards,
JosueHey!
Can you please set-up a form using this plugin to discard if the issue is coming from the theme?
Regards,
JosueHi!
Sad to hear about your frustration, can you detail what exactly is not working? we’re more than disposed to help :)
Regards,
JosueI can’t login, the login page keeps refreshing (no error). Can you please disable all third-party plugins to see if it gets fixed?
Cheers!
JosueHi!
I’m not seeing that 30px separation on my end (http://screencast.com/t/bGtp5K0jlSNS), can you post a screenshot of your view?
Regards,
JosueConnect to FTP and rename the following folders:
- wp-content/themes -> wp-content/themes2
- wp-content/plugins -> wp-content/plugins2
That will force disable the theme and plugins, check if it gets fixed.
Regards,
JosueHey Cindy!
Anything changed within the Enfold Theme Options will survive theme updates, these changes don’t affect the theme files at all, they create entries secured in the database, so you don’t have to worry about it when updating.
The “customizations” that get lost (if not using a child theme) are the ones that require direct file editing to the theme core files, for example editing the header.php to change something in the Header that is not available via Theme Options.
Best regards,
JosueFebruary 17, 2015 at 9:32 am in reply to: Team Member Descriptions and possible read more link into a modal #397306Hi!
Is there any way I can add some kind of code on the Team Member Description to have the full bio open in a modal window?
What would trigger that? can you post a link to the page in question?
Cheers!
JosueFebruary 17, 2015 at 9:30 am in reply to: Email receipt issue on same domain as email address #397304Hi Darryl!
I have a client website whose contact form can be received if sent to a domain other than their own.
Do you mean from?
If so, you can use the following in child theme functions.php to alter the from value:
function change_cf_from() { return "wordpress@DOMAIN.com"; } add_filter('avf_form_from', 'change_cf_from', 10);Regards,
JosueHey!
Adding this code to the Quick CSS will fix it:
.html_header_searchicon_disabled #top .main_menu .menu>li:last-child>a{ padding-right: 13px; }Cheers!
JosueHi Brendan!
Go to Enfold > General Styling and change this settings – http://screencast.com/t/viIgvUVZ
Cheers!
JosueHey!
Adding this code to the Quick CSS will fix it:
@media only screen and (max-width: 767px){ .responsive #top { position: relative; } }Cheers!
JosueFebruary 17, 2015 at 9:18 am in reply to: Fullscreen Slider video first image not showing in IE #397296Still can’t reproduce it on my end (see: http://screencast.com/t/6eJFljsrVfZ6), i’ll ask my colleagues to check this on their ends, can you please check it on another computer to discard?
Best regards,
JosueHi Robert,
1. Can you please create us a WordPress administrator account? post it here as a private reply.
2. Refer to this for the icon issue.
Regards,
Josue -
AuthorPosts
