-
Search Results
-
Hi,
We have created a one page website using your excellent Enfold theme with section anchors such as #About, #Contact etc. We need to track each of these sections using Google Universal Analytics. There was a similar post before on this subject https://kriesi.at/support/topic/enfold-google-analytics-tracking-of-individual-sections-in-one-page-websites/ but the code was for Google Classic Analytics and we are unsure where to put the short codes in the single page. Any ideas?
Thanks for you help.Hi,
I have asked you before – and I got the answer – saved it – but can´t find it anymore. Sorry to bother you again.
I would like to change the order of Popular – Recent – Comments in the Enfold Combo Widget into Recent – Popular – Comments. This so that the Recent Tab is default (on top) and the one showed first and to the left.
On Enfold 3.6.1 in mobile view I would like to have social icons and phone number on the same top row instead of social icons on the top row and Phone number below.
Is there a Quick CSS to achieve this?
ThanksHello
I’m having trouble with the Advanced Layerslider on my website. I am trying to set up a full width responsive layerslider with an image saved as a background and an animated text layer. I have both ‘full-width’ and ‘responsive’ selected in the slider settings.
If I use an image with a width less than 1500px, there is no problem. However, if I use a larger image as the background, it is shrunk down to a ~1500px width, with the remaining buffer space being filled with white (my background color). For example, if I set a 3000×1260 image as a background image, and set slider width to 100% height to 1260px, and full-width responsive settings to 3000px, the image will be displayed as a ~1500×630 box within a larger 3000×1260 white area, which is then responsively scaled to fit my browser window.
I can ‘fix’ it by setting the image height and full-width responsive settings to 504px and setting max-width and responsive-under to 1200px (to make a 1200x504px image), but obviously I lose the ability to display full-width on monitors with > 1200px resolution.
What’s weird is that the problem only affects the image background. It has no effect on image layers, which display correctly. Another workaround is to leave the background blank and include my images as layers. However, if I do this I can’t use transition animations.
This problem is occurring on my laptop and on my mobile devices.
I am running an up-to-date version of Enfold and this problem persists if I add my sliders to the demo theme.
Edit: Nevermind. Jetpack was causing the issue. I deactivated it and the slider is working correctly!
I have created a rather lengthy form. I am also using the Auto Responder to send out an email.
Is there a way to stop the autoresponder from appending all the contents collected by the form to the end of my hand crafted Auto Response email?
I have this message at the top of my website:
Notice: register_taxonomy was called incorrectly. Taxonomy names must be between 1 and 32 characters in length. Please see Debugging in WordPress for more information. (This message was added in version 4.2.) in /home/aiepro/public_html/wp-includes/functions.php on line 3897
How do I solve this issue?
Here are the things I can do: I can find the file functions.php on line 3897.
But what do I do after that?
Hi there, I am attempting to add a full width slider video background. I am using the code below, however the video is not auto playing?
I am using the following code which has been modified slightly, this was sourced from this support forum:
<div class=”fullwidth-video”>
<iframe width=”1280″ height=”720″ src=”http://www.youtube.com/embed/qNYs_wE1_os?modestbranding=1&autoplay=1&controls=0&fs=0&iv_load_policy=3&loop=1&rel=0&showinfo=0&autohide=0&disablekb=1″ frameborder=”0″></iframe>
</div>I wish to create a heading which closely resembles this fantastic website:
Many thanks in advance!
Hello – Enfold seems to work fine on desktops and tablets, but has recently been doing something odd when you try to access our website via a smartphone (apple and android behave the same): specifically, it is displaying the header/menu in the middle of the screen instead of at the top; above this there is a second version of the main menu that you can close out of; I’ve never seen this happen before and have not been able to remedy it..please help!
Hi There!
Yigit helped me out at: https://kriesi.at/support/topic/featured-image-portfolio-dimensions/
I thought I had this one coverd, but when I place this code into my functions, it comes with a syntax error:
add_filter( 'avf_modify_thumb_size', 'enfold_customization_modify_thumb_size', 10, 1 ); function enfold_customization_modify_thumb_size( $size ) { $size['portfolio'] = array('width'=>495, 'height'=>400); return $size; }See the link to the screendump.
Can you give me a hint ;-)Best Regards, Annelies
I sell musical scores on a woo commerce site with Enfold. I like for my buyers to be able to keep listening to mp3 samples of a product while they add purchase to cart, but when the cart returns the “added to cart” message the navigation causes the audio to stop. Is there a way to keep it playing without opening it in a different window or tab to start with (that would be an easy fix, but would not suit my purposes).
Hi,
I have a fixed logo and header on desktop that I like very much, but I would like the logo on mobile to move up by scroll and not stay fixed. On mobile i still want the small fixed header with hamburger icon, but that the logo is relative. I have tried with css but have not succeeded.
The logo is overlapping the content both on desktop and mobil which is great, so this need to be the same.
Kindly regards, MathildeTopic: Downloads slug not working
Hi,
All of the sudden my */downloads/ slug is redirecting to the homepage. I’m having the same issue as this person (https://kriesi.at/support/topic/downloads-slug-opens-homepage/?login_error) See private content for temp login. Please note I’ve temporarily changed the slug to */download/ (without the s)
Hi There,
The layout builder stopped working on my site. I have taken every step but having no success at all. This includes…
De-activating all plugins
Updated the theme (running 3.6.1)
Added the code snippet from https://kriesi.at/support/topic/having-problems-after-updating-to-wordpress-4-5-please-read-this-first/
Disabled Wordfence FirewallI am running a child theme, could this be an issue?
Please help!
Login details marked as private.
Thanks
Billy
Sorry – couldn’t reopen the original thread! (https://kriesi.at/support/topic/shortcode-content-being-placed-out-of-dom-order/)
The output works for HTML content, but I’m not sure how to use it to produce a loop through wp query.
Example code:
function test_shortcode() { $output = $featured_post_query; // WP_Query arguments $args = array ( 'category_name' => 'featured', ); // The Query $featured_post_query = new WP_Query( $args ); // The Loop if ( $featured_post_query->have_posts() ) { while ( $featured_post_query->have_posts() ) { $featured_post_query->the_post(); the_title(); } } else { // no posts found } // Restore original Post Data wp_reset_postdata(); return $output; } add_shortcode( 'shortcode', 'test_shortcode' );Thanks in advance!
Viewing 30 results - 93,241 through 93,270 (of 142,711 total)
