Forum Replies Created

Viewing 30 posts - 62,521 through 62,550 (of 66,027 total)
  • Author
    Posts
  • in reply to: how to use character map in v2.3 #171082

    Hey!

    Add the avia-font-entypo-fontello selector on the list items.

    <ul>
    	<li class="avia-font-entypo-fontello" title="vcard">& #59170;</li>
    	<li class="avia-font-entypo-fontello" title="users">& #128101;</li>
    	<li class="avia-font-entypo-fontello" title="cart">& #59197;</li>
    	<li class="avia-font-entypo-fontello" title="calendar">& #128197;</li>
    	<li class="avia-font-entypo-fontello" title="monitor">& #128187;</li>
    	<li class="avia-font-entypo-fontello" title="tools">& #9874;</li>
    </ul>

    Don’t forget to remove the space after “&”.

    Regards,
    Ismael

    in reply to: Using Shortcode function in product page deletes content #171080

    Hi!

    Glad it is working now. :)

    Cheers!
    Ismael

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

    Hey,

    Please send the login details to ///.

    Include the word “Kriesi” on the subject. Add the link of this thread on your email.

    Regards,
    Ismael

    in reply to: Video disappears in LayerSlider #171077

    Hey!

    The the video via iframe then go to Global Settings > Slideshow > Automatically play videos > Turn it on.

    Best regards,
    Ismael

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

    Hi!

    Edit search.php, find this code:

     get_header();
    
    	 $results = avia_which_archive();
    	 echo avia_title(array('title' => $results ));
    	 ?>

    Replace it with:

     get_header();
    	 ?>
    
    <div class="ls-wp-fullwidth-container" style="height: 150px;"><div class="ls-wp-fullwidth-helper" style="height: 150px; width: 1583px; left: 0px;"><div id="layerslider_2" class="ls-wp-container ls-container ls-fullwidth" style="width: 1583px; height: 150px; margin: 0px auto; visibility: visible;"><div class="ls-webkit-hack"></div><div class="ls-inner" style="background-color: rgb(255, 255, 255); width: 1583px; height: 150px;"><div class="ls-layer ls-animating" style="width: 1583px; height: 150px; visibility: visible; display: block; left: auto; right: 0px; top: 0px; bottom: auto;"><img src="http://otsecure.net/techserv/wp-content/uploads/2013/09/slide3_Layer_1.jpg" class="ls-bg" alt="Slide background" style="padding: 0px; border-width: 0px; width: 1600px; height: 150px; margin-left: 0; margin-top: -75px;display: block;"></div></div><div class="ls-loading-container" style="z-index: -1; display: none;"><div class="ls-loading-indicator"></div></div><div class="ls-shadow"></div></div></div></div>
    
      <?php
    
    	 $results = avia_which_archive();
    	 echo avia_title(array('title' => $results ));
    	 ?>

    Cheers!
    Ismael

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

    Hello!

    The image you provided is not showing here. Please post it again. Looks like Kriesi post a solution.

    html {
    min-width: 910px;
    }

    If I’m not mistaken, he said that you can’t use a fixed header for non responsive or fixed layout.

    Cheers!
    Ismael

    in reply to: Urgent help needed #171012

    Hi!

    You have a forum page with the same title http://rossu.net/forums/forum/ross-university-residency/

    Regards,
    Ismael

    in reply to: Urgent help needed #171009

    Hey!

    I created the page “http://rossu.net/ross-residency/&#8221; with no issue. :)

    Best regards,
    Ismael

    in reply to: how to install the shop from the beginning #171006

    Hello!

    Please follow these steps.

    1.) Activate the woocommerce plugin then Install the woocommerce pages by clicking the violet bar on top of woocommerce settings.

    2.) Go to Menus > Appearance > insert the Shop menu as shop page.

    3.) Create some products.

    4.) If you want to create another shop page, create a new page then go to Advance Layout Editor. Insert the Product Grid under Plugin Additions.

    Please watch this short video: http://www.mediafire.com/play/t23t01r4zdeka68/Enfold+-+Quick+Shop+Page+Installation.mp4

    Cheers!
    Ismael

    in reply to: Urgent help needed #171004

    Hey bgolpaye!

    Do you have any cache plugin? Please try to flush the settings then try again. What error occur when you add the page “ross-residency”? Maybe the page is added as draft. Please remove browser cache or use a different browser then try again.

    Cheers!
    Ismael

    in reply to: Flickering Text #171001

    Hello!

    Do you have a very large screen or resolution? Something like 1920 to 2000++ ? Please try to apply this on your custom.css or Quick CSS:

    avia_textblock h2 strong {
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden; 
    -webkit-transform: translate3d(0,0,0); 
    }

    You should apply the css properties above on all flickering elements that you noticed. Find the correct selectors.

    Cheers!
    Ismael

    in reply to: semi transparent wavy divider #170999

    Hey!

    Edit the Color Section below the wave down, set it to position Left and stretch to fit. It will remove the white space on the left.

    Cheers!
    Ismael

    in reply to: Labas Yigit :) Reikia pagalbos :) #170995

    Hey!

    I would like to help. Can you please post the question in English? I think you want Yigit to answer this.

    Best regards,
    Ismael

    in reply to: Whitespace Above Image #170994

    Hi jgoldberg1983!

    Can you give us a link to the page with the issue? We need to inspect. What version of Firefox are you testing it with? What OS?

    Cheers!
    Ismael

    in reply to: Can Portfolio entries be added to my blog? #170993

    Hi flylanddesigns!

    I’m not sure if this is possible. This plugin might help: http://wordpress.org/plugins/post-type-converter/

    Cheers!
    Ismael

    in reply to: incorrect currency symbol displayed #170988

    Hello!

    You can refer to this link for the Chinese Yuan symbol: https://github.com/woothemes/woocommerce/issues/1114

    You can add the Chinese Yuan html entity code on the Price Row:

    ¥900

    Best regards,
    Ismael

    in reply to: Conflict with a form plugin #170983

    Hello!

    I’m sorry but I’m really not sure what is causing the button’s malfunction. Let’s wait for Dude’s and Kriesi’s response.

    Best regards,
    Ismael

    in reply to: semi transparent wavy divider #170981

    Hey!

    Please use this instead:

    #wave-section-down {
    margin-bottom: 0;
    background-color: transparent !important;
    position: relative;
    bottom: -100px;
    z-index: 9999;
    height: 167px;
    }

    Regards,
    Ismael

    in reply to: Yoast is still breaking my site #170979

    Hello!


    @ranfirefly
    : I’m sorry but can you give us a link to the actual website please? We might fix this using CSS.

    @Alex: Please use this:

    #wave-section-down {
    margin-bottom: 0;
    background-color: transparent !important;
    position: relative;
    bottom: -100px;
    z-index: 9999;
    height: 167px;
    }

    Best regards,
    Ismael

    in reply to: Left sidebar active item wrongly aligned #170972

    Hi Alexander_T!

    Thank you for this. Can you give us a link to the page with the fix?

    Cheers!
    Ismael

    in reply to: Online documentation plugin issue again #170971

    Hello Bogusz!

    Can you please post a link on the thread again? I can’t find it. What do you mean by “Online documentation plugin issue”?

    Cheers!
    Ismael

    in reply to: Team Element #170965

    Hey benefieldcs!

    You need to hire a freelance developer to do the customizations for you. You can actually do it with CSS:

    http://css-tricks.com/slide-in-image-captions/

    Best regards,
    Ismael

    in reply to: font icon links not working in Safari #170962

    Hello!


    @jingle0
    : Can you give us a link to the website please? Do you have any page redirect plugin installed?

    Best regards,
    Ismael

    in reply to: Iconfonts links not working in Safari on Mac #170961

    Hello!

    Safari loses the anchor link where there is a page redirect. Do you have any?

    Regards,
    Ismael

    in reply to: Blog pagination #170960

    Hello!

    I really don’t experience the issue. The only thing I notice is there are lots of images and the page keeps jumping while they are not finish loading which is normal. :)

    Nice website. :)

    Regards,
    Ismael

    in reply to: MetaSlider not Pausing When Hovering #170959

    Hello jjranson!

    Can you give us a link to the website? LayerSlider do have an option not to go full width. You can specify the width of the LayerSlider on Global Settings > Basic > Slider width.

    Best regards,
    Ismael

    in reply to: Background transparent, but font white in layer slider #170958

    Hi!

    Create a layer on the LayerSlider, select Div / Video. Add a code like this:

    <div class="layer-transparent">This is a text</div>

    Edit Enfold > Quick CSS or add this on your custom.css:

    .layer-transparent {
    display: block;
    background: rgba(0,0,0,.5);
    padding: 20px;
    font-size: 15px;
    color: white;
    text-align: center;
    vertical-align: middle;
    }

    Cheers!
    Ismael

    in reply to: Ipad issues #170956

    Hi jmaguirrei!

    1.) Are you using an iPad mini? The resolution or screen size is too small for it to support sidebars. You can display sidebar but it will be rendered at the bottom. Add this on your custom.css or Quick CSS:

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

    2.) You can use this to set the header’s fixed position:

    @media only screen and (max-width: 767px) {
    .responsive #top #header {
    position: fixed;
    }
    }

    Cheers!
    Ismael

    in reply to: Advanced Layer Slider: Full Screen & Responsive #170952

    Hi!

    Revolution Slider can be implemented on Enfold. You can try it and let us know if you experience any issue.

    Cheers!
    Ismael

    Hey bongoman!

    Edit the Blog Posts element options again then manually select the Categories of the blog posts.

    Cheers!
    Ismael

Viewing 30 posts - 62,521 through 62,550 (of 66,027 total)