Viewing 30 results - 96,001 through 96,030 (of 142,832 total)
  • Author
    Search Results
  • #630094

    Hey!

    You can add following code to Quick CSS in Enfold theme options under General Styling tab to remove post nav

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

    Cheers!
    Yigit

    #630089

    Thank you for your help, Ismael. I removed the Container value and that did not work. Using the color section does not work either because it is not responsive. The picture moves out of frame on responsive devices. We also need layers to add on top of the image for this purpose. I am really trying to find a solution in the Layer Slider because of all the features it has.

    #630065

    In reply to: Mobile Menu

    Try this:

    @media only screen and (max-width: 767px) {
    	.responsive #header_meta .social_bookmarks li {
    	    border: 0 !important;
    	}
    
        #header_meta .container{
            text-align: center;
        }
    
        #header_meta .container > * {
            display: inline-block;
            width: auto !important;
            padding: 0;
        }
    
        #header_meta .phone-info.with_nav {
            position: absolute;
            right: 0;
            top: 5px;
        }
    
        #header_meta .responsive #header .social_bookmarks {
            position: absolute;
            left: 0;
        }
    }
    #630064

    Hi,

    Please try adding !important rule as following

    #top select, #top .avia_ajax_form .select, #top .entry-content-wrapper select{
    background-image: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png) !important;
    }

    Dropdown icons are images and on your background color they look very faint. I think the best solution would be changing the image using the code i posted above, or changing background color of the field :)

    Best regards,
    Yigit

    #630052

    Hi Tina,

    Thanks for getting in touch with us!

    You are using version 3.5.1 of the Enfold theme and the latest version is 3.5.4. Please try to update the theme manually – http://kriesi.at/documentation/enfold/updating-your-theme-files/


    @lisacoconuts
    Please ensure you are using the most recent version as well. Start your own topic if you need further assistance and post a link to your site along with login details in the private section.

    Best regards,
    Jordan

    #630049

    Hi,


    @Schmiddy
    Seems like you have already figured it out – https://kriesi.at/support/topic/avia-layout-builder-not-working-please-help-im-not-a-developer/#post-629926
    For future reference, please do not double post, we see each posts and reply to them as soon as possible :)
    We will keep this thread open to hear from the OP, if you have any other questions or issues, please feel free to start a new thread

    Best regards,
    Yigit

    #630046
    AlainL
    Participant

    Hi, i created a one pager with this theme. the 5th block element on the page is a News section. This News section loads 3 News items and has pagination to go to the next news items. When I click pagination , then the next news items are loaded, but the page jumps to the top. I want to stay on that News section and not need to scroll down again. How can I change that? The url is http://bit.ly/23EB0w9

    Sevelsted
    Participant

    Hi

    i’m getting this error:

    Fatal error: Uncaught Error: Function name must be a string in /var/www/anjanielsen.dk/public_html/wp-content/themes/enfold/framework/php/class-htmlhelper.php:222 Stack trace: #0 /var/www/anjanielsen.dk/public_html/wp-content/themes/enfold/framework/php/class-htmlhelper.php(131): avia_htmlhelper->render_single_element(Array) #1 /var/www/anjanielsen.dk/public_html/wp-content/themes/enfold/framework/php/class-adminpages.php(205): avia_htmlhelper->create_container_based_on_slug(Array, ‘avia_active_con…’) #2 /var/www/anjanielsen.dk/public_html/wp-includes/plugin.php(525): avia_adminpages->render_page(”) #3 /var/www/anjanielsen.dk/public_html/wp-admin/admin.php(236): do_action(‘toplevel_page_a…’) #4 {main} thrown in /var/www/anjanielsen.dk/public_html/wp-content/themes/enfold/framework/php/class-htmlhelper.php on line 222

    What to do??

    #630019

    Topic: Feature quiry

    in forum Enfold
    J.A.R.
    Participant

    hello,

    i was looking at this image on the enfold settings page and found i nice feature i would like to know about:

    https://www.dropbox.com/s/fgjcwt8grkqhavy/Settings%20image.png?dl=0

    how do you add those links like login and sing up on the top bar?

    #630017
    J.A.R.
    Participant

    hello,

    if you look at the top bar of the engloish section of my site you will see that the social media and language switcher look nice:

    http://www.ezone.ae

    but have a look at the arabic side and you will find that its a bit of a mess, the line between Facebook and instagram is missing, and the english icon is stuck to the line thats stuck to the twitter icon (which i think is supposed to be the line between Facebook and instagram) and then the space between the arabic and english is wide and there is a line sticking to the english word:

    https://www.ezone.ae/ar/

    heres a picture if you didn’t understand what i said:

    https://www.dropbox.com/s/7gxg0us0oa8wcid/Arabic%20Site%20Social%20media%20and%20language%20switcher.png?dl=0

    how do i fix that?

    #630006

    Hi,

    Instead of editing the footer.php file, use the wp_footer filter. Example: https://kriesi.at/support/topic/insert-java-scripts-in-body/#post-579587

    Best regards,
    Ismael

    #629996

    Hi,

    The header look a bit broken on mobile view. There’s a huge gap on top of the logo. Remove it with the following code:

    @media only screen and (max-width: 767px) {
    #header_meta {
        display: none;
    }
    }

    In the layer slider settings, did you specify the value of the Layers Container field? This container will constrain the layers in the middle of the main layer slider container.

    Best regards,
    Ismael

    dannhanks
    Participant

    * I have posted this question on a previous post so appologies for the duplication but I am worried that as its on old post – it might not be seen.

    Hi, I have used the Advanced Custom Fields plugin and am ytrying to load some of this info into the blog grid – I have successfully got the modifications into the child theme but no matter where I place the code for the custom field in the postslider.php file, it loads it at the very top of the page – above all the content – when there are more than 1, it loads several above all the content – can I get this to load into the grid?
    my code looks similar to this:

    $output .= !empty($excerpt) ? “<div class=’slide-entry-excerpt entry-content’ $markup>”.$excerpt.”</div>” : “”;
    $output .= the_field(‘excerpt’); //* note – this is the line I have added!!
    $output .= “</div>”;
    $output .= ‘<footer class=”entry-footer”>’;

    Its odd – if I add some basic html to this example <div>this is a test</div>, I can get this to appear whereever I want. As soon as I am trying to load custom data from Advanced custom fields, it ignores where I put it in the template and just adds it to the top of the page. I even tried <div>this is a test <my custom content></div> this loaded the ‘this is a test’ text where I wanted it to go but threw the advanced custom fields data to the top of the page.

    any ideas?

    thanks!

    hpexperten
    Participant

    Hi there,
    (Latest WP and latest Enfold as of today.)

    i’m working on a one page design with color sections for each content block. One of these should be

    60% image background with a header element on top (full width, transparent color background at 0.3 opacity) at the bottom of said section made from color section (#personal-id1)
    40% text content made from color section with text-element inside (#personal-id2)

    So far i’ve created two color sections with 75% min height and resp. 25% min height and inserted a header element in the first and a text-element in the second.
    .
    I’ve then tried aligning the header with e.g.

    #presonal-id1 h2 { vertical-align: bottom !important; }
    among other tries within the quick css of the enfold child theme, but this doesn’t have the desired effect.
    How can i achieve this?

    Also: How can i provide extra percentage sizes for the color sections (e.g. 60/40) different from the standard ones?

    Looking forward to your help!
    Thanks

    • This topic was modified 9 years, 10 months ago by hpexperten. Reason: corrected css code entry, minor typo
    #629935

    In reply to: Setup contact form

    Hi!

    You can change the code to following one

    #top .avia_ajax_form .text_input, #top .avia_ajax_form .select, #top .avia_ajax_form .text_area { 
    background-color: rgba(255,255,255,0.5) !important;
    border: 1px solid orange !important; 
    }

    Best regards,
    Yigit

    #629919

    Hey!

    Try adding this code to the Quick CSS:

    .responsive #top .avia-team-member .team-social {
        max-width: 300px;  
        margin: 0 auto;
    }

    Cheers! 
    Josue

    #629915

    Topic: Mobile option

    in forum Enfold
    SecretDiamonds
    Participant

    Hello :)

    Does Enfold have an option to switch a content section off when it is being watched by a mobile device?
    So when a page is being watched by desktop the selected content shows and when it is watched by a mobile device not.

    Second question:
    How do I change the height of WPML language selector when I use it in a widget? It doesn’t completely show other languages and their flags.

    Best regards,
    Sylvana

    #629891

    In reply to: Setup contact form

    Hi,

    Please use following code

    #top .avia_ajax_form .text_input, #top .avia_ajax_form .select, #top .avia_ajax_form .text_area { 
    background-color: rgba(255,255,255,0.5) !important;
    }

    Best regards,
    Yigit

    #629869

    In reply to: Mobile menu sticky

    Hi,

    Please change the code to following one

    @media only screen and (max-width: 767px) {
    #layer_slider_1 {
        margin-top: 82px !important;
    }}

    Best regards,
    Yigit

    #629856

    its a WP problem!
    And my password doesn’t work anymore either. As soon as I log out I have to get a new password.

    Read this for more infos
    https://wordpress.org/support/topic/read-this-first-wordpress-45-master-list

    Best
    Tina

    #629851
    AboveDigital
    Participant

    Hi guys,

    I’ve recently been testing CSS animations on blank pages on my Enfold site by placing my class name in the ‘For Developers: Section ID’ of a colour section. On my current page I’m trying to place two colour sections named ball and ballSquare.

    In my CSS I currently have:

    #ball {
    	position: absolute;
    	top: 50%;
    	left: calc(50% - 200px);
    	width: 100px;
    	height: 100px;
    	transform: translate(-100%,-100%);
    	background: #009640;
    	border-radius: 100%;
    	animation: move-with-mb 2s infinite ease-in-out;
    }
    
    @keyframes move-with-mb {
    	0%, 100% { transform: translate(-50%,-50%) scaleX(.9); }
    	25% {
    		transform: translate(-50%,-50%) scaleX(1.2);
    		box-shadow: -10px 0 5px rgba(86,15,100,3,0.2),
    								-20px 0 2px rgba(86,15,100,3,0.1);
    	}
    	50% {
    		transform: translate(-50%,-50%) scaleX(.9);
    		left: calc(50% + 200px);
    	}
    	75% {
    		transform: translate(-50%,-50%) scaleX(1.2);
    		box-shadow: 10px 0 5px rgba(41,128,185,0.2),
    								20px 0 2px rgba(86,15,100,3,0.1);
    	}
    }

    and

    #ballSquare {
    	position: absolute;
    	top: 50%;
    	left: calc(50% - 200px);
    	width: 100px;
    	height: 100px;
    	transform: translate(-100%,-100%);
    	background: #009640;
    	border-radius: 10%;
    	animation: move-with-mb 2s infinite ease-in-out;
    }
    
    @keyframes move-with-mb {
    	0%, 100% { transform: translate(-50%,-50%) scaleX(.9); }
    	25% {
    		transform: translate(-50%,-50%) scaleX(1.2);
    		box-shadow: -10px 0 5px rgba(86,15,100,3,0.2),
    								-20px 0 2px rgba(86,15,100,3,0.1);
    	}
    	50% {
    		transform: translate(-50%,-50%) scaleX(.9);
    		left: calc(50% + 200px);
    	}
    	75% {
    		transform: translate(-50%,-50%) scaleX(1.2);
    		box-shadow: 10px 0 5px rgba(41,128,185,0.2),
    								20px 0 2px rgba(86,15,100,3,0.1);
    	}
    }

    Unfortunately only #ball seems to appear on the web page itself (URL in Private content section).

    Strangely, allowing sidebars on this page also causes no CSS animations whatsoever to appear.

    Does Enfold purposefully have a limit of 1 CSS animations per page?

    • This topic was modified 9 years, 10 months ago by AboveDigital.
    #629840

    In reply to: Design

    Hi Andy,

    das macht es natürlich etwas leichter. Da hier in der Regel auf englisch kommuniziert wird habe ich meine Frage entsprechend so gestellt.

    Lass es mich so formulieren..

    Startseite
    Hier soll ein Banner ersichtlich sein, welcher letztlich auf den jeweiligen Endpunkt/Seite verlinkt ist. Der Banner soll regelmäßig getauscht werden, sprich bspw. bei Aktionen. Über dem Banner soll ein Text ersichtlich sein. Unter dem Banner das Suchfeld.

    Darunter das eigentliche Menü als “Top Header”. Im linken Bereich wie ersichtlich eben ein zusätzliches Menü als Sidebar mit den jeweiligen Kategorien.

    Im zentralen Bereich sind Bilder ersichtlich die dann letztlich auf die jeweilige Seite führen.

    Der Footer soll mit mehreren Spalten abgebildet werden. Als Beispiel dick geschrieben die Überschrift ersichtlich und darunter wieder die jeweiligen separaten Zugriffe auf die entsprechenden Seiten.

    “Produkte”
    Header an sich unverändert, aber ohne Banner und Text. Dementsprechend nur noch das Suchfeld.

    Im zentralen Bereich erneut Bilder mit entsprechender Zuordnung auf die jeweiligen Kategorien. Diese Kategorien finden sich links in der Sidebar wieder.

    Kategorie
    Im zentralen Bereich sollen die ganzen Produkte der jeweilig gewählen Kategorie ersichtlich sein. Entsprechend mit Bild und Bildunterschrift. Des Weiteren “Merkliste” & “Anfragen”.

    Wenn ich nun eine entsprechende Kategorie anwähle soll sich ein weiteres Untermenü in der Sidebar links öffnen. Vom Verständnis her Kategorie heißt X und dann entsprechend die spezifischere Zuordnung der Unterkategorie X Y.

    Produktseite
    Produkt mit Bild und Beschreibung ersichtlich. Hier dann wieder “Merkliste” & “Anfragen”.

    Merkliste & Anfragen
    Vergleichbar mit einem Einkaufszettel. Ich interessiere mich für x-viele Produkte und möchte diese entsprechend anfragen. Sprich Merkliste funktioniert als solche im Sinne von während ich mich auf der Seite bewege füge ich Produkte die mir gefallen der Merkliste hinzu. Letztlich kann ich diese Merkliste dann entsprachend zusammenfassend anfragen.

    Alternativ, ich interessiere mich für ein Produkt und frage dieses explizit mit “Anfragen” an.

    Ich hoffe es ist nun etwas verständlicher. Ich tue mir schwer mit:

    -Beschreibung oberhalb Banner
    -Bilder mit entsprechender Beschreibung (das ist die Raute – hier bspw. Bild mit Raute und in der Raute dann als Text z.B. “Produkte”)
    -Top Menu & Sidebar, sowie dann entsprechendes Untermenü
    -Darstellung allgemein (Layout – alle Bilder gleichgroß, aufgeräumtes Gesamterscheinungsbild, …)
    -Kategorien mit Unterkategorien als Seiten / Menüs
    -Merkliste // Anfragen

    Ist recht komplex, aber ich hoffe es ist verständlich was ich meine bzw. möchte. Ich habe mir auch schon überlegt aufgrund der Darstellung für die einzelnen Produktseiten bzw. Kategorieseiten WooCommerce zu nutzen. Hier hätte man eine vernünftige optische Darstellung.

    Liebe Grüße

    #629838

    Topic: Problem WP 4.5.2

    in forum Enfold
    damian2013
    Participant

    Hi

    I updated wp 4.5.2, updated the theme and stopped working. Can You help me?

    #629823

    In reply to: Image above header

    Hey!

    Try adding this code to the Quick CSS:

    #footer{
        padding-top: 0;
    }
    #footer:before{
        content: "";
        background-image: url('http://relaunch.voltaris.de/wp-content/uploads/2016/05/square.jpg') !important;
        background-position: top !important;  
        width: 100%;
        display: block;
        height: 50px;
    }
    

    Cheers! 
    Josue

    #629822

    Hi Ismael,

    now I found the fault in your description https://kriesi.at/support/topic/sidebar-rechts-single-page/#post-580220

    function avia_add_sidebar() {
    global $avia_config; // was missing
    if(is_product()) {
    $avia_config[‘currently_viewing’] = “shop_single”;
    get_sidebar();
    }
    }

    So – now I have the right sidebar with product widget area.

    But how I can put it on the left side?
    Thanks

    #629818

    Hey,

    1. I couldn’t reproduce the play button issue, video controls work fine on my end (Chrome / OS X).

    2. Add this to Quick CSS:

    #top .av-video-slide .avia-slide-wrap {
        background-color: white !important;
    }
    

    Best regards,
    Josue

    #629799

    Ok, I found the solution. In order to scroll down the various element of the full-width submenu in a responsive mode I added this CSS
    @media only screen and (max-width: 767px) {
    .responsive #top .av-menu-mobile-active .av-open-submenu.av-subnav-menu {
    display: block;
    position:relative;
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
    }
    }

    In this way you can se part of the submenu and still part of the page beneath it. Then I worked a little bit on the color change of the text when on hover and it works finely.

    Maybe this could be helpful for others! You can check the topic as closed
    Thanks

    Hi,

    Thank you for using Enfold and we are very sorry for the delay.


    @wgnolte
    : Please follow the instructions provided in this sticky thread: https://kriesi.at/support/topic/having-problems-after-updating-to-wordpress-4-5-please-read-this-first/


    @StrategyDriven
    : We are getting this recurring error in the console even if we’re not in the advance layout builder.

    WebSocket connection to 'wss://public-api.wordpress.com/pinghub/wpcom/me/newest-note-data' failed: Error during WebSocket handshake: Unexpected response code: 403
    

    There are tons of plugins installed and one of those might be the cause of the issue. Please deactivate all plugins then test the ALB again.


    @Schmiddy
    : Have you tried to disable the Firewall of the WordFence plugin?

    Best regards,
    Ismael

    #629789

    hi, as this job was time critical, I have had to move past this and come up with an alternatve for my client.

    I really need to load some custom content into this template though.

    Its odd – if I add some basic html to this example <div>this is a test</div>, I can get this to appear whereever I want, as soon as I am trying to load custom data from Advanced custom fields, it ignores where I put it in the template and just adds it to the top of the page. I even tried <div>this is a test <my custom content></div> this loaded the ‘this is a test’ text where I wanted it to go but threw the advanced custom fields data to the top of the page.

    #629776

    Hey albiedo,

    Thank you for using Enfold.

    From what I understand, you’re having issue with thumbnails. Please provide a link to the site plus login credentials then we’ll check it. Follow the provided instructions here: https://kriesi.at/support/topic/having-problems-after-updating-to-wordpress-4-5-please-read-this-first/

    Best regards,
    Ismael

Viewing 30 results - 96,001 through 96,030 (of 142,832 total)