Viewing 30 results - 6,871 through 6,900 (of 11,220 total)
  • Author
    Search Results
  • #671669
    frankwarwick
    Participant

    When I go into the ‘Edit Location’, add the location and click the ‘Enter Address and fetch the location’ button, nothing happens.
    No co-ordinates are displayed
    See screenshot – http://screencast.com/t/K6z76VdJhRF

    Enfold: 3.7.1
    WP: 4.5.3

    • This topic was modified 9 years, 8 months ago by frankwarwick. Reason: Add versions
    #671625

    Hey now2web,

    Thank you for using Enfold.

    The image in the product demo is created with the hotspot image element inside a 1/2 column layout. If you set the builder to debug mode, you can use the following shortcode: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/

    [av_layout_row border='' min_height='0' color='main_color' mobile='av-flex-cells' id='']
    
    [av_cell_one_half vertical_align='top' padding='0px' padding_sync='true' background_color='#fdfdfd' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat']
    
    [av_image_hotspot src='http://kriesi.at/themes/enfold-shop/files/2015/03/lady-in-blue.jpg' attachment='556' attachment_size='full' animation='left-to-right' hotspot_layout='numbered' hotspot_tooltip_display='av-permanent-tooltip' hotspot_mobile='aviaTBhotspot_mobile']
    [av_image_spot tooltip_pos='av-tt-pos-left av-tt-align-centered' tooltip_width='av-tt-default-width' tooltip_style='transparent_dark' link='' hotspot_color='' custom_bg='' custom_font='' custom_pulse='' hotspot_pos='19.4,54.7']
    Super nice glasses!
    [/av_image_spot]
    [av_image_spot tooltip_pos='av-tt-pos-left av-tt-align-bottom' tooltip_width='av-tt-default-width' tooltip_style='transparent_dark' link='' hotspot_color='' custom_bg='' custom_font='' custom_pulse='' hotspot_pos='45,48.2']
    Amazing Dress by Adriano Limer, for only 129.90$
    [/av_image_spot]
    [av_image_spot tooltip_pos='av-tt-pos-right av-tt-align-centered' tooltip_width='av-tt-default-width' tooltip_style='transparent_dark' link='' hotspot_color='' custom_bg='' custom_font='' custom_pulse='' hotspot_pos='36.8,72.7']
    Nail polish included if you buy the dress today!
    [/av_image_spot]
    [/av_image_hotspot]
    
    [/av_cell_one_half][av_cell_one_half vertical_align='top' padding='50px' padding_sync='true' background_color='#fdfdfd' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat']
    
    [av_heading tag='h3' padding='10' heading='Build unique & beautiful custom product pages' color='' style='blockquote modern-quote' custom_font='' size='40' subheading_active='' subheading_size='15' custom_class=''][/av_heading]
    
    [av_hr class='custom' height='50' shadow='no-shadow' position='left' custom_border='av-border-fat' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='no' custom_icon_color='' icon='ue808' font='entypo-fontello']
    
    [av_textblock size='' font_color='' color='']
    Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.
    [/av_textblock]
    
    [av_product_button]
    
    [av_product_tabs]
    
    [/av_cell_one_half][/av_layout_row][av_section min_height='' min_height_px='500px' padding='default' shadow='no-border-styling' bottom_border='no-border-styling' id='' color='alternate_color' custom_bg='' src='' attachment='' attachment_size='' attach='scroll' position='top left' repeat='no-repeat' video='' video_ratio='16:9' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern='']
    [av_product_upsells display='upsells related' count='4']
    [/av_section]
    

    Best regards,
    Ismael

    #671271
    Stohr
    Participant

    Hi,
    i hop you can help me.
    on my site http://shop.traumschmuckwerkstatt.de/

    the Enfold Main Menu and Enfold Footer Menu is not to see an phone or tablet. Only the shopping card button you can see, but the card button only once products wass add to card.

    Thanks for helping
    Beate Stohr

    #671236
    lenvo
    Participant

    Hello Enfold,

    Thanks for your fantastic theme. I use relevanssi instead of the default WordPress default search engine as described here: I have a few questions about the search results presentation.

    1. AJAX search display the pagebuilder code. If possible I would like to show highlighted text with search word here or it this is not possible the exerpt. How do I fix this?

    2. How do I exclude ‘avia button text’ from indexing and search results?

    Best regards,

    Lennart

    #670976

    Topic: Module position error

    in forum Enfold
    abbhosting
    Participant

    I use wpml language switcher. Search area button shows in main page, but if i change to other language, search button not showing.
    please look attached picture.

    what should i do

    enfold

    • This topic was modified 9 years, 8 months ago by abbhosting.
    #670860

    Hi Daniel!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 1370px) {
    .avia-multi-slideshow-button.avia-slideshow-button {
        margin-top: -10px!important;
    }}

    Best regards,
    Yigit

    beenee
    Participant

    Hi guys,
    reading through all relevant forum entries I managed to get ‘almost’ where I want.
    The code:

    .av-menu-button .avia-menu-text a {
        color: #ffffff !important;
    	border-radius: 15px!important; 
    	background: #88CFE1;
    
    }
    .av-menu-button .avia-menu-text {
        background-color: #88CFE1 important;
    	border-radius: 15px!important; 
    	background: #94D3E2;
    
    }
    
    

    …works, the only tiny little issue is the little disappearing border on mouse over on the “enfold main menu” button style bordered item.
    I thought the padding within the “button style bordered” items are not right but this code:

    .av-menu-button .avia-menu-text>ul>li {
    	padding-left: 20px!important;
    	padding-right: 20px!important;
    }

    …is not working…

    Any ideas, anyone?

    Best regards,

    beenee

    #670826

    Hi,

    Thank you for using Enfold.

    1.) The menu button looks fine, the text color is not the same as the background. Did you figure this out?

    2.) The “read more” link will be automatically translated if you’re using the WPML.

    3.) Edit the text color in the Enfold > Advanced Styling panel. Or set the color in the Quick CSS field.

    If possible, please create a single thread for each inquiry. Thank you.

    Best regards,
    Ismael

    #670495

    Hey Tilman,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .avia_transform .av_slideshow_full .active-slide .avia-caption-content, .avia_transform .av_fullscreen .active-slide .avia-caption-content,.avia_transform .av_slideshow_full .active-slide .avia-slideshow-button, .avia_transform .av_fullscreen .active-slide .avia-slideshow-button {
        -webkit-animation: avia-fadein 1.5s 1 ease-out;
        animation: avia-fadein 1.5s 1 ease-out;
    }
    

    Best regards,
    Yigit

    #670491

    Hey Tilman,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #top .avia-slideshow-button:hover {
        background-color: #d45848;
        border-color: #d45848;
    }
    

    Best regards,
    Yigit

    #670489

    Hey Tilman,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #top .avia-slideshow-button {
        text-transform: none;
    }
    

    Best regards,
    Yigit

    #670366
    onesmile
    Participant

    Hi there,

    I have build a page with the enfold theme and so far everything was good. I now went back to the site to add a new section. I added a new site (private so far) and when I try to set up a masonry gallery, I cannot add any pictures. It’s possible to drag down the masonry gallery element, and also to open the settings window and adjust all the settings, but when I git the “add pictures” button, nothing happens?!

    So I tried to set up a gallery: Same thing.

    Both Enfold and WordPress are newest version.
    By the way, the updraft plus plugin is not finishing backups. I did not change anything, so I cannot understand what could have happened?

    Please help :)
    cheers, Katrin

    wzshop
    Participant

    Hi,
    I’ve found a couple of threads on this issue but cannot seem to find a solid fix. Problem is when adding a product to the cart it says: Please match the requested format Qty.
    I tried the fixes posted here: https://kriesi.at/support/topic/woocommerce-2-6-problem-urgent/#post-650161
    but they either cause for the plus and minus buttons to disappear or the above mentioned error is still present.

    Can someone point me to a proper/solid fix. This drives me kinda craaazy..
    Thanks.

    #670281
    gary04
    Participant

    Hi Support,

    Two quick questions…

    When a visitor fills in a contact for on the site (Default Enfold Contact Form) and the miss a field is there a way to show an error on the field they missed or can I enhance the red highlighting on the form – currently its picking the default border thickness.

    The reason I ask is that my forms are very long and the user will have scrolled past the ‘missing’ fields before they hit the submit button. This is causing confusion because they cannot see the red outline on the form field they missed.

    Also because the forms are quite long when the hit the submit button they do not see the ‘You form has been submitted…’ because they are too far down the page – again causing confusion.

    Link provided to check form.
    Cheers

    Gary

    theresabrandstetter
    Participant

    Last week we opened a thread – unfortunately nobody replied. So new thread, new luck!
    So please we are still looking forward to your replay/ support:

    We have following requests regarding some changes on the Theme Enfold which we are using for our website. We are looking forward to your answer regarding the implementation possibilities:

    (1) For our Menu-Item „Registrieren“ we would like to use the Button-Style „Button Style Colored“. But following problem appears: Button- and font color is the same (#2e3348) on our transparent header. Only by scrolling down the page the user is able to read the button text (font appears white). We would like to know, how to change the button font color in the transparent header into white without changing the color of the remaining menu-items?

    (2) There are several terms on English: „Read more“, „by“ and the date desplay. For our German-speaking website we would like to exchange these terms with german ones. But on the other hand we would like to leave these terms for our English-speaking website (we use WPML to offer this service). Is this possiple?

    (3) At the moment our links and words which are written in bold letters uses the same color (#96bdff). But actually we would like our bold written letters to appear in the same color as our „main content font color“ which is #2e3348. How can we manage this issue?

    (4) Is it possible to define individually for each blog post the length of the excerpt? If yes, how?

    (5) We don’t want to have those three dots at the end of the blog post excerpt. Rather we would like to define individually for each blog post which text we want to use for the excerpt. We have following standardised excerpt-form in mind:
    – Headline
    – bullet point 1
    – bullet point 2
    – bullet point 3
    – Read more (en-Wesite)/ Mehr lesen (de-Website)

    (6) For our Blog Presentation again we would like to have another style:
    – left from the text a picture (1/4 of the page) which has approximately the same high as the whole passage.
    – right from the picture the whole text (3/4 of the page): Blog-Headline, Date, Author, 3 bullet points and „Read more“ (en-Website) or „Mehr lesen“ (de-Website)

    At the moment our blog-page displays only a tiny picture next to the Header which has approximately the same high of the header. And underneath you see an excerpt which include the first phrases from the blog post with those 3 dots at the end – and finaly the „Read more“.

    We urgently need your feedback as our website should soon get launched.
    Best regards,
    Mihaela

    #669970
    deroken
    Participant

    Hello.

    I use enfold theme and like it.
    But there is a problem with wp-recall plugin and RCL meni buttons.
    If i use defaul WP theme everything is OK. But when i turn enfold on, buttons of wp-recall such as “Sign in”/ “Registration” become unclickable, if click, nothing happens.

    Support team pf wp-recall said that there is a problem with menu classes. Here is screenshot.
    https://yadi.sk/i/QciUxtbHu2NtQ

    quote of support
    ” tag <> should have class <<rcl-login>> but instead it has <

  • >”

    From where there is a question: in what file there is a reassignment in classes in the menu.

    I will provide all logins and passwords in private

    • This topic was modified 9 years, 8 months ago by deroken.
#669865

Hey zimbo,

Try the following:
1. Install this plugin: https://wordpress.org/plugins/simple-image-sizes/
2. Go to Settings > Media
3. Change the entry_with_sidebar image size (increase its width / height).
4. Regenerate the thumbnails by clicking the button at the bottom.

Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

.big-preview.single-big {
    pointer-events: none;
}

Best regards,
Yigit

#669845

Topic: Scaling images

in forum Enfold
philthebass
Participant

Hi,

I’m in the process of building a new site with Enfold.

I’m using a Full Width Easy Slider at the top of my page and have a colour section below that with a custom css class as follows

/* approval images overlay */

.approval_images {
margin-top: -8%;

}

This works great on desktop (see grab)
http://screencast.com/t/awDiWwEpjjP
but I’m trying to get the two logos to scale down for mobile devices so that the positions stay relative to the text and button in each slide and don’t encroach on those elements like this
http://screencast.com/t/OTOwC4Jh
or push below eachother like this
http://screencast.com/t/dMjofZ2vNye

Thanks

Phil

#669723

Once again in English … We are still looking forward to your replay/ support. Thank you!

Dear Support-Team,

We have following requests regarding some changes on the Theme Enfold which we are using for our website. We are looking forward to your answer regarding the implementation possibilities:

(1) For our Menu-Item „Registrieren“ we would like to use the Button-Style „Button Style Colored“. But following problem appears: Button- and font color is the same (#2e3348) on our transparent header. Only by scrolling down the page the user is able to read the button text (font appears white). We would like to know, how to change the button font color in the transparent header into white without changing the color of the remaining menu-items?

(2) There are several terms on English: „Read more“, „by“ and the date desplay. For our German-speaking website we would like to exchange these terms with german ones. But on the other hand we would like to leave these terms for our English-speaking website (we use WPML to offer this service). Is this possiple?

(3) At the moment our links and words which are written in bold letters uses the same color (#96bdff). But actually we would like our bold written letters to appear in the same color as our „main content font color“ which is #2e3348. How can we manage this issue?

(4) Is it possible to define individually for each blog post the length of the excerpt? If yes, how?

(5) We don’t want to have those three dots at the end of the blog post excerpt. Rather we would like to define individually for each blog post which text we want to use for the excerpt. We have following standardised excerpt-form in mind:
– Headline
– bullet point 1
– bullet point 2
– bullet point 3
– Read more (en-Wesite)/ Mehr lesen (de-Website)

(6) For our Blog Presentation again we would like to have another style:
– left from the text a picture (1/4 of the page) which has approximately the same high as the whole passage.
– right from the picture the whole text (3/4 of the page): Blog-Headline, Date, Author, 3 bullet points and „Read more“ (en-Website) or „Mehr lesen“ (de-Website)

At the moment our blog-page displays only a tiny picture next to the Header which has approximately the same high of the header. And underneath you see an excerpt which include the first phrases from the blog post with those 3 dots at the end – and finaly the „Read more“.

We urgently need your feedback as our website should soon get launched.
Best regards,
Mihaela

#669707
Armstrong88
Participant

“update cart” button is not updating in enfold theme, but works in other themes. i am using the update versions of the theme and woocommerce plugin. do you have any quick fix?

#669537

Topic: Header Button?

in forum Enfold
stewroids
Participant

Hello!

Not sure if Enfold is able to do this but I’m looking to add a button on the header or perhaps anywhere on the page that is NOT on the layout itself. I see some websites with a “CONTACT” button that generally just floats everywhere you go.

Was wondering if this is possible, if not, maybe some sort of alternative? Thanks!

#669512

Yes, I’m referring to the entire page. So the 3 small images below the large image is a product gallery. So I’m assuming I’m manually setting all this and it’s not pulling information from anywhere on the page (why it wouldn’t pull the featured or gallery image that you set on the page I have no idea…but anyways).

But where is the layout and information coming from for everything else on this page? Where is the rest of the information coming from? My size and color dropdown doesn’t look clean like yours does and mine is littered up with the pricing information. Your pricing information is above the product description. Where is the SKU: N/A Categories… underneath that dropdown box coming from?

On your demo page: http://kriesi.at/themedemo/?theme=enfold-overview you have a blue sale button in the upper right hand corner. Where is that coming from? You have stars and reviews under the product name. Where is that coming from? You have a price under the product name. Where is that coming from? My page is showing different tabs in the tab box and the layout of my information definitely doesn’t look like yours.

I don’t get it. Where is all this information coming from?

#669342

Ok, This worked for me. After I updated to 3.7.1 and the Google Map fetch Coordinates Button didn’t work. I deleted my old Google Map API Key and created a NEW one and I left the URL option empty and added the new key to the Enfold google area and the map now works. I hope this helps!

#669233

Hi,

Thank you for using Enfold.

Adjust the font size of the captions with this:

@media only screen and (max-width: 479px) {
.responsive #top .slideshow_caption .avia-caption-content {
    font-size: 11px !important;
}
}

Enlarge the button with the following:

@media only screen and (min-width: 768px) {
top .avia-slideshow-button {
    padding: 25px 25px;
    font-size: 20px;
}
}

Please create separate threads or posts for each inquiry. Thank you.

Best regards,
Ismael

#669175
raylay
Participant

Hello! I tried searching the forum but had no luck so far. We want to use the home page setup of http://kriesi.at/themes/enfold-startup/ BUT use slider images, instead of a video. The slider images need to be only 75% height but 100% width, as well as using the Play Icon for the button – so I don’t think the fullscreen slider will work. Is it possible and what elements would we use?

Thank you so much!

#669076

Hey!

Embed code is not allowing to overwrite their styles. Can you please try adding following code to Functions.php file that is in wp-content/themes/enfold?

function custom_button_width_css(){
?>
<style>
.search-panel .button {
width: 50%; 
}
</style>
<?php
}
add_action('wp_head', 'custom_button_width_css');

File is not writable in Appearance > Editor so i could not add it

Best regards,
Yigit

#669071
vantufen
Participant

Hello support , Enfold is correctly installed on my WordPress installation, all works fine.
If I access to my website by Safari / Chrome etc , layout is what expected but same access by Mobile iPhone or iPad, I see code instructions only.

Details of the issues:

1 home page is not showing sections, but showing instructions code
2 if i access to menu , i correctly see the menu voices as i expected and see normally by web access but when I select , for example articles (for going on blog and read the articles ) , i see every post showed with first raw like : [av_textblock size="font_color=" color "=]
this code instruction appears at the beginning of each post.

3 If I select section of my website related to shop online (woo commerce pages) all works fine ! I can see products, buy button, product image and detail , also correct drop down menu like I was on the web.

So problems are related for sure to front page and blog.

Can you help me pls ?

thx, Fabrizio

#669012

Hi,

Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

#top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text {
    background: #50b849;
}

Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.

Best regards,
Yigit

#668997

I’ve done a quick fix for now as Enfold doesn’t have theme options like other WP themes do..This is simply a button that says ‘Ta to call on mobile phones’ so it’s visible at larger screen resolutions too..

#668703

Well I finally got the Google Map Fetch Coordinates Button to work with the code you guys posted on July 4, 2016 at 7:54 am. I was using the WIDGET code from https://kriesi.at/support/topic/solution-to-google-maps-key-issues/ which you guys recommended in a newer post to someone. Here’s my point, for an issue of this size I shouldn’t have to search through posts from other customers trying to find a fix, this should have been posted at the top of the Enfold support page, clearly outlining the steps you need to take, and what code to use. Like this code corrects the Google map WIDGET issue and this is how you apply it, ABC. And this code corrects the Google map SHORTCODE issue and this is how you apply it, ABC. A clearer support SYSTEM with label solutions would alleviate your customers frustration. Cheers and thank you for the fix.

Viewing 30 results - 6,871 through 6,900 (of 11,220 total)