-
Search Results
-
Hi,
I have a website that is about fitness. I talk about food, exercises and each of these have their own sub posts.
For example I post a exercise that is for chest but also is good for legs. Do I need to use category or tags. Which way looks better with enfold theme features?
I will have my menu like:
Home
Article
Exercise>Difficaulty>Begginer
>>>>>>>>>>>>>>>>Intermidiate
>>>>>>>>>>>>>>>>Hard
>>>>>>>Muscle>chest
>>>>>>>>>>>>>>>>legs
>>>>>>>>>>>>>>>>etcSo as you can see under exercise I provided 2 ways for the users to select the exercises. one with the difficulty level (which I heard that I have to use custom fields?how?) and the other way by the muscle involved in the exercise (an exercise can have multiple muscles involved).
What is the best way to accomplish this.Thanks.
Hi team,
I’ve installed the plugin Types – Custom Fields and Custom Post Types .
I’ve created several custom post types and taxonomies.May I know how to select specific taxonomy to display as post meta infos? Currently, by default, it displays all the taxonomies I created and registered with that custom post type. However, I just want to display a few selective taxonomies.
I’m not a php developer but I think I have to edit the file loop-index.php somewhere along the lines
echo "<span class='post-meta-infos'>"; $markup = avia_markup_helper(array('context' => 'entry_time','echo'=>false)); echo "<time class='date-container minor-meta updated' $markup>".get_the_time(get_option('date_format'))."</time>"; echo "<span class='text-sep text-sep-date'>/</span>"; if ( get_comments_number() != "0" || comments_open() ){ echo "<span class='comment-container minor-meta'>"; comments_popup_link( "0 ".__('Comments','avia_framework'), "1 ".__('Comment' ,'avia_framework'), "% ".__('Comments','avia_framework'),'comments-link', "".__('Comments Disabled','avia_framework')); echo "</span>"; echo "<span class='text-sep text-sep-comment'>/</span>"; } $taxonomies = get_object_taxonomies(get_post_type($the_id)); $cats = ''; $excluded_taxonomies = apply_filters('avf_exclude_taxonomies', array('post_tag','post_format'), get_post_type($the_id), $the_id); if(!empty($taxonomies)) { foreach($taxonomies as $taxonomy) { if(!in_array($taxonomy, $excluded_taxonomies)) { $cats .= get_the_term_list($the_id, $taxonomy, '', ', ','').' '; } } }but can’t get on with the code. May I ask for some help here? Thanks!
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 :)
We made buttons on our site and entered HTML code in the button fields in the layout editor to customize the font sizes and font weights. The site is chilenobayclub.com. We did updates to the latest versions of WordPress and Enfold, but now, in the back end, the HTML is no longer visible in the button fields, even though the formatting we originally input is showing on the site.
The caches have been cleared.
Screenshots: https://www.dropbox.com/sh/x1a11ty1r4q1b6c/AAAAj_d6tbLsHENL7gw0Hj4wa?dl=0
Thanks,
PaulHey guys,
I created a custom class ‘home’.
I am trying to align the submit button to the right of the 3rd field…EMAIL. So it all falls on one line.
Yet something is missing. Any direction would help thanks!Howdy folks,
first of all: Awesome, very customizable Theme!!! Its getting better and better with every new version.
However i miss some nice and smooth CSS animations/transitions this is why i got some questions:
– I’m a beginner in CSS and so I´d like to know if there`s any possibility to add and define my own keyframes. The theme itself uses some keyframes too i think – isnt it possible to use those keyframes for any other element?
Lets say I added the Custom CSS fields to all elements and now want to animate an icon or whatever. Can you give an example?-Where can I see, which keyframes you defined and how do I use them? Can you give an example?
– Is it possible to add things like this? http://daneden.github.io/animate.css/ and if so, is it necessary to add jQuery to not to start the animation until the section where it should happen is visible?
– I’m beginning to learn jQuery too.. Which theme file do i have to change to add or change some jQuery?
Thanks for your help.
Alex
Hi,
I want to use the Team Member element on a dynamic way. Or any other element of course. Let me explain:
– I have a network of people, around the 65 people.
– These people are Users in WordPress, with a specific role (ie “network partner”)
– I added custom fields (like LinkedIn, image) with Users (I extended the Users)
– I created taxonomy (“Skills”) and created relationship between Users and SkillsThere’s another way of course:
– Create new Post Type, ie “Network Partners” with “Network Partner”
– Create new Taxnonomy, ie “Skills”Now I want to display all inserted “Network Partners” in a neat way, a bit like the Team Member element, or the Portfolio Grid. Any ideas, links to blogposts? I don’t want to create a seperate page template like on http://css-tricks.com/creating-meet-team-page-wordpress/ because I want to integrate the list of people on parts of existing pages.
Hi
I’m using Gravity forms to create custom fields that can be completed by the user on the front end.
Does anybody know how I can read the form submissions and show them as a Enfold blog_post on a page?Thanks
Darren
Topic: Custom Menu items
Hi,
My Google Map and Contact Form is not appearing:
- Google Map appears well as widget, but not as media element. It just shows blank.
- Contact Form fields doesn’t appear at all.
I’ve read some replies that i have to upgrade to 3.04. The issue is, currently i’ve already customized all the pages (posts/pages layout) to suit my needs. Will it affect the upgrade? Can you help to recommend the solution?
Thank you.
Hi there,
I Use WooCommerce and various other associated plugins, however I recent;y have been unable to edit, view, or add categories or tags from the product screen.
Has anyone else seen this issue?
//Joel//Enfold 3.0.2
WC Version: 2.2.8
WC Database Version: 2.2.8
WP Version: 4.0.1
WP Multisite Enabled: No
Web Server Info: Apache
PHP Version: 5.5.17
MySQL Version: 5.5.32
WP Active Plugins: 45
WP Memory Limit: 128 MB
WP Max Upload Size: 100 MB
PHP Post Max Size: 100 MB
PHP Time Limit: 120
PHP Max Input Vars: 2000
SUHOSIN Installed: No
SOAP Client: Your server has the SOAP Client class enabled.Advanced Custom Fields by Elliot Condon version 4.3.9,
Akismet by Automattic version 3.0.3,
The Events Calendar PRO by Modern Tribe, Inc. version 3.7,
Game Locations by Mark O’Donnell version 1.3,
MailChimp for WordPress Lite by Danny van Kooten version 2.1.6,
MiwoFTP by Miwisoft LLC version 1.0.3,
P3 (Plugin Performance Profiler) by GoDaddy.com version 1.5.3.1,
Simply Instagram by Rolly G. Bueno Jr. version 1.2.6,
The Events Calendar Category Colors by Andy Fragen, Barry Hughes version 3.9.1,
The Events Calendar by Modern Tribe, Inc. version 3.8.1,
Theme My Login by Jeff Farthing version 6.3.10,
Twitter Widget by Sean Spalding version 1.0.4,
UpdraftPlus – Backup/Restore by UpdraftPlus.Com, DavidAnderson version 1.9.31.1,
Visser Labs Updater by Visser Labs version 1.1,
Woo Deposits Payment Recipes by Webatix version 1.0.1,
WooCommerce Admin Bar Addition by David Decker – DECKERWEB version 2.7.0,
WooCommerce Checkout Field Editor by WooThemes / Mike Jolley / Patrick Garman version 1.2.6,
WooCommerce Custom Price by Azh Setiawan version 0.2.2,
WooCommerce Customer/Order CSV Export by SkyVerge version 3.7.0,
WooCommerce Customizer by SkyVerge version 2.0.1,
WooCommerce Debug Bar by Coen Jacobs version 0.1,
WooCommerce Direct Checkout by Terry Tsang version 1.0.9,
WooCommerce – Store Exporter Deluxe by Visser Labs version 1.8.6,
WooCommerce Google Analytics Integration by WooThemes version 1.3.0,
WooCommerce MailChimp Subscribe by John Turner version 1.0.5,
WooCommerce MailChimp by Adam Anderly version 1.3.2,
Woo Deposits by Webatix version 1.0.4,
WooCommerce Product Add-ons by WooThemes version 2.6.7,
WooCommerce Product CSS3 Tags by Terry Tsang version 1.0.4,
WooCommerce Quick Export Plugin by MB Création version 2.0,
WooCommerce – Store Toolkit by Visser Labs version 1.4.6,
WooCommerce Terms & Conditions Popup by Patrick Rauland version 1.0.1,
WooCommerce by WooThemes version 2.2.8,
WooThemes Helper by WooThemes version 1.3.0,
The Events Calendar: WooCommerce Tickets by Modern Tribe, Inc. version 3.7,
Wordfence Security by Wordfence version 5.3.3,
WordPress SEO by Team Yoast version 1.7.1,
WP-Memory-Usage by Alex Rabe version 1.2.2,
WP-Options by Norman Stanke version 0.7,
WP Instagram Images Widget by Eduardo Stuart version 2.0.3,
Yelp Reviews Ticker by Flavio Domeneck Jr version 2.1,
Yelp Widget Pro by Devin Walker version 1.4.1Hi Guys,
I’m using your fantastic Enfold theme. I encountered only a little problem: I need to use ACF (advanced custom fields), but the ACF “google map” field type doesn’t work with Enfold. I did some search and found that the problem could be the google map api script inclusion (http://maps.google.com/maps/api/js?sensor=false…) in the admin. I found that Enfold includes this script enqueuing “avia-google-maps-api” script. I tried to remove the script inclusion adding this code to my child theme:
function remove_scripts() { wp_deregister_script( 'avia-google-maps-api' ); } add_action( 'wp_enqueue_scripts', 'remove_scripts', 100 );but it doesn’t work. Do you have any idea to solve this problem? I would like to use ACF to add a store locator to my app, and I need the “google map” field to geolocate the input address.
Thank you very much for your help!
Hi,
Our website is amplidata.com. Not sure what’s going on and can use your help.The forms created within Enfold have been working fine. Made some edits to the jobs page and custom css for toggles. Everything was working fine as I checked after all edits. Got a message today that forms are not working. I did a restore to Nov.20 but that did not fix. Pls see what you can find. Much appreciated
Regards,
Seth
