-
AuthorSearch Results
-
May 7, 2014 at 9:37 am #261213
In reply to: Share icons on pages and portfolio items ?
Hey!
Please update to Enfold 2.7.1 – the ava_after_content hook is not available in 2.7 or previous theme versions.
Best regards,
PeterMay 7, 2014 at 9:14 am #261200In reply to: Change default text in search drop down
Hi Ismael,
Thanks for reply. I have just tried to copy/paste the above code into functions.php but after doing that my site was completely black; front and backend.
1: i have pasted the code into functions.php file located here: /wp-content/themes/enfold/functions.php is this the correct file?
2: i just pasted the code in the very end of the file. Is this correct or do it need to placed a specific place in the file?I am not very familiar with this kind of code. When i pasted the code in it was highlighted with som ‘red’ fields (errors)
May 7, 2014 at 9:11 am #261198In reply to: No comment count in grid view with WPML.
Hey DDamjanovic!
This seems to be a bug with WPML. I posted a fix in this thread: https://kriesi.at/support/topic/the-post-still-shows-8-comments-when-there-are-none/#post-178386
In /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/postslider.php replace
$commentCount = get_comments_number($the_id);with
//$commentCount = get_comments_number($the_id); $commentCount = $entry->comment_count;Cheers!
PeterMay 7, 2014 at 8:57 am #261196Hi Stela!
1) In wp-content/themes/enfold/config-woocommerce/config.php search for:
function avia_shop_overview_extra_header_div() { echo "<div class='inner_product_header'><div class='avia-arrow'></div>"; }You can add your custom code to this function, below the echo code.
2) In wp-content/themes/enfold/config-woocommerce/config.php replace:
return sprintf( '<a href="%s" itemprop="image" class="woocommerce-main-image zoom" title="%s" rel="prettyPhoto' . $gallery . '">%s</a>', $image_link, $image_title, $image);with
return sprintf( '<a href="%s" itemprop="image" class="woocommerce-main-image zoom noLightbox" title="%s">%s</a>', $image_link, $image_title, $image);3) The only solution I can think of is to use the “Default sorting (custom ordering + name)” option. Then go to Products > Sort Products and reorder the products with drag’n’drop.
Best regards,
PeterMay 7, 2014 at 8:33 am #261188In reply to: General styling does not work
Hey!
I fixed the problem by inserting this code into the functions.php file:
global $avia; $avia_safe_name = avia_backend_safe_string($avia->base_data['prefix']); update_option( 'avia_stylesheet_dir_writable'.$avia_safe_name, 'false' ); update_option( 'avia_stylesheet_exists'.$avia_safe_name, 'false' );I added it to the very bottom of enfold/functions.php. You can also place it into the child theme functions.php file.
Cheers!
PeterMay 7, 2014 at 8:20 am #261183In reply to: Automatisches Update funktioniert nicht
Hey!
Wenn du XAMPP nützt, würde ich persönlich die Dateien einfach in den Theme Ordner kopieren. Bei mir unter Windows ist XAMPP unter C:\xampp\ installiert und der Theme Ordner ist unter C:\xampp\htdocs\wp-content\themes\ erreichbar. Dort kopiert man einfach die Enfold Dateien hinein und überschreibt ggf die alten Dateien.
Cheers!
PeterMay 7, 2014 at 8:15 am #261180In reply to: Incorrect Breadcrumbs?
Hi Jamie A!
Please go to Enfold > Theme Options and select the “Recent Work” page as blog page in the “And where do you want to display the Blog?” dropdown. If you want to use a custom blog layout on the “Recent Work” page go to Enfold > Blog Layout and select “Blog layout” > “Use the advance layout editor to build your own blog layout (simply edit the page you have chosen in Enfold->Theme Options as a blog page)”.
Regards,
PeterMay 7, 2014 at 8:07 am #261175In reply to: Layerslider not found
Hi!
The version number can be found in the style.css file: http://50.87.144.17/~erukus/wp-content/themes/enfold/style.css – you’re using v 2.4.x at the moment and 2.7.1 ist the latest version. I suggest to activate the auto update feature (Enfold > Theme Options > Update if you want to update the theme automatically).
Best regards,
PeterMay 7, 2014 at 8:00 am #261174In reply to: Top Bar – erratical behavior
Hey!
Maybe Enfold can’t regenerate the dynamic stylesheet for one language. Please use a ftp client and connect to your server. Navigate to wp-content/uploads/dynamic_avia/ and set the folder permission to 777. Then delete the enfold.css file (and all other css files – the name may vary based on the language shortcut) inside the dynamic_avia folder and go to Enfold > Theme Options to regenerate the dynamic stylesheet (hit the green “Save all changes” button). Please re-save the options for all languages.
Regards,
PeterMay 7, 2014 at 7:56 am #261170Hi!
Did you solve the issue? I tested the website with IE, Firefox and Chrome (see: http://www.screenr.com/ukgN ) and I didn’t notice any issue with the IconBox. Btw you can add a custom css class to Icon Boxes: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ too.
Best regards,
PeterMay 7, 2014 at 7:36 am #261165Topic: Accordian within Portfolio
in forum Enfoldexposuredp
ParticipantHi,
Im trying to add an accordian to the right hand side of the slideshow similar to:
http://kriesi.at/themedemo/?theme=enfoldI have viewed the Portfolio demo at:
at 3m 11 it says they use Shortcodes within the preview text.
I cant see this button element ? Any ideas what I have done wrong ?
I have a temp site Im working on at: http://www.brandingperth.com.au/
Thanks Brett
May 7, 2014 at 7:29 am #261163In reply to: Problem mit Schriftformatierung
Hey!
Bei mir (Chrome) wird die Überschrift richtig mit 300 angezeigt, obwohl ich auch nicht angemeldet bin. hr könntet aber zB diesem Textbox-Element eine “Custom CSS” Klasse zuweisen ( http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) und dann mit:
.mycustomclass h2{ font-weight: 300 !important; }dieses nochmals speziell ansprechen.
Best regards,
PeterMay 7, 2014 at 6:25 am #261151In reply to: Portfolio Reorder
Hi!
Put it at the end of functions.php.
Is this the plugin you are referring to? it’s weird you are having these issues because many Enfold users reported good results with that.
Best regards,
JosueMay 7, 2014 at 6:22 am #261147In reply to: Google Map Element – Display Radius
Hey!
It could, request it here:
https://kriesi.at/support/enfold-feature-requests/Best regards,
JosueMay 7, 2014 at 6:19 am #261145In reply to: Customize Single Post Page
Hi!
Do you have the latest version of Enfold?
Regards,
JosueMay 7, 2014 at 6:17 am #261144In reply to: No option to put ALT tags in Images
Hey Chris!
Yes, that’s how it works right now, feel free to request a change as a feature here:
https://kriesi.at/support/enfold-feature-requests/Cheers!
JosueMay 7, 2014 at 5:45 am #261137Hi, Ismael!
I checked it and found that I am still using 2.7. As I said, I checked in the ThemeForest site and downloaded “themeforest-4519990-enfold-responsive-multipurpose-theme” file, which is the version I am using. Where can I get the 2.7.1 version?
Thank you very much for the quick reply and support!
BradleyPS. The current version I am using, after fixing hidden contents in the “Visual” tab, is having a new issue with “Text” tab, where all the paragraphs are merged into one big paragraph.
May 7, 2014 at 5:42 am #261134In reply to: Color Section Layout Element – bug?
Hi!
Are you referring to a full width slider?
In that case, use the images in the demo as a reference:
http://kriesi.at/themes/enfold/Regards,
JosueMay 7, 2014 at 5:32 am #261125In reply to: Tables inside accordion
Hey!
Do you have the latest version of Enfold (2.7.1)?
Cheers!
JosueMay 7, 2014 at 5:31 am #261124In reply to: Blog Pagnation Issues + New Enfold Social Footer
This reply has been marked as private.May 7, 2014 at 5:18 am #261111In reply to: header height increase
the enfold layerslider has right n left arrows
the transparent black appears when u cursor over the arrows
thats the effect i wantMay 7, 2014 at 5:03 am #261092In reply to: Visual Editor not working after update to WP 3.9
I had a similar problem – and I edited the user in WordPress and checked the option to disable the WYSIWYG-editor (+ save).
Right after that uncheck the option (+ save).
Tried the above, still not working
Is this the checkbox you are talking about?
hire.com.au/wp-content/uploads/2014/05/profile-visualedit.png" alt="" />
Not working for you?
1) Check if there is a newer Enfold version and use that one. 2.7.1 supposedly fixes this problem.
2) Clear cache
2) CTRL-F5
3) Try a different browser to see if it is only browser related and post back here with info of what you see. Post screenshots.
Tried the above, still not workingWhat else did I try (these changes did not solve it immediately but maybe are part of the solution)?
Deleted my entire WordPress 3.9 files and re-copied them trough FTP.(EXCLUDE wp-config and wp-content!)
Deleted my entire original Enfold 2.7 files and re-copied them trough FTP.
I’m using the (unedited!) Enfold-child-theme; but try switching to the 2014 theme and check if that _is_ working.
Edited WP-Config and made sure there are no empty lines after the last statement.
Disabled all plugins Especially cache-plugins and minify options.
Checked all .htaccess files for cache-plugin references and deleted those lines.
Have not tried above steps yet, I’ll try this when I have timeMay 7, 2014 at 4:55 am #261083In reply to: Sie befinden sich hier…und dann doppelt…
Hi oeconomedicus!
Thank you for visiting the forum!
If you don’t mind, we would like to see the actual posts where the breadcrumb issue is happening. Please post the url here. Make sure that you’re running the latest version of Enfold, 2.7.1, with the latest version of WordPress which is version 3.9.
Best regards,
IsmaelMay 7, 2014 at 4:36 am #261075In reply to: Change default text in search drop down
Hey t3lgroup!
Thank you for using the theme!
Please add this on functions.php to change the label names.
add_filter('avf_ajax_search_label_names','avf_ajax_search_assign_label_names', 10, 1); function avf_ajax_search_assign_label_names($label) { if($label == 'Portfolio Items') { $label = 'Products'; } else if($label == 'Posts') { $label = 'News'; } else { $label = $label; } return $label; }You can add more conditions for different label names and you can find the hook on functions-enfold.php, line 152:
$label = apply_filters('avf_ajax_search_label_names', $post_type_obj[$key]->labels->name);Best regards,
IsmaelMay 7, 2014 at 3:54 am #261071Hey!
Thank you for visiting the forum!
Glad you figured that one out. In case you have questions, please try to review all of the resources in the Theme Documentation as a lot of basic stuff like theme installation, css snippets etc are already available in there with better explanation and awesomeness. Watch some of our Video Tutorials to learn more about the different aspect of the theme. You can also search the forums for queries that has been answered before that might be related to your problem.
If you find that you still have questions after taking the time on our documentations, don’t hesitate to let us know and we will be happy to assist you. If you have any requests or you feel like giving us a warm hug? You can definitely post it on our Feature Requests page. :)
Cheers!
IsmaelMay 7, 2014 at 3:52 am #261070In reply to: Steps to import translation files .po
Hey syphadius!
Thank you for using the theme!
There is no difference between .po and .mo file actually. The .mo file is the compiled version of the .po file. You can use this application if you want to compile the .po files: http://poedit.net/ / http://www.gnu.org/software/gettext/
Once you get hold of the .po and .mo files, place them on the enfold theme’s lang folder.
Regards,
IsmaelMay 7, 2014 at 3:41 am #261061Topic: why do you have parallax error..?
in forum Enfoldcelebcomms
Participanthttp://kimbongjour.com/enfold/parallax-mobile-error/
this theme is have some mobile error..
this page is parallax page.
If i scroll down, i see the white space at top area.i need help.. :(
-
This topic was modified 11 years, 7 months ago by
celebcomms.
May 7, 2014 at 2:35 am #261037In reply to: Update 2.7.1 Probleme
Hi ConflateGermany!
Thank you for using the theme!
Have you tried to logout then login again? For the meantime, you can update the theme via FTP. Please download the latest version from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/
I’ll ask Dude if he got any idea why the auto update is not working.
Best regards,
IsmaelMay 7, 2014 at 2:32 am #261036In reply to: Unable to display background image on fixed layout
Hi charger70!
Thank you for using the theme!
Please try to remove the background image then upload it again but before doing that, go to wp-content/uploads/dynamic_avia folder then delete the enfold.css file. Let us know if it works.
Regards,
IsmaelMay 7, 2014 at 2:07 am #261032In reply to: Custom.css not Overriding Base.css
I was having the exact same problem. The above works. Would be nice to dial this down a bit to just the element in question. This overrides the styling in my Enfold input fields, which I kind of liked. A more subtle solution would be nice but I tried entering this in the NF CSS code and it didn’t work.
I emailed James who is the author of the NF Styling plugin. If I hear back I’ll let you know.
-
This topic was modified 11 years, 7 months ago by
-
AuthorSearch Results
Viewing 30 results - 221,341 through 221,370 (of 243,786 total)
-
Search Results
-
Topic: Accordian within Portfolio
Hi,
Im trying to add an accordian to the right hand side of the slideshow similar to:
http://kriesi.at/themedemo/?theme=enfoldI have viewed the Portfolio demo at:
at 3m 11 it says they use Shortcodes within the preview text.
I cant see this button element ? Any ideas what I have done wrong ?
I have a temp site Im working on at: http://www.brandingperth.com.au/
Thanks Brett
http://kimbongjour.com/enfold/parallax-mobile-error/
this theme is have some mobile error..
this page is parallax page.
If i scroll down, i see the white space at top area.i need help.. :(
