Forum Replies Created
-
AuthorPosts
-
Hi,
We adjusted the heading fonts settings. It is set to “HelveticaNeue” even on IE.
/*media all*/ h1, h2, h3, h4, h5, h6, #top .title_container .main-title, tr.pricing-row td, #top .portfolio-title, .callout .content-area, .avia-big-box .avia-innerbox, .av-special-font, .av-current-sort-title, .html_elegant-blog #top .minor-meta, #av-burger-menu-ul li.helvetica_neue { font-family: "helvetica neue","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif; }Best regards,
IsmaelJune 6, 2018 at 5:00 am in reply to: Portfolio Grid displays preview text at footer, no longer plays videos #967616Hi,
Thanks for the update. I can’t reproduce the issue on my own installation. Did you add any custom modifications to the theme or external scripts? Please provide the FTP details in the private field.
Best regards,
IsmaelHi,
I’m sorry. I’m not sure what the issue is. The “reply-to” header is supposed to contain the email address, not the name.
Best regards,
IsmaelHi,
Thanks for the update. Please provide the WP and FTP details in the private field. We would like to check the dashboard. When did you create those pages?
Best regards,
IsmaelHi,
Thanks for the update. Please use this to add a border around the checkout review table.
@media only screen and (max-width: 479px) { .responsive table.shop_table { display: block; border: 1px solid #e1e1e1; } }You may need to install the “Loco Translate” plugin in order to translate the “Shipping” text or string manually.
Best regards,
IsmaelHi,
I’m sorry for the late response. The login token has expired. Please create another and make the expiry longer.
Best regards,
IsmaelHi,
That’s odd. The url format should not have affected the audio. Anyway, I’m glad that it is muted now. Thanks for the update. :)
Best regards,
IsmaelJune 6, 2018 at 4:27 am in reply to: Slider Revolution cannot be 100% slider height after 4.3 update #967604Hi,
I can’t reproduce the issue on my end anymore. Please make sure that you’re not looking on a cached version of the page. Remove the browser history or purge the cache prior to checking the page.
Best regards,
IsmaelHi,
Thanks for the update. Please provide the WP and FTP login details in the private field. We’d like to check it.
Best regards,
IsmaelHi,
2.) Sorry about that. Please use this css code to center align the price container.
#top .price { display: block; float: none; margin: 0 auto; }4.) One workaround is to create a custom product page for every product category or archive pages. You have to do a 301 redirect manually though. Or replace the “tax-product_cat” selector with the term selector. Example.
.term-refrigerators .page-thumb { display: block; -moz-box-sizing: border-box; box-sizing: border-box; background: url(https://notrealdomain2.com/newbanner.png) no-repeat; width: 180px; /* Width of new image */ height: 236px; /* Height of new image */ padding-left: 180px; /* Equal to width of new image */ }Best regards,
IsmaelHi,
Thanks for the info. What is the actual model of the iPad device? Is it retina? You may need to use larger images, twice that of the current image, because these devices have higher DPI. You can also try this css code to disable the “fixed” attachment property which is a known issue on iOS devices.
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { .avia-fullscreen-slider .avia-slideshow[data-image_attachment="fixed"]>ul>li { background-attachment: scroll; } } @media only screen and (max-device-width : 1024px) { .avia-fullscreen-slider .avia-slideshow[data-image_attachment="fixed"]>ul>li { background-attachment: scroll; } }The above css code may distort the image a bit.
Best regards,
IsmaelJune 6, 2018 at 3:51 am in reply to: Footer Background image that stretches into the socket. #967596Hi,
My bad. The css declaration was invalid. The socket selector was incorrect. Please try it again.
Best regards,
IsmaelJune 6, 2018 at 3:43 am in reply to: About page links and Help with uploading images to blog. #967592Hi,
I upload them and then they appear with the checked box and I click ‘insert into post’
1.) Have you tried to edit the elements’ style in the theme’s Advanced Styling or General Styling panels? That is much more consistent than manually adding css modifications. Remove the previous css modifications manually then adjust the colors in the General Styling and Advanced Styling panel accordingly. If you’re not getting the styles that you need from those options then re-add the css modifications. Use this one for the button.
#top a.sbi_load_btn, #top .sbi_follow_btn a { color: #ffffff !important; }2.) You can arrange the order of the images or html in the editor’s “Text” mode manually. Example.
<a href="IMAGE 1 URL HERE"><img src="IMAGE 1 URL HERE" alt="" width="1500" height="430" class="alignnone size-featured wp-image-154" /></a> <a href="IMAGE 2 URL HERE"><img src="IMAGE 2 URL HERE" alt="" width="1500" height="430" class="alignnone size-featured wp-image-181" /></a> <a href="IMAGE 3 URL HERE"><img src="IMAGE 3 URL HERE" alt="" width="1500" height="430" class="alignnone size-featured wp-image-182" /></a>The above markup represents 3 images. I’m sure you’ll recognize the pattern once you edited it.
Ismael
Hi,
@a3ne: The site is set to have fixed layout. Please go to the Enfold > General Layout > Dimensions panel and enable the “Responsive Site” option.Best regards,
IsmaelHi,
According to the docs, you can change the threshold value globally.
// increase the threshold to 250ms $.event.special.debouncedresize.threshold = 250;Best regards,
IsmaelHi,
Thanks for the update.
1.) Glad this is fixed.
2.) Set the menu to display as a burger icon initially (Enfold > Main Menu > Menu Items for Desktop) then use this css code to display the actual menu items.
.html_burger_menu_active #header .avia-menu .menu-item { display: block; }You may need to apply a custom css class attribute to the items that you don’t want to display beside the burger menu icon.
Best regards,
IsmaelJune 4, 2018 at 6:08 am in reply to: Single Post does not look like demo on a fresh installation #966318Hi,
I’m sorry for the confusion. This is an issue with the translation of the blog styling settings. There are actually 3 blog styling options but only 2 show in your installation. Please install the loco translate plugin then look for the “Default (Business)” and “Modern (Business)” strings and translate them accordingly. You should be able to select the correct blog styling after this. We have reported it to the development team.
Best regards,
IsmaelHi,
Thanks for the update. The pages require a password. Please post it on the private field. The jQuery errors don’t seem to be related to the issue but I can’t be sure until I get the chance to check the pages.
Best regards,
IsmaelJune 4, 2018 at 5:53 am in reply to: Product list Woocommerce of other languages broken after update theme #966313Hi,
Thank you for using Enfold.
It’s probably a cache issue. Please purge the cache and re-minify the css and js files. You may want to disable the css and js compression in the Performance panel on both languages temporarily.
Best regards,
IsmaelHi,
Thanks for the update. Please provide the login details in the private field. We would like to check it.
Best regards,
IsmaelHi,
Yes, please keep the rest of the css codes. They were added to enable the scroll to top button and change the font size on mobile view. However, you may no longer need this one.
@media only screen and (max-width: 767px) { .flex_column { width: 100% !important; margin-left: 0; }}Best regards,
IsmaelJune 4, 2018 at 5:40 am in reply to: My VISA/Square text windows do not allow to see what is written. #966301Hi,
Awesome! Please feel free to open a new thread if you need anything else. :)
Best regards,
IsmaelHi,
It’s the same section.php file, line 1049.
'video_loop' => true,Best regards,
IsmaelHi,
Thanks for the update. I can’t figure out the issue though. Have you tried to contact the W P M L team? They should be able to provide more info about this.
Best regards,
IsmaelHi,
Thank you for the update.
Remove the previous css code and use this one instead.
@media only screen and (max-width: 767px) { .responsive .home .content .entry-content-wrapper { padding: 0; display: flex !important; } .responsive .home .content .entry-content-wrapper .flex_column:nth-child(3) { order: 1; } }Best regards,
IsmaelJune 4, 2018 at 5:21 am in reply to: Problems with the comment form checkbox – Update Enfold 4.4 #966293Hi,
Thanks for the update.
Adjust the bottom padding of the cookie consent checkbox like so.
@media only screen and (max-width: 767px) { #commentform .comment-form-cookies-consent { padding-bottom: 50px; } }Best regards,
IsmaelHi,
How does it look like on a 9.7 inches iPad? The script should have detected that device because it’s still an “iPad” regardless of the size. Are you sure that the page is not cached?
Best regards,
IsmaelHi,
Thanks for the update. We added these css codes on the Quick CSS field.
.home #header { position: fixed; } .home #main { padding-top: 180px; }Best regards,
Ismael -
AuthorPosts
