-
Search Results
-
I am getting this strange white space above my content on page linked in the private content of this post. The page operates off a custom single.php that has one line changed – (line 37) reads as follows:
get_template_part( 'loop', 'reviews' );This change was made because I use the Views Plugin and utilize a custom post type /reviews/
I don’t see that being the issue though, and I just can’t figure out why there is this odd white space. I
Hi Kriesi,
Instead of the menu page I get this:
I reinstalled a new download of enfold over http://ftp.. still not working.
Please help.
Martinatribe_events_cat Column (Mega Menu) ↑ | ↓ Edit Menu Item
Navigation Label Mega Menu Column Title (if you dont want to display a title just enter a single dash: “-” )Title Attribute
link Target
CSS Classes (optional)
link Relationship (XFN)
Description
Menu Style
Use as Mega Menu
This column should start a new row
Use the description to create a Text Block. Dont display this item as a link. (note: dont remove the label text, otherwise wordpress will delete the item)
Catchable fatal error: Object of class WP_Error could not be converted to string in /usr/www/users/hosting/juliebourque/wp-includes/formatting.php on line 721
Hallo Entwickler,
gibt es eine gute Methode soetwas mit dem Avia Layout Architekt nachzubauen.
Wichtig ist dabei, dass der Text als Blocksatz erscheint.
http://www.bilder-upload.eu/show.php?file=2d0b18-1427296028.pngDie Größe der einzelnen Hintergrundboxen sollte unabhängig von der
Textlänge fixierbar sein. (Alle gleich)Habe trotz intesiven Ausprobieren kein geeignetes Werkzeug gefunden.
Dank & Gruß
CocoHi!
Ich wollte gerade unsere website abrufen und bekomme diesen error angezeigt:
Fatal error: Cannot redeclare yoursite_pre_user_query() (previously declared in /data/web/e28374/html/apps/wordpress-6506/wp-content/themes/enfold-child/functions.php:117) in /data/web/e28374/html/apps/wordpress-6506/wp-content/themes/enfold/functions.php on line 505Weder die webseite noch der WP admin ist aufzurufen.
Ist es moeglich dass dieser fehlercode durch ein Update verursacht wurde?Was kann ich tun um wieder zugriff zu bekommen? Ich bin total ratlos :-(
Ich hoffe ihr koennt mir helfen..
Ganz lieben Dank!!!!
Juliane
Hi,
A while ago, I was looking for a solution on the portfolio navigation (#390736 – the ‘next button’ of the last entry pointed to the previous entry instead of the very first entry).
The problem was solved by adding code to the functions.php file. The next/previous buttons are doing their job, but in the footer of the website, some code about the previous portfolio item is shown.
You can see an example on http://mediabelgium.be/projecten/cook-experience/Hi guys,
since update i have a lot of memory trouble by save an edited site.
Fatal error: Out of memory (allocated 127401984) (tried to allocate 7950069 bytes) in /homepages/44/d42482686/htdocs/website/wp-includes/wp-db.php on line 1114What should i do.
I tried also to deactivate all plugin. The same problem.Topic: Javascript – Child Theme
Hello. I have an element I’m adding to Enfold, using HTML, CSS and some custom JavaScript. I have everything but the JS in place and working. My site is still in local development.
How would I go about adding the following JS to the Enfold Child theme? Right now, the child theme Functions.php is at it’s defaults.
var svg = document.getElementById(‘menu’),
items = svg.querySelectorAll(‘.item’),
trigger = document.getElementById(‘trigger’),
label = trigger.querySelectorAll(‘#label’)[0],
open = true,
angle = 45;//set up event handler
trigger.addEventListener(‘click’, toggleMenu, false);
// svg.style.pointerEvents = “none”;//toggle menu when trigger is clicked
function toggleMenu(event) {
if (!event) var event = window.event;
event.stopPropagation();
open = !open;
if (open) {
var tl = new TimelineLite();
tl.to(items, 0.2, {scale:1, ease:Back.easeOut.config(4)}, 0.05);
for(var i=0; i<items.length; i++){
tl.to(items[i], 0.7, {rotation:-i*angle + “deg”, ease:Bounce.easeOut}, 0.35);
}
label.innerHTML = “-“;
svg.style.pointerEvents = “auto”;
} else {
var tl = new TimelineLite();
for(var i=0; i<items.length; i++){
tl.to(items[i], 0.3, {rotation: 0, ease:Circ.easeOut}, 0.05);
}
tl.to(items, .3, {scale:0, ease:Back.easeIn}, 0.3);
label.innerHTML = “+”;
svg.style.pointerEvents = “none”;
}}
svg.onclick = function (e) {
e.stopPropagation();
}
//close the nav when document is clicked
document.onclick = function () {
open = false;
var tl = new TimelineLite();
for(var i=0; i<items.length; i++){
tl.to(items[i], 0.3, {rotation: 0, ease:Circ.easeOut}, 0.05);
}
tl.to(items, .3, {scale:0, ease:Back.easeIn}, 0.3);
label.innerHTML = “+”;
svg.style.pointerEvents = “none”;
};Thank you,
Ryan
