Forum Replies Created
-
AuthorPosts
-
Yes, theme is now installed, you just need to activate it in Appearance > Themes.
Best regards,
JosueWell, must be a syntax error somewhere in your child theme functions.php.
Cheers!
JosueI’ll install the theme for you, hold on.
March 22, 2015 at 11:45 pm in reply to: which file of enfold is resposible for creating the attachment page #416141It should, i’ve tested it on my local install.
Regards,
JosueMarch 22, 2015 at 11:44 pm in reply to: Center Logo in Navgation and hover the pics like in eunoia #416140Hi Stephan!
1. Put the logo as a menu item in the center, like this:

And add this to Quick CSS (change 100px by your logo height value):
@media only screen and (min-width: 767px) { #header_main > .container { display: none; } } .html_header_top.html_bottom_nav_header .main_menu>div, .html_header_top.html_bottom_nav_header .main_menu ul:first-child, .html_header_top .av_bottom_nav_header .main_menu ul:first-child > li a { height: 100px; line-height: 100px; } .html_header_top.html_header_sticky.html_bottom_nav_header #main { padding-top: 100px; }2. You can change that in the Masonry Element popup (look for the Sorting options).
3. Not possible right now, feel free to request it here as a feature:
https://kriesi.at/support/enfold-feature-requests/Regards,
JosueHi!
Try re-installing the theme, if that doesn’t work hand us an administrator account via private reply.
Regards,
JosueHi!
Seems you are uploading the whole download package that contains the PSD files, documentation, etc. You’d need to unzip that package first, look for the /enfold/ subfolder and upload that folder only (as a .zip in case you’re doing it from the Dashboard).
Regards,
JosueHi!
You’d need to convert your WordPress installation into an API, refer to this:
http://wp-api.org/Best regards,
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHi,
That’s definitely unexpected, can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueI’m not seeing it added on your install yet. I’ve tested that on my local install and it did work.
Cheers!
JosueHey!
Can you please indicate the page and the element you’re trying to change on the site?
Cheers!
JosueHi!
This plugin tells you wether or not you’ve reached your menu limits:
https://github.com/sevenspark/menu-limit-detector/Regards,
JosueHey!
The numbers should show without the animation in IE8, make sure you’re running the latest version of Enfold (3.1.1).
Cheers!
JosueHi!
The link you posted is returning a 404 not found page.
Best regards,
JosueHi Khanh Hong!
Not happening on my end (Chrome 41 / OS X 10.10) – http://recordit.co/u2zInPwtJA, have you checked it on another computer? also try updating Chrome and disabling all extensions.
Cheers!
JosueDid you try Ismael solution? i’ll close this so we can keep the conversation in other thread.
Best regards,
JosueThanks for helping @begrafiks :)
Best regards,
JosueHi!
It would depend on your header settings, can you post a link to your site?
Cheers!
JosueHi!
From the console messages i’d say some WP/Enfold files didn’t uploaded correctly or were corrupted.
Best regards,
JosueHi!
Try with this code instead:
function add_custom_script(){ ?> <script> (function($){ $(window).load(function() { function getAway() { // Get away right now window.open("http://weather.com", "_newtab"); // Replace current site with another benign site window.location.replace('http://google.com'); } $("#get-away").on("click", function(e) { getAway(); }); $(document).keyup(function(e) { if (e.keyCode == 27) { // escape key getAway(); } }); }); })(jQuery); </script> <?php } add_action('wp_footer', 'add_custom_script');Please note that debugging third-party custom scripts is outside our support scope.
Best regards,
JosueMarch 22, 2015 at 10:13 pm in reply to: which file of enfold is resposible for creating the attachment page #416080Hi!
Try with this in your child theme functions.php:
function filter_attachment_content($content) { if(is_singular('attachment')){ $acf = "ACF_code_here"; } return $content.$acf; } add_filter('the_content', 'filter_attachment_content');Cheers!
Josue-
This reply was modified 11 years ago by
Josue.
Hey!
Add this to your child theme functions.php:
function custom_excerpt_length( $length ) { return 10; } add_filter( ‘excerpt_length’, ‘custom_excerpt_length’, 999 );And this to child style.css
.slide-entry-excerpt{ text-align: center; }Cheers!
JosueAnd add this to Quick CSS:
#custom_share_box .av-share-box { margin-bottom: 30px; }Hi Crys!
Use this codes instead:
add_action('ava_after_content', 'avia_add_social_toolbars', 10, 2); function avia_add_social_toolbars($id = "", $context = "") { if($context == "page" || $context == "single-portfolio" || $context == "product") avia_social_share_links(); } add_filter('avf_template_builder_content', 'avia_add_social_toolbar_template_builder', 10, 1); function avia_add_social_toolbar_template_builder($content = "") { $content .= '<div id="custom_share_box" class="avia-section main_color container_wrap"><div class="container">'; $content .= avia_social_share_links(array(), '', '', false); $content .= '</div>'; return $content; }Best regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueHey!
Do you want to put your logo in the sidebar?
Cheers!
JosueMarch 22, 2015 at 9:26 pm in reply to: which file of enfold is resposible for creating the attachment page #416062Hi!
Enfold doesn’t include an attachment.php file so the single.php is showed, you can override this by creating an attachment.php file in your theme / child theme.
More info:
https://codex.wordpress.org/Template_Hierarchy#Visual_OverviewBest regards,
JosueHey!
It’s a problem with your SVGs, you need to fix this before uploading them to Fontello:

Regards,
JosueHi,
Can you post the link to your website please?
Regards,
Josue -
This reply was modified 11 years ago by
-
AuthorPosts
