Forum Replies Created
-
AuthorPosts
-
Hi,
Ok it’s an easy fix, there is only two posts without a excerpt, the first one (http://royalflush-sport.com/grand-national-weekend/) I went to edit the post & at the top in screen options:
I checked the box “Excerpt” then at the bottom of the page a text field will show called “Excerpt” write in there and save. :)
The second post said it was Member Content so I left it for you :)Best regards,
MikeApril 2, 2017 at 7:33 pm in reply to: Einfacher Weg mit Enfold eine Weiterleitung Domain abfangen #770716Hey Fred,
Hallo, das ist möglich, aber es würde eine spezielle Codierung und Zeit erfordern, die über das hinausgeht, was wir hier anbieten können. Aber Sie können Anpassung hier anfordernBest regards,
MikeHey RoyalFlushGroup,
What is the url of your blog page? I see a lot of blog’s in draft status, not sure which one you are talking about. :)Best regards,
MikeHi,
You find this helpful: https://kriesi.at/support/topic/how-to-export-the-template-from-the-enfold-theme/#post-741852Best regards,
MikeHey jennmartins4,
Sorry that is not an option, but please feel free to request – or vote if already requested – such feature on Enfold feature request form.Best regards,
MikeHi,
Try this in your socket:© Copyright 2017 Methodist Welfare Services <div class="push-right"><a href="http://www.fastartup.com">Design by FASTARTUP</a></div>
Try this code in the General Styling > Quick CSS field:
.push-right{ position:absolute; right:20px; top:80%; transform:translateY(-50%); } @media only screen and (max-width:767px) { .push-right{ position:relative; right:auto; transform:none; }}
Adjust top & transform numbers to suit :)
Best regards,
MikeApril 2, 2017 at 5:52 pm in reply to: Enfold Icons not showing properly or showing chinese letters instead #770683Hi,
OK, but today your “entypo-fontello.woff & entypo-fontello.ttf Failed to load with 404 error” which means it is not there.
please manually upload entypo-fontello.woff & entypo-fontello.ttf to:/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/
Best regards,
MikeHi,
$template_url.’ is referencing to “…/enfold/”
For your child theme with the folder and file /enfold-child/js/Headroom.js
please try:wp_register_script( 'sw_custom_java', get_stylesheet_directory_uri().'/js/SW_custom_js.js', 'jquery', "1", true); wp_register_script( 'headroom_js', get_stylesheet_directory_uri().'/js/Headroom.js', 'jquery', "1", true); wp_enqueue_script( 'sw_custom_java' ); wp_enqueue_script( 'headroom_js' );
More info: https://kriesi.at/support/topic/how-to-add-custom-jquery-to-enfold-theme/#post-311208
Best regards,
MikeHey olofnaucler,
Try this code in the General Styling > Quick CSS field:#n2-ss-5-align.n2-ss-align { margin-top: -50px !important; }
Best regards,
MikeHey fulanoinc,
I would suggest creating a localhost site to build and import your new site, once you worked out all of your migration issues and it is running to your liking, you could then upload to your production site. As you pointed out, you are working with a high traffic site that needs to be migrated carefully.
There have been a lot of changes and improvements to Enfold since v2, and it’s hard to say how your mods will perform.
Best regards,
MikeHey Andrea,
It looks like you are using Version 3.8.5, please update to 4.0.5, as it may solve this issue for you.To update to the latest version follow the simple instructions here. (Or if you want the super detailed explanation you can read this blog post)
If that does not help, feel free to reply here and we will take a closer look at the issue. In that case please also add your WordPress login credentials (in the “private data” field) so we can take a look at your admin area
Best regards,
MikeHi,
I am afraid making third-party scripts compatible with the theme is unfortunately beyond the support scope we offer. Sorry for that!
But here is some more info on headroom: http://wicky.nillia.ms/headroom.js/Best regards,
MikeHi,
Glad Ismael was able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
That’s great news, we will close this now. Thank you for using Enfold.Best regards,
MikeHey DROR,
It is not showing on mobile or tablet for me, only laptop (1024px) and above, so perhaps you have solved it, but here is some css for up to 770px (tablet) just in case.
Try this code in the General Styling > Quick CSS field:@media only screen and (max-width: 770px) { .pwebcontact.pweb-slidebox.pweb-horizontal.pweb-right .pwebcontact_toggler { display: none !important; }}
Best regards,
MikeHi,
Today we are at v4.0.5:2017 April 2nd – Version 4.0.5 - style.css - new version number - folder config-layerslider: updated to the latest version - folder config-woocommerce: updated compatibility with upcoming WooCommerce 3.0.0 - folder lang: updated some language files - folder config-templatebuilder: fixed an issue with php 7
You can read more here: https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990
Best regards,
MikeApril 2, 2017 at 3:32 pm in reply to: "Full Content" Blog Page doesn't work with Advanced Editor #770638Hi,
Sorry, as Rikard post, It’s intentional.
Please feel free to request – or vote if already requested – such feature on Enfold feature request form.Best regards,
MikeHey Jeffrie,
You are using Version 3.8, please update, we are now at v4.05.
This should solve :) Thank you for using Enfold.Best regards,
MikeHi,
That’s great news, we will close this now. Thank you for using Enfold.Best regards,
MikeHey TDMentalist,
In Enfold Theme Options > Advanced Styling > you can change the menu and sub menu background colors.
If you find you need more help please include a admin login in the private content area so we can take a closer look.Best regards,
MikeHey hingex,
I think I understand your question, you want to let the owner receive the comment notification emails, but you want to retain technical/support control. In my experience the site ownership email address and comment notification emails has no addition control of the site. You can offer technical/support from any admin account. The issues I come across is once the client has admin access they tend to always change a setting, brake code or something else that I have to fix, which can take time to figure out what they did first :)
Maybe you will find this as helpful as I do: http://wpmasteradmin.com/Best regards,
MikeHi,
I used Safari and Chrome, and Edge and all looked clear. Yet I see you image is pretty large for a logo 1030×586 you could try reducing it’s size and using JPEG compression like: https://tinyjpg.com/
Best regards,
MikeApril 2, 2017 at 1:38 am in reply to: Change Image Size for Caption Title for Mobile Devices #770480Hi,
I believe I addressed this in https://kriesi.at/support/topic/image-in-place-of-text-to-caption-title-in-fullwidth-easy-slider/#post-770430
If I’m wrong just let me know :)
Best regards,
MikeApril 2, 2017 at 1:34 am in reply to: Image in place of text to Caption Title in Fullwidth Easy Slider #770479Hey Qris Riner,
You could use a geo plugin to accomplish this, But this kind of customization is beyond the scope of support we can provide here. You can request customization hereBest regards,
MikeHey gorehalling,
You could try https://wordpress.org/plugins/smart-passworded-pages/ or https://wordpress.org/plugins/content-protector/Best regards,
Mike -
AuthorPosts