Forum Replies Created
-
AuthorPosts
-
Hi!
Yes, I think you can. :) Try to add it if it doesn’t duplicate the title tag then that wouldn’t be a problem :)
Best regards,
NikkoHey!
Glad we could help :)
Regards,
NikkoHey!
This is fixed. I have found the duplicate in your header.php file, I have removed this code:
<!-- page title, displayed in your browser bar --> <title><?php if(function_exists('avia_set_title_tag')) { echo avia_set_title_tag(); } ?></title>
Let us know if it’s good on your end too.
Cheers!
NikkoHi!
I checked it and can confirm that it’s showing on this specific blogpost Visit with Accolade at SC16 in Salt Lake City, Utah, however I couldn’t find what’s causing it and the weird thing is that it only affects a specific blogpost and the issue couldn’t be replicated. Since excerpt is not really used the temporary solution I can give is adding this code in Quick CSS (located in Enfold > General Styling):
.template-blog .entry-content p { display: none; }
another solution is to use excerpt and it removes those save word. I’m not sure if this would help but would you allow us to deactivate all plugins? so we can isolate the issue and inspect it further.
Regards,
NikkoHi lombrano!
I have tested the form and change some settings in the form, and it’s not working as what you have said though redirecting to other pages was working well when I tested it, but I didn’t receive any emails (even in spam).
For the meantime, can you use Contact Form 7 or other 3rd party contact form plugins on your live site until we found what’s causing the issue and fix it. Can you tell us what is changed or added to your site before the enfold form stops working? probably some code added or changed, new plugin, plugin or theme update, or upgrade in php version, anything that you could recall might help us. Since the site we are testing is a stage site, would you give us permission to deactivate all plugins? so we can isolate the issue. Also if you would grant us ftp access for the stage site, it would help us inspect further on the issue.
Regards,
Nikko- This reply was modified 8 years, 1 month ago by Nikko.
Hey!
I am based in Philippines. When you are editing the contact form element, there’s a Form Element Validation, did you set it to Is not empty? The shortcode for the form element (select) only would look something like this:
[av_contact_field label='Country' type='select' options='Austria,Australia,Germany,Philippines,Sweden' check='is_empty' width=''][/av_contact_field]
The shortcode should have this check=’is_empty’. Hope this helps.Best regards,
Nikko- This reply was modified 8 years, 1 month ago by Nikko.
Hey!
Is it working properly now? since piwik plugin is installed? I tried using the chrome extension and still your website shows No HTTP response detected, I don’t think this is a theme issue, if you try to check on our demo site: http://kriesi.at/themes/enfold/ you will see it’s working properly. Would you allow us to deactivate all plugins? so we can check if there is problem with the theme in your site and we can isolate it. Also would you allow us to change it to default theme (probably less than a minute) just to check also if the issue still persists using default wordpress theme such as Twenty Sixteen.
Cheers!
NikkoHey Justin,
I have enabled Blog Post Tags in Enfold Child > Blog Layout. The tags now appear beneath the date. In you child theme, please create includes folder inside it create a new file called loop-index.php then add this code: http://pastebin.com/3CmppN4s
Try to check the post after, let us know if it works :)
Regards,
NikkoHi!
When attempting to login in the backend I get this:
Forbidden « Back
Also, can you post the link in the page that has the form? just post it in the “private content”.
Best regards,
NikkoNovember 22, 2016 at 10:16 am in reply to: Add new or replace Advanced Layout Builder elements from Child Theme? #715186Hi!
Glad we could help :) Regarding the documentation, I think it’s a related topic but it’s a bit situational, it’s better to keep it simple. :)
Cheers!
NikkoNovember 22, 2016 at 10:05 am in reply to: Change the captcha note: Please prove that you are human by solving the equation #715183Hi!
Try to follow the instructions here: http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/
then copy contact.php from enfold>config-templatebuilder>avia-shortcodes folder to the shortcodes folder of your child theme then modify contact.php (in line 379):
$elements['avia_age'] = array('type'=>'captcha', 'check'=>'captcha', 'label'=> __('Please prove that you are human by solving the equation','avia_framework' ));
Just replace Please prove that you are human by solving the equation. Hope this helps. :)Cheers!
NikkoNovember 22, 2016 at 9:26 am in reply to: Add new or replace Advanced Layout Builder elements from Child Theme? #715167Hey!
I have modified your code and it should be working properly and not overriding the one that comes from enfold: http://pastebin.com/JAQ6187v
Here are the changes I made, in line 245 this code:
), $atts, 'av_postslider');
I have changed av_postslider to my_av_postslider and all instances of avia_post_slider (total of 6) I have replaced with my_avia_post_slider. Let us know if it works properly on your end.Cheers!
Nikko- This reply was modified 8 years, 1 month ago by Nikko.
November 22, 2016 at 9:07 am in reply to: After the enfold newest update the text changes after website gets fully loaded #715157Hi!
The last time I checked sumome was still activated, is it still activated now? I tried logging in with the details but doesn’t seem to work now, can you create a temporary admin account? so we can activate/deactivate the plugin when testing.
Cheers!
NikkoHey!
Form Maker Pro causes the issue. I have re-activated it back since you might still be using this. Try to deactivate the said plugin and the Animated Counter should work just fine.
Best regards,
NikkoNovember 22, 2016 at 5:41 am in reply to: Change Logo Text to different color in shrinking header #715107Hey!
Glad we could help :)
Regards,
NikkoHey TheUnum,
Yes, I think you need to hire a freelancer for that or you could try our partner to customize it for you: http://kriesi.at/contact/customization
Best regards,
NikkoHi,
The direction of parallax is the same as the direction you are scrolling for example when scrolling down the image also moves down but at a different speed or if scrolled up it moves up also. I tried to reverse the direction but failed, I think would take us a lot of time to do it. Since the feature isn’t available yet please feel free to request – or vote if already requested – such feature on Enfold feature request form.
Best regards,
NikkoHi,
I couldn’t see the code I gave reflected on the frontend. Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
NikkoNovember 22, 2016 at 4:44 am in reply to: Change Logo Text to different color in shrinking header #715089Hey!
The last code should work on ipad, on mobile try to add this code:
@media only screen and (max-width:767px) { #header #header_main .logo .subtext { color: #000 !important; } }
Best regards,
NikkoNovember 21, 2016 at 4:19 pm in reply to: The settings for the rotating of the Logo/Partner element #714873Hi promhock,
You’re very much welcome. Glad we could help :)
Regards,
NikkoHi!
Glad we could help :)
Regards,
NikkoNovember 21, 2016 at 3:34 pm in reply to: Add new or replace Advanced Layout Builder elements from Child Theme? #714841Hey!
Sorry if I misunderstood the question, I probably forgot some of the details when I saw your code above which uses same name Post Slider. Just to confirm I understood the issue properly, you have 2 post sliders, one comes with enfold and the other one (my-postslider) is modified by you, the modified version works fine but the when trying to use the original version the modified version is what is executed (since the modified version overrides the original), is this right?
Can you try to post your whole code for my-postslider.php in http://pastebin.com/index.php and give us a link to it. So we atleast check the code. I might be able to reply on this tomorrow since it’s a bit late now.
Regards,
NikkoNovember 21, 2016 at 3:06 pm in reply to: Add new or replace Advanced Layout Builder elements from Child Theme? #714831Hi!
Yes, that should be good atleast we can inspect and check if there’s missing why it’s not appearing.
Regards,
NikkoHey!
It should be good now, I’ve cleared the cache and minified css/js. :)
Regards,
NikkoNovember 21, 2016 at 2:58 pm in reply to: After the enfold newest update the text changes after website gets fully loaded #714828Hi!
Can you try to check it with other device? something like a different laptop? just to make sure nothing is cached. Also if you are example using chrome primarily, try to use firefox just clear everything in firefox then test the page. Let us know if the issue still persists in it.
Cheers!
NikkoHi,
Glad that it’s fixed. You can try to activate your plugins one by one so you know what plugin is causing the issue.
Best regards,
NikkoNovember 21, 2016 at 2:45 pm in reply to: Add categories links above post title in Featured image slider #714823Hi L!
I think it’s possible, you need to edit this file slideshow_feature_image.php found in Enfold/config-templatebuilder/avia-shortcodes/ folder. The post title is located in line 545:
$caption .= ' <h2 class="avia-caption-title"><a href="'.$link.'">'.$title.'</a></h2>';
you should modify on top of that.Just a quick reminder, since you will be modifying files in advanced layout builder and any customization in Enfold (parent theme) will be overwritten during a theme update, I suggest following the instructions here: http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/
Best regards,
NikkoHi!
Try to lazy load images, there are some plugins offered for free. If it doesn’t work and if all images are already optimized and cached, I think the only option is reduce the images on the page which is already heavy.
Cheers!
NikkoHi!
I think that would be possible by using custom js scripts, can you post the link to the page mentioned? and can you tell us what you need to duplicate and put on the other end?
Cheers!
NikkoHi Justin!
I don’t think it would be that difficult, we can use custom js scripts to change it’s position. Just post to us a link to the page mentioned, as long as it’s using one of our themes we would be glad to help you with it :)
Cheers!
Nikko -
AuthorPosts