Forum Replies Created
-
AuthorPosts
-
February 10, 2017 at 9:43 am in reply to: I can't see the posts on the page Notícies (Blog) & I cant see the map #745289
Hey!
Did you follow the instructions regarding the Google Maps API Key?
// http://kriesi.at/documentation/enfold/how-to-register-a-google-maps-api-key/
Did you set WordPress in your language (Settings > General > Site Language)? If you did, please install the following plugin which will enable you to translate certain text or strings.
// https://wordpress.org/plugins/loco-translate/
Regards,
IsmaelHi!
Thank you for the update.
Please add this css code in the Quick CSS field.
#top .fullsize .template-blog .blog-meta { float: left; margin-right: 50px; } #top .content .entry-content-wrapper .entry-content-wrapper { padding-right: 50px; padding-left: 140px; } #top .fullsize .template-blog .post_author_timeline { display: block; }Regards,
IsmaelHey!
The href attribute of the “Stromproduktion” menu item has been stripped. It’s probably caused by a plugin or a custom modification in the theme. Please deactivate the plugins temporarily. Did you any modifications in the theme?
Best regards,
IsmaelHey!
It’s possible to decrease the size of the background image on smaller screens.
@media only screen and (max-width: 1359px) { #av_section_2.avia-section { background-size: 50%; } }Or replace the color section with the grid row element and create two cells. Add the background in the first cell and the text in the second cell.
Regards,
IsmaelFebruary 10, 2017 at 9:03 am in reply to: Issue with performance of content type Table on Mobile devices #745260Hey!
Please revert back to the previous settings then add this code in the Quick CSS field.
@media only screen and (max-width: 767px) { .responsive .avia-pricing-table-container { display: table; position: relative; clear: both; width: auto; display: table; table-layout: fixed; } .pricing-table-wrap { display: table-cell; } }In the functions.php file, add this.
function ava_pricing_table_mod(){ ?> <script> (function($){ function a() { $('.avia-pricing-table-container').each(function() { $(this).wrap('<div class="avia-data-table-wrap avia_scrollable_table"></div>'); }); } a(); })(jQuery); </script> <?php } add_action('wp_footer', 'ava_pricing_table_mod');This should retain the price styling while adding a scroll bar on mobile view.
Best regards,
IsmaelFebruary 10, 2017 at 8:50 am in reply to: Woocommerce Hide price, mark sold throughout website #745258Hi!
The “out of stock” and “vendu” text are displaying when I checked both languages.
// https://www.lareventeart.com/en/
// https://www.lareventeart.com/If you want to remove the price on “out of stock” products, please add this in the Quick CSS field.
.outofstock .price { display: none !important; }Cheers!
IsmaelHi!
Please look for this css code in the Quick CSS field. This is why the video is resizing on smaller screens.
@media only screen and (max-width: 767px) { iframe { width: 100% !important; } }You should use a relatively small image for mobile devices.
Cheers!
IsmaelHi!
Hm, im not shure what you mean, if i remove the:
@media only screen and (max-width: 767px) {
#menu-item-search-mobile {
display: block !important;
}
}Please remove the code that we posted above, not that one.
#top #searchform { position: absolute; top: 90px; }Regards,
IsmaelHey!
If you can see on https://www.staging3.atcarolines.ch/look-evelyne/ i just write [product sku=”DGT5989″] in the avia layout. So the ‘pre class’ comes from the changes at functions.php which i implemented to show product short codes at avia layout
The filters in the functions.php file have nothing to do with the “pre” tags. I modified one of the text block and removed the “pre” tag. Please remove the others.
Best regards,
IsmaelHey!
Thank you for the update.
I also noticed you deactivated wordfence – was that for testing?
I wasn’t able to do anything yesterday because the account is not an administrator. Where can I see the issue again? I don’t see any errors in the dashboard.
Best regards,
IsmaelHi!
I’m sorry but that is not possible with the dynamic content layer. You need to select the post manually.
Cheers!
IsmaelHi!
I’m sorry but I can’t find the other text. Could you please provide a screenshot from imgur or dropbox?
Best regards,
IsmaelHi!
I added a text block at the very bottom and I managed to update the page successfully. Which of the elements in the builder are not working?
Best regards,
IsmaelHey!
Please edit the layer then click the “Configure post options button”. Set Get the (select) item in the set of matched selection option accordingly. Refer to the list of posts below the option. If you want the second post, set the option to “2nd”.
Cheers!
IsmaelHey missholst!
Thank you for using Enfold.
Please insert the Color Section element, go to the Section Background panel, add a background then configure the background attachment settings.
Cheers!
IsmaelHey nanomania!
Thank you for using Enfold.
Yes, unfortunately, you cannot select the size of the image there. The thumbnail size is declared directly in the template. For the blog post items, the featured image size is set to 845x321px and 1210x423px by default.
Regards,
IsmaelFebruary 9, 2017 at 6:49 am in reply to: Enfold Masonry Gallery with Right Sidebar, image pop up with Lightbox Full SIZE #744630Hi altaigenden!
Thank you for using Enfold.
Please go to the Settings > Media panel then adjust the size of the Large thumbnail, the lightbox script is using that thumbnail. You need to regenerate or re-upload the images after the adjustment.
Cheers!
IsmaelFebruary 9, 2017 at 6:39 am in reply to: Issue with performance of content type Table on Mobile devices #744624Hey michielschoonhoven!
Thank you for using Enfold.
The theme has a script that re-orders the table columns on mobile automatically. Unfortunately, this is not suitable on a few table configuration. Please set the Table Purpose to “tabular” and then set the “Responsive Styling” to “scrollable”.
Best regards,
IsmaelHey!
Please try this one instead.
#megapoll .table>thead:first-child>tr:first-child>th { color: gray !important; }Cheers!
IsmaelHi!
@Ethus: Could you please provide the url to the actual demo page with the issue? This is not a bug. You’re just expecting the alternating grid cells to re-order itself automatically on mobile.Best regards,
IsmaelHey!
The height of the lightbox wrapper is miscalculated but I’m not sure why. We added the following css modification in order to fix it.
.mfp-wrap { height: 100% !important; }Regards,
IsmaelHey nanomania!
Thank you for using Enfold.
I tried to login to the site but the login credentials are not working. Also, please note that we don’t provide support for third party plugins as stated on our support policy, additional support from the plugin author will greatly help.
Best regards,
IsmaelHi,
Thank you for the update. Please edit the first column in the row then set the “Equal Height Columns” to the second option “Equal Height”.
Best regards,
IsmaelFebruary 9, 2017 at 6:14 am in reply to: the masonry element is only half visible on mobile phone #744613Hi!
Could you please provide a screenshot (imgur or dropbox) of the issue? The whole masonry element is visible when I emulate a tablet or phone screen. However, I can see that the masonry captions are covering some parts of the images. Please add this in the Quick CSS field in order to increase the height of the image container.
.av-fixed-size .av-masonry-entry .av-inner-masonry-sizer { width: 100%; padding-bottom: 120%; z-index: 1; }Best regards,
IsmaelFebruary 9, 2017 at 6:08 am in reply to: E-mail autoresponder HTML footer is messed up after I put it in the contact form #744611Hi,
Please try to use div tags or containers instead of table.
// http://www.w3schools.com/tags/tag_div.asp
Best regards,
IsmaelHi,
Is the CF7 plugin working if you switch to a default theme? If this plugin is not working then there’s something wrong with email server configuration. Unfortunately, we are not familiar with those settings so additional information from your hosting provider will greatly help. Please create an email called (Email address hidden if logged out) in your email server then add this code in the functions.php file.
function change_cf_from() { return " (Email address hidden if logged out) "; } add_filter('avf_form_from', 'change_cf_from', 10);Don’t forget to adjust the domain name.
Best regards,
IsmaelFebruary 9, 2017 at 5:45 am in reply to: Contact form autoresponder not sending mail to correct address #744599Hi,
I’m sorry but the login information is missing. Please provide the login credentials in the private field. Did you add any filter in the functions.php file?
Best regards,
IsmaelHi!
Alright. Thank you for your understanding. We’ll close the thread now.
Regards,
IsmaelFebruary 9, 2017 at 5:42 am in reply to: Color Section with video background keeps on re-downloading #744597Hi!
Have you tried using youtube or vimeo instead of hosting the video?
Best regards,
Ismael -
AuthorPosts
