Forum Replies Created
-
AuthorPosts
-
Hi Achim,
I have checked it and I can’t find Layerslider WP in the menu of WP Dashboard. I also checked the link to go directly to the layerslider page (link in private content) however it returns this message:
Unfortunately you are not allowed to access this page.
Can you give us ftp access? so we can try to enable debug and check log files. Also give us permission to temporarily disable plugins as there are too many enabled plugins which might contribute to the issue, though I would suggest creating a stage site where we can isolate the issue without affecting your live site.
Best regards,
NikkoHi xyzb,
Enfold does remove those selection in order for the events calendar to integrate properly with the theme.
If you want to disable this style override by Enfold, you can check the solution on this thread:Hope it helps :)
Best regards,
NikkoHi vagator78 & szed,
We have already reported the issue to Kriesi and our devs. Enfold 4.3.1 will be released soon which includes fixes for Video in Color Section. :)
Hoping for your patience until the patch is released.Best regards,
NikkoHi phillipsmind,
Glad that we could help :)
Let us know if you need further assistance or if we can close this thread.Best regards,
NikkoHi Ian,
Glad to hear that. Feel free to comeback if you need further assistance :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHey jamesedwardcouncill,
Can you post a screenshot on how it looks on your end?
You can upload the image in https://imgur.com/ and post the link here.
You can post the link in private content if you want it to be shown only to the moderators.Best regards,
NikkoHey sublime5o,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( do be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.Best regards,
NikkoHi patricknh,
Can you try adding this css code in Quick CSS:
#main-footer .et_pb_image span.et_overlay { display: none !important; }
Let us know if this helps.
Best regards,
NikkoHi patricknh,
I also couldn’t see the issue on my end.
Can you try to clear the browser cache, it might help.Best regards,
NikkoHey kiteboarder42,
Thanks for giving us the link.
I tried to check it, but not sure which text you are referring, are you perhaps referring to this text:Free Shipping on Orders over $50 in Canada and USA
Let us know if I have misunderstood it and point us to the right direction.
Best regards,
NikkoHi creativeyes,
Try adding this css code in Quick CSS:
@media only screen and (max-width:479px) { .html_header_top.html_header_sticky #top #wrap_all #main { padding-top: 0 !important; } }
Hope it helps.
Best regards,
NikkoHi fionayoung,
Glad that we could help. :)
Please feel free to comeback if you need further assistance.
Thanks for using Enfold and have a great day!Best regards,
NikkoHey Chad_Roberts,
Thanks for giving us the link to your site.
Can you try adding this css code in Quick CSS (located in Enfold > General Styling):#top .mejs-container { max-height: 100%!important; }
Hope it helps :)
Best regards,
NikkoHi helban,
I have already responded on your other thread.
Please try to do the things instructed there.
@WP Turned Up: helban uses Enfold 4.3Best regards,
NikkoHey dcpatoday,
Thanks for giving us the link to the page in question.
Please edit the Tab Section, then in Content tab set Content height to: Auto adjust to content
Hope this helps :)Best regards,
NikkoHey Sorinwd,
Can you try to go to Enfold > Performance > then in CSS file merging and compression set this to: Disable – no CSS file merging and compression and save. Clearing cache might also help.
Best regards,
NikkoHi fionayoung,
I didn’t receive any email, however pointing the exact location of the issue helps us see it.
Can you remove all unnecessary spaces then add this css code in Quick CSS (located in Enfold > General Styling):.home #av_section_3 .avia_textblock h4 { margin-bottom: 20px; }
Just adjust the bottom margin to a higher value if you want it to have more gaps or lesser value to reduce the spaces.
Hope this helps.Best regards,
NikkoHi phillipsmind,
If you have already used the child theme, you need to create a folder called includes in the child theme, then copy loop-index.php of Enfold to the child theme, then edit it, find this code (line 193-198):
//echo preview image if(strpos($blog_style, 'big') !== false) { if($slider) $slider = '<a href="'.$link.'" title="'.$featured_img_desc.'">'.$slider.'</a>'; if($slider) echo '<div class="big-preview '.$blog_style.'">'.$slider.'</div>'; }
then cut this code and place it above this code (line 189):
echo strpos($blog_global_style, 'modern-blog') === false ? $cat_output.$title : $title.$cat_output;
Let us know if this helps.
Best regards,
NikkoHi CColeman88,
Can you try adding this css code in Quick CSS (located in Enfold > General Styling):
#top .av-instagram-row .av-instagram-item { padding-left: 3px !important; padding-right: 3px !important; }
Hope it helps :)
Best regards,
NikkoHi EZ Webdesign,
Please open a new thread and give us temporary admin access, so we can check further and try to fix it.
Just post the details the login credentials in private content, so it’s only visible to the moderators and the one who created the thread.Best regards,
Nikko-
This reply was modified 7 years, 3 months ago by
Nikko.
Hi davidm290,
Thanks for providing the admin access, I have added this code in your functions.php
add_filter('avf_form_subject','avia_change_mail_subject', 10, 3); function avia_change_mail_subject($subject, $new_post, $form_params) { if( is_page( 5862 ) ): $subject = urldecode($new_post['4_1']); endif; return $subject; }
and tested it using my email, it worked properly. I have received in my email what I filled in the League Name field.
Also if you can see in the code I have addedif( is_page( 5862 ) ):
where 5862 is the ID of the page where the form is located and thus this only works on the specific page.
Let us know if this helps, if I might have misunderstood it, please let me know.Best regards,
NikkoHi MyGirlFriday805,
We apologize for the late response.
I have checked your site especially the Profile, Recent Activity and Groups and didn’t see any issue.
I have also checked Register page you mentioned without logging in and it does show properly.
Is this already fixed? if not can you give us screenshots on how it looks on your end.
@WP Turned Up: Thanks for helping out.Best regards,
NikkoHi helban,
Sorry for the late response, I have tried to check again and I don’t see the preloader loading twice, I just see the rotating logo during preload and disappears after the page has properly loaded. And I still see the trailing slash issue and the menu still requires to click twice before it redirects/loads.
Using the parent theme does fix the issue for the menu.
As for the trailing slash issue, it’s not related with Enfold, you can still see it even with switching to a default wordpress theme.Can you try to do the following:
- Disable all plugins except the maintenance plugin
- Re-install WordPress and Enfold
- Clear Browser Cache
And try to check it again.
Best regards,
NikkoHi Danny,
Glad that we could help. :)
Please feel free to comeback if you need further assistance.
Thanks for using Enfold and have a great day!Best regards,
NikkoHi SiGun,
I apologize for that, can you try adding this php code at the bottom of your functions.php:
function avia_html5_video_embed($path, $image = "", $types = array('webm' => 'type="video/webm"', 'mp4' => 'type="video/mp4"', 'ogv' => 'type="video/ogg"')) { preg_match("!^(.+?)(?:\.([^.]+))?$!", $path, $path_split); $output = ""; if(isset($path_split[1])) { if(!$image && avia_is_200($path_split[1].'.jpg')) { $image = 'poster="'.$path_split[1].'.jpg"'; //poster image isnt accepted by the player currently, waiting for bugfix } $uid = 'player_'.get_the_ID().'_'.mt_rand().'_'.mt_rand(); $output .= '<video class="avia_video" '.$image.' controls id="'.$uid.'" preload="metadata" >'; foreach ($types as $key => $type) { if($path_split[2] == $key || avia_is_200($path_split[1].'.'.$key)) { $output .= ' <source src="'.$path_split[1].'.'.$key.'" '.$type.' />'; } } $output .= '</video>'; } return $output; }
or you can copy the code from here: https://pastebin.com/V1eHF5EE
Let us know if this works :)Best regards,
NikkoHi creativeyes,
Can you try to add this code:
display: none !important;
just below this line of code that Victoria gave:
li#menu-item-search a {
Let us know if this helps.
Best regards,
NikkoHi Leonsz,
Glad that Jordan helped you. :)
Let us know if you need further assistance or if we can close this thread.Best regards,
NikkoHi kpenner36,
We have already reported the issue to Kriesi and our devs. They will be working on it once they are done fixing other issues in the queue.
Hoping for you patience, for the meantime you can revert back to the previous version before 4.3. :)Best regards,
NikkoHey ehCanada,
Can you try to check on the this thread:
Hope it helps.
Best regards,
NikkoHey MyGirlFriday805,
Can you give us a link to your site? especially the pages that is messed up. So we can take a closer look.
Best regards,
Nikko -
AuthorPosts