Forum Replies Created
-
AuthorPosts
-
April 9, 2017 at 2:29 pm in reply to: Topic: Arrow pointing down from Color Section is displayed twice #774958
Hey George,
Would you be able to provide a link to the site and page in question?
Best regards,
Jordan ShannonApril 9, 2017 at 2:27 pm in reply to: assign image segment or specific image to smart devices #774956Hey aovivo,
You can create two section one with a slider targeted to desktop users, and then another targeted to mobile users.
It is possible to add custom classes to each section: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
You would then want to hide the desktop version on mobile:
@media only screen and (max-width: 767px) { .yourdesktopsliderclass{ display:none; } } And show The mobile version: .yourmobilesliderclass { display: none; } @media only screen and (max-width: 767px) { .yourmobilesliderclass { display: block !important; } }
Please let me know if this is clear.
Best regards,
Jordan ShannonHey mikkijack,
I am glad you were able to get this fixed. If you need additional help, please don’t hesitate to let us know.
Best regards,
Jordan ShannonHi,
Apologies, they both look the same to me. I will send this to my teammate to take a look at.
Best regards,
Jordan ShannonHi,
Would you be able to provide admin info so we can log in and take a look at this? The padding should work, but I want to take a look at additional css.
Best regards,
Jordan ShannonHey QuickHorizonSEO,
Please check and make sure you are are using an updated php release as well.
Best regards,
Jordan ShannonHey Inge_OZP,
You can delete demo data by following these steps.
1. Delete all posts
2. Delete all post categories
3. Delete all pages
4. Delete all menus
5. Delete all images in the media library
6. Delete all custom widget areas.Best regards,
Jordan ShannonHey KitsapSearchK9,
I am currently seeing the header background as near transparent. Is this not what you want? I am not understanding the fix needed.If you could provide a screenshot of the area you want corrected it would really help.
Best regards,
Jordan ShannonApril 7, 2017 at 6:39 pm in reply to: How to modify a file that is not present in a child theme #774125Hey Dameon,
You must recreate the same file structure within the child theme and make the updates within it.
Best regards,
Jordan ShannonHi,
Are you needing the logo to be larger?
Best regards,
Jordan ShannonHi,
Okay thanks. I have gotten the image to appear, you just need to adjust the image, padding, etc to what you need so it fits properly.
Best regards,
Jordan ShannonHi,
Please send a screenshot of the exact section you need fixed.
Best regards,
Jordan ShannonHi,
I am glad it is functioning, if you run into further issue I will keep this thread open.
Best regards,
Jordan ShannonHi,
You would just have to use the slider editor to adjust the color and or background of the text to something that is satisfactory and won’t clash with the house background.
Best regards,
Jordan ShannonApril 7, 2017 at 3:57 pm in reply to: Transparent background for elements inside a color area? #774048Hi,
If there is no way to access the best I can tell you is to inspect that entire section you want to make transparent via the browser and add in code to quick css. For example:
.element{ background:transparent!important; }
Without being able to actually see and inspect the page myself supporting this will be tough.
Best regards,
Jordan ShannonHi,
Try adding this to quick css:
.postid-22424 .grid-content .grid-entry-excerpt.entry-content{
Display:none!important;
}Best regards,
Jordan ShannonHi,
What is login info. I will log-in and add a color and from there is should be simple for you to put an image.
Best regards,
Jordan ShannonHey Wanda,
Which widget did you need displayed?
Best regards,
Jordan ShannonHey Matthew,
Enfold is our most popular, flexible, and supported theme here. It’s flexibility makes it more than capable of meeting most needs, and we also offer customization services for more difficult tasks.
Best regards,
Jordan ShannonHi,
Did the update solve your issue?
Best regards,
Jordan ShannonApril 6, 2017 at 8:12 pm in reply to: Transparent background for elements inside a color area? #773460Hey JuanjoBarasoain,
Please provide a link to the site and page in question.
Best regards,
Jordan ShannonHey sandra1307,
You want to hide portfolio excerpts on the front-end, but still be searchable? Please send me a screenshot of the excerpt so I can understand what you mean.
Best regards,
Jordan ShannonHi,
If you need additional help, please let us know here in the forums.
Best regards,
Jordan ShannonHey migue_theme,
Please start a separate thread so we can keep things organized.
Best regards,
Jordan ShannonHi,
Great! I am glad this worked for you. If you need additional help, please do not hesitate to contact us here on the forums.
Best regards,
Jordan ShannonHey kieranvyas,
Try adding this to quick css:
@media only screen and (max-width: 767px){ .responsive #top #wrap_all .av-flex-cells .no_margin{ padding-left:0px!important; padding-right:0px!important; } }
Best regards,
Jordan ShannonHey reamisag,
Try the following:
#menu-item-wpml-ls-2-de a .avia-menu-fx{
display:none!important;
}Let me know if this works.
Best regards,
Jordan ShannonHey carlosmacedo,
What PHP version are you running on the server you are trying to install the theme on?
Best regards,
Jordan ShannonHey cmahoney1,
It is possible that this could be a issue with your hosts mail server. I would try contacting them and explaining what is going on and see if they have a solution.
Best regards,
Jordan ShannonApril 6, 2017 at 6:52 pm in reply to: Replace 'Login', 'Registration' in secondary menu with logged in username #773394Hey FlatText,
Please refer to the following thread:
https://kriesi.at/support/topic/show-logged-in-status-in-header/
Let me know if this works.
Best regards,
Jordan Shannon -
AuthorPosts