Viewing 30 results - 6,811 through 6,840 (of 11,220 total)
  • Author
    Search Results
  • #680071

    Hey adorablurr,

    Please go to Enfold theme options > Blog Layout > Blog Layout and choose to use Advanced Layout Builder to create your blog page. And then edit your blog page and add Social Share Buttons element to your blog page. However, social share buttons would share the current page that they are on, so you would be sharing your blog page not the blog post itself.

    Best regards,
    Yigit

    #679950
    axelfx07
    Participant

    Hi,

    I bought the “Easy Social Share Buttons” plugin (bestseller on Themeforest) and when it is enabled ALB for post is not loading.
    Its working for pages though.

    The error appears once following libraries are loaded:
    http://prnt.sc/cc84p1

    Any ideas what might be causing this? I disabled all plugins, but it still doesn’t load… must be something within Enfold.

    #679919
    changegroup
    Participant

    Hi team Enfold,

    We have a problem in relation to a former post: https://kriesi.at/support/topic/style-of-single-menu-button-item-link-to-submenu/

    We have a Main Menu button (Investor Relations page), which is blue (#003366) with text being grey (#b7b7b7). When active the Main Menu button text turns white (#ffffff). But when we select one of the pages within the Custom menu in the left widget, the button turns grey (#b7b7b7).

    All the pages within the Custom menu have the Investor Relations page as parent page. Though not the archive page (Meddelelser).

    My question:
    How can I get the Main Menu button to show text white (#ffffff), when the pages including archive page are active?

    I use the following css to change color on button and button text color:

    #top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text {
    background: #003366;
    color: #b7b7b7 !important;
    font-style: bold;
    border-color: #003366;
    }
    #top #wrap_all .header_color .av-menu-button-colored > a:hover > .avia-menu-text {
    background: #003366;
    color: #ffffff !important;
    font-style: bold;
    border-color: #003366;
    }

    I have formerly used this CSS to highlight text color on a Main Menu button, when a submenu and single portfolio pages were active:

    #top #wrap_all .header_color .av-menu-button-colored > a:hover > .avia-menu-text, 
    #top #wrap_all .header_color .av-menu-button-colored.current-menu-item > a > .avia-menu-text,
    #top.single-portfolio #wrap_all .header_color .av-menu-button-colored > a > .avia-menu-text {
        background: #003366;
        color: #ef3e5b !important;
        font-style: bold;
        border-color: #003366;
    }
    #679748
    Red Rubber Media
    Participant

    Hey guys,.. Trying to get some javascript to work in an Enfold button. Not quite sure of the syntax,.. but eveything I’ve tried doesn’t work. A small “Added to Cart” confirmation window is suppose to pop up when the button is clicked.

    See attached login credentials.

    charger70
    Participant

    Site I developed and maintain is the first link.

    The client does a redirect of the URL to second link – i don’t know what that # string is – it just began appearing.

    Worse, click on any story from the home page and click the back button to return to the home page – the top slider element and other page elements appear blank.

    The site actually lives at the third link.

    The problem does not occur when viewing the site through this URL.

    I don’t know where this strange URL addition is coming from – is it from the client’s redirection / URL scheme, or is it theme (Enfold) generated?

    thanks in advance!

    #679216
    ananda
    Participant

    Hi,
    I am trying to create a popup on the Link in the main menu with Popup Maker, but there are some problems. This is the instruction from Popup Maker: http://docs.wppopupmaker.com/article/51-open-a-popup-from-a-wordpress-nav-menu
    It works in a standard template but not with Enfold. Somehow nothing happens when the link is clicked. I’ve tried both versions…
    It looks like something is stoping the code in the menu to execute…

    Here is what shows up on the page when I add the popmake-421 code to the menu:

    <li style="cursor: pointer;" id="menu-item-206" class="popmake-421 menu-item menu-item-type-custom menu-item-object-custom av-menu-button av-menu-button-bordered menu-item-top-level menu-item-top-level-5 pum-trigger current-menu-item">
    <a class="pum-trigger" style="height: 88px; line-height: 88px; cursor: pointer;" href="#popmake-421" itemprop="url">
    <span class="avia-bullet"></span>
    <span class="avia-menu-text">GET DEMO</span>
    <span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span>
    </a></li>

    If I add the code to the main content, then it opens normaly

    Could you pls let me know, if there is a workarround for Popup Maker in Enfold theme.
    Thank you
    Ananda

    #679126

    Yigit – I have my social accounts in the header – my question was not in relation to the header, these work great. My question was in relation to how this site was able to add different social sharing buttons in the body of their home page. The Enfold social sharing content element does not appear to be editable. I would like to put the same social sharing icons into the body of my site. The site in question is posted in the private content. Scroll down the home page and look above the socket.

    #679118

    In reply to: Button customization

    Hy,

    I think I made them but I’m not sure how that works and is it done correctly. Can you maybe see them on link: link ?

    Will that work if I put the css in Quick css in Enfold?

    I have also enabled cutom css.

    This is the site, the first what you see is fullscreen slider and inside I can choose to put two buttons and I can’t change them. I want them to be the keys which you can see on the first link.

    This is now causing me a real problem with my Client.

    WordPress Version: 4.6
    Enfold Version: 3.7.1
    Child Theme

    If I add any new user with Admin (or any other privileges), the Advanced Layout Editor is no longer working at all

    On an existing page, on page load shows the busy indicator shows continuously and the content never comes up
    On a new page, the Advanced Layout Editor button shows, but if you click it, nothing happens – e.g. it is not available.

    I am not sure when this started happening – it may have been with the latest WP Update, but I am not sure. The Advanced Layout Editor still works properly for all existing users – for any current pages or new pages. It’s only new users, which I very much need to be able to add.

    I have given you an admin login and user (a new one) so you can see the problem.

    Can you help please?

    #678997
    #678925

    Hey rachelvanstaalduinen,

    I don’t see any mega menu on your site but I do see the blue buttons on “over ons” and “Maak een afspraak” the top right which has a rounded corner if you are referring to that then please Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .sub_menu a {
        border-radius: 0px!important;
    }
    

    Best regards,
    Vinay

    #678856
    acmadsen
    Participant

    Hi!
    I’m having some issues with my product pages’ Add to cart buttons – when clicked nothing happens, and nothing is added to the cart. When in category view, or even using Avia product grid, clicking Buy/Add to cart, the products gets added to the cart correctly. The Update cart button does not work either. I have this problem with 2 sites under this multisite, both using Enfold and woocommerce.

    I’m using multisite, and everything is updated to the latest version per date. Please advice :)

    Best regards!

    #678687

    Hey,

    I think it is better to wait for a german support. I have problems with the mobile version of enfold and also with the “read more” button layout, the blog-post layout an so on… I don’t get my website as the demo look like.

    Regards,
    Susa

    #678579
    #678515
    Tflores87
    Participant

    Hello, my name is Timothy Flores. I have a few questions for you all. I am trying to open my photography shop, but am needing to address these few issues first.

    1. I have created a sub nav menu to be used on all of my pages, including WooCommerce pages, unfortunately the Avia Layout Builder conflicts with the WooCommerce Product Pages & Shop pages ONLY (all other pages work) and is not allowable. As of now, the only way to insert this sub navigation is to be able to activate Avia Layout Builder. So, how can I add this very important sub nav to these particular pages? Is there a line of code I can insert, or a shortcode, into these specific php files? I spoke with WooCommerce support about this and they mentioned I should get in contact with you.

    2. My Scroll to Top Button disappears on mobile devices after update. It used to show and now it does not. It does show up for desktop, though.

    3. My sidebar is not showing up for my WooCommerce Shopping page, Account Page, or Product Pages that I created with WooCommerce. It only displays a blank space with no widgets that I created/inserted. I have activated the Enfold Sidebar Settings, as well as the individual Page themselves so that they should display, it’s just that the sidebar menu is blank. Any thoughts?

    I greatly appreciate your time and am looking forward to your response!

    Respectfully,
    Timothy

    #678321

    I cannot seem to start a new topic, so I’m going to try and reply to this one. I purchased Enfold from Themeforest and have tried to upload the zip file via appearance>themes>upload new and I get a failure notice that just says are you sure you want to do this and a try again button. I have tested if other themes will upload and they do.

    #678176

    Hi Elmar

    Please refer to this post – http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/
    You can link your buttons to your anchor points

    Cheers!
    Yigit

    #678114
    Dave
    Participant

    Hi Team,

    There is a strings show after button “If you are not happy with the results below please do another search”

    I would like to translate it to everything, so I did install the “String Locator” and run the scan.

    Now It comes up bunch of the lang files, in which files should I edit with, please? or correct me if i were wrong.

    Regards

    #678070

    Topic: Layerslider WP Blank?

    in forum Enfold
    jessicastjames
    Participant

    Hi there, I was using the Layerslider completely fine about a year ago and then stopped working on my website until recently. I purchased your theme and installed the updates files and everything else seems to be working perfectly, However – when i go to edit the layerslider.. the slides show on the sliders page.. but when i click to edit, everything is blank and none of the buttons are selectable. I noticed it states there is an update available, but when i go to that page it explains as I did not purchase from them directly, it would need to be updated by the creator of enfold. I don’t know if this could be the issue, or if there’s something i’m missing? Please see screen shots below! (The slider still shows correctly on the website)



    #678020
    Sadegh
    Participant

    Hi,
    Please take a look at the test page in Private area.

    > In this page, I want to have a custom font (Dinar) for the button.

    This is what I had already done to make that possible:
    1>> I have already upload 2 custom fonts in Enfold-Child folder, names are “IRANSans” + “Dinar” and I also added @font-face commands for these fonts in custom.css file in Enfold; exactly like the below code:

    @font-face {
    font-family: 'IRANSans';
    src: url('http://inomax.ir/wp-content/webfonts/IRANSansweb.eot');
    src: url('http://inomax.ir/wp-content/webfonts/IRANSansweb.eot?#iefix') format('embedded-opentype'),
    url('http://inomax.ir/wp-content/webfonts/IRANSansweb.woff2') format('woff2'),
    url('http://inomax.ir/wp-content/webfonts/IRANSansweb.woff') format('woff'),
    url('http://inomax.ir/wp-content/webfonts/IRANSansweb.ttf') format('truetype'),
    url('http://inomax.ir/wp-content/webfonts/IRANSansweb.svg#IRANSans') format('svg');
    }
    fieldset label {
        font-family: "IRANSans" !important;
    }
    @font-face {
    font-family: 'Dinar';
    src: url('http://inomax.ir/wp-content/webfonts/dinar.eot');
    src: url('http://inomax.ir/wp-content/webfonts/dinar.eot?#iefix') format('embedded-opentype'),
    url('http://inomax.ir/wp-content/webfonts/dinar.woff2') format('woff2'),
    url('http://inomax.ir/wp-content/webfonts/dinar.woff') format('woff'),
    url('http://inomax.ir/wp-content/webfonts/dinar.ttf') format('truetype'),
    url('http://inomax.ir/wp-content/webfonts/dinar.svg#IRANSans') format('svg');
    }

    2>> “IRANSans” is now shows properly in the whole of the website, there is no problem with this font.
    3>> But for the button, I applied custom css class to that button element, the class name was choose as “test-pg-title”
    4>> I then add this below code to the Quick Css part:

    #top .test-pg-title a .avia_iconbox_title {
        font-family: 'Dinar' !important;
    }

    But, the “button” is still doesn’t show the desired font, “Dinar”.

    Please let me know.
    Regards,
    Sadegh

    Darrell
    Participant

    I am transitioning from the Abundance theme to the Enfold Theme. Abundance has the Template Builder that includes the ability to add a “Post/Page Content” element to the template. I don’t see this feature in the Enfold’s superior Avia Layout Builder. Am I just overlooking it somehow? My intent is to add the page content of another page to my home page.

    —–

    Update: Sorry – I am both embarrassed and relieved to have discovered my own pathetic overlook. All I have to do is hit the “Save Entry As Template” button.

    • This topic was modified 9 years, 8 months ago by Darrell.
    #677883

    In reply to: Button customization

    Hey Doris5ricevic,

    If you share a mockup of exactly what you are trying to achieve we could help you better. But to answer your question yes this can be done but it would take a lot of time to customize it. But we are happy to point you in the right direction and help you :)

    First please enable custom css class name support and add the css class name to the button elements http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Browse the button styles you like here or which is similar and produce your own CSS for the button elements and add the css in Enfold > general Styling > Quick CSS

    Let us know if you have any questions.

    Best regards,
    Vinay

    #677737
    JPGlobal
    Participant

    When you view the site from a mobile device, the About Us button has submenus. When you click on About Us, the submenu list shows up, but you are unable to open the About Us page.

    I have 7 different registered Enfold Sites and have this problem with every one of them.

    Please help.
    Jody

    #677499
    cordellbrewer
    Participant

    Hi,

    This is an issue that seems to keep on happening. I have the latest WordPress (4.6), Enfold (3.7.1) and plugin versions running. It only occurs on a phone. It only seems to happen on the homepage. I have duplicated this section and made a template of it and loaded it on the About page and I don’t get the same issue.
    As you can see in the screenshots, the buttons (seems to only be the button element) don’t repack below each other on the homepage. It’s weird cos on the About page (screenshot) they repack as they should. It also affects the socket.
    On a previous site that we just built, the same thing happened and it also affected the footer by just making the columns crash into each other and not repack below each other as they should. Again, only on the homepage.

    Please can you take a look and let me know how to resolve this issue as it is EXTREMELY FRUSTRATING as it keeps on happening.

    Please let me know if you need any more info etc.

    Thank you.

    Homepage: http://imgur.com/a/zKC4R
    About page: http://imgur.com/a/8OTK2

    #677411
    davidmartinserrano
    Participant

    Good morning,
    I have tried to install polylang this morning, and I have found several problems…

    Firstly, my native language is Spanish….So I have created the Spanish language, and the English language,
    I have set up the settings in order to establish the links, etc….
    The point is that when I go to the edit screen of any page, I hit on the plus button close to english language, and yes, it creates a new page, but EMPTY, totally empty….

    I have tried to publish it empty, to see if accessing later I could see something but;
    I couldn´t even see my Page in English in the Pages menu…..although it was set up like the main one….When I tried to access to my website, it shows an english empty page….

    Everything a disaster….

    I have had to deactivate and delete completely polylang, and now, i don´t know how to proceed at all…

    Please, could you try to help me?
    In addition, would you recommend any video/manual that could fit with installing polylang and Enfold….?

    I have posted in private my data access,

    Thanks in advance,

    David

    #677367

    In reply to: Content Slider Example

    Hi webdesign,

    If you enable debug mode: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/ you will be able to see shortcodes. Please paste the following shortcode to a new page, you can then see exactly how the elements are set up:

    [av_fullscreen size='extra_large' animation='fade' autoplay='false' interval='5' control_layout='' scroll_down='aviaTBscroll_down']
    [av_fullscreen_slide slide_type='image' id='548' position='center center' video='http://' mobile_image='' video_cover='' title='New spring edition for women and men now available' custom_title_size='40' custom_content_size='18' caption_pos='caption_left' link_apply='button button-two' link='lightbox' link_target='' button_label='Women’s Collection' button_color='theme-color' link1='product_cat,13' link_target1='' button_label2='Men’s Collection' button_color2='dark' link2='product_cat,13' link_target2='' font_color='custom' custom_title='#2c2c2c' custom_content='#818181' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern='']
    The new beautiful spring collection, created by star designer Konrad Kries is now available.
    [/av_fullscreen_slide]
    [av_fullscreen_slide slide_type='image' id='547' position='top left' video='http://' mobile_image='' video_cover='' title='Start with us into the new season!' custom_title_size='40' custom_content_size='18' caption_pos='caption_right' link_apply='button button-two' link='lightbox' link_target='' button_label='For Women' button_color='theme-color' link1='product_cat,12' link_target1='' button_label2='For Men' button_color2='dark' link2='product_cat,11' link_target2='' font_color='custom' custom_title='#2c2c2c' custom_content='#818181' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern='']
    Those are the styles that you need for the next season. Make sure to grab your early bird coupon!
    [/av_fullscreen_slide]
    [av_fullscreen_slide slide_type='image' id='549' position='top left' video='http://' mobile_image='' video_cover='' title='Win a shopping trip<br/>with our styling experts' custom_title_size='40' custom_content_size='18' caption_pos='caption_center' link_apply='button' link='lightbox' link_target='' button_label='Sign up now!' button_color='dark' link1='page,76' link_target1='' button_label2='Click me' button_color2='light' link2='manually,http://' link_target2='' font_color='custom' custom_title='#2c2c2c' custom_content='#818181' overlay_enable='aviaTBaviaTBoverlay_enable' overlay_opacity='0.6' overlay_color='#ffffff' overlay_pattern='' overlay_custom_pattern='']
    Fancy doing something a little different this autumn? Win this great shopping trip to London! We pay for everything! 
    All expenses including flight and a meal at a gourmet restaurant of your choice will be paid for!
    [/av_fullscreen_slide]
    [av_fullscreen_slide slide_type='image' id='551' position='center right' video='' mobile_image='' video_cover='' title='Winter Collection coming soon!' custom_title_size='40' custom_content_size='18' caption_pos='caption_left' link_apply='button' link='lightbox' link_target='' button_label='Yes, notify me!' button_color='dark' link1='manually,#sign-up' link_target1='' button_label2='' button_color2='light' link2='manually,http://' link_target2='' font_color='custom' custom_title='#2c2c2c' custom_content='#818181' overlay_opacity='0.1' overlay_color='' overlay_pattern='' overlay_custom_pattern='']
    Want to get notified once the new winter collection by Georgio Adriani is released?
    [/av_fullscreen_slide]
    [/av_fullscreen]
    
    [av_layout_row border='' min_height='0' color='main_color' mobile='av-flex-cells' id='collections']
    [av_cell_one_fourth vertical_align='top' padding='0px' padding_sync='true' background_color='' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat']
    
    [av_image src='http://kriesi.at/themes/enfold-shop/files/2015/03/winter-girl-small-495x400.jpg' attachment='551' attachment_size='portfolio' align='center' animation='no-animation' styling='no-styling' hover='av-hover-grow' link='product,66' target='' caption='yes' font_size='' appearance='' overlay_opacity='0.7' overlay_color='#6786a1' overlay_text_color='#ffffff']
    NEW
    WINTER COLLECTION
    [/av_image]
    
    [/av_cell_one_fourth][av_cell_one_fourth vertical_align='top' padding='0px' padding_sync='true' background_color='' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat']
    
    [av_image src='http://kriesi.at/themes/enfold-shop/files/2015/03/couple-sitting-495x400.jpg' attachment='546' attachment_size='portfolio' align='center' animation='no-animation' styling='no-styling' hover='av-hover-grow' link='product_cat,15' target='' caption='yes' font_size='' appearance='' overlay_opacity='0.7' overlay_color='#6786a1' overlay_text_color='#ffffff']
    LATEST
    STREET CLOTHES
    [/av_image]
    
    [/av_cell_one_fourth][av_cell_one_fourth vertical_align='top' padding='0px' padding_sync='true' background_color='' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat']
    
    [av_image src='http://kriesi.at/themes/enfold-shop/files/2015/03/girls-shopping-desat-495x400.jpg' attachment='549' attachment_size='portfolio' align='center' animation='no-animation' styling='no-styling' hover='av-hover-grow' link='product_cat,12' target='' caption='yes' font_size='' appearance='' overlay_opacity='0.7' overlay_color='#6786a1' overlay_text_color='#ffffff']
    FRESH
    SPORTSWEAR
    [/av_image]
    
    [/av_cell_one_fourth][av_cell_one_fourth vertical_align='top' padding='0px' padding_sync='true' background_color='' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat']
    
    [av_image src='http://kriesi.at/themes/enfold-shop/files/2015/03/hipster-girls-working-495x400.jpg' attachment='554' attachment_size='portfolio' align='center' animation='no-animation' styling='no-styling' hover='av-hover-grow' link='product_cat,10' target='' caption='yes' font_size='' appearance='' overlay_opacity='0.7' overlay_color='#6786a1' overlay_text_color='#ffffff']
    FUNKY
    ACCECCOIRS
    [/av_image]
    
    [/av_cell_one_fourth]
    [/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_heading heading='Recent Top Sellers' tag='h3' style='blockquote modern-quote modern-centered' size='30' subheading_active='' subheading_size='15' padding='10' color='' custom_font=''][/av_heading]
    
    [av_productslider columns='4' items='8' offset='0' sort='0' autoplay='yes' interval='5']
    [/av_section]
    
    [av_layout_row border='' min_height='0' color='alternate_color' mobile='av-flex-cells' id='']
    [av_cell_one_half vertical_align='middle' padding='50px' padding_sync='true' background_color='#f8f8f8' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat']
    
    [av_heading tag='h3' padding='10' heading='Lorem ipsum dolor sit amet, consectetuer adipiscing elit. ' color='' style='blockquote modern-quote' custom_font='' size='30' subheading_active='' subheading_size='15' custom_class=''][/av_heading]
    
    [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_productgrid columns='3' items='6' offset='0' sort='0' paginate='no']
    
    [/av_cell_one_half][av_cell_one_half vertical_align='top' padding='0px' padding_sync='true' background_color='#f8f8f8' 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='fade-in' 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='main_color av-tooltip-shadow' link='product,65' hotspot_color='custom' custom_bg='#6786a1' custom_font='#ffffff' custom_pulse='' hotspot_pos='6.5,56.9']
    Hairdo by Roger Ramoni
    [/av_image_spot]
    [av_image_spot tooltip_pos='av-tt-pos-left av-tt-align-centered' tooltip_width='av-tt-default-width' tooltip_style='main_color av-tooltip-shadow' link='product,257' hotspot_color='custom' custom_bg='#6786a1' custom_font='#ffffff' custom_pulse='' hotspot_pos='19.8,53']
    Glasses by Victor Secreni
    [/av_image_spot]
    [av_image_spot tooltip_pos='av-tt-pos-left av-tt-align-centered' tooltip_width='av-tt-default-width' tooltip_style='main_color av-tooltip-shadow' link='product,262' hotspot_color='custom' custom_bg='#6786a1' custom_font='#ffffff' custom_pulse='' hotspot_pos='38.9,58.4']
    Nail polish by Sandra Sounders
    [/av_image_spot]
    [av_image_spot tooltip_pos='av-tt-pos-below av-tt-align-centered' tooltip_width='av-tt-default-width' tooltip_style='main_color av-tooltip-shadow' link='product,495' hotspot_color='' custom_bg='' custom_font='' custom_pulse='' hotspot_pos='70,54.3']
    "Red Velvet" Dress by Varia Vereni
    [/av_image_spot]
    [/av_image_hotspot]
    
    [/av_cell_one_half]
    [/av_layout_row]
    
    [av_section min_height='' min_height_px='500px' padding='large' 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_one_half first]
    
    [av_icon_box position='left_content' boxed='' icon='ue8b1' font='entypo-fontello' title='Worldwide delivery' link='' linktarget='' linkelement='' font_color='' custom_title='' custom_content='' color='' custom_bg='' custom_font='' custom_border='']
    Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.
    [/av_icon_box]
    
    [/av_one_half][av_one_half]
    
    [av_icon_box position='left_content' boxed='' icon='ue8e2' font='entypo-fontello' title='Free shipping' link='' linktarget='' linkelement='' font_color='' custom_title='' custom_content='' color='' custom_bg='' custom_font='' custom_border='']
    Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.
    [/av_icon_box]
    
    [/av_one_half][av_one_half first]
    
    [av_icon_box position='left_content' boxed='' icon='ue824' font='entypo-fontello' title='Secure Payment' link='' linktarget='' linkelement='' font_color='' custom_title='' custom_content='' color='' custom_bg='' custom_font='' custom_border='']
    Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.
    [/av_icon_box]
    
    [/av_one_half][av_one_half]
    
    [av_icon_box position='left_content' boxed='' icon='ue8b9' font='entypo-fontello' title='24/7 Support' link='' linktarget='' linkelement='' font_color='' custom_title='' custom_content='' color='' custom_bg='' custom_font='' custom_border='']
    enean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus.
    [/av_icon_box]
    
    [/av_one_half]
    [/av_section]
    
    [av_section min_height='' min_height_px='500px' padding='default' shadow='no-shadow' bottom_border='no-border-styling' id='sign-up' color='main_color' custom_bg='' src='http://kriesi.at/themes/enfold-shop/files/2015/03/hipster-girls-working.jpg' attachment='554' attachment_size='full' attach='parallax' position='top center' repeat='stretch' video='' video_ratio='16:9' overlay_enable='aviaTBoverlay_enable' overlay_opacity='0.7' overlay_color='#6786a1' overlay_pattern='' overlay_custom_pattern='']
    
    [av_heading tag='h3' padding='10' heading='Want to stay up to date? Subscribe to our Newsletter!' color='custom-color-heading' style='blockquote modern-quote modern-centered' custom_font='#ffffff' size='30' subheading_active='' subheading_size='15' custom_class=''][/av_heading]
    
    [av_one_fifth first]
    
    [/av_one_fifth][av_three_fifth]
    
    [av_contact email=' (Email address hidden if logged out) ' title='' button='Subscribe' on_send='' sent='Thanks! You will receive an email soon!' link='page,74' subject='' autorespond='' captcha='' hide_labels='aviaTBhide_labels' color='av-custom-form-color av-light-form']
    [av_contact_field label='Name' type='text' options='' check='is_empty' width='element_third' multi_select=''][/av_contact_field]
    [av_contact_field label='E-Mail' type='text' options='' check='is_email' width='element_third' multi_select=''][/av_contact_field]
    [/av_contact]
    
    [/av_three_fifth][av_one_fifth]
    
    [/av_one_fifth][/av_section]

    Regards,
    Rikard

    #677310

    In reply to: Gym Import

    Hey Vinay,
    Thanks for CSS but it’s not exactly doing what I need.

    How do you find the selectors used in this theme? I have real trouble locating them in Chrome Dev Tools > CSS Selectors
    Do you have a list of them used in Enfold we can access to customise?
    I have tried updating Advanced Styling > Sub Menu Links and this does not give me the white background look I need either. White font is working on desktop but it’s still grey on mobile. Need white background also as red is so ugly and hard to read on mobile.

    Menu Goal: (desktop and mobile)
    White background
    Red Title for Column
    Black Font on Sub menu links
    Text-decoration: none;

    Portfolio – see any Details column used on (see private content)

    etc (on all Portfolio pages). The column is chopping off text “Hervey Bay” but looks fine on mobile.
    Button in same column looks right aligned on desktop and is now fine on mobile.

    #677296

    Hi,

    Another problem is that two kinds of URL shows the same content, perhaps wordpress itself, perhaps the question topics, to find out.

    That is a default url structure of WordPress.

    This sentence can not be translated perfectly in a language pack.

    You have to modify the file and change the string manually.

    The third question is about sharing, I enfold use by the sub-theme of the way, I want to extend sharing capabilities, such as adding more in line with China’s local website to share channels.

    Use the “avia_social_share_link_arguments” filter to add more sharing icons. Example:

    https://kriesi.at/support/topic/xing-in-social-share/#post-585872

    https://kriesi.at/support/topic/adding-whatsapp-button-on-social-share-buttons/#post-573570

    Best regards,
    Ismael

    #676998

    Hey blaaklistwriters,

    1- Please turn on debugging mode – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/ to see shortcodes in default editor
    2- Please edit your blog posts and click “screen options” on the top right corner and check “excerpt” and then scroll below your content and add excerpt into excerpt field.
    3- You should add featured image manually using Image element when using ALB to create your blog posts. The same goes for Comments and Social Share buttons :)

    Best regards,
    Yigit

    #676874

    Hi Rikard,

    Thanks for your reply and sorry for the delay of my answer.

    I have already contacted the autor of this plugin but he can’t / does not want help me because he explains the plugin works fine with native themes..

    Also, for example, the instruction message appears at the top left when it should appear next to the button (screens into the link)

    Is there a possibility that the css to enfold not impact this plugin for example?

    Thanks in advance and thanks again for your very good template !

    Matt

Viewing 30 results - 6,811 through 6,840 (of 11,220 total)