Forum Replies Created

Viewing 30 posts - 62,611 through 62,640 (of 66,027 total)
  • Author
    Posts
  • in reply to: Reduce height of Fullscreen slider in responsive mode #170237

    Hello!

    You can use this:

    @media only screen and (max-width: 767px) {
    .avia-fullscreen-slider .avia-slideshow {
    height: 200px !important;
    }
    }
    
    .avia-fullscreen-slider .avia-slideshow {
    max-height: 250px !important;
    }

    Regards,
    Ismael

    in reply to: Main Menu last item #170236

    Hey RicardoSuarez!

    Just add this on your custom.css or Quick CSS:

    #top .main_menu .menu>li:last-child>a {
    padding-right: 10px;
    }

    Remove browser cache then reload the page.

    Cheers!
    Ismael

    in reply to: ERR_TOO_MANY_REDIRECTS #170235

    Hey gianmarizzi!

    Have you tried disabling all your plugins? Do you have a Yeost SEO plugin? Set your permalink settings to default then fix it. Refer to this link: http://codex.wordpress.org/Using_Permalinks#Fixing_Permalink_Problems

    Cheers!
    Ismael

    in reply to: Enfold – Phone Info #170164

    Hey!

    1.) You can add this on your custom.css or Quick CSS:

    #header_meta {
    z-index: 9999;
    position: relative;
    }

    Cheers!
    Ismael

    in reply to: Enfold – Phone Info #170163

    Hey!

    1.) You can add this on your custom.css or Quick CSS:

    #header_meta {
    z-index: 9999;
    position: relative;
    }

    Cheers!
    Ismael

    in reply to: Changed rollover icon but doesn't look correct #170162

    Hey!

    The link you provided is not working. Are you sure this is correct?

    Regards,
    Ismael

    in reply to: Enfold Mega Menu bug #170160

    Hello!

    You can hire someone on odesk.com or freelancer.com. Let’s wait for other team member’s response. Maybe, they are available.

    Cheers!
    Ismael

    in reply to: Save colors #170159

    Hi!

    No, you can’t save Color Settings at the moment but you can select predefined color schemes.

    Best regards,
    Ismael

    in reply to: IE8 Issues + others? #169735

    Hi!

    Yes, please try it on custom.css or QuicK CSS. Please try to manually add the background image on avia sections.

    .avia-section {
    background-repeat: no-repeat;
    background-image: url(https://www.kimberfire.com/wp-content/uploads/2013/04/shadow1.jpg);
    background-attachment: scroll;
    background-position: top center;
    background-color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='http://www.kimberfire.com/wp-content/uploads/2013/04/shadow1.jpg', sizingMethod='scale');
       -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='http://www.kimberfire.com/wp-content/uploads/2013/04/shadow1.jpg', sizingMethod='scale')";
    }

    Regards,
    Ismael

    in reply to: new social icons #169734

    Hello!


    @Michae1
    : Enfold 2.3 has the ability to upload new icon fonts. Go to Enfold > General Settings > Iconfont Manager.

    Cheers!
    Ismael

    in reply to: Changed rollover icon but doesn't look correct #169729

    Hello!

    Can you give us a link to the page ? We need to inspect it.

    Cheers!
    Ismael

    in reply to: Show tags and categories at portfolio pages #169727

    Hi Sowmedia!

    If I’m not mistaken, Kriesi mentioned including the tags and category on the next update. Please download Enfold 2.3.

    Regards,
    Ismael

    in reply to: Blank Page – template #169726

    Hi!

    Please try this on your custom.css or Quick CSS:

    http://pastebin.com/gCS41cHY

    Cheers!
    Ismael

    in reply to: Blog Posts element pagination bug on Frontpage #169723

    Hello davidw!

    Please remove it as the Frontpage on theme settings. Instead, use the Settings > Reading > Front page displays > A static page (select below) > Front page: to set the home as frontpage.

    Cheers!
    Ismael

    in reply to: Entypo icon font in footer #169719

    Hi!

    Use the HTML entity of the icon. As an example, we will use the iPhone icon html code on this link: http://www.entypo.com/characters/

    The code is: &# 128241;

    Cheers!
    Ismael

    in reply to: Icons Still Missing #169714

    Hi NickBrunson!

    Have you tried using different icons? Please try to use icons from the old selection, let us know if it works. The Iconfont Manager is not fully tested, some icons might not render properly.

    Regards,
    Ismael

    in reply to: top button no icon #169709

    Hello mmi!

    Can you give us a link to the actual website? Have you tried using different icons?

    Best regards,
    Ismael

    in reply to: English and Arabic website #169706

    Hey diaarts!

    1.) You don’t need to install them twice. You can use the WPML plugin. :)

    2.) Use this plugin to test the theme on RTL layout. http://wordpress.org/plugins/rtl-tester/

    3.) I’m not sure if this is what you’re looking for but it is an event plugin where you can book or add appointments/events: http://wordpress.org/plugins/the-events-calendar/

    Cheers!
    Ismael

    in reply to: Homepage recents post thumbnails #169703

    Hey!

    You can add something like this:

    @media only screen and (min-width: 768px) {
    .avia-content-slider .slide-image img {
    height: auto;
    }
    }

    It will prevent the image stretching but you will lose the uniform height. You can also set a specific height for the images:

    @media only screen and (min-width: 768px) {
    .avia-content-slider .slide-image img {
    height: 160px;
    }
    }

    Best regards,
    Ismael

    in reply to: Linking direct to open toggle / accordion #169701

    Hello justinmw!

    I’m not sure if that is possible but you can create a single accordion for each FAQ section. Set it to open the toggle initially. Create a link like this to target the toggle sections:

    <a href="#toggle-id-1-container">Toggle 1</a>
    <a href="#toggle-id-2-container">Toggle 2</a>

    Cheers!
    Ismael

    in reply to: Make a Child Theme after made all the page without #169693

    Hey!

    The video link on dropbox is not working. Anyway, I don’t see the nav flicker on your website. Is this happening on all browsers? What OS?

    Regards,
    Ismael

    in reply to: Widget Area + Accordeon #169691

    Hi denye!

    Just add this on your custom.css or Quick CSS:

    .togglecontainer {
    z-index: 9999;
    position: relative;
    }

    Remove browser cache then reload the page a few times.

    Best regards,
    Ismael

    in reply to: Parent Theme Settings Import to Child Theme #169687

    Hi!

    First, create a backup of your files and database before doing the following. The automatic theme update should not overwrite any theme child settings but I saw a post earlier where he lost the settings on update. I’m not sure if it is the theme’s fault or he might have done something wrong. Go to Enfold > Theme Update > Enter your username and API Key. It will check for update every 12 hours and notify you. You can then manually click update if one is available.

    Regards,
    Ismael

    in reply to: Video disappears in LayerSlider #169683

    Hey abortolotti!

    How did you add the video? You can add a link to the vimeo video, it will open in a lightbox when clicked. Create a new layer then switch to Div / Video. Add something like this:

    <a href="http://vimeo.com/64927358"><img src="IMAGE URL HERE"></a>

    Or you can add the iframe code.

    <iframe src="//player.vimeo.com/video/64927358" width="500" height="281" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe> <p><a href="http://vimeo.com/64927358">Enfold - Advanced Layout Editor (short)</a> from <a href="http://vimeo.com/devinvinson">Devin Vinson</a> on <a href="https://vimeo.com">Vimeo</a>.</p>

    Regards,
    Ismael

    in reply to: No breadcrumbs in Archived widget #169676

    Hey!

    Can you please give us a link to the page when you click on the month?

    Regards,
    Ismael

    in reply to: WP FullCalendar plug-in CSS conflict/… #169675

    Hello ChunkyBits!]

    Please try this on your custom.css or Quick CSS:

    .fc-event-inner.fc-event-skin {
    min-width: 80px;
    padding: 0 10px;
    margin: 0 auto;
    top: 0;
    left: 0;
    min-height: 20px;
    font-size: 10px !important;
    border: none;
    position: relative;
    }

    Cheers!
    Ismael

    in reply to: Margin width larger but keep responsiveness #169458

    Hey!

    Please post the actual link. We need to inspect it to give you a proper solution.

    Best regards,
    Ismael

    in reply to: Blog no longer responsive #169452

    Hey!

    Glad you fixed it. :)

    Cheers!
    Ismael

    in reply to: IE8 Issues + others? #169447

    Hello!

    This will probably work:

    .avia-section {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='http://www.kimberfire.com/wp-content/uploads/2013/04/shadow1.jpg', sizingMethod='scale');
        -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='http://www.kimberfire.com/wp-content/uploads/2013/04/shadow1.jpg', sizingMethod='scale')";
    }

    Best regards,
    Ismael

    • This reply was modified 11 years, 9 months ago by Ismael.

    Hello cinetheque!

    You can edit css > grid.css then look #Mobile (Landscape) and #Mobile (Portrait) section. You can override the styling on the child theme’s style.css.

    Cheers!
    Ismael

Viewing 30 posts - 62,611 through 62,640 (of 66,027 total)