Viewing 30 results - 96,481 through 96,510 (of 142,828 total)
  • Author
    Search Results
  • #625006

    Hello,

    Thank you for reply…

    You can close this topic.

    Thank you,
    Swapnil

    #624969

    In reply to: Sidebar color

    Hi,

    Change the #top .container_wrap.sidebar_right .content part to:

    #top .container_wrap.sidebar_right .content{
    background: white;
    min-height: 750px;
    }

    Best regards,
    Josue

    Thanks Josue,

    I had to change the top: from 40px to -120px but that has worked perfectly.

    Any idea why I can no longer add this via the /includes/helper-main-menu.php like what I did in the “olden days”?

    thanks,

    Hedley

    #624949

    In reply to: Clickable background

    Hi,

    Duplicate header.php to your child theme and place an a tag immediately after the body opening:

    <a href="http://google.com" class="fs_link"></a>
    

    And add this to your custom CSS:

    a.fs_link {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    }

    Best regards,
    Josue

    Hi,

    Use this code instead:

    
    #header_main .widget {
    position: absolute;
    right: 20px;
    top: 40px;
    }
    
    #header_main #getintouch {
    color:#333;
    width: 230px;
    outline:1px solid red;
    z-index:150;
    }

    Best regards,
    Josue

    #624917

    In reply to: Sidebar color

    Use this code instead:

    #top .container_wrap.sidebar_right {
        background: #d6d6d6;   
    }
    #top .container_wrap.sidebar_right .sidebar{
        background: transparent;
    }
    #top .container_wrap.sidebar_right .sidebar .inner_sidebar  {
        padding-right: 50px;
    }
    
    #top .container_wrap.sidebar_right .container {
        padding: 0;
    }
    
    #top .container_wrap.sidebar_right  .entry-content-wrapper {
        padding-left: 50px;
        
    }
    #top .container_wrap.sidebar_right .content{
        background: white;
    }
    #624915

    More to that,
    I just discovered that when I am using the Avia Editor
    And put a text block on there top for the “Des avocats à votre écoute” blog entry
    -> there is no automatic excerpt for the Mansion under the title “Ils sont conseillés”
    And when I include under the 1st paragraph of the text block a “see more” tag
    -> there is still no excerpt on the Mansion

    How can you help me ?
    Thx

    #624911
    mao2093
    Participant

    Hello,
    I already had a WP site which was not on enfold.
    To keep SEO, I have exported/imported everything into enfold.
    I had previously build blog posts with excerpts (specific field in the admin interface)
    Now with enfold, there is no similar field as I can see in https://kriesi.at/support/topic/change-blog-to-excerpt-instead-of-full-post/

    What I need is to manage the excerpt shown in a Mansion blog post I use on the Home Page. As you can see on link 1, in the Mansion under “Ils s’expriment” there are two blog posts with the title “Groupe de recherche – les enjeux des écrits du médecin”
    – first one is April 30th with a copy/paste of the content, using the “see more” tag where I could use the excerpt I wanted…. OK for me BUT I would like to copy/paste the permalink
    – second one is December 10th with the original post , using the excerpt that was on the previous version of the WP site, and where I cannot find on the back office any place were I can modify the text…. OK for me BUT I would like to find where to change the excerpt

    I have many page to manage in the same way…

    How can you help me ?

    #624909

    In reply to: Autoplay hosted videos

    OK if anyone needs to, just use this in a code block:
    [video mp4="/wp-content/uploads/2016/04/onboarding.mp4" autoplay="y"]

    This drag and drop builder is more trouble than it’s worth sometimes – I think you should add the option, guys!

    #624906

    Topic: Autoplay hosted videos

    in forum Enfold
    jomtones
    Participant

    Tried the solution here but it doesn’t work.
    https://kriesi.at/support/topic/autoplay-self-hosted-videos/

    (the video class line had moved but I found it)

    Any ideas?

    • This topic was modified 9 years, 10 months ago by jomtones.
    #624891

    Hi,

    Add this in the Quick CSS field:

    .html_header_left #main {
        margin-left: 0;
    }
    
    .header_color .header_bg {
        background-color: transparent;
    }
    
    .html_header_sidebar .logo {
        border: 0;
    }

    Edit header.php file, look for this code around line 83:

    
    <div id='main' data-scroll-offset='<?php echo avia_header_setting('header_scroll_offset'); ?>'>
    

    .. below add this code:

    
    <div class="top_header">Phone info: 1232423</div>
    

    Use the Quick CSS field to adjust the style of the top_header container.

    Best regards,
    Ismael

    Hi,

    We are very sorry for the late response. FYI, bumping the thread will push it back to the end of the queue and we won’t be able to respond it immediately. Please refrain from replying to your own thread until a moderator put up a reply.

    Regarding the issue at hand, please follow the instructions here: https://kriesi.at/support/topic/having-problems-after-updating-to-wordpress-4-5-please-read-this-first/

    And if you installed the WordFence plugin, do the following:

    if you are running wordfence disable the firewall, that has helped a few people while the good folks here with kriesi work on the fix.
    Another item which has produced relief for some is to manually upload the core files in /wp-includes/js/tinymce/ via ftp from a fresh download of the core wordpress files.

    Best regards,
    Ismael

    Hey infoNewMultimedia,

    Thank you for using Enfold.

    The following css code in the Quick CSS field breaks the responsive nature of the columns:

    @media only screen and (max-width: 1125px) and (min-width: 768px) {
    .page-id-4 #ikwil .container .av-content-small, .responsive #top #wrap_all .flex_column, .responsive #top #wrap_all .av-flex-cells .no_margin {
        width: 25%;
        float: left;
        margin: 30;
    }
    }

    Please remove it. This article will help you understand the basics of css: http://kriesi.at/archives/wordpress-developers-your-complete-guide-to-conquering-css-in-2016

    Best regards,
    Ismael

    #624868

    Hi,

    Use this css code to control the caption below the gallery:

    #top .avia-gallery .avia-gallery-thumb a:after {
        margin: 0px !important;
        padding: 15px 20px 20px;
        display: block;
        float: left;
        text-align: left;
        font-size: 20px !important;
        line-height: 1.2em;
    }

    Best regards,
    Ismael

    #624865

    Hi,

    Thank you for using Enfold.

    Add this in the Quick CSS field:

    #top #wrap_all .avia-gallery .avia-gallery-thumb a {
        display: inline-block;
        float: none;
        clear: none;
    }

    Best regards,
    Ismael

    #624859

    hi josue, i sent you (privat) the link. when i check it on mobil (iphone) it works but on desktop there is nothing

    thank you

    #624857

    Topic: https issue

    in forum Enfold
    jessyd
    Participant

    using the avia builder but having issues with issues being pulled in with full url so getting mixed content issues

    issue bought up in 2013 – wondering if any update on how to fix? we’re launching store next week
    https://kriesi.at/support/topic/how-to-make-enfold-child-to-be-correct-over-https/?login_error

    Hi! That worked for the hover issue. Still can’t figure out the scroll to top issue though. Ive updated the user and pw below.

    #624849

    I am having the issue with WP 4.5.1 as well.

    I am with Godaddy Managed WP.

    I found a solution that worked for me in my functions.php:

    function ava_image_sizes() {
    add_image_size(‘masonry’, 0, 0);
    add_image_size(‘magazine’, 0, 0);
    add_image_size(‘widget’, 0, 0);
    add_image_size(‘featured’, 0, 0);
    add_image_size(‘featured_large’, 0, 0);
    add_image_size(‘extra_large’, 0, 0);
    add_image_size(‘portfolio_small’, 0, 0);
    add_image_size(‘gallery’, 0, 0);
    add_image_size(‘entry_with_sidebar’, 0, 0);
    add_image_size(‘entry_without_sidebar’, 0, 0);
    add_image_size(‘square’, 0, 0);
    }
    add_action( ‘after_setup_theme’, ‘ava_image_sizes’, 11 );

    I found it here:

    https://kriesi.at/support/topic/upload-image-giving-http-error-theme-error/

    My hero Josue!!

    Thank you Josue!!

    #624838

    Although my CSS did fix the problem, it caused the search to not show all. I removed the code.

    Please let us know how to fix this issue.

    Here is the code that’s causing this from our Child Theme’s functions.php.

    add_filter( 'wp_nav_menu_items', 'avf_add_search', 3, 2 );
    function avf_add_search( $items, $args ) {
    	if ($args->theme_location == 'avia')
    	{
    		$search = '<li id="menu-item-search-mobile" class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-18 current_page_item menu-item-top-level menu-item-top-level-5">'.get_search_form(false).'</li>';
    		$items = $search . $items;
    	}
    	return $items;
    }

    Micah

    #624821

    Per the instructions in the other thread, I added this CSS.

    @media only screen and (max-width: 767px) {
    	#top #searchform>div {
    		display: block !important;
    		opacity: 1 !important;	
    	}
    }

    I went ahead and added:

    #top #searchform>div {
    	display: none !important;
    }

    This seems to have fixed my issue.

    Please look over this fix and let me know if this is an appropriate fix.

    Thanks,

    Micah

    #624802

    In reply to: Blog posts

    Hey sware81,

    Please add to your CSS

    #top .avia-post-nav { display: none; }

    let us know if that fixes the issue

    Best regards,
    Basilis

    #624800

    Topic: Botton in header

    in forum Enfold
    mobilesolutions
    Participant

    I’ve tried to mirror the threads that showed how to do this and I crashed my live and test site. So, can you tell me how to get the ‘SEE DEMO’ button to show up in the top header to the right of my phone number?

    #624784
    AdamBlumFGE
    Participant

    Our site (www.floridagunexchange.com) was recently a victim of malware, which was identified by WordFence. There were two files found that were malicious in nature, and were removed. Since doing that, the site hasn’t been functioning correctly. The top slider isn’t working, amongst many other things throughout the website. I’ve since deleted the site, re-downloaded wordpress, reinstalled the theme and tried to import an xml I downloaded from the subdomain I had initially created the site on. The xml would install, so I reverted to a backup (which is having the issue currently).

    The website should look like this with all the images and text appearing correctly – new.floridagunexchange.com.

    I’ve tried everything I can think of and am at wits end. Please help!

    #624769

    Yeah, I tried that early on, and these:

    body.page.page-id-734 #top .av-submenu-container
    body.page.page-id-734 .av-submenu-container
    body.page.page-id-734 div .av-submenu-container

    #624768

    Dear Yigit,

    Thank you for the help. It worked, however only until I’ve put the button into a 1/1 element as recommended in this support ticket: https://kriesi.at/support/topic/sidebar-not-showing-3/#post-619540

    No the Button is again white on mouseover. Any idea on what to do?

    Thanks,
    Raphael

    #624767
    Aramus94
    Participant

    Hello – I’ve tried following all the steps at https://kriesi.at/support/topic/having-problems-after-updating-to-wordpress-4-5-please-read-this-first/ before opening this thread. We are on the latest version of WP and have the latest Enfold theme version (3.5.4). We are using a child theme. I have disabled all add-ins, cleared the cache and tried hard refreshes. I’ve tried from other computers with the same result. I don’t seem to have the option to view the Editor to add javascript so I couldn’t try that hack. Please advise and thanks!

    #624765

    I found the source of the problem, it has to do with the PHP code that adds the search bar to the mobile menu.

    https://kriesi.at/support/topic/search-widget-only-in-mobile-view/#post-517247

    When I remove the PHP code, the problem goes away.

    Now that I have tracked the problem down to your coding issues, please provide a resolution to this problem.

    Thanks,

    Micah

    #624764

    Hey laptophobo,

    Have you tried using the page id of your homepage? Also try try removing the id #top, as this is the ID used for the body tag on every page, so the changes will show up on all pages if you use #top.

    Best regards,
    Jordan Powell

    #624758
    1039 Online
    Participant

    Is there a way to have a promo box button link to nowhere? My ideal is to have the button have a link to an email address and open a new email (or give the option upon clicking of opening an email client). I can get this to work in Firefox, but not in Chrome. Since I can’t get it to work in Chrome, the second best thing is simply have the button not be a link. When I put nothing in the button link field or put an “#” , the button links to the top of the page.

Viewing 30 results - 96,481 through 96,510 (of 142,828 total)