Viewing 30 results - 9,061 through 9,090 (of 11,220 total)
  • Author
    Search Results
  • doug123
    Participant

    hi –

    love the theme, have purchased at least 5-6 times for various projects. A couple issues have arisen:
    1. The “More” buttons in my slider are linked to anchors further down on the page. They work fine on desktops and laptops, but not on ipad / iphone. The top menu also uses the same anchor links, and these work fine on all platforms. The link addresses are the same in the More buttons and in the top menu, so it’s a mystery to me why the More button anchor links do not work.

    2. The fullscreen slider does not seem to auto-rotate in Internet Explorer.

    3. when you select a date in the room reservation calendar the date shows in European format i.e. day/month/year instead of month/day/year. Is it possible to switch this to Month / Day / Year?

    Let me know if you would like login info.

    Thank you for the great theme and support.

    Doug Anderson

    #375286

    Even after adding the CSS you passed forward, the social icons near the bottom of the page still have a transition effect where they are hidden. The Slider also still has a “transition”, that looks really laggin on a phone, and is not clean. Again, the CSS only works on desktop, and on some tables, and only a few phones depending on their resources, browser, and OS. The current CSS is not doing mobile visitors any favors. On most mobile phones the delay can be up to 30 seconds for the CSS on these social icons to actually transition so a user can use them. Below again is what I am looking to accomplish to keep the theme from crashing on mobile devices as I have done more testing since putting this ticket in and it’s a universal problem for Enfold.

    1) Remove CSS animation from all images on mobile only
    2) Remove CSS animation from “back to top button” on mobile only
    3) Remove CSS animation from all/any page builder elements on mobile only

    These CSS issues are way to consuming for resources on most mobile devices as less than 50% of the mobile market actually updates to the latest phone, browser, and OS at the same time. More than 50% of iPhone users are on iOs8, and iPhone traffic is commonly around the 50% range for all websites regarding mobile traffic in America. Am I the only one that sees this as a potential wide spread issue?

    #374623

    Hey simonefiorucci!

    Thank you for using Enfold.

    Can you please provide an actual link to the portfolio category page? Try to flush the permalink settings on Settings > Permalink panel by clicking the “Save” button once.

    Regards,
    Ismael

    Broelando
    Participant

    I wanted my masonry portfolio to open both videos and photos in a lightbox.
    The videos opened in a lightbox like I wanted but the photos kept opening in a new page. I just couldn’t get it to work.
    After searching a lot I found the solution in these forums. I did what Elliot suggested (change the code in the masonry_entries.php file) and that worked.
    But as my knowledge of php is almost zero, I hesitated to tinker with the php. I chose WordPress and the Enfold theme to not have to wrestle with php code.
    Couldn’t you just add an extra option in the Masonry settings to open images in a lightbox? Just like you choose if you want the ‘load more…” button? That would be so much easier!

    Thanks!

    #374344

    In reply to: tell a friend button

    Hey Carsten!

    Thanks for using Enfold.

    We have a very useful button shortcode you can use. If your looking for a button that does something specific though then your probably looking for a plugin, https://wordpress.org/plugins/.

    Or perhaps what your looking for is our contact form shortcode, http://kriesi.at/themes/enfold/shortcodes/contact-forms/.

    Regards,
    Elliott

    • This reply was modified 11 years, 3 months ago by Elliott.
    #374236

    Hi MadRhino!

    Try adding this in Dashboard > Enfold > General Styling > Quick CSS.

    .avia-button-fullwidth { font-size: 12px !important; }
    

    If that’s not working then send us a link and we’ll take a look.

    Cheers!
    Elliott

    #374183

    To do that I need an email address to be assigned to it.

    FYI. As soon as I deactivated CM Tooltip Glossary Pro+ everything was working correctly. As I told the tech support for the plugin, here is what I observed.

    1. The TinyMCE editor wasn’t working, especially the insert/edit hyperlinks.
    2. The dropdown/flyout navigation on WordPress stopped working.
    3. When updating plugins the select all functionality wasn’t working and had to manually select each of the plugins to update.
    4. When going to Enfold theme customizer page all the navigation was missing.
    5. In the Broken Links Checker plugin none the commands would work.
    6. When I went to the Appearances > Themes page and clicked on the theme details. The theme detail popup window wouldn’t load.

    I’d still like to get this glossary plugin to work or I need to find a glossary plugin that allows multiple glossaries and not mess up the design.

    ====================================================

    FYI, the support forum here is/has been giving me a lot of problems when submitting a response. I get a blank screen after hitting the submit button and then when I reload the page there is an error message about duplicate post.

    #374137
    coolspeak
    Participant

    Love the theme. I’m currently working on our new site using ENFOLD. But the I’d like to change the background on the posts, which is currently white. I thought adding the Avia Advanced Editor would do the trick, but doing so takes away the share buttons below and other post functionality that I like and want to keep. So is there a way to change the background color (preferably adding an image) to the posts.

    So basically, I’m looking for a way edit the posts without losing the tags and share buttons at the button or a way to recreate it using the Advance Editor.

    Please advise.

    Hi garycedar!

    1. Add this to the bottom of your functions.php file.

    add_action( 'woocommerce_before_main_content', 'enfold_customization_navigation_links' );
    function enfold_customization_navigation_links(){
    	$previous = get_previous_post();
    	$next = get_next_post();
    	echo '<a href = "'.$previous->guid.'">'.$previous->post_title.'</a>';
    	echo '<a href = "'.$next->guid.'">'.$next->post_title.'</a>';
    }
    

    2. Try adding this to the function.

    echo '<a onclick = "window.history.back()">Go back</a>';
    

    3. See here, https://kriesi.at/support/topic/social-buttons-on-woocommerce-product-pages/.

    Cheers!
    Elliott

    enester1
    Participant

    Hi,

    I want to have a custom page that looks like this:

    http://thepsychreport.com/psychlist-test-3/
    password: enfoldhelp

    But I only want 21 or so picture blocks to load at a time. Then it would be great to have “Load More Stories Button”

    I know the masonry gallery has this option, but I can’t use masonry in this case because I will be describing and linking to other sites underneath the image and the masonry gallery is a bit too limited for the customization i will need there.

    is there a way to add a “load more stories” at certain intervals on the page?

    thanks

    evan

    #373693

    Hey!

    For those add this CSS.

    .avia_cart_buttons { opacity: 1 !important; }
    .product-sorting * {
        color: black !important;
        opacity: 1 !important;
    }
    

    And you may need to edit the images in /enfold/config-woocommerce/images/.

    Cheers!
    Elliott

    #373650

    Hi shakingtree!

    1. Are you just trying to display an image to the left and have text wrap around it? In that case just click on the “Add Media” button and insert an image with a left alignment.

    2. If your trying to recreate the demos you can import them in Dashboard > Enfold > Demo Import. You do not need to edit any heading or padding sizes.

    3. When you edit your post set the header to be transparent and then insert a slider or color section to your content to create that effect.

    Regards,
    Elliott

    Hey!

    Try creating a copy of your theme settings in Dashboard > Enfold > Import/Export and then hit the “Reset All Options” button to see if that fixes your markup.

    If that does not help then it may be best to reinstall WordPress.

    I’ll go ahead and flag this for the rest of our team to take a look.

    Cheers!
    Elliott

    #373470

    Hi ItsYeBoi!

    1- Please go to Enfold theme options > Advanced Styling tab and edit “Main menu links” and make sure to check “Apply only to mouse hover state”
    2- Using HTML, you can make your text linked or you can use Button element

    Regards,
    Yigit

    #373424

    In reply to: Enfold Header Höhe

    Ismael,

    3). Any idea on how these guys got a centered button to the left of their Phone # using the Enfold Theme?
    http://konkapot.com
    Looks like a way way to maximize space and create a call to action, but I can’t figure out the code to go under Theme Options > Header > Extra Elements > Phone Number or small info text

    Thanks
    Jon

    #372975
    millertimesites
    Participant

    I have been trying to customize the header and top bar to look like this Enfold website I found, http://konkapot.com, but am struggling.
    I imported the default demo to see if it would help and it has not. My temp website can be found here http://62d.14e.myftpupload.com/
    In short I can find way to customize the size of the Top Bar font, add a button or widget to the Top Bar, or change the size of the social icons in the Top Bar.

    Am I just missing some thing in the general settings?
    Thanks
    Jon

    #372924

    Hi hylandgraphics!

    Your talking about the main menu correct? You can edit the links in Dashboard > Appearance > Menus and set the style to be a button. Or you can change the background of the menu links in Dashboard > Enfold > Advanced Styling.

    If that’s not correct then send us a link and take a screenshot highlighting exactly what your trying to do.

    Regards,
    Elliott

    #372918

    To add to the response above, I’d also like to do the following after further reviewing crash reports from this theme:

    1) Remove CSS animation from all images on mobile only
    2) Remove CSS animation from “back to top button” on mobile only
    3) Remove CSS animation from all/any page builder elements on mobile only

    Based on how the scripts for elements on this theme are running, there are dozens of instances that are causing the theme to crash mobile web browsers. The instances are most likely to occur on any page with an element using any form of animation. CSS animation will take a bit more memory, but I have never seen crash instances like this before from a theme’s native elements. I can understand if I was using a bunch of 3rd party plugins that are over riding each other and slowing the theme down, but this is something entirely different. I also can’t determine if there is a deeper problem, or if this theme was designed from the ground up to include things like CSS animation without considering how mobile devices will handle such functionality.

    At any rate, I am looking to invest in a theme consistently by purchasing multiple licenses and the issue above is the main reason I have held back with Enfold. Please help me better understand the issues I am facing. I need to know if the theme developers are working towards these issues on a standard level, or if I will be forced to do dozens of CSS modifications in order to make sure users are even being allowed by the elements themselves to utilize content placed on the theme. This is a huge concern as some content is highly important for the businesses they represent, mobile usage exceeds desktop usage, and many elements on this theme are having multiple issues on mobile without custom CSS modification.

    artes
    Participant

    Hello.
    I’m using Enfold-Theme with WooCommerce, WPML and WooCommerce Multilingual; newest Versions of theme and plugins.

    A) I am trying to translate a WooCommerce-product from German to French using the product translation of WooCommerce Multilingual. I’m clicking on “edit translation”, then in the column “Content” on “edit translation”.
    I expect to see in the upper part of the screen the original text, in the lower part of the screen the visual editor, where I can enter my translation.
    Instead the visual editor seems to be inactive (shows no toolbar) and it is impossible to enter text. Same with the text editor. Also it is impossible to close the screen. Habe to reload to go back to WC Multilingual.
    The funny thing: It does not always happen, just most of the time. And it happens in IE, Firefox, Chrome.
    The funny detail: When I try to edit a normal page, the wordpress editor shows in text-mode, not as usually in visual-mode.
    The notifications from the JS console:
    ->ReferenceError: avia_globals is not defined avia-tinymce-buttons-4.js:17
    ->TypeError: this.getDoc(…) is undefined

    B) I moved a copy of the site to the server of another provider. The issue exists there to.

    C) On my second installation I changed the theme (enfold to udesign) and the editor worked without problemes in WooCommerce multilingual and also while editing a page (visual mode of WordPress-editor shows up).

    D) I’ve already contacted the WPML-Support: https://wpml.org/forums/topic/woocommerce-multilingual-product-translation-visual-editor-not-showing/

    Would be great if you could find a solution ’cause I appreciate your work.

    Thanks.

    • This topic was modified 11 years, 4 months ago by artes.
    #372583

    In reply to: 2 side by side button

    Hey richbuddy!

    Please turn on custom CSS field for ALB elements ( http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) and give your buttons a custom class firstly and then post the link to your page where you have the buttons.

    Regards,
    Yigit

    #372332
    ginssent
    Participant

    I have issues with Enfold Blog entries’ text editor.
    – 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.

    The page’s editor doesn’t not work.

    Please can you help me?

    Chrome inspector show this.

    Failed to load resource: the server responded with a status of 403 (Forbidden)
    post.php?post=1014&action=edit&lang=es:3070 Uncaught ReferenceError: tinymce is not defined
    wp-langs-en.js:235 Uncaught ReferenceError: tinyMCE is not defined
    post.php?post=1014&action=edit&lang=es:3065 Uncaught ReferenceError: tinymce is not defined
    load-scripts.php?c=1&load[]=jquery-ui-draggable,jquery-ui-droppable,jquery-ui-datepicker,jquery-ui-…:478 Uncaught TypeError: Cannot read property ‘top’ of undefined
    9load-scripts.php?c=1&load[]=jquery-ui-draggable,jquery-ui-droppable,jquery-ui-datepicker,jquery-ui-…:899 Uncaught TypeError: Cannot read property ‘hasClass’ of undefined
    load-scripts.php?c=1&load[]=jquery-ui-draggable,jquery-ui-droppable,jquery-ui-datepicker,jquery-ui-…:478 Uncaught TypeError: Cannot read property ‘top’ of undefined

    #372002
    LoremIpsum
    Participant

    First off, I want to complement you on what an amazing theme Enfold is. This is truly a favorite to work with as it is super simple to implement and even easier to customize. Thank you for making some of our lives easier.

    I rarely ask for help as I try to get as much out of the forums as possible. So thank you for creating this amazing resource as well. Super helpful.

    Now, I’ve scoured the web and have yet to find an adequate solution to this issue I am having. I’ll do my best to explain.

    I am trying to insert a pricing table to compare services that are offered. Each button, either standalone or on the table have the same options and offer a manual link you are able to insert. I am trying to call a shortcode with a checkout form in the form of a popup like a fancybox or lightbox. The goal is so that users do not have to go to a new page to checkout, they can do so with a Shortcode with an API connecting to a merchant. When tested on the theme it works without the built in buttons, but when using the built in buttons, the fancybox doesn’t even appear.

    I have tried to reference the form with anchor text (IE putting the div and style parameters in a code block prior to the button/table text).

    Here’s what I put in the code block prior to executing the anchor text:
    <div class=”fancybox-hidden” style=”display: none;”>
    <div id=”fancyboxID-1″ class=”fancyboxID-1″>[FORM]</div>
    </div>

    Then referencing it later like this:
    <span class=”avia_iconbox_title”>Purchase Plan</span>

    The button is already styled so I am only trying to get this code to appear in a fancybox/lightbox button underneath the pricing table.

    I figured since the href=”#fancyboxID-1″, I can insert this into the manual link URL in the button editing fields, but alas it doesn’t work.

    But, a link like this doesn’t work: <span class=”avia_iconbox_title”>Purchase Plan</span>

    It works when you click on the “Purchase Plan” link, but not when I’m referencing #fancyboxID-1 in the manual URL.

    Perhaps there is an easier way to call a shortcode by using the theme’s built in buttons in the table or out, but I’m just not seeing it.

    I was thinking making a new avia button shortcode that has a custom text area to run a script when clicked.

    An alternative may be for a button to run some sort of script when clicked that opens a fancybox/lightbox that opens text or a shortcode. I’m just not sure how to do it.

    Any help would be appreciated. Thank you in advance :)

    #371654

    Hey zibaloon2!

    Open up /enfold/config-woocommerce/config.php and find line 226 which should look like this.

    if($output && !post_password_required()) echo "<div class='avia_cart_buttons $extraClass'>$output</div>";
    

    Try adding this above it.

    if ( function_exists( 'woo_add_compare_button' ) ) { $output .= woo_add_compare_button(); }
    

    You may have to do some CSS work with it though.

    Regards,
    Elliott

    • This reply was modified 11 years, 4 months ago by Elliott.
    #371444

    Hi Cuewin!

    Thank you for using Enfold.

    Can you please provide a screenshot of what you’re trying to do with the button? The link you gave us is the preview of the page or post. Please post the login details here.

    Cheers!
    Ismael

    #371351
    Welmoed
    Participant

    Hi there!

    I came to the conclusion there must be a clash between “The Events Calendar” plugin and the Theme I am using, which is Enfold (I am using a child theme). So here I am, hoping you can provide me with some answers/solutions :-)

    My original question is as follows:

    For a client I use The Events Calendar plugin on their website. They would like to display their events by category, e.g. the ‘Agenda’ shows to general, open to the public events, and ‘Meetings’ shows more internally focused meetings, eg for all presidents of local groups. How can I display the items by category? I would like to have one menu button ‘agenda’ and one menu button ‘meetings’. There is no need for visitors to be able to choose which category they’d like to see. The categories should just be visible on two different parts of the website and should be reachable through the two menu buttons mentioned.

    Solution:

    Now of course I can do this by going to menu, and then creating a menu item using the “events category” option. I can do so, but then, when going to the website itself and clicking on that menu item, I get a “loop” notification and “too many redirects” and the correct page doesn’t show.
    Someone suggested going to the page of a single event and then clicking on the “Event Category” of that event, which then of course should go to the same url as a category url in the menu bar. This also gives the “loop” and “too many redirects” notification.
    So somehow, it doesn’t seem possible for me to create an “event category” page.

    Testing for conflicts:

    The plugin author suggested I do a Conflict Test by changing the theme to Twenty Thirteen, deactivating all the plugins except the “The Calendar Plugin” one, empty all my caches and to try to recreate the problem. I did all that, and I couldn’t recreate the problem. In that case, I was to switch back to Enfold and try to recreate the problem. I now indeed was able to create the problem again, which, according to the website of “The Calendar Plugin” shows it must be a conflict with the Theme I am using (Enfold in this case). Here is the instructions I used for testing for conflicts: https://theeventscalendar.com/knowledgebase/testing-for-conflicts/?source=tri.be&utm_medium=support-site&utm_source=wordpress.org&utm_campaign=support

    So here I am now, pretty sure the plugin and the theme don’t combine very well…

    Any ideas from the Theme side on this? What can I do to fix it? :-)

    • This topic was modified 11 years, 4 months ago by Welmoed.
    #371345
    stefaniesomers
    Participant

    Tiny MCE is great when I’m not in Avia – but when I switch to an Avia text box, I get an extreme vanilla editor – essentially exactly what we have available here in the forums, almost verbatim, plus an Add Media button. In a regular WP text box, I get the complete MCE text editor… cannot figure out what is up here. Am I missing a setting or a checkbox, or is there an incompatibility or what? I’m on Enfold 3.04, TinyMCE 4.1.7, WP 4.1. Is there a better text editor that’s known to be compatible? The MCE dev is not overly helpful.

    Thanks in advance!!

    Stefanie

    #371280
    boulaie
    Participant

    I cannot edit a page if I created it with the advanced form editor.
    The classic form is not visible. Only the send button is visible.
    Is it SoakSoak?

    • This topic was modified 11 years, 4 months ago by boulaie.
    #371104
    Monsoon
    Participant

    Is there an easy way to turn the css coloring effect on all the time so you don t have to mouseover each shared links to see their color? I d like those share links to be a little more visible

    #371079

    Hey!

    There is a typo in Elliot’s code, try with this:

    add_action( 'wp_footer', 'enfold_customization_back_button' );
    function enfold_customization_back_button(){
    ?>
    <script type = "text/javascript">
    jQuery(document).ready(function(){
    jQuery("#menu-item-524 a").attr('onclick', 'window.history.go(-1);');
    });
    </script>
    <?php
    }

    Cheers!
    Josue

    #371001

    Hi!

    Try adding this to the bottom of your functions.php file.

    add_action( 'wp_footer', 'enfold_customization_back_button' );
    function enfold_customization_back_button(){
    ?>
    <script type = "text/javascript">
    jQuery(docment).ready(function(){
    jQuery("#menu-item-524 a").attr('onclick', 'window.history.go(-1);');
    });
    </script>
    <?php
    }

    Regards,
    Elliott

Viewing 30 results - 9,061 through 9,090 (of 11,220 total)