Forum Replies Created

Viewing 30 posts - 64,051 through 64,080 (of 67,406 total)
  • Author
    Posts
  • Hello!

    You can just add the link http://otsecure.net/techserv/wp-login.php. You can also create a page then add this code:

    http://pastebin.com/EMS5Ze9G

    Change the “http://yourdomain.com” to your site’s url. You can then use this page’s link as login/logout page.

    Cheers!
    Ismael

    in reply to: Slider Blinks Before next slide #169144

    Hello!

    On what browser are you testing it with? It looks fine on Chrome and Firefox. I don’t see the blinking effect. You can add more transition effects on Slide Options > Slide Transitions > Transitions.

    Cheers!
    Ismael

    in reply to: Changing Template for Search Results? #169142

    Hello!

    Can you please apply the LayerSlider that you want to show on the search result page? Attach it to a page then give us a link to it. We can copy the html code and attach it directly on loop-search.php.

    Cheers!
    Ismael

    in reply to: Force download an image #169140

    Hello frankwelschlehmann!

    You can add the rel=”noLightbox” on the anchor tag.

    <a rel="noLightbox" href="LINK HERE">LINK</a>

    Cheers!
    Ismael

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

    Hey MHM!

    It should be there by now. Please download Enfold 2.3 then update the theme again. Remove browser cache then reload the page. Go to Enfold > Theme Options. Below, the Import dummy data, you’ll see a blue button which says “Import Parent Theme Settings”.

    Regards,
    Ismael

    in reply to: Titelleiste in Safari zeigt nur Elternseite #169136

    Hey puremind!

    Can you please give us a link to your website? Do you have the latest version of Enfold which is 2.3?

    Best regards,
    Ismael

    in reply to: Entypo icon font in footer #169134

    Hey!

    Add the “avia-font-entypo-fontello” selector.

    <a href="http://google.com" class="avia-font-entypo-fontello">✎</a>

    Refer to this link for entypo characters code: http://www.entypo.com/characters/

    Best regards,
    Ismael

    in reply to: Simple slider and image element load issues with IE #169133

    Hello mattb1169!

    I checked the site on IE8, IE9 and IE10 and they are working fine. Did you turn on the compatibility view on IE10? Please turn it off.

    Cheers!
    Ismael

    in reply to: Simple slider and image element load issues with IE #169132

    Hello mattb1169!

    I checked the site on IE8, IE9 and IE10 and they are working fine. Did you turn on the compatibility view on IE10? Please turn it off.

    Cheers!
    Ismael

    in reply to: Icon Box Problem #169130

    Hello!

    This will probably work for IE:

     .iconbox_content h3 span a span {
    position: relative\9;
    top: -20px\9;
    }

    Cheers!
    Ismael

    in reply to: Sidebar in responsive Layout (max. width 1030px) #169129

    Hey DarrenJessee!

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

    @media only screen and (max-width: 767px) {
    .responsive .template-blog .blog-meta,
    		.responsive .post_author_timeline,
    		.responsive #top #main .sidebar {display: block !important; }
    }

    Best regards,
    Ismael

    in reply to: Icon List with different colors #169128

    Hello tonaua!

    You can add something like this on your custom.css or Quick CSS:

    .main_color .avia-icon-list .avia_start_animation:nth-child(1) .iconlist_icon.avia-font-entypo-fontello {
    background: red;
    }
    
    .main_color .avia-icon-list .avia_start_animation:nth-child(2) .iconlist_icon.avia-font-entypo-fontello {
    background: blue;
    }
    
    .main_color .avia-icon-list .avia_start_animation:nth-child(3) .iconlist_icon.avia-font-entypo-fontello {
    background: green;
    }

    If you have more than 3 icon list element, just change the number on this line “.main_color .avia-icon-list .avia_start_animation:nth-child(3)”.

    Best regards,
    Ismael

    in reply to: Enfold – WooCommerce – Layer Slider #169126

    Hello!

    1.) It doesn’t matter if you set it as Shop Base Page. It will work like a normal shop page.

    2.) You can’t add a layerslider on a single product page.

    Best regards,
    Ismael

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

    Hi!

    What changes did he make? The thread doesn’t have any hint about the changes done on the site because you gave him your login details. I will tag Yigit. If you edit the header.php, you can copy the file to your child theme folder.

    Regards,
    Ismael

    in reply to: External link not working for Promo Box #169123

    Hey Giant!

    Hide the vimeo link [ https://vimeo.com/album/1710637 ] using goo.gl or tinyurl.com. Use that link instead.
    Regards,
    Ismael

    in reply to: No breadcrumbs in Archived widget #169122

    Hello gianmarizzi!

    You can add something like this on your custom.css or Quick CSS:

    .archive .breadcrumb.breadcrumbs.avia-breadcrumbs {
    display: none;
    }

    Best regards,
    Ismael

    in reply to: Breadcrumb/Portfolio #169119

    Hey!

    You can add something like this on your custom.css or Quick CSS if you want to hide the breadcrumbs:

    .breadcrumb.breadcrumbs.avia-breadcrumbs {
    display: none;
    }

    Best regards,
    Ismael

    in reply to: Blank Page – template #168576

    Hey!

    Please add this on your custom.css or Quick CSS. This will hide the google conversion frame:

    iframe[name="google_conversion_frame"] {
    display: none;
    }

    Best regards,
    Ismael

    in reply to: Enfold – WooCommerce – Layer Slider #168573

    Hi comitzuu!

    Yes, it is possible. Just create a page, switch to Advance Layout Builder. Insert the LayerSlider first then go to Plugin Additions tab. Insert the Product Grid element. Set this page as Shop page on Woocommerce > Settings > Pages > Shop Base Page.

    Best regards,
    Ismael

    in reply to: Icon font doesn't show on startpage #168572

    Hey!

    Everything is working as expected on our end. Do you have Enfold 2.3? On what browser and OS are you testing it with? A link to your websites will help. If want to post the link private, just enable “Set as private reply (Only you and moderators will see the content of this post)”.

    Cheers!
    Ismael

    in reply to: Heading Font Color #168567

    Hi!

    You need to use css to change certain elements on the theme like Title, Icons etc. The only way to do it is via Quick CSS or your custom.css. You can change the h1 text using this:

    #top .main_color .avia_textblock h1 strong {
    color: #333333;
    }

    Cheers!
    Ismael

    in reply to: Logo in header center #168565

    Hi!

    Can you please translate your post to english? I want to help but I doubt if google translate is telling me the correct translation. :)

    Best regards,
    Ismael

    in reply to: Fixed layout not full width on mobile #168563

    Hi placewrightdesign!

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

    #main {
    min-width: 910px;
    }
    
    .ls-wp-fullwidth-container {
    min-width: 910px;
    }
    
    .ls-wp-fullwidth-helper {
    min-width: 910px !important;
    }

    Remove browser cache then reload the page.

    Cheers!
    Ismael

    in reply to: Accordion Toggle not working #168561

    Hello cannonballb!

    Please download the latest version of Enfold which is 2.3. Deactivate all your plugin, see if the toggles work. A link to your website will help.

    Regards,
    Ismael

    in reply to: Text shadow not working in LayerSlider #168560

    Hi Heathcliffe!

    Please edit the text layer then go to Attributes, give it a unique selector id. For example “awesome-textshadow”. Go to Quick CSS field or edit custom.css, add the text shadow style on the unique selector:

    #awesome-textshadow {
    text-shadow: 5px 5px 3px #b5b5b5;
    }

    Best regards,
    Ismael

    in reply to: One Shortcode overwrites another #168558

    Hello!

    I am able to add shortcodes using the shortcode wand without any issue. Maybe you didn’t notice that you accidentally highlight the existing shortcodes that you added then you added the tab shortcode.

    http://tupuschies.com/demo/?page_id=2

    Cheers!
    Ismael

    in reply to: Enfold – Portfolio sorting not visible #168557

    Hey Pictori!

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

    #js_sort_items {
    visibility: visible;
    font-size: 12px;
    }

    Remove browser cache then reload the page.

    Best regards,
    Ismael

    in reply to: Table doesn't look right on mobile… #168556

    Hey kangaroozach!

    Please edit css > shortcodes.css, find this code:

    @media only screen and (max-width: 767px)
    {
    	.responsive div .avia-data-table table,
    	.responsive div .avia-data-table tbody,
    	.responsive div .avia-data-table tr,
    	.responsive div .avia-data-table td,
    	.responsive div .avia-data-table th{display:block; border-top:none; border-right:none; border-left:none; text-align: center;}
    	.responsive .avia-data-table{border-style:solid; border-width: 1px;}
    	.responsive .avia-data-table .avia-pricing-row .avia-desc-col{text-align: center;}
    	.responsive .avia-data-table .avia-button-row, .responsive .avia-data-table tr:first-child th{display:none;}
    	.responsive .avia-data-table td:before {
    	display:block;
    	font-style: italic; font-size: 11px;
    	}
    
    	.responsive .avia-data-table td {
    		position: relative;
    	}
    }

    Remove it. It will disable the responsive styling for mobile devices. I’ll get back to you after you remove it, the table might need some adjustments.

    Best regards,
    Ismael

    in reply to: ie8 logo social icons and menu problems #168554

    Hello!


    @mgould
    : Please try to add this on your custom.css or Quick CSS:

    .main_menu ul:first-child > li > a {
    min-width: 100px\9;
    }

    Best regards,
    Ismael

    in reply to: portfolio Sortable "all" no first by default #168526

    Hello!

    Sorry but the menu and sort category have no relationship with each other. You need to hire a freelance developer to modify how the sort function work.

    Regards,
    Ismael

Viewing 30 posts - 64,051 through 64,080 (of 67,406 total)