Viewing 30 results - 9,901 through 9,930 (of 11,218 total)
  • Author
    Search Results
  • #261937

    It would be tough to do the button shortcode because there are several files in the media player and each would need their own download link.

    Here was a bit of info I received from the Series Engine support team:

    “Since I don’t think any of the plugins you mentioned would be the culprit, I’m guessing that there’s some CSS in your theme that is overriding the styles for the Series Engine media player; the one I’m seeing on your site has completely different playback control buttons and a different color scheme than the Series Engine styles, and it’s expanding to the full width of your container, which is covering up the download button.”

    Any idea of what CSS in the Enfold theme could be overriding their styles? I did notice that it does seem like the styles are different from other sites that use SeriesEngine (see the image I posted above compared to what is on our site).

    #261818

    In reply to: Blog Issues

    Hi shadyraymond!

    1- Please go to Appearance > Editor and open functions-enfold.php file and find

    $entries['prev'] = get_previous_post($settings['same_category'], $settings['excluded_terms'], $settings['taxonomy']);
    	            $entries['next'] = get_next_post($settings['same_category'], $settings['excluded_terms'], $settings['taxonomy']);
    	        }
    	        else
    	        {
    	            $entries['prev'] = get_previous_post($settings['same_category']);
    	            $entries['next'] = get_next_post($settings['same_category']);

    and change it to

    $entries['next'] = get_previous_post($settings['same_category'], $settings['excluded_terms'], $settings['taxonomy']);
    	            $entries['prev'] = get_next_post($settings['same_category'], $settings['excluded_terms'], $settings['taxonomy']);
    	        }
    	        else
    	        {
    	            $entries['next'] = get_previous_post($settings['same_category']);
    	            $entries['prev'] = get_next_post($settings['same_category']);

    2- You can simply click on “Insert More Tag” to add read more button to your blog posts http://i.imgur.com/4RmtaLS.jpg
    3- As far as i know, no one else reported such issue. I asked @dude to share his opinion. Let us wait for his answer.
    Best regards,
    Yigit

    #261718

    Hi goldbaum!

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

    .sidebar .avia-button-wrap a { color: white; }

    Cheers!
    Yigit

    #261549

    Hi MagneticBloom!
    I had the same problem, I couldn’t track the click on the Form button with GTM. It is because the theme already uses a listener.
    I managed to fix it, I hope it will be help you to do it as well.
    You have to add a simple code in the javascript file called “shortcodes.js” (\wp-content\themes\enfold\js)
    The code you have to add is
    return dataLayer.push({'event': 'FormSent'});
    just after the line :
    form.slideUp(400, function(){responseContainer.slideDown(400, function(){ $('body').trigger('av_resize_finished'); }); send.formElements.val('');});. I think is line 2352.
    Once you made it, you have to create a Tag in Google Tag Manager (your event categoy, action, labels…) and set up a rule.
    To make the tag fired, the rule has to be like that:
    {{event}} equal FormSent
    I hope it will work for you.
    Cheers
    Pascal

    NanaKuo
    Participant

    My existing icon boxes with text and images are visible on my site (http://potterynorthwest.org), but I run into problems when I try to edit the icon boxes.
    1) The text and images are not visible in the visual editor, and
    2) When I switch to the text editor, the “insert media” button takes me through the process of selecting an image to insert, but then doesn’t actually do anything.

    Thanks for your help.

    Nana

    #261450

    I updated the files in my Child theme and now I have the Social share buttons. Why I must update my whole child theme files for every update? Now I think the Child theme is not usefull.

    I have now only the problem that the categorys are clickable. And I have a new problem. The date’s are back in the last news widget from Enfold but the chanches that I make for that in my child theme are the same in these updated files. How can I removed back the dates from last news widget?

    And last but not least: The social sharing toolkit is in english, how can I translate that to dutch?

    #261268
    spsocial
    Participant

    In my website (www.sparkline.com), my site search form’s Submit button shows the word “Array” instead of the actual Search icon. I haven’t changed the Enfold template, and my custom template doesn’t change any icon. I’ve verified this in Firefox on Mac, Chrome on Mac and Chrome on Windows 8.

    The social network icons (Facebook, LinkedIn, Pinterest, etc.) appear normally, though.

    How do I fix this?

    #261174

    Hey!

    Maybe Enfold can’t regenerate the dynamic stylesheet for one language. Please use a ftp client and connect to your server. Navigate to wp-content/uploads/dynamic_avia/ and set the folder permission to 777. Then delete the enfold.css file (and all other css files – the name may vary based on the language shortcut) inside the dynamic_avia folder and go to Enfold > Theme Options to regenerate the dynamic stylesheet (hit the green “Save all changes” button). Please re-save the options for all languages.

    Regards,
    Peter

    #261165
    exposuredp
    Participant

    Hi,
    Im trying to add an accordian to the right hand side of the slideshow similar to:
    http://kriesi.at/themedemo/?theme=enfold

    I have viewed the Portfolio demo at:

    at 3m 11 it says they use Shortcodes within the preview text.

    I cant see this button element ? Any ideas what I have done wrong ?

    I have a temp site Im working on at: http://www.brandingperth.com.au/

    Thanks Brett

    #260828
    armindoerr
    Participant

    Hi,

    ich hab das Plugin zur Kompatibilität mit WooCommerce German Market runtergeladen und für Enfold installiert/eingerichtet.
    Drei Darstellungsprobleme sind mir aufgefallen:

    1. Im Warenkorb-Widget auf der Shop Shop Overview Page sind die Buttons unschön arrangiert:

    http://www.pic-upload.de/view-23110371/Buttons-Widget-Warenkorb-Shopseite.jpg.html

    2. In der Produktansicht gibt es an den Bildrändern Pfeile zum navigieren zum nächten Produkt. Im Firefox sieht das totoal komisch aus:

    http://www.pic-upload.de/view-23110372/Produktansicht-seitliche-Pfeile-Firefox.jpg.html

    In Chrome passt es.

    3. Einzüge bei “Produktkasten” sind uneinheitlich: http://www.pic-upload.de/view-23110514/Einzug-Produktkasten.jpg.html

    Grüße,
    Armin

    • This topic was modified 11 years, 11 months ago by armindoerr.
    #260713

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #top select {
    width: 350px;
    }

    It should fix the dropdown and make it look like this – http://i.imgur.com/cBSRgKE.png
    What exactly is the issue with PayPal button?

    Best regards,
    Yigit

    #260652
    rossmk
    Participant

    I am using Woocommerce with Enfold. Love the theme – really clean.

    I am using one of Woocommerce’s plugins – bundles. In the shop, for some reason the “Show Details” rollover does not show for bundled products, but for simple products this “button” is shown. I have contacted Woocommerce support, but they think it is a theme issue, which I tend to agree with having swapped themes temporarily.

    I have searched your forum, but can’t find any solution, so I hope this question isn’t repeating someone else’s question and I just haven’t searched thoroughly enough!!

    Many thanks in advance.

    #260444
    surajnaik
    Participant

    Hi, I have installed woo commerce and quick checkout for woo commerce. This is the shortcode ive been provided
    [reveal_quick_checkout id=”124″ checkout_text=”Buy Now”]
    Is there a way that this shortcode can be used for any of the buttons on enfold page (not woo commerce)?
    Regards
    Suraj

    @dude, I have done as requested and all works well. I have also re-activated my plugins and everything is still working.

    Thank you and Ismael for the help.

    Cheers
    Julie

    Hi!

    The portfolio slug option can be found on the default permalinks settings page now (Settings > Permalink). Change the slug and click the “Save” button to flush the permalink rules.

    The css styles should change if you re-save the Enfold theme options. If it doesn’t work probably Enfold can’t regenerate the dynamic stylesheet. Please use a ftp client and connect to your server. Navigate to wp-content/uploads/dynamic_avia/ and set the folder permission to 777. Then delete the enfold.css file inside the dynamic_avia folder and go to Enfold > Theme Options to regenerate the dynamic stylesheet (hit the green “Save all changes” button).

    Best regards,
    Peter

    #260117

    Hi!

    1) Please Update WooCommerce & Enfold to the latest version.

    2) Revert Ismael’s code mod.

    3) Deactivate all plugins except WooCommerce and check if the issue persists. If not activate the plugins one by one to find the conflicting plugin.

    Best regards,
    Peter

    #260020
    DanielCharvat
    Participant

    We have the following issue. I am editing a page and the advanced layout editor is not working. The text within the text or visual box is also white on a white background.

    I have checked the forum and I havent been able to get it working at all.

    I have got the latest update for wordpress and the enfold theme.
    I have disabled the plugins.

    Any suggestions how to get the button working?

    #260019
    addwebtoday
    Participant

    Hello,
    Thank you for an amazing theme!

    I’m currently using the Fontello Icons as on page sliding navigation (for http://schneidercentre.com/) as it has a great look with the theme and brand. Right now, the buttons don’t change sizes on mobile, and really take away from the look of the site. The buttons are also not very responsive when using them on a touch pad, and don’t work on iOs when the background is parallax, but do work when the background is in “sliding” or “fixed” setting.

    Please help with some CSS that will allow better mobile functionality of the Fontello apps for the Enfold Theme. I really want to use this strategy on this theme a couple times over as it looks great.

    The ideal results would be 3 different sizes based on the 3 different dimension widths provided with the theme’s responsive layout. Right now I have them at 60 px, so 40 px for tablet and 20 px for phone seems to make sense.

    Thank you for your help!
    -addwebtoday

    Altan
    Participant

    Dear Enfold developers,

    1. When open my website from mobile device with android OS or iOS flag icons are over “Phone Number or small info text”.
    Even worster if I add around 9 languages flag go down… examle : http://problend.problend.biz (I test WPML 3.1.5)

    2. When change checker from Enfold–> Header layout —> Mobile Menu : “Hide Mobile Menu Submenu Items” one or two times, button for MENU disappear in mobile devices, example : http://altansadak.problend.biz/

    I can upload wordpress + enfold 2.7 to your servers to see for bugs. I know that you find solve this troubles .

    Best regards : Altan

    • This topic was modified 11 years, 10 months ago by Ismael.

    Hi!

    Thank you for the info.

    I just tested if the snippet above will fix the script error on the console and it does remove the errors but somehow break the cart icon and the cart widget. Please remove the code on your child theme functions.php. I’ll ask Dude to check this. Also, please visit the wp-content/plugins folder then remove any unused plugin folders there.

    Regards,
    Ismael

    My apologies, but I think this may have now caused another issue.

    You can no longer see the ‘cart’ icon that usually pops up top right of the page. Also, you can see that there are no products showing in the cart in the cart widget.

    http://themakeupfactory.com.au/product/flawless-mineral-foundation/

    There are currently two products in the cart.

    #259702

    Hi Jamie A!

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

    .fb_iframe_widget {
    margin-left: 45%;
    }

    Regards,
    Yigit

    @ismael, thank you, this has worked. I put it in the child functions.php, so it won’t be overwritten. Will this fix be included in the next version?

    Awesome, work and fast response. :D

    Hey!

    Thank you for the update.

    Please try to add this at the very bottom of functions.php:

    add_action( 'wp_print_scripts', 'avf_descript_cart_fragments', 100 );
    
    function avf_descript_cart_fragments() {
        wp_dequeue_script( 'wc-cart-fragments' );
        return true;
    }

    Let us know what happens. We’ll check it again after.

    Cheers!
    Ismael

    #259505

    In reply to: Enfold editor problem

    Small update, that happens only if I don’t push Save button.
    In that case that is not a really big problem and I may live with that, but would be nice to have solution if you got one.

    #259471
    John
    Participant

    Hi, – running 2.7 and suddenly I am no longer able to drag/drop elements in Avia onto my layout.

    I deactivated the last few plug-ins, back to well before the problem started. I’ve logged in and out, restarted my browser… I also went back about a day and restored an earlier version of the layout: same problem.

    Interestingly, this seems to be a problem confined to this particular Page. Other existing pages allow drag & drop, and if I create a new Page, I am able to drag & drop.

    Recent plugins that I have disabled include: MailPoet, WP Edit, Kento Pricing Table, Pricing Table, Pricing Table Ready! and FB Linked In Resume. I may be mistaken, but I believe that the Theme was working fine with all of these installed – except for MailPoet and maybe one of the pricing tables. Again, this list has been all disabled. Is there/are there left-over lines of code I need to clean up?

    Here are the symptoms:

    The element will drag from the repository section, and the page will highlight, but the highlight doesn’t change the way it usually does when the element reaches a place it can be dropped (e.g. a Color Section or a Column). When I release the mouse button, nothing happens and the page returns to un-highlighted.

    Within the existing layout, I am able to edit and clone elements that are already there, but cannot move them out of the sections they are already in – so if I clone a text box within a color section, I can move it around that section, but can’t drag it to another section.

    Please let me know if I can provide any additional info – and hopefully you’ve got a solution.

    Thanks!

    3dvisuals_co_uk
    Participant

    How can I have the breadcrumbs NOT display the Page Title ??

    I am new to WP but I find it very restrictive that the breadcrumb is a line of links and then the rightmost text is the document title ??
    I want the last rightmost bit of text to be the MENU text.

    How can this be achieved ??

    Eg – on my ‘About’ page (the Menu button for this page is called “About”).

    However, the page Title is “3D Modelling | 3D Still Image and 3D Animation Visualisers”.

    I want the breadcrumb simply to be;

    Home / About

    And not;

    Home / About / 3D Modelling | 3D Still Image and 3D Animation Visualisers

    We just want “Home / About”.

    Please advise.

    Thank you.

    Kindest regards,

    Jez EMIN
    http://www.3dvisuals.co.uk (old site).
    http://www.3dvisuals.co.uk/newsite (being developed right now using Enfold theme !)

    #259461

    How can I have the breadcrumbs NOT display the Page Title ??

    I am new to WP but I find it very restrictive that the breadcrumb is a line of links and then the rightmost ‘link’ detail is the document title ??
    I want the last rightmost bit of text to be the MENU text.

    How can this be achieved ??

    Eg – on my ‘About’ page (the Menu button for this page is called “About”).

    However, the page Title is “3D Modelling | 3D Still Image and 3D Animation Visualisers”.

    Surely the breadcrumb should be;

    Home / About

    And not;

    Home / About / 3D Modelling | 3D Still Image and 3D Animation Visualisers

    We just want “Home / About”.

    Please advise.

    Thank you.

    Kindest regards,

    Jez EMIN
    http://www.3dvisuals.co.uk (old site).
    http://www.3dvisuals.co.uk/newsite (being developed right now using Enfold theme !)

Viewing 30 results - 9,901 through 9,930 (of 11,218 total)