-
Search Results
-
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
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!
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,
I want to have a custom page that looks like this:
http://thepsychreport.com/psychlist-test-3/
password: enfoldhelpBut 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
Topic: How To Customize Top Bar
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
JonHello.
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 undefinedB) 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.
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 undefinedFirst 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 :)
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? :-)
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
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
