Forum Replies Created

Viewing 30 posts - 58,561 through 58,590 (of 67,591 total)
  • Author
    Posts
  • in reply to: Read more in blog #267117

    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!
    Ismael

    in reply to: Archive pages #267111

    Hey!

    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">  &rarr;</span></a>';
    			}
    

    Regards,
    Ismael

    in reply to: Masonary Product Slideshow Including invalid items #267108

    Hi!

    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,
    Ismael

    in reply to: Enfold Blog Grip was not work;-( #267101

    Hey 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!
    Ismael

    Hey 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!
    Ismael

    in reply to: Layerslider lässt sich nicht mehr bearbeiten #267098

    Hey!

    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!
    Ismael

    in reply to: Change or Remove sidebar from Blog Page #267096

    Hi!

    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!
    Ismael

    Hi 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,
    Ismael

    Hi!

    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!
    Ismael

    Hi!

    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,
    Ismael

    in reply to: Customizing Blog Layout #266640

    Hey!

    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,
    Ismael

    in reply to: Diverse Probleme #266636

    Hi!

    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,
    Ismael

    Hey!

    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,
    Ismael

    in reply to: Menü transparent #266634

    Hey!

    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,
    Ismael

    Hey!

    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,
    Ismael

    in reply to: Style single pages not being build with avia builder #266632

    Hi!

    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,
    Ismael

    Hey 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,
    Ismael

    Hey 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!
    Ismael

    in reply to: Different Logo Version for Responsive Header #266624

    Hey 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!
    Ismael

    in reply to: Team Member Disappearing #266622

    Hi!

    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!
    Ismael

    in reply to: Text editor #266618

    Hi!

    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,
    Ismael

    in reply to: Position price per unit #266616

    Hi!

    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,
    Ismael

    in reply to: Logo Not Appearing On Mobile #266614

    Hi!

    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,
    Ismael

    Hi!

    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,
    Ismael

    in reply to: Filtered Portfolio Category Links in Sidebar #266611

    Hi!

    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,
    Ismael

    in reply to: Google Map Conflict – Elements disappear. #266610

    Hi!

    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!
    Ismael

    in reply to: Slider behind Logo and Navigation #266583

    Hey!

    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,
    Ismael

    in reply to: Extending the Logo Area for the Enfold Theme #266582

    Hi!

    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!
    Ismael

    Hi!


    @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

    in reply to: Archive pages #266579

    Hi!

    Thank you for using the theme.

    Do you mind if we take a look at the sample archive page? Archive pages uses the Blog Style that you set on Enfold > Blog Layout panel. What is the current blog layout that you have selected on the Blog Styling setting?

    Best regards,
    Ismael

Viewing 30 posts - 58,561 through 58,590 (of 67,591 total)