Forum Replies Created

Viewing 30 posts - 60,241 through 60,270 (of 67,460 total)
  • Author
    Posts
  • in reply to: Custom loading Portfolio titles #235690

    Hi!

    You can still use the portfolio grid element then add this on Quick CSS or custom.css to remove the grid image or featured thumbnail:

    .grid-image.avia-hover-fx {
    display: none;
    }

    Cheers!
    Ismael

    in reply to: Blog post not responsive in full width #235664

    Hey!

    How are you? I hope you’re doing well today.

    Please add this on Quick CSS or custom.css to place the thumbnail on top of the post.

    @media only screen and (max-width: 767px) {
    .responsive .template-blog .blog-meta, .responsive .post_author_timeline, .responsive #top #main .sidebar {
    display: none;
    position: relative !important;
    width: 100% !important;
    }
    
    .single-post .single-small.with-slider .small-preview {
    width: 100%;
    text-align: center;
    background: transparent;
    height: auto;
    }
    
    #top .fullsize .template-blog .big-preview a, #top .fullsize .template-blog .small-preview img {
    width: 180px;
    margin: 0 auto;
    }
    }

    Regards,
    Ismael

    in reply to: widget latest news with full content with read more #235635

    Hi!

    Please edit Dude’s code, look for this line:

    $more = 0; 
    				get_the_content(__('Read more','avia_framework').'<span class="more-link-arrow">  &rarr;</span>');
    $more = $more_bak;

    Replace it with:

    $more = 0; 
    				the_content();
    				echo "<a href='".get_permalink()."'>".__('Read more','avia_framework')."</a>";
    $more = $more_bak;

    Cheers!
    Ismael

    in reply to: 2nd Attributes box background colour #235610

    Hey jpdesignecomm!

    How are you? I hope you’re doing well today.

    It is intended as alternate color scheme. You can add this on Quick CSS or custom.css to make it transparent:

    .main_color tr:nth-child(even) {
    background-color: transparent;
    color: #666666;
    }

    Cheers!
    Ismael

    Hey karbonato!

    Thank you for using the theme. I hope you’re doing great.

    The latest Enfold update 2.6 includes a Header-configurator which you can use to modify the header in so many ways. You might want to look into that. Please post the link of the website here so that we can inspect it.

    Cheers!
    Ismael

    in reply to: enfold avia-title with badgeOS and buddyPress #235593

    Hi JordanePeters!

    Thank you for the question. I hope all is well with you today.

    I activated the BadgeOS plugin on my end but it doesn’t affect the page titles. I haven’t configured anything. Maybe the BuddyPress plugin is causing the issue which unfortunately is not supported by Enfold. Please contact the plugins’ authors and ask for any insights why this is happening. Post the link of the website here so that we can inspect it.

    Cheers!
    Ismael

    in reply to: Single column portfolio #235589

    Hey DURMAST!

    How are you? I hope you’re doing well today.

    Create a page then insert the Portfolio Grid element. Select “1” for the column options.

    Regards,
    Ismael

    in reply to: Video and parallax #235584

    Hi stenblokken!

    Thank you for using the theme. I hope you’re doing great.

    Can you please give us a link to the website?

    Regards,
    Ismael

    in reply to: how to setup right top & main menu ? #235580

    Hi!

    Thank you for using the theme. I hope you’re doing great.

    Unfortunately, you can’t do that with Enfold. The theme use shortcodes to build a page and does not rely on templates. This is actually possible with wordpress conditionals or css but it will take a lot of modifications. Please hire a freelance developer to create a different header. For further customization, please visit Werkpress.

    Regards,
    Ismael

    in reply to: Google maps Widget – Bug #235569

    Hi!

    I’m sorry you’re having issues with the google map plugin but the sensor parameter is already set. Maybe you can try another google maps plugin such as: http://wordpress.org/plugins/wp-google-maps/

    Regards,
    Ismael

    in reply to: iPad menu display issue #235564

    Hey!

    How are you? I hope you’re doing well today.

    Please post the login details here and set it as a private reply.

    Best regards,
    Ismael

    in reply to: No fonts in 2.6 #235556

    Hey!

    How are you? I hope you’re doing well today.

    Can you please give us a link to the website? Do you have a cache plugin?

    Best regards,
    Ismael

    in reply to: Issue after page edit #235554

    Hey!

    Thank you for the question. I hope all is well with you today.

    I edited the “Homepage Dev” page and it’s not giving me any error. I added a Text Block below just to test it, updated the page, no errors. Maybe the error has something to do with the plugin “Adminimize” which is now deactivated when I checked the site.

    Best regards,
    Ismael

    in reply to: Sidebar and Footer are not displaying #235536

    Hi!

    How are you? I hope you’re doing well today.

    Please edit the slides on the Fullwidth Easy Slider then choose the frame captioned on “Caption Positioning” option.

    Regards,
    Ismael

    in reply to: Fullwith masonry breaking into second column #235529

    Hi!

    Thank you for using the theme. I hope you’re doing great.

    You can actual change the width of the items but it will break the inner layout. Add this on Quick CSS:

    @media only screen and (max-width: 989px) and (min-width: 767px) {
    .responsive .av-masonry-gallery .av-masonry-entry {
    width: 24%;
    }
    }

    Regards,
    Ismael

    in reply to: Slider Like This #235525

    Hi derek62!

    Thank you for using the theme. I hope you’re doing great.

    Looks like you can do that using the “Content Slider”. Link it manually to a page with Blog Posts element configured to show a specific category. If you want to do the same exact thing, please hire a freelance developer to help you. For further customization, please visit Werkpress.

    Regards,
    Ismael

    in reply to: Need help endorsing a bot and modifying basecode #235519

    Hi!

    Try to copy the “nmofactory_helper.html” inside the theme’s folder. Is this script present in your installation? http://webcliente.inmofactory.com/scripts/jsiframe2014.js

    Please use this instead:

    <script type="text/javascript" language="javascript" src="http://webcliente.inmofactory.com/scripts/jsiframe2014.js" ></script>
    <script language="javascript" type="text/javascript">
    parametros.componente = "Buscador";
    parametros.idpublicacion = "NNNN";
    new Ib2c(parametros);
    </script>
    </body>
    </html>

    Please contact the author of the code, ask him for any insights. Honestly, this is beyond the scope of support so you should probably hire a freelance developer to help you.

    Cheers!
    Ismael

    in reply to: Fatal Error and No direct script access allowed #235506

    Hi!

    How are you? I hope you’re doing well today.

    I checked the website but it gives me a 503 Service error. The 2.6 version is available. Please update the theme, maybe it’ll fix the issue you’re having right now.

    Best regards,
    Ismael

    Hi ttem!

    Thank you for the question. I hope all is well with you today.

    You can change the title on the same file that you edited.

    Best regards,
    Ismael

    in reply to: Layer Slider vs. Revolution Slider #235489

    Hey Michael!

    Thank you for using the theme. I hope you’re doing great.

    Actually, the 2.3 update added support for the Revolution Slideshow Plugin. If you have purchased and activated the slider, the theme will add a template builder element for easier usage. Kriesi can answer this better. Please wait for his response.

    Cheers!
    Ismael

    in reply to: Header in Mobiles lost configuration after update #235487

    Hey koelnermusikakademie!

    How are you? I hope you’re doing well today.

    You forget the link to the website. Please post it again.

    Best regards,
    Ismael

    Hi!

    I can’t check this on an iOS device. I’ll ask Josue and Devin to check this. Please wait for their response. I haven’t heard of the same issue from other users.

    Best regards,
    Ismael

    in reply to: IE8 Site Width Problems #234713

    Hey!

    Thank you for using the theme. I hope you’re doing great.

    Please try to add this at the very bottom of custom.css or Quick CSS:

    .container {
    width: 1030px\9;
    }

    If it doesn’t work. Please use this: http://pastebin.com/tXEvsdQq

    Adjust the width if necessary.

    Regards,
    Ismael

    in reply to: Add New Font #234710

    Hey Simon!

    What font are you trying to use? You can only add google fonts to the Enfold > Style > fonts dropdown. Add this on functions.php:

    add_filter( 'avf_google_heading_font',  'avia_add_heading_font');
    function avia_add_heading_font($fonts)
    {
    $fonts['Source Sans Pro'] = 'Source Sans Pro:400,600,800';
    return $fonts;
    }
    
    add_filter( 'avf_google_content_font',  'avia_add_content_font');
    function avia_add_content_font($fonts)
    {
    $fonts['Source Sans Pro'] = 'Source Sans Pro:400,600,800';
    return $fonts;
    }

    Change the Source Sans Pro font with the font you’re trying to use. If you want to use fonts other than google fonts, please search google for font face integration.

    http://www.w3schools.com/cssref/css3_pr_font-face_rule.asp

    Cheers!
    Ismael

    in reply to: top-tel #234709

    Hi aparteDenmark!

    Thank you for using the theme. I hope you’re doing great.

    I checked the website and the phone number is still there. Please remove browser cache then reload the page.

    Best regards,
    Ismael

    Hi WANTED1403!

    Thank you for the question. I hope all is well with you today.

    Please use this plugin to be able to add php code inside the Text Blocks: http://wordpress.org/plugins/insert-php/

    For further customization, please visit Werkpress.

    Best regards,
    Ismael

    in reply to: Zähler wie auf der Homepage (Kriesi.at) #234701

    Hey Sven!

    Thank you for using the theme. I hope you’re doing great.

    I’ll ask Kriesi. Please wait for his response.

    Best regards,
    Ismael

    in reply to: Remove bullits in front of Ajax tree #234700

    Hi!

    Please try this one:

    .page-id-4719 ul.disc, .page-id-4719 .entry-content-wrapper ul {
    list-style: none outside !important;
    }

    Cheers!
    Ismael

    in reply to: Need help endorsing a bot and modifying basecode #234699

    Hi marvalarc!

    How are you? I hope you’re doing well today.

    You should probably add them on footer.php. Find this code at the very bottom:

    </body>
    </html>

    Add the code above.

    <script type=”text/javascript” language=”javascript” src=”http://webcliente.inmofactory.com/scripts/jsiframe2014.js” ></script>
    <script language=”javascript” type=”text/javascript”>
    parametros.componente = “Buscador”;
    parametros.idpublicacion = “NNNN”;
    new Ib2c(parametros);
    </script>
    </body>
    </html>

    Cheers!
    Ismael

    in reply to: Background appearing above color sections #234698

    Hey!

    Alright. Please let us know once the site is live.

    Regards,
    Ismael

Viewing 30 posts - 60,241 through 60,270 (of 67,460 total)