-
AuthorSearch Results
-
Thnx
I removed .woocommerce to make it work on all shop pages (cart/check-out)
It does something with the size on the button but it looks much better. Could it have to do with the “avia-post-nav avia-post-next with-image” code?
Link to image: https://www.dropbox.com/s/5cjr8odn2r3kbnn/enfold-newsletter.jpg
August 15, 2014 at 12:32 pm #304859In reply to: Adding a Logo/Image to the Right of the Header
Hi rkdiddy!
Please go to Appearance > Editor and open helper-main-menu.php file and find
echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', $addition, 'strong', true);and add your image right below it as following
echo "<div class='header-custom-image'><img src='yourimagelinkhere' /></div>";Then you can adjust its position using custom CSS in Quick CSS field in Enfold theme options under General Styling tab
.header-custom-image { position: relative; right: 0; top: 10px; }Best regards,
YigitAugust 15, 2014 at 12:14 pm #304857This reply has been marked as private.August 15, 2014 at 12:12 pm #304856In reply to: Installing Enfold on WordPress
Hey Alduhs!
Thank you for choosing Enfold and welcome to our forum :)
Please try installing the theme via FTP. You can find video tutorial “Install Enfold theme with FTP” on Enfold documentation here – http://kriesi.at/documentation/enfold/videos/Cheers!
YigitAugust 15, 2014 at 12:10 pm #304853Topic: Installing Enfold on WordPress
in forum Enfoldalduhs
ParticipantHi, I’ve just downloaded enfold (the installable wordpress files only), which is a zip file, but when I try to upload to my wordpress.org site using the usual add theme buttons, after a short time I get the message “Are you sure you want to do this. Please try again”. Can anyone help? Thanks!
August 15, 2014 at 11:51 am #304845In reply to: Animated changing color background
Hey!
You should add it on your Color Section – http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png
Best regards,
YigitAugust 15, 2014 at 11:42 am #304844In reply to: Masonry in a widget
Hi czar!
You can enable debugging mode to see shortcodes you have created in pages using Advanced Layout Builder – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
You can switch to Default Editor and click on Magic Wand to see full list of shortcodes http://i.imgur.com/n4KXkdm.jpg
then you can create any of them and copy/paste shortcode into any other content element or into text widget.Cheers!
YigitAugust 15, 2014 at 11:16 am #304835Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
1-.header-scrolled span.subtext { opacity: 0; }2- Please try deactivating all active plugins and check if that helps.
3- Currently it is not possible without customizing the theme. You can request such feature here – https://kriesi.at/support/enfold-feature-requests/ or hire a freelance developer if you really need it.Best regards,
YigitAugust 15, 2014 at 11:15 am #304834In reply to: Ajax Download Counter
Hey!
You can suggest new features here: https://kriesi.at/support/enfold-feature-requests/ . Tbh we don’t have any plans to integrate it in Enfold because (afaik) you can use plugins like: https://wordpress.org/plugins/download-monitor/ to count the downloads.
Best regards,
PeterAugust 15, 2014 at 11:11 am #304829In reply to: Progressing bar no loading at firts lunch
Thank you for answer, but i have one question more that WP MIgrateDB will transfer my enfold settings too and all pages with slider and everything?
August 15, 2014 at 11:11 am #304827In reply to: Random issues with pictures and logo
Hi!
Please go to Appearance > Editor to find Functions.php file. You can also go to Enfold folder via FTP to find it
Best regards,
YigitAugust 15, 2014 at 11:09 am #304822In reply to: Top phone number gets cut off
Hi tmsgraphics4698!
Thank you for using Enfold.
Please add this on Quick CSS or custom.css to fix the phone number on mobile device:
@media only screen and (max-width: 767px) { .responsive.social_header .phone-info { padding-top: 10px; } }Best regards,
IsmaelAugust 15, 2014 at 11:04 am #304814In reply to: Ajax Download Counter
What I actually meant was: Is it possible to integrate it in the Enfold theme?
August 15, 2014 at 11:03 am #304813In reply to: Remove color background from picture
Hi tcoach84!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.main_color .small-preview { background-color: transparent!important; }Regards,
YigitAugust 15, 2014 at 10:56 am #304808In reply to: Ajax Download Counter
Hi Henk_28250!
Thank you for using Enfold.
I’m sorry but we don’t provide support for third party scripts or plugin as stated on our support policy. The actual download link got some detailed instructions or guide, please refer to that one or contact the script author. Thank you for understanding.
Best regards,
IsmaelAugust 15, 2014 at 10:53 am #304803In reply to: responsive on mobile
Hey realitydesignmoycullen!
Thank you for using Enfold.
I’m sorry but you’re using a very old version of the theme and I think you modified the header area. Please download the latest version 2.9.1 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/
Note that updating the theme might break some of the elements on the theme specially the header. You might need to reconfigure the options or create them from scratch. Please update the theme as much as possible.
Best regards,
IsmaelAugust 15, 2014 at 10:49 am #304798In reply to: Full Page Background Image
Hi Kesa!
Thank you for using Enfold.
Do you mind providing a screenshot of what you’re trying to do? You can set a whole background image but you need to set the layout boxed. Go to Enfold > General Styling > Use stretched or boxed layout?, choose Boxed then apply a background image.
Cheers!
IsmaelAugust 15, 2014 at 10:43 am #304796In reply to: Plugin Shortcodes in Ajax Portfolio
Hi!
Unfortunately you can’t easily use third party plugin shortcodes which require/load javascript with the ajax preview feature. The main reason is that ajax requires some special code to load and bind the javascript code of the shorrtcode to the ajax content. This is not a bug of the theme but simple how ajax and event bindings work. We use an ajax callback function (called $.avia_utilities.avia_ajax_call located in wp-content/themes/enfold/js/avia.js) to load and bind our slideshow, shortcodes, etc. js code after the ajax call. You might be able to add the Zoopmplayer code to this function but that’s something which is beyond the scope of our support forum. You can try to contact the plugin developer – maybe he can tell you which functions can be used with the avia_ajax_call callback function – you just need to insert the javascript code below this code in wp-content/themes/enfold/js/avia.js:
$.avia_utilities.avia_ajax_call = function(container) { if(typeof container == 'undefined'){ container = 'body';};If the plugin author can’t help you please hire a freelancer who should be able to help you with the implementation. Alternatively just use the standard portfolio and don’t try to load the Zoopmplayer shortcode with ajax…
Best regards,
PeterAugust 15, 2014 at 10:32 am #304794In reply to: Avia Layout Builder Constantly Loading
Hey WattzOn2014!
Thank you for visiting Kriesi’s support forum!
Please deactivate all third party plugin then test the builder again using another browser or computer. Did you happen to move the website from a development domain to the live site? Make sure that database has been moved properly. In order to migrate the theme successfully and leave the database intact, please use this plugin: WP MigrateDB or WP MigrateDB PRO
Refer to this link for more info on how to properly migrate your enfold website from production to development vice versa:
http://kriesi.at/documentation/enfold/move-from-a-local-installation-to-a-live-server/
https://code.tutsplus.com/tutorials/migrating-your-wordpress-database-wp-migrate-db-production-to-development–wp-32684Best regards,
IsmaelAugust 15, 2014 at 10:30 am #304792In reply to: Widget not displaying as intended
Hi jkhatri427!
Thank you for using Enfold.
It sounds like you might be having an issue with a third party plugin or script. Regretfully, we cannot provide support for third party plugins or scripts as stated on our support policy due to the fact that there is simply no way to account for all of the potential variables at play when using another developer’s plugin or script. Because of this, any questions you have regarding setup, integration, or troubleshooting any piece of functionality that is not included on the theme package will need to be directed to the plugin author.
Regards,
IsmaelAugust 15, 2014 at 10:28 am #304789In reply to: You may also like? Problems
Hi Jamie A!
You could use tags to exclude certain posts from the “you may also like” section. Open up wp-content/themes/enfold/includes/related-posts.php and replace:
'tag__in' => $tag_ids,with
'tag__in' => $tag_ids, 'tag__not_in' => array(20),Instead of 20 insert the id of the tag you want to use to mark the posts with portrait images. If you don’t know how to get the id of the tag please read http://www.wpbeginner.com/beginners-guide/how-to-find-post-category-tag-comments-or-user-id-in-wordpress/
Best regards,
PeterAugust 15, 2014 at 10:27 am #304788Hey mariorj!
Thank you for using Enfold.
It’s actually not possible but you can create a new color section then apply an id to it. Let’s use “first-section” for example. Below, add a new color section called “second-section”. Use this on functions.php to append the scroll down arrow on the #first-section container:
function add_scroll_down_arrow() { ?> <script type="text/javascript"> jQuery(window).load(function(){ jQuery('#first-section').append('<a href="#second-section" title="" class="scroll-down-link" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></a>'); jQuery('#first-section').css('position', 'relative'); }); </script> <?php } add_action('wp_head', 'add_scroll_down_arrow');Make sure that it links to the id of the color section below the section where you added the arrow, in this case #second-section.
Cheers!
IsmaelAugust 15, 2014 at 10:20 am #304784In reply to: How to set Post Title to be Main Title are?
Hi bemofunny!
Thank you for using Enfold.
Please use this on functions.php:
add_filter('avf_title_args', 'fix_blog_page_title', 10, 1); function fix_blog_page_title($args) { if(is_singular() && !is_page()) { $args['title'] = get_the_title(); $args['link'] = get_permalink(); } return $args; }Best regards,
IsmaelAugust 15, 2014 at 10:12 am #304781In reply to: How to show a widget in a category of posts?
Hi migduvednok!
Thank you for using the Enfold theme.
You can use this plugin to control the widgets: https://wordpress.org/plugins/widget-logic/
Refer to this link for wordpress conditional tags: http://codex.wordpress.org/Conditional_Tags
Best regards,
IsmaelAugust 15, 2014 at 10:09 am #304780In reply to: EZ Slider not Sliding…
Hi gerry3211!
Thank you for using Enfold.
I’m sorry but the login credentials are not working. Please check. If you don’t mind, please post a link to the actual page with the easy slider. We would like to check it.
Regards,
IsmaelAugust 15, 2014 at 9:46 am #304771Topic: Fullwidth Page if Boxed Layout is active?
in forum EnfoldJumpingCap
ParticipantHi there,
as Enfold does not come with a Fullwidth Page Template, I’m asking if it’s possible to create a fullwidth landing page (Blog should be in Boxed Layout)?I tried a solution posted here for Sentence Theme:
.page-id-xx #secondary, .page-id-xx #sidebar_bg { display: none !important; } .page-id-xx #header, .page-id-xx #primary, .page-id-xx .content { width: 100% !important; } .page-id-xx #header { padding-left: 0 !important; }Which is not working, if I replace the xx with my page ID (888)
August 15, 2014 at 9:39 am #304768In reply to: erweiterbare Fenster
Hey!
Der Styleswitcher ist nur Teil der Demo Website und ist kein Enfold Feature. Ich habe jetzt schnell die WordPress Plugin Datenbank durchsucht und möglicherweise hilft euch: http://wordpress.org/plugins/mystickyelements/
Cheers!
PeterAugust 15, 2014 at 9:35 am #304766In reply to: Issues with translating to Farsi RTL Language
Hey afarahani!
1) We use the is_rtl() function: http://codex.wordpress.org/Function_Reference/is_rtl to check if a rtl language is used or not. Normally wordpress (and WPML) should take care of it and load the rtl stylesheet file. Your website ( http://www.franchiseelites.com/fa/ ) loads the rtl.css file.
2) Maybe it’s a cross domain origin issue. To solve it follow the instructions here: http://davidwalsh.name/cdn-fonts or here: http://www.unseenrevolution.com/solution-firefox-font-face-cross-domain-problem/
3) Please check the styling settings of the Farsi website – maybe you set a black background color for the header? Go to Enfold (Fa) > Theme Options to set the settings for the Farsi website.
Best regards,
PeterAugust 15, 2014 at 9:34 am #304764In reply to: erweiterbare Fenster
Hi, zuerst Danke für super schnelles Antwort.
Also, auf die “Demo Seite http://kriesi.at/themedemo/?theme=enfold eingebaut Enfold Styleswitcher – sample options.
Ich möchte zum beispiel, 2 gleiche switcher einbauen ( eine unter ein aderem)
und da rein Öffnungszeiten und Telefon zufügen .
ist solsche Lösung möglich wenn ja wie mann einbaut switcher zum Entfold?
Danke im vor raus-
This reply was modified 11 years, 7 months ago by
Letj.
August 15, 2014 at 9:19 am #304759In reply to: How to remove Title of the post in the Breadcrumbs
-
This reply was modified 11 years, 7 months ago by
-
AuthorSearch Results
Viewing 30 results - 215,641 through 215,670 (of 244,457 total)
-
Search Results
-
Hi, I’ve just downloaded enfold (the installable wordpress files only), which is a zip file, but when I try to upload to my wordpress.org site using the usual add theme buttons, after a short time I get the message “Are you sure you want to do this. Please try again”. Can anyone help? Thanks!
Hi there,
as Enfold does not come with a Fullwidth Page Template, I’m asking if it’s possible to create a fullwidth landing page (Blog should be in Boxed Layout)?I tried a solution posted here for Sentence Theme:
.page-id-xx #secondary, .page-id-xx #sidebar_bg { display: none !important; } .page-id-xx #header, .page-id-xx #primary, .page-id-xx .content { width: 100% !important; } .page-id-xx #header { padding-left: 0 !important; }Which is not working, if I replace the xx with my page ID (888)
