Forum Replies Created
-
AuthorPosts
-
Hey dannywouters21,
Thank you for using Enfold.
The background image is repeating. Please use this css code.
.title_container { min-height: 111px !important; background-image: url(//mrf-furnaces.com/wp4/wp-content/uploads/2016/10/background1200x111-grey.jpg); background-repeat: no-repeat; background-size: cover; }Or use another background image for mobile.
Best regards,
IsmaelHi,
You removed our first css suggestion. We added it back and then adjusted a few values. Please remove browser cache before checking the page. If you want to adjust the values, please go to the Quick CSS field.
@media only screen and (max-width: 767px) { .avia-slideshow-inner { height: 400px !important; } .av_slideshow_full li img { border-radius: 0px; height: 400px; max-width: 200% !important; width: 200% !important; margin-left: -50%; } }Best regards,
IsmaelDecember 11, 2016 at 5:40 am in reply to: Main-menu in combination with sidebar-pages…and a little bit more ;-) #722772Hi,
I’m from the “Pearl of the Orient Seas” but thank you. I hope that they are ok.
For the braces, please use this.
.current-page-ancestor .avia-menu-text:before { content: " { "; } .current-page-ancestor .avia-menu-text:after{ content: " } "; }Best regards,
IsmaelDecember 11, 2016 at 5:35 am in reply to: Full Screen Slider Stopped Displaying youtube video. #722771Hi,
Instead of using the text block, please use the theme’s video element. Let us know if it helps.
Best regards,
IsmaelDecember 11, 2016 at 5:32 am in reply to: Google search results bringing up different title and tagline #722770Hi,
Did you check my screenshot? Please test it on another network. After a “recrawl”, it will take weeks, even months before google update the search results.
Best regards,
IsmaelHi,
The seach field give result even if the word is inside text in product page. Isn’t it possible to ask him ONLY in product TITLE?
You need install a third party plugin to improve the search index.
// https://wordpress.org/plugins/relevanssi/
// http://kriesi.at/documentation/enfold/use-relevanssi-in-search-instead-of-the-default-search/ok you did it and thanks but it occure lots of bugs (ajax search result transparency on Layerslider, normal search field doesn’t work on subpages…)
I’m not sure what you mean by this. Do you want the product search to display on a specific page? Please install a menu controller plugin.
// https://wordpress.org/plugins/menu-items-visibility-control/
Best regards,
IsmaelDecember 9, 2016 at 7:32 am in reply to: woocommerce addtocart is refreshing page instead of ajax #722334Hi,
We are very sorry for the delay. A user has provided a solution in the following thread.
Best regards,
IsmaelDecember 9, 2016 at 7:30 am in reply to: Advanced Layout Builder on custom post doesn't open by default #722332Hi twitchdevelopment!
Thank you for using Enfold.
How did you enable the advance layout builder for your custom posts types? Did you read the following documentation?
// http://kriesi.at/documentation/enfold/use-the-layout-builder-with-any-post-type/
Best regards,
IsmaelHey!
I think you already re-selected the categories again so I don’t think we can be of further help at the moment. Did you update the theme prior to the issue? Aside from the update, I’m not sure what could be causing the issue. Please check the galleries before and after the update.
Regards,
IsmaelHey Peter!
Thank you for using Enfold.
Please add this in the Quick CSS field.
.et_monarch .et_social_2col.et_social_nospace li { float: none; display: inline-block; }Add the “!important” rule to the css properties if it’s not working.
Best regards,
IsmaelHi vad1mo!
Thank you for using Enfold.
Could you please provide a link to the page with the contact form so that we can check it? I’m not familiar with the plugin but we’ll try our best to help. For additional information or help, please contact the plugin author.
Regards,
IsmaelHi!
Thank you for using Enfold.
Is this happening on a Safari browser? I can’t reproduce it on Chrome. Did you try the solution that we provided in the previous thread? I’m not sure if that’s going to help because in the other thread, the issue only occurs if a layer slider is present in the page.
Best regards,
IsmaelHi!
Also, stupid question but am I adding that css shown in your post to the custom css class area within that particular element or to the css area under General Styling.
I’m sorry for the confusion. You should turn on the custom css class field instead of enabling the debug mode. And the css code above should be added in the Quick CSS field or the style.css file. The “your-class” part is the value that you put in the custom css class field. For example, if you want to modify a specific text block, add a custom css class attribute to it, ex. “custom-text”. You can then use the following css declaration in the Quick CSS field.
.custom-text { /* your style here /* }For more information about css, you can read this short article.
// http://kriesi.at/archives/wordpress-developers-your-complete-guide-to-conquering-css-in-2016
Cheers!
IsmaelHi,
It is actually working. Please add some products then view the checkout page.
// https://www.feentueren.de/kasse/
Screenshot. http://i.imgur.com/7M16Fab.png
Best regards,
IsmaelHi,
The test pages are gone. Could you please re-create those pages again so that we can inspect it?
// http://185.27.141.7/~ptsy386879/2016/11/26/test2/
// http://185.27.141.7/~ptsy386879/2016/11/26/testBest regards,
IsmaelHi,
Thank you for the info. You didn’t apply a background image in the “clients” color section. And the background color is set to #ffffff or white.
Best regards,
IsmaelHi,
I’m sorry but we don’t provide extensive support for third party plugins so additional information from the actual author will really help. Please post the login details here so that we can check it further.
Best regards,
IsmaelDecember 9, 2016 at 5:20 am in reply to: Boxed content – grid row image captions – not responsive #722312Hi,
I’m not sure how but my response has been deleted. I’m asking if you can provide a test page with the issue so that we can check it further. If I am not mistaken, the issues arised because of the modifications that you’ve added in the theme. And yes, we’re asking you to hire a freelance developer because the modifications that you’re after is beyond the scope of support.
Best regards,
IsmaelHi,
Could you please provide a screenshot of the issue? Are you referring to the mobile menu?
Best regards,
IsmaelHi,
You can increase the height of the slider on mobile view which will create more space for the caption and buttons.
@media only screen and (max-width: 767px) { .avia-slideshow-inner, .avia-slideshow-inner img { height: 400px !important; } .avia-slideshow-inner img { min-width: 1200px !important; margin-left: -600px !important; } }Adjust the values as needed.
Best regards,
IsmaelDecember 9, 2016 at 5:07 am in reply to: a way to have category list with sort option by tag #722307Hi,
The “sort_button” function will fetch the selected taxonomy in the magazine panel. I’m not sure if you can create a workaround with the “avf_magazine_entries_query” filter. The idea is that you will select the “tags” taxonomy in the magazine element panel and then modify the actual query by using the filter so that it will only display one category.
Best regards,
IsmaelHey FedeMITIC,
Thank you for using Enfold.
The class attribute “column-top-margin” is not applied correctly. The 7th and 10th column was not supposed to have that class attribute. Please try this in the Quick CSS field.
@media only screen and (max-width: 1200px) { body #fm-banner-lingue .av_one_fifth.column-top-margin { margin-top: 0; } }Best regards,
IsmaelHi,
1.) Please replace it with the theme’s Latest News widget.
2.) This is possible but you have to duplicate the grid row element, re-arrange the cells so that it shows correctly on mobile then toggle their display property with css media queries.
// http://kriesi.at/documentation/enfold/hide-menu-itemselements-on-mobile/
Best regards,
IsmaelHi,
Please edit the color section’s Background Image Position settings. Set it to “center center”.
Best regards,
IsmaelHi,
The markup is incorrect.
<div class='container_wrap footer_color' id='footer'> <div class='container_wrap footer_color second_footer' id='footer'>Why is it duplicated? Please remove this line.
<div class='container_wrap footer_color' id='footer'>Best regards,
IsmaelHey collingibson!
Thank you for using Enfold.
Did you install the Ninja Forms plugin? There is an old post with the same issue and it seems to be related with the said plugin. Please post the WP and FTP details here so that we can inspect the issue.
Cheers!
IsmaelHey Meandserena!
Thank you for using Enfold.
Are you using WordPress in the old web site? This documentation might help.
// https://codex.wordpress.org/Importing_Content
// https://en.support.wordpress.com/export/Best regards,
IsmaelDecember 8, 2016 at 6:40 am in reply to: How to get the page sidebar menu to stick with the scrolling #721824Hi!]
Thank you for using Enfold.
This is possible but it will require a few modifications. Please try the solution provided in this thread.
// https://kriesi.at/support/topic/submenu-in-the-sidebar/#post-692949
Cheers!
IsmaelHi ronensin!
Thank you for using Enfold.
I’m sorry but what do you mean by “extended”? You can move the arrow with this css code.
#mobile-advanced li > a:before, .html_header_mobile_behavior #mobile-advanced span > a:before, #mobile-advanced .mega_menu_title:before { content: "\25C2"; right: 0; left: auto; }Cheers!
Ismael -
AuthorPosts
