Forum Replies Created
-
AuthorPosts
-
Hi!
Thank you for the update.
Please post the login details here and set it as a private reply. We would like to check the blog page. If possible, please deactivate all plugins then delete the .htaccess file. Regarding the product grid, unfortunately, the element does not utilize any ajax script so you might need to use the product slider for that matter.
Cheers!
IsmaelHey!
Thank you for the info.
Edit includes > loop-index.php, find this code on line 184:
echo $content;Replace it with:
if(!is_archive()){ echo $content; } else { $excerpt = the_excerpt(); echo $excerpt.'<a href="'.get_permalink().'" class="more-link">'.__('Read more','avia_framework').'<span class="more-link-arrow"> →</span></a>'; }Regards,
IsmaelHi!
Thank you for using the theme!
The scroll to top markup on your website is different. Please try to extract the footer.php file from a fresh download of the theme then override the old file on your installation.
Regards,
IsmaelHey Frank!
Thank you for using the theme!
Please change the blog style on Enfold > Blog Layout > Blog Style. See if that works. If you want to use Blog Posts element, set the blog style to Use the advance layout editor… option. Regarding the google map, on what browser and OS are you testing this with? I can’t see the line when I checked it on Chrome Windows 8.
Cheers!
IsmaelMay 20, 2014 at 2:20 am in reply to: Decrease padding and space between page content elements when using Avia layout #267100Hey Coronacom!
Thank you for visiting the support forum!
What are the elements that you’re trying to modify? If you can provide us with a link to the actual page, we’ll be happy to provide you with the css snippets to decrease the padding or margin between elements.
You can use the body page id to modify elements on a specific page. In order to find the current page id, you can use firebug or google chrome’s inspect element. Look for the body class id. It looks something like this:
On the example above, the page id is page-id-734. Use that along with the object’s selector that you’re trying to modify. Something like this:
.page-id-734 .avia-section { min-height: 50px; }I hope this helps.
Cheers!
IsmaelHey!
We’re very sorry for the delay.
I can see the issue now. Is it ok if we deactivate the plugins while debugging the issue? We might need to disable the Advanced TinyMCE and other plugins in order to find the problem. We don’t want to mess with your settings so we’re asking permission to do this.
Cheers!
IsmaelHi!
Thank you for the update.
Looks like the settings on Enfold > Sidebar Layout > Sidebar for Blog is overriding the actual page’s sidebar settings. I have to set it to “No Sidebar” to remove the widget areas. Please check here: http://terenure5mile.com/news/
Cheers!
IsmaelMay 20, 2014 at 2:03 am in reply to: suggestions for real estate plug in that works with enfold #267095Hi colleendr!
Thank you for using the theme!
Honestly, we haven’t tested any real state plugins that will work well with the theme but you can search through codecanyon or the wordpress plugins library. Regretfully, we cannot provide support for third party plugins or scripts as stated on our support policy due to the fact that there is simply no way to account for all of the potential variables at play when using another developer’s plugin or script. Because of this, any questions you have regarding setup, integration, or troubleshooting any piece of functionality that is not included on the theme package will need to be directed to the plugin author.
Regards,
IsmaelMay 20, 2014 at 2:00 am in reply to: Error fetching content – please reload the page and try again #267094Hi!
Thank you for the update.
It does seem to work well with IE. Do you have any third party extension on your IE 11 browser? Please deactivate those then test the avia builder again.
Cheers!
IsmaelMay 20, 2014 at 1:57 am in reply to: Layout Builder doesn't load content with plug ins active #267093Hi!
Thank you for using the theme!
Have you tried disabling the “Use Google CDN version of jQuery” option on the Layer Slider’s advance options? This setting loads an old version of jquery that might break some of the plugins. @Andrewj is correct regarding the plugin, there’s just no way that we can provide support for all third party plugins so you may need to redirect all questions on the plugin author. Honestly, we haven’t tested any real state listing plugins but you can search through codecanyon or the wordpress repository for available plugins.
Best regards,
IsmaelHey!
Thank you for the update.
I would like to debug the issue but the access that you provided doesn’t have full admin rights. We need to check the theme options and general settings in order to find the issue.
Best regards,
IsmaelHi!
Thank you for the link.
I can’t seem to open the website on my end so I’ll ask the rest of the support team to check. Please wait for their response. A screenshot explaining the issue will help.
Best regards,
IsmaelMay 19, 2014 at 5:08 am in reply to: Single Page Menu / Organizing Portfolio Order Display / Shadows on Fonts #266635Hey!
Thank you for the update.
Do you mind providing a screenshot of what you’re after? We’ll try to help once we have a better understanding of the request. You can try the Content Slider or Easy Slider then add captions to the images.
Regards,
IsmaelHey!
Sorry for the delay.
You can use this to hide the secondary or top menu:
.av_header_transparency div#header_meta { display: none; }Best regards,
IsmaelMay 19, 2014 at 5:03 am in reply to: text widget in footer, LayerSlider sliders layer transition #266633Hey!
Thank you for the access.
The text widget is working properly. You just need to add content. Please check the second footer column here: http://www.kailinyang.com/
Regards,
IsmaelHi!
Thank you for the clip.
It works fine on my end. Do you mind providing the link to the actual page that is using the default editor?
Best regards,
IsmaelMay 19, 2014 at 4:57 am in reply to: Best way to change/set responsive outside browser padding #266631Hey pageladder!
Thank you for visiting the support forum!
You can increase the container width with this:
@media only screen and (max-width: 989px) and (min-width: 768px) { .responsive .container { width: 750px; } }Best regards,
IsmaelMay 19, 2014 at 3:50 am in reply to: Make Testimonial images bigger and decrease padding around testimonials #266625Hey makeitbritish!
Thank you for using the theme!
You can add this on Quick CSS or custom.css to decrease the padding between testimonials:
.avia-testimonial-wrapper { margin: 10px 0; } .page-id-3489 .column-top-margin { margin-top: 10px; }Then use this to increase the testimonial images:
.avia-slider-testimonials .avia-testimonial-meta .avia-testimonial-image { margin: 0 10px 0 0; width: 80px; height: 90px; }Cheers!
IsmaelHey pageladder!
Thank you for visiting the support forum!
You can directly use media queries to serve different logo for smaller screens but it will require a bit of modification and the full details of the task is beyond the scope of support. Please add this on Quick CSS or custom.css to get you started:
@media only screen and (max-width: 979px) { .responsive .mobile_slide_out .logo img { display: none; } .responsive .mobile_slide_out .logo { float: left; background: url('MOBILE LOGO VERSION URL HERE'); background-size: 100% 100%; width: 340px; height: 80px !important; } }The first css declaration removes the default logo and on the second one, we’ll set the logo as background image. Just change the background image url and modify the height and width.
Cheers!
IsmaelHi!
Thank you for the update.
The link you provided leads me to a 404 page. Yes, you’re correct about that, apostrophes should not trigger any issues but it sure does with the team member description. If you can provide us with the login details and a working test page, that would be great. Please set it as a private reply.
Cheers!
IsmaelHi!
Thank you for the update.
The 2.7.1 patch should fix the text editor issue. I tested a page and switch to the text editor. The code looks fine.
<h1 style="text-align: center;">Fenêtre en Aluminium au Luxembourg</h1> [av_hr class='short' height='50' shadow='no-shadow' position='center'] <p style="text-align: justify;">Le profil fin des fenêtres en aluminium offre une plus grande surface vitrée permettant de faire rentrer plus de luminosité dans vos maison au Luxembourg. Elles sont également disponibles dans une élégante gamme de couleurs, accessoires et options de vitrage.</p> <p style="text-align: justify;">Les fenêtres en aluminium ont été conçues pour offrir aux maisons une atmosphère contemporaine. Elles ajoutent une touche de modernité et de chic qui démarque votre maison des autres et qui laisse une impression de fraicheur et d’élégance.</p> <p style="text-align: justify;">Les qualités naturelles de l’aluminium - légèreté, solidité, résistance à la corrosion - nous permettent de vous proposer des fenêtres minces. La réduction de l’épaisseur du cadre améliore également les performances énergétiques pour conserver la chaleur de votre maison et réduire vos factures de chauffage. Si vous préférez un matériau polyvalent, ne nécessitant qu’un faible entretien, notre excellente gamme de fenêtres en PVC est parfaite pour vous. Ou, pour un style plus traditionnel, vous pouvez jeter un œil à notre impressionnante gamme de fenêtres en bois.</p>Please remove browser cache and reload the page a few times.
Regards,
IsmaelHi!
Thank you for using the theme!
Please add this on Quick CSS or custom.css:
#top .price > .amount { position: relative; float: left; clear: both; width: 100%; }Regards,
IsmaelHi!
Thank you for the screenshot.
I’m sorry but we’re really not sure of the issue because we can’t reproduce it on our end. Please try to deactivate all plugins then test it again. Have you tried testing it on your friends’ iPhone? If possible, test it using another browser.
Regards,
IsmaelMay 19, 2014 at 3:03 am in reply to: Auf der Seite "Kasse" wird die Checkbox vom "Kaufen" Button überdeckt #266613Hi!
Thank you for using the theme.
Do you mind if we take a look at the actual page? If you can translate the inquiry to english, that would be great.
Best regards,
IsmaelHi!
No, I don’t think there is a plugin out there that will integrate well with the theme’s portfolio items. Please visit Envato Studio or Werkpress for further customization. You can also vote or post the feature on our Feature Requests page.
Regards,
IsmaelHi!
Thank you for the update.
I tested this on my end, Chrome Windows 8 and the google maps element doesn’t remove the elements below. I created multiple maps and insert them on top of different elements. The page stays intact after I save the page. You can check it here: http://defendingtexas.com/ismael-test/
Cheers!
IsmaelHey!
Thank you for using the theme!
You have an old version of the theme. Please download the latest version 2.7.1 from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/
If updating doesn’t work, please use this on Quick CSS or custom.css:
.html_header_top.html_header_sticky .home #wrap_all #main { padding-top: 0 !important; }Regards,
IsmaelHi!
Sorry for the delay.
I’ve tested this again on my end and it works fine. You just need to copy and paste the suggested code at the very bottom of functions.php:
add_action('ava_main_header', 'ava_main_header_background'); function ava_main_header_background() { echo "<div class='left-header-bg'></div>"; }After that, go to the Quick CSS field and paste the css snippets above. The result should be like this:

Cheers!
IsmaelMay 19, 2014 at 2:41 am in reply to: Text Editor Uncaught TypeError: Cannot read property 'setContent' of null #266580Hi!
@moggiex: Thank you for the plugin. This might help @joshwebguy.
@joshwebguy: What is the current version of your Enfold theme? There are lot of small patches on the theme and we may not be able to direct you on how to update the files manually. You can try the plugin that @moggiex suggested.Cheers!
Ismael -
AuthorPosts
