Viewing 30 results - 9,361 through 9,390 (of 11,220 total)
  • Author
    Search Results
  • #337789

    Hey camtay!

    Thank you for using Enfold.

    You can change the font of the fullwidth button text with this on Quick CSS:

    #top .avia-button-fullwidth .avia_button_icon, #top .avia-button-fullwidth .avia_iconbox_title {
    font-family: Helvetica, "HelveticaNeue", "Helvetica Neue", Arial, Verdana, sans-serif;
    }

    Cheers!
    Ismael

    #337765

    Hi Jason!

    Thank you for using Enfold.

    You should not add the ga tracking code on the custom css class field. Please refer to this link for more info: https://kriesi.at/support/topic/tracking-code-on-specific-button/#post-335355

    Cheers!
    Ismael

    cbrand
    Participant

    Hi,

    I have issues with Enfold Portfolio entries’ text editor since I upgraded WordPress to version to 3.9.2:
    – both Visual and Text formats show html tags
    – the wisiwig editing buttons are displayed only when I select the Text format.
    – the text color in the Visual format is white so I can’t see anything when make updates.

    This is a big issue for me as I have to train my crient to use the editor and she’s not familiar with code.

    I upgraded WordPress to the 4.0 version a week ago but had to go back to 3.9.2. In fact, I couldn’t access the text editor anymore.
    I use the latest Enfold version.

    Many thanks for your help.
    Catherine

    Same Problem. WP4, Enfold 3.0.1. PHP 5.4. My own created Sliders doesnt work at the backend, on the Website it works. The Demo Slider works at the backend. I have no saving button and cant click the slides on the slider, cant edit the slider. All plugins deactivated

    • This reply was modified 11 years, 6 months ago by bur2000.
    horwitzpro
    Participant

    Hi,

    The advanced layout editor has stopped working and theme options not showing on my live server installation.
    I have tried various suggestions mentioned in this forum, but still have the problem.
    My configuration details:
    Theme Version: 2014 July 9th – Version 2.9.1
    Live server: WordPress 4.0 running Enfold Child theme with layout editor issues.
    Development server: WordPress 3.9.2 running Enfold Child theme fine.

    Left side tab navigation menu on ‘Enfold Child Theme Options’ page is not showing.
    I have stopped all the plugins and tried, but no change.
    I tried after clearing my cache also, but the problem still exists

    I can’t open the screen options section.
    when I click ‘screen-options’ link look like: post.php?post=3898&action=edit#screen-options-wrap
    when I click ‘Advanced Layout Editor’: post.php?post=3898&action=edit#

    ‘Insert theme shortcode’ button generates popup, but I can’t save the modification.
    I’ve deactivated all of my plugins and it didn’t make a difference.
    I have tried by increasing php memory limit to 96mb, but it’s still only loading. I can’t edit anything.
    I am racing against time to deliver the website. Please help me.

    Thank you for your time,
    Sam

    #337176

    Hey kristenangel!

    Thank you for using Enfold.

    I’m not sure which expand button you’re referring to. Can you please provide a screenshot? Note that WordPress 4.0 switch the text editor to fixed.

    Cheers!
    Ismael

    Hey Alkaiserred!

    Thank you for using Enfold.

    That is the button included on the Fullscreen Slider. Set the Button Color to Light or Dark Transparent. This is also possible with the Button shortcode.

    Cheers!
    Ismael

    #337098

    Hey cmcsoxford!

    Thank you for using Enfold.

    You can change the dark button styling with this on Quick CSS:

    #top .avia-button.avia-color-dark {
    border: 3px solid red;
    color: red;
    border-color: blue;
    background: transparent;
    }

    Regards,
    Ismael

    Adenadoume
    Participant

    Thought I’d share some code for Contact Form 7 users:)

    Contact Form 7 styling to match Enfold’s Contact Form (Light Transparent Color Scheme)

    Added these classes in style.css of child theme (or in Quick CSS of Enfold’s General Styling)

    .enf_fields {
    	background: rgba(0, 0, 0, .0) !important;
    	border:2px solid #fff !important; 
    	border-radius:3px !important;
    	padding: 13px !important; 
    	width: 100% !important;
    	min-width: 50px;
    	font-weight: 400 !important;
    	color:#fff !important;
    	}
    
    .enf_text {
    	font-weight: 400 !important;
    	color:#fff !important;
    }
    
    .enf_button {
    	background: rgba(0, 0, 0, .0) !important;
    	border:2px solid #fff !important; 
    	border-radius:3px !important;
    	padding:16px 20px !important; 
    	min-width:142px !important;
    	font-size:12px !important;
    	}
    
    .enf_button:hover {
    	background:#883D1F !important;
    }
    

    *CHANGE background # to your theme color.

    And here’s the Contact Form 7 data:

    <p class=enf_text>Name*</p>
    
    [text* text-1 class:enf_fields]
    
    <p class=enf_text>E-Mail *</p>
    
    [email* email-1 class:enf_fields]
    
    <p class=enf_text>Message *</p>
    
    [textarea* textarea-1 class:enf_fields]
    
    [submit class:enf_button]

    And how it looks: Contact Form 7 Light Transparent

    Alkaiserred
    Participant

    Hi team,

    How can I get the snazzy kind of transparent button found here: http://kriesi.at/themes/enfold-photography/

    Thanks all.

    • This topic was modified 11 years, 6 months ago by Alkaiserred.
    #336899

    Hi tolloti!

    Ja, man muss zumindest “Moderator” sein, dass dieser Button angezeigt wird. Wenn ihr dies ändern wollt, öffnet enfold\config-templatebuilder\avia-template-builder\php\tiny-button.class.php und ersetzt:

    
    if ( current_user_can('edit_posts') &&  current_user_can('edit_pages') && self::$count == 0)  
    

    durch

    
    if ( current_user_can('edit_posts') && self::$count == 0)  
    

    zu ersetzen.

    Alternativ könnt ihr mit zB https://wordpress.org/plugins/groups/ die edit_pages Berechtigung auch an Editoren vergeben, oder ihr “upgraded” alle Editoren, welche Shortcodes einfügen müssen, zu Moderatoren.

    Cheers!
    Peter

    #336786

    here this man have same trouble and we dont know if its normal because we have the ‘shortcode bouton” or if its a bug of display in editing

    We lost the “Advanced Layout Editor” bouton / option on edition page & article

    https://kriesi.at/support/topic/enfold-updates-not-visible-in-wordpress-advanced-layout-editor-doesnt-work/

    “Dear Support,

    1) I run Enfold v 2.6.2 but the available update (to 3.0) is not showing in the WordPress dashboard. Is that an error or by choice? And if so, why?
    2) Also, when adding Portfolio items, the button “Advanced Layout Editor” doesn’t respond. WordPress version is 4.0.”

    #336734

    @ zmata: I’m not sure how this relates to the problem. The image you have uploaded is clearly from Enfold, and I actually see the avia layout builder. It’s actually in plain sight. So please be more specific. I am a user too, stuck with other similar issues which I try to understand, to solve and contectualizeso as to be more specific with the support team. Maybe you are miing two subjects here and create some confusion?

    Should I iunderstand from the screenshot that AVIA BUILDER is still here (that’s not what you write) but the right-hand side bar wherein the “update” button should appear is not present? I just tried to make things clearer.

    gerardjp
    Participant

    Dear Support,

    1) I run Enfold v 2.6.2 but the available update (to 3.0) is not showing in the WordPress dashboard. Is that an error or by choice? And if so, why?

    2) Also, when adding Portfolio items, the button “Advanced Layout Editor” doesn’t respond. WordPress version is 4.0.

    PS: You support forum confirmation emails are getting through very slow. I might seem as they are not arriving.

    Thanx a lot!

    Kind regards,

    Gerard.

    #336159

    Topic: Scrolling Link Broken

    in forum Enfold
    letobbe
    Participant

    When I use the #linking on a page in order to scroll to new content it doesn’t work when applied to images, texts or anything other than buttons. Why is that and how can I fix it? It is a clean install of enfold and the latest version.

    What happen is that the user gets to the correct section but without the scrolling effect.

    #336128

    Hi jansthh!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    #top .avia-button-fullwidth .av-button-description {
    font-size: 12px; }

    Best regards,
    Yigit

    #336127

    Hi Devin,
    It would appear that Rhoody, another participant, also reported similar issues on October 6. One of his solution, using the arrow keys to move scroll back up or down on the frozen screen, helped be at least go back to the update button to save my changes instead of me having to refresh the screen and loosing my edits. He is also correct as to when this happens: “…triggered when closing a text-block (or code, etc) without saving, using the “x” to close it, after copying a text or code -for example- but not changing anything.

    This also happens on different computers and using different browsers.

    I have installed Enfold on a different server. When I close a text block using the ” X” I was able to replicate the problem. The arrows keys save me from loosing all of my changes! I have just the basic plugins installed with WordPress, so that eliminates plugin incompatibilities.

    Thank you for all of your help and patience. I understand the frustrations of narrowing down an issue when you can’t replicate it at your end. Have you tried closing the text block using the X. Try it a couple of times to see if it freezes.

    Cheers,
    Lyse

    #336118
    StuWeTueHo
    Participant

    Hello,

    my header is set to “logo left, menu below”. Since the update to enfold 3.0.1 I have problems with the mega menu. If I hover a mega menu item, the submenu moves to the right. Instead of aligning with the home button, it now aligns with the current hovered item.

    The same beahiour can be found at your demo page (http://kriesi.at/themes/enfold/homepage/home-v6-classic-4-column/ just hover “Shortcodes” or “Pages”).

    Thanks

    #336077
    Alexoidea
    Participant

    Hi,
    I have purchased several Enfold themes and this issue resulting fro WP4 Enfodl 3 happens for the first time.
    WP4 + Enfold 3.0.1

    The short story has several components so I’ll try to keep it short:
    (1) update break ups when I try to change some layout elements using Avia, and update (save) the page, the page gets rid of most of the work, and occasionnaly gets me “back” to an early or scrappy drafted version of the page (not a draft page, just the page as it looked when it was a work in progress).
    (2) page contents “erased” upon update Sometimes, upon update (save), the page… gets blanks with all of its contents erased!
    (3) cloning issues When I try to clone a layout element such as a 1/5th column “box”, with a simple text contents, this clone shows up very close to the top of the page, and not right next to the element to be cloned, as it used to be the case before.
    (4) drag and dropping issues I experience heavy trouble dragging and dropping the cloned item, and place it where it should appear, exactly. Actually, the problem gets worse, as soon as I try to do that, and update (save) the page, two problems may happen
    (4.1) UI interface with update BTN disappears most of the AVIA and WP interface vanishes away and I can’t even access the update action button / user interface on the right hand side of WP interface, as usual.
    (4.2) other issuesif not, the page which is uploaded is an earlier version.

    I’m pretty sure some of you guys experience this and I am racing against time to deliver the website.

    I have not been able to fix this major issue, relogged and used several computers with different systems, always exhibiting the same issues.

    I tried to start everything back again from scratch and rebuild a page but nothing would happen.

    I use the autosave to restore past version by actually CANNOT SAVE the work which is done…

    [NOTE : typos corrected and precisions added for the sake of clarity]

    Alex from Paris

    • This topic was modified 11 years, 6 months ago by Alexoidea. Reason: blank spaces typos
    #335918

    Hi same-d!

    Thank you for using Enfold.

    Please refer to this link: https://kriesi.at/support/topic/buttonicon-to-anchor/#post-325401

    Cheers!
    Ismael

    #335912

    Hey ColinWalton!

    Thank you for using Enfold.

    You can add the links on the image captions. It is also possible to attach two different buttons.

    Regards,
    Ismael

    #335747
    llindley
    Participant

    Hello Enfold Pros!!
    I’m having a bit of trouble with the link(s) on just one of LayerSliders.
    It’s with my “Banquets” LayerSlider (to get to it from the main nav, you go to – Special Occasions > Corporate & Private Parties). Im wanting the text and button to link to the “wedding-event-inquiry” page, not the home page. The link I have on the photo of the layer slider works properly (http://heritageranchgolf.com/wedding-event-inquiry) but the text and request information button are linking to the home page (http://heritageranchgolf.com) and not to the correct link (http://heritageranchgolf.com/wedding-event-inquiry) that I have it set to in Enfold. Even the text and button on my other “Weddings” LayerSlider works just fine. I’m just confused as to why it’s not linking to the correct page. Any thoughts? Thank you for any help you can provide! My login info is below…

    #335479

    Hi digitalcrossover!

    Thank you for using Enfold.

    1.) It’s not possible with the theme’s contact form by default but you can use the Contact Form 7. Refer to this link: http://contactform7.com/checkboxes-radio-buttons-and-menus/

    2.) Yes, use the WPML plugin if you want multi language site. :)

    Regards,
    Ismael

    #335355

    Hi!

    I’d suggest using Universal Analytics instead, you can make use of the already defined classes in your different buttons for this, basically you’d just need to include the following custom JS (either via wp_footer insertion or even in the Enfold Google Analytics field):

    <script>
    (function($){
      $(window).load(function() {
        $('.button-1 a').on('click', function() {
             ga('send', 'event', 'button', 'click', 'button-1');
         });
        $('.button-2 a').on('click', function() {
             ga('send', 'event', 'button', 'click', 'button-2');
         });
        $('.button-3 a').on('click', function() {
             ga('send', 'event', 'button', 'click', 'button-3');
         });
      });
    })(jQuery);
    </script>

    Reference:
    https://developers.google.com/analytics/devguides/collection/analyticsjs/events
    Cheers!
    Josue

    #335199
    Kristofer Vildbird
    Participant

    Ok, here we go again. A question. Or rather two.

    1) I have a video on my side with a caption and a linkbutton to my email. Is it possible to not have these visible on top of my fallback image in mobilebrowser?

    2) I don’t seem to have the “Section bottom border styling” like in this picture – http://i.imgur.com/OOWV7UB.png
    I do have the latest version of enfold. Can you help?

    Thank you.

    Kris

    #335163
    Romsky
    Participant

    Hallo,

    ich mag das neue “Produt List” Modul welches mit Enfold 3.0 gekommen ist. Wie kann ich dieses in der Anzeige so anpassen das ich ein “add to cart” Button und eine kleine Quantity-Box mit in der Zeile habe. Leider habe ich nicht die dafür zuständige Php File gefunden. Anzeige soll also so bleiben wie es orginal ist (ggf. etwas weniger höhe) dafür soll in jeder Produktleiste ein Button für “Add to Cart” und eine Box wo man die Menge gleich eingeben kann. (Quantity Box).

    Danke im Voraus

    ErnstOpusVDesign
    Participant

    I have recently updated to the latest version of WordPress and updated the Enfold theme and all plugins. My social icons now appear as boxes with no picture or with strange Chines signs on my homepage on Chrome, IE, and Firefox. In addition, the “Like us on Facebook” button on my Contact page also shows a square instead of a Facebook “f”. Then after the first klik the icons appear again.

    Can you please help us with this?

    Greetings Angèle

    #334840

    Hey cmcsoxford!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adust as needed

    div#find-out-more .avia-button-fullwidth {
    padding: 30px!important;
    }

    Cheers!
    Yigit

    #334751

    Still not exactly the same and honestly speaking it is not user-friendly to spend so much time for each button. I think we can close this topic, it seems that Enfold and RevSlider are not 100% compatible regarding this area.

    Thank you and best regards,
    Gilletti

    #334474
    Nethendril
    Participant

    Hi!

    I’m having some trouble getting translations to work for Enfold.
    I want to translate the “Share this entry” text for my posts. Also i want to translate the hover text for the social buttons, ie “Share on Facebook / Share on Twitter”.
    I have Googled for a solution and found some posts where you recommend to use the plugin “CodeStyling Localization”.
    I installed this to my site and translated the strings for the themes sv_SE file under the “avia_framework” textdomain.
    However, when vieweing the website the translation had no effect.

    I opened the sv_SE language file in Poedit, and the translation is there in the file.
    Since im using a child theme of Enfold I created a subdolder called “lang” in my childtheme folder and copied the sv_SE language files there.

    I then added the following code to my functions.php:

    add_action( 'after_setup_theme', 'my_child_theme_setup' );
    function my_child_theme_setup() {
        load_child_theme_textdomain( 'my_childtheme_name', get_stylesheet_directory() . '/lang' );
    }

    according to WP Codex guide: Function Reference/load child theme textdomain, but that did’nt work either.

    Currently I’m a bit pussled about how to get the translations to have effect. I have used Poedit and language files for other themes before with no big hassles. Am I missing something this time?

    Thanks in advance, and thanks for a great theme!

    • This topic was modified 11 years, 6 months ago by Nethendril. Reason: Edit. Link to Codex didnt work, fixed
Viewing 30 results - 9,361 through 9,390 (of 11,220 total)