Viewing 30 results - 79,501 through 79,530 (of 142,879 total)
  • Author
    Search Results
  • #796226

    I kind of have the same issue. However the icons looks perfect on mobile but not on desktop. I though it is my computer but it is the same on any desktop, all the icons are showing like Chinese characters on Desktops, and laptops.

    I thought it is the wordpress version that I updated couple of days ago. But reverting to a previous version of word press didnt solve the issue.

    Let me know if there is a solution for this.

    Thanks in advance,
    Nassib

    #796222

    Hi Basilis,

    I thought something similar to what was proposed in this ticket here could have helped:
    https://kriesi.at/support/topic/blog-style-layout-with-big-preview-pic/

    Thanks
    Lyse

    #796203
    pavlika
    Participant

    Hello,

    I’ve a plugin which converts currencies. I want to put the prices into the excerpt field of the masonry. The plugin works fine in the text fields. I’ve asked the author how to do and they said that I need to add do_shortcode function to the excerpt field.

    I’ve checked the forum and found several solutions which none worked.
    Solution by Peter

    Hi!
    Excerpts do not support shortcodes by default but you can use the do_shortcode() function to execute them even if wordpress does not support them in excerpts. In your case you need to modify /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php – open up the file and replace

    $output .= !empty($excerpt) ? "<div class='grid-entry-excerpt entry-content' ".avia_markup_helper(array('context'=>'entry_content','echo'=>false)).">".$excerpt."</div>" : '';
    with
    $output .= !empty($excerpt) ? "<div class='grid-entry-excerpt entry-content' ".avia_markup_helper(array('context'=>'entry_content','echo'=>false)).">".do_shortcode($excerpt)."</div>" : '';
    Cheers!
    Peter

    and
    Solution by Elliott

    Hi Ben!

    It’s on line 473 in /enfold/config-templatebuilder/avia-shortcodes/portfolio.php.

    $output .= !empty($excerpt) ? "<div class='grid-entry-excerpt entry-content' ".avia_markup_helper(array('context'=>'entry_content','echo'=>false)).">".do_shortcode($excerpt)."</div>" : '';
    I just tried it and it seems to work fine. If it’s still not working for you then send us a link to your page and we’ll take a look.

    Cheers!
    Elliott

    Both changes nothing
    Solution by Elliott

    Hi!

    You could try doing the same on line 739 in the /enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php file.

    $this->loop[$key]['content'] = do_shortcode($entry->post_excerpt);
    Though I’m not sure it’s going to work the same in the Masonry. What type of content are you trying to add?

    Regards,
    Elliott

    But there is no line 739, it ends at 418.

    Solution by Vinay

    Hey dewasurya!
    Please add the below code in functions.php to enable shortcode in excerpts.

    add_filter('the_excerpt', 'do_shortcode');
    Best regards,
    Vinay

    Changes nothing.

    Solution from wadetaylornz

    I have added in the following line to the helper-masonry.php file.

    Line 406: $this->loop[$key][‘content’] = do_shortcode($entry->post_excerpt);

    With that shortcodes work. However, it only lets me enter in theme shortcodes, and it won’t display custom shortcodes. Is this code only meant to show avia shortcodes, or is it simply a matter of the custom shortcodes plugin not working properly in your opinion?

    Also, this has no effect.

    How can I let the wordpress process shortcodes in excerpt fields of the masonry portfolio?

    #796198

    In reply to: Missing Title in Blog

    Hi,

    1- I am not sure if i understood the issue with breadcrumbs clearly. If you would like to hide them on blog posts, you can simply edit them and choose not to display breadcrumbs. If that is not what you meant, please elaborate
    2- Please refer to this post – https://kriesi.at/support/topic/custom-post-excerpt-and-comments/#post-758264

    Best regards,
    Yigit

    #796186
    lizzybeth84
    Participant

    I am working on a site where i added in a tabbed section. It does not work to switch from different tabs in firefox but works fine in safari. Any ideas why?

    I have done some customization to the h1-h6 headers in the advanced styling area. However it is not showing up for me in the actual site.

    Lastly When i Bold something it automatically changes to a gold color i am using for links i do not want this to happen is there a way to stop that?

    • This topic was modified 8 years, 10 months ago by lizzybeth84.
    #796156
    Michael Moschny
    Guest

    Hey there!

    We have a problem to register for the support forum as our former web designer bought the theme for our homepage. As we are not working together anymore I can’t reach him to tell me the license key to register in your forum!!

    We need support for the problem of not showing product pictures on the product pages – as discussed in this thread: https://kriesi.at/support/topic/product-images-are-not-showing-in-woocommerce-3-0/?login_error – I would like to follow the link posted there which obviously leads to a solution for the problem.

    Thank you for your help!

    All the best,
    Michael – RAWO (our page: http://www.raw360.at)

    #796144
    GoToGalMarketing
    Participant

    Hello!

    I’ve seen the other posts on this issue and my assistant and I have tried all of the solutions offered but the editor is still not loading on some of the pages.

    This site (https://artsandanalytics.com/) has been running the Enfold theme for quite some time and all of a sudden it stopped loading.

    Can you help?

    #796142

    Hi Anna,

    Here is a bit different solution:

    
    @media only screen and (max-width: 767px) {
      .caption_bottom .slideshow_caption .slideshow_inner_caption, 
    .caption_bottom .slideshow_caption .slideshow_inner_caption .slideshow_align_caption {
        padding: 0;
      }
    }
    @media only screen and (max-width: 767px) and (min-width: 480px) {
      .responsive #top .slideshow_caption .avia-caption-content {
        font-size: 17px !important;
    }
    }
    @media only screen and (max-width: 479px) {
      .responsive #top .slideshow_caption .avia-caption-content {
        font-size: 13px !important;
    }
    }
    

    Let us know how it works for you.
    Best regards,
    Victoria

    #796123
    #796083
    ACNLatitudes
    Participant

    It is great that there is a setting to be able to hide a particular cell (column) on mobile devices. However, is there a way to ONLY show a particular cell (column) on a mobile device and then hide that cell (column) on desktop devices? Basically doing the opposite of what the current setting allows.

    Please let me know. Thanks!

    #796074

    Ok, so there are two pages on my site, where I use a Tab Section. The pages are called: “Galleries” and “Services” – let’s only consider Services, as an example. On this page the Tab Section consists of four tabs/columns. Each tab has a title and some content. Normally, I can switch between tabs by clicking on each title – the active tab’s title then changes font color from gray to dark blue and the respective content is displayed.

    The problem:
    If the title of a Tab contains the character “&” (like “Repair & Adjustment”), it stops working – you cannot make it active by clicking, no content is displayed and font color does not change – this is what I meant by saying, that the link to that column isn’t working. To make it more obvious I added the text “tab1, tab2, tab3 and tab4” to the content of each respective tab. You can check, that when clicking on tab called “Repair & Adjustment”, which is the third tab, the content does not change.
    Important 1: It worked fine before last theme update.
    Important 2: The problem only affects the “Tab Section” Layout element, not the “Tab” Content element.

    Best regards

    #796065
    cm-arq
    Participant

    Hi, i am trying to add opacity to the images on Masonry Gallery. I found some solutions you gave, but only a part of it worked.

    What i want is to make the Masonry Gallery images have opacity, and a title (centered on the whole image, not at the bottom). When mouse over or hovered, the opacity to fully disappear as well as the title.

    The title issue i did worked it out. Also the opacity. However, the hover part is giving me trouble.

    I tried this code which is the one that worked

    .avia_desktop.avia_transform3d .av-masonry-image-container { 
    filter: opacity(50%) !important;
    -webkit-filter: opacity(50%) !important;
    -moz-filter: opacity(50%) !important;
    -o-filter: opacity(50%) !important;
    filter: opacity(50%) !important;
    }
    .avia_desktop.avia_transform3d .av-masonry-image-container:hover {
    filter: opacity(100%) !important;
    -webkit-filter: opacity(100%) !important;
    -moz-filter: opacity(100%) !important;
    -o-filter: opacity(100%) !important;
    filter: opacity(100%) !important;
    }

    This other code didnt work at all.

    .avia_desktop .av-hover-overlay-active .av-masonry-image-container {
        opacity: 1;
    }
    .avia_desktop .av-hover-overlay-active .av-masonry-image-container:hover {
        opacity: 0.7!important;
    }

    Thank you¡
    Link to website: http://www.cm-arq.com

    • This topic was modified 8 years, 10 months ago by cm-arq.
    #796057

    Hi Manu,
    This is added straight to the page and breaks masonry styles

    
    <!-- Custom Styling Social Stream -->
    @media only screen and (min-width: 1200px) { .isotope-item { width: 23% !important; } }
    

    You could try to add this but the styles on the page might override it

    
    .av-masonry-col-2 .av-masonry-entry {
        width: 49% !important;
    }
    

    Best regards,
    Victoria

    #796029

    In reply to: How to update Enfold

    Hey Arild,

    Please see the following post that should help you complete this task.

    Best regards,
    Jordan Shannon

    #796027

    Thank you, it worked perfectly. Now i have another question. Is there a way to put a side menu (like here http://kriesi.at/themes/enfold-photography/) on a single page. The header of my page is on top, i just want to know if i can put it on the left side just for a single page.

    Best regards,
    vksouza

    Hi thewebsmiths,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .html_header_searchicon_disabled.html_entry_id_1350 #top .av_header_border_disabled.av_bottom_nav_disabled .main_menu .menu>li:last-child>a .avia-menu-fx {
      padding-right: 0px;
    }
    .html_main_nav_header.html_logo_left.html_entry_id_1350 #top .main_menu .menu>li:last-child>a, .html_bottom_nav_header #top #menu-item-search>a {
      padding-right: 13px;
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #796006

    Hi laptophobo,

    Can you attach a screenshot of how it looks on your end?

    Best regards,
    Victoria

    still not. If I have entered correctly.

    I have entered login details again for you to see?

    landscape mobile is perfect it is just when it is portrait : (

    thank you for your help

    it works when I reduce window width on desktop machine?

    #795985

    Hi,

    Add the following to quick css:

    @media only screen and (min-width: 767px)  {
    .container.av-logo-container{
    display:none!important;
    }
    }
    #main.all_colors{
    padding-top:60px!important;
    }

    This should clear up the remaining issues.

    Best regards,
    Jordan Shannon

    #795983

    Hello Rikard,

    I have created a staging site which took me too login. but finally I managed to mirror my exact website.
    I have uploaded the themes and made the theme update to Enfold 4.0
    Keep in mind that I am using a child theme.
    At the moment the website use v 4.0 as a parent theme and as you can see the language bar on the top left is showing flags instead of language names (please see http://www.enisyucel.com for correct version)

    Please also help me with my second question about not seeing the caption area when I use full screen slider.

    thanks

    #795982
    adayanamarketing
    Participant

    For nearly all the demo’s I import, I don’t get all the images.

    Q. How can I be sure the demo includes the images displayed on the live Demo Sites?

    Q. If the demo is suppose to include the images I am missing, I would like to resolve this core issue

    Q. If the issue cannot be resolved, I read in a few posts where you said to upload the images on the back end. If that’s my option, where can I find the images?

    Note below configuration and corrective actions attempted.

    wp-config – added line in define(‘WP_MEMORY_LIMIT’, ‘256M’);
    PHP ver is 7.1
    Increased PHP Setting for max_execution_time to 300 seconds (5 min) and memory_limit to 256M
    upload_max_filesize is set to 8M
    I installed the Plugin WordPress Reset and did a reset before each attempted Demo Import
    On some Demo imports, I re-clicked the demo import up to 10 times and it did not import the missing images.

    Example Links and logins for items below provided in Private Content

    For the Enfold 2017 Demo – example links and logins provided in Private Content
    I understand the home page slider images are not available – but can instead be substituted by downloading and importing the classic slider images – is this correct? I did successfully import the old sliders, but was hoping the 2017 home slider image was available.

    Other missing images include the people in About Us, some Feature images, About Us people, logos, and more

    One page portfolio – example and logins provided
    missing top Desk image and portfolio illustration images –

    creative studio – among others – no example links or logins provided
    missing team and recent work photos

    I have searched the forums regarding this and cannot find any recommendations that I haven’t tried. i.e., #777543. Please direct me to any forum posts that I may have missed

    Thank you!

    teme
    Participant

    I’m trying to add widget areas before & after single post content. Here’s my code from child theme’s functions.php:

    add_action(‘ava_after_main_container’, ‘custom_func_1’, 10, 2);
    function custom_func_1($id, $context) {
    if($context == ‘post’){
    echo do_shortcode(“[av_sidebar widget_area='article-top']“);
    }
    }
    add_action(‘ava_after_content’, ‘custom_func_2’, 10, 2);
    function custom_func_2($id, $context) {
    if($context == ‘post’){
    echo do_shortcode(“[av_sidebar widget_area='article-bottom']“);
    }
    }

    … the second part works (ava_after_content), but the first part doesn’t add that widget area anywhere on the page. I don’t know php at all, so there’s probably some stupid mistake here…

    #795970

    Hi Jordan,

    Thanks! That does the trick for the menu.

    It does give me two other visual problems though.
    – The space that is meant for the logo is still visible as a big white space above the menu.
    I would like to get rid of that.

    – I’ve lowered the menu to be closer to the heading with this code, but on desktop it now overlaps the heading.
    #header_main { margin-top: 15px !important; }
    That must be because the container which I was hiding before with this code is now visible again.
    .container.av-logo-container{ display: none !important; }
    I can remove the code, but then, when the logo container is gone, the distance to the heading will be too big.

    I hope you can help me with these issues.

    Best, Haiko.

    #795961

    Hey doboon,

    Did you download the code mentioned here:

    https://kriesi.at/support/topic/enfold-social-media-icons-in-footer/#post-586475

    Best regards,
    Jordan Shannon

    #795960

    Hi Victoria,

    It’s ok thanks a lot once again, you can close the topic.

    Best regards,
    Clement

    QADEBVBA
    Participant

    Hi Team Kriesi

    I’m making this website for a client, and I set up a ‘normal’ page to be a coming soon page. I also set it as the Front Page in Enfold Settings. After that I started creating the necessary pages, and set them as ‘Private’. But I noticed that Google shows those pages in the search results. When clicked, the links end up on ‘page not found’-page of the website. How can I stop those pages form being shown in Google, and just have the Coming Soon page in the search results?

    Thanks in advance!

    phangmoh
    Participant

    As the title above, all thumbnail image line up vertically (full size) in 4.0.7 with WooCommerce product gallery enabled on mobile. Works on desktop as expected.

    my layout on your problem would be:

    click to enlarge:

    i made out of your dark-grey-curved-base-shape.png a white one and this is in that little colorsection in between as an image!

    the rest is :

    div.whiteoverlap {
        border-top: medium none;
        height: 0;
        min-height: 0;
        overflow: visible;
    }
    
    .whiteoverlap .container {
        margin: 0;
        max-width: 100% !important;
        padding: 0;
        width: 100%;
    }
    
    .whiteoverlap .content {
        padding: 0;
    }
    
    .whiteoverlap img {
        width: 100vw;
    }

    Result see here: https://webers-testseite.de/kokon/full-rotation-problem/

    #795922

    Hi,

    They all look unique and really nice! Great work!
    You can consider sharing your website on Enfold showcase thread here – https://kriesi.at/support/topic/enfold-showcase/ if you have not already :)

    Best regards,
    Yigit

    #795911

    Hey lenalavendel,

    Yes, this is possible with media queries. Here’s a reference for the next time you need it: https://css-tricks.com/snippets/css/media-queries-for-standard-devices/

    To hide the scrollbar only for desktops (screens bigger than 990px) please try this code in your code block instead of the one you have now:

    @media only screen and (min-width: 990px) {
    html, body { height: 100% !important; overflow: hidden !important; }
    }
    

    To remove the Layerslider and music player from mobile, please add this code in your codeblock:

    /* mobile only */
    @media only screen and (max-width: 990px) {
       div#layer_slider_1 {display: none;}
       div#mp3jWrap_0 {display:none;}
    }
    

    Best regards,
    Sarah

Viewing 30 results - 79,501 through 79,530 (of 142,879 total)