Forum Replies Created

Viewing 30 posts - 63,571 through 63,600 (of 67,068 total)
  • Author
    Posts
  • 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

    in reply to: How to move search icon next to social media icons? #170950

    Hey!

    You can use Media Queries to target the mobile view and reposition the search.

    @media only screen and (max-width: 767px) {
    #top #menu-item-search {
        z-index: 100;
    	top: 0;
    }
    }

    Best regards,
    Ismael

    Hey King Minolta!

    You forgot to add the test site link. What changes did you make on header.php?

    Cheers!
    Ismael

    in reply to: Targeting font icons in a footer widget #170946

    Hey!

    You can inspect the element then copy the actual html code. Put it on the text widget instead of the shortcode. Add a unique css selector to each icons.

    Best regards,
    Ismael

    in reply to: chnage the height for header? #170944

    Hey mmi!

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

    /*header with social icons: */
    .social_header #header_main .container, .social_header .main_menu ul:first-child > li a { height: 50px; line-height: 50px; }
    
    .fixed_header.social_header #main {
    padding-top: 80px;
    }

    Adjust the top padding of the #main div according to the height and line-height of the header.

    Regards,
    Ismael

    in reply to: Layer Slider Problem #170942

    Hi LincolnMarketing!

    104 sliders? Is this correct? You’re using a very old version of the theme. Please download Enfold 2.3 then try again.

    Cheers!
    Ismael

    in reply to: Menu Error #170940

    Hi homemadebyx!

    The switchWidth method is base on the screen size and the number of menu items. The issue may occur only on website setup like yours. Please try the fix that we provided on the previous post. Sorry, if the update didn’t automatically fix your menus.

    Cheers!
    Ismael

    in reply to: Enfold 2.3 Bugs. Please help asap. #170937

    Hey!

    1.) You can add this on your custom.css or Quick CSS to create a space on top of the “About” image.

    .flex_column.av_one_half.avia-builder-el-29.el_after_av_one_half {
    margin-top: 20px;
    }

    2.) There are drastic differences from browser to browser on how the actual rendered text looks. No matter how much control you try to exert over text, in the end, you don’t get much of what you expect. Not to mention most browsers are able to let users re-size and override font settings on the fly.

    Cheers!
    Ismael

    in reply to: Post-Type Icons centered on Frontpage #170936

    Hey!

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

    .fallback-post-type-icon {
    position: relative;
    top: 49%;
    left: 50%;
    margin: 0 0 10px -20px;
    height: 60px;
    width: 60px;
    line-height: 59px;
    font-size: 25px;
    text-align: center;
    border-radius: 100px;
    display: block;
    }

    Cheers!
    Ismael

    in reply to: H2 tag with H3 Style #170715

    Hello!

    Style of the theme may vary depends on how you configure the theme options styling. Please give us a link to the page with the h3 tag and a page with h2.

    Best regards,
    Ismael

Viewing 30 posts - 63,571 through 63,600 (of 67,068 total)