Viewing 30 results - 236,431 through 236,460 (of 244,358 total)
  • Author
    Search Results
  • #177905

    Topic: Caching PlugIn

    in forum Enfold
    IndikatorDesign
    Participant

    Hello,

    as I bought Enfold, there was a directly support for W3 Total Cache inside. Now I see it is moved away.

    Normally I work with WP Super Cache.

    Which Caching PlugIn are you recommend to use it with Enfold to become the best speed-results?

    Regards

    + Bump

    #177901
    flylanddesigns
    Participant

    Hi, my site is using the Enfold theme: http://www.flylanddesigns.com

    I keep trying to schedule posts, but it keeps on missing the schedule and not posting.

    I’ve checked to make sure that my timezone is correct (a common mistake that leads to this issue).

    Any ideas? I’d really like to be able to schedule posts. Thanks!

    #177897
    flylanddesigns
    Participant

    Hi! I have the Enfold theme on this site: http://www.flylanddesigns.com

    I’ve selected 2 or three posts as “Sticky” posts, that I want to always show up top. But for some reason that doesn’t seem to be happening. Is that feature incompatible with this theme? Thanks in advance for your help,

    #177894
    ganjou
    Participant

    Hi,
    Just to check if you have any news concerning Enfold and Sensei ?
    If a Sensei course is linked to a woocommerce product he can’t be access until the visitor has not paid for it.
    This works with default WP theme.
    With Enfold the course can be seen if the visitor is logged with a wordpress account even if he has not purchased the course.
    Thanks again for your help!

    #177892
    WubbeG
    Participant

    Dear support team,

    First of all, I’m really satisfied with the Enfold theme. It is the first website I ever build, and it is turning into a success thanks to the user friendly enfold design. However, I cannot manage to make the small fixed header I used fixed when scrolling down. I tried the following code:
    #header_main .container, .main_menu ul:first-child > li > a {
    height: 88px !important;
    line-height: 88px !important;
    }
    However, nothing changes.
    Also, e-mails do not reach my adress neither are confirmation e-mails send. I used an e-mail adress registered by the host ( (Email address hidden if logged out) ) but it doesn’t work.

    The adress is http://www.wiconsult.nl

    Hope you can help me…thanks already,

    best regards,

    Gijs

    #177881

    Hello Peter,

    I’ve updated enfold on a other site to the latest version but still got the same issue.
    Can you tell me if Kriesi had given a reaction?

    Gr. Jeen

    #177874

    Hey, any chance of updating that second post in the thread to collate the suggestions into one post? Makes it easier to see if other people are interested in the same thing..

    #177869

    Hi livemx!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    #header_meta { z-index: 2; }

    Cheers!
    Yigit

    #177862

    Hi mikaelsv!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .entry-content-wrapper li { font-size: 14px; }
    ul { margin-top: 0.85em; }

    Best regards,
    Yigit

    #177851

    Hey!

    Follow Dude’s Instruction:

    1) Please edit /wp-content/themes/enfold/includes/admin/register-admin-options.php and search for

    
    								"subtype" => array(
    
    									'500px' 	=> 'five_100_px',
    									'Behance' 	=> 'behance',
    									'Dribbble' 	=> 'dribbble',
    									'Facebook' 	=> 'facebook',
    									'Flickr' 	=> 'flickr',
    									'Google Plus' => 'gplus',
    									'Instagram'  => 'instagram',
    									'LinkedIn' 	=> 'linkedin',
    									'Pinterest' 	=> 'pinterest',
    									'Skype' 	=> 'skype',
    									'Soundcloud'=> 'soundcloud',
    									'Tumblr' 	=> 'tumblr',
    									'Twitter' 	=> 'twitter',
    									'Vimeo' 	=> 'vimeo',
    									'Xing' 		=> 'xing',
    									'Youtube'   => 'youtube',
    									'Special: RSS (add RSS URL, leave blank if you want to use default WordPress RSS feed)' => 'rss',
    									'Special: Email Icon (add URL to a contact form)' => 'mail',
    
    								)),
    

    You can add your social media icon to the array. The first value represents the caption in the dropdown, the second value will be used to show embed the icon (icon/character code). We’ll include a filter in the next update which helps you to add a social icon without modifying the theme files.

    Then add following code to functions.php

    
    add_filter('avf_default_icons','avia_add_custom_icon', 10, 1);
    function avia_add_custom_icon($icons)
    {
    $icons['behance']	 = array( 'font' =>'entypo-fontello', 'icon' => 'ue915');
    return $icons;
    }
    

    and instead of “behance” insert the option value of your social icon (replace it with the same value you used for the “icon/character code” in step 1). You also need to replace ue915 with the character code of your icon – if you don’t know it you can use fontello.com to look up the default values (click on the social icon and select “Customize Codes”).

    Cheers!
    Peter

    #177844
    livemx
    Participant

    Hi,
    After several tests enfold 2.2 – 2.3.2 version, Enfold Secondary Menu are the following two questions:
    1 mouse can not click
    2.Enfold Secondary Menu obscured by Enfold Main Menu

    Please enable Enfold Secondary Menu Test! Very much looking forward corrected as soon as possible!
    Thank you very much!
    Blessing happy every day!

    #177838

    In reply to: Logo Sizing

    Hey!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .logo { height: 102%; }

    Your logo has white background, if you make it transparent, you can increase more

    Best regards,
    Yigit

    #177831
    PPCHound
    Participant

    Hi,

    Having made the code change shown here
    https://kriesi.at/support/topic/i-can-not-create-any-3d-transitions-enfold-responsive-multi-purpose-theme/#post-26497

    The error shown on that thread has now been fixed for me. However, the transitions still don’t fire, even after selection and saving in the UI.
    Also, in the transition builder section of Layerslider WP, the ‘add new’ buttons don’t trigger. I’m guessing there are some files missing somewhere.

    So, I downloaded the theme from themeforest, unzipped it, and compared the js directories with my local setup. They are the same.
    Can someone in support please check back in your version control for missing files?

    kindest regards,

    PPCHOund

    #177823
    yusufhgmail
    Participant

    Hi, I previously had the error message described in this post: https://kriesi.at/support/topic/strange-error-message-on-layerslider-wp-transition-builder/

    Then I followed the instructions on this post as you advised me to: https://kriesi.at/support/topic/i-can-not-create-any-3d-transitions-enfold-responsive-multi-purpose-theme/#post-130631

    See screenshot of code change I made as advised: http://screencast.com/t/uvo6h2hyGz

    This has removed the error message (thank you): http://screencast.com/t/DkKM3yN6tJ

    But I still cannot create new transitions. When I click “Add New” (either 3D or 2D), then the only thing that happens is that the URL changes from:
    http://www.devicage.com/wp-admin/admin.php?page=layerslider_transition_builder

    To:
    http://www.devicage.com/wp-admin/admin.php?page=layerslider_transition_builder#

    But nothing else happens. Screenshot: http://screencast.com/t/3p5FJQlDDWJ

    Can you please help me solve this problem? Aside from this, I have not done any other code customizations. This is a vanilla install. Latest Enfold version being used (don’t know where to see the version number but in the Enfold folder it says I am on the latest one.)

    • This topic was modified 12 years, 5 months ago by yusufhgmail. Reason: Small clarification
    #177815

    Hi xxtita!

    Adaik there’s a “Duplicate Button: http://www.clipular.com/c?6460588859326464=nhKXUaqD_3Y4lktpu9HGzqeELoo&f=.png which helps you to copy the entire post data to the translated post. Afterwards you just need to click the “Translate Independently” button: http://www.clipular.com/c?5987066567458816=1wEH-lhA7UwQw1JjvUaUZht13Es&f=.png to translate the post.

    Cheers!
    Peter

    Hey!

    I did not test this modification but try to adjust the height variable in wp-content\themes\enfold\js\shortcodes.js to calculate the new height. Search for

    
        		this.$slider.height(slide_height);
    

    and replace it with

    
    this.$slider.height(slide_height);
    if($('body').hasClass('.page-id-3014')) this.$slider.height(slide_height) =  this.$slider.height(slide_height) - 100;
    

    Note that the code will only work on the page with the id 3014. By going this way we avoid to break other sliders on different pages.

    Cheers!
    Peter

    #177812

    Thanks again..

    I’ve done that but I still have the same problems:

    1) Section 1 menu item is always underlined with red.
    2) The menu items do not highlight in yellow when I scroll to them in the viewport.

    Am I doing something wrong? Are you seeing these problems too?

    thanks,

    kheong

    #177809
    jotey
    Participant

    I’m creating a site in spanish/russian, http://www.ilovespain.co with the Enfold theme and WPML plugin. When I copy the portfolio to Russian is everything ok (translating of the portfolio-items, tags, categories, etc ..) less the category sorting. The sorting in Russian doesn’t work.
    I’ve tried to sincronize categories in Spanish/English (English like Russian) and it works, in Spanish/Spanish (Spanish like Russian) and it works. But when it takes categories of sorting put in Russian it doesn’t work.
    Also I’ve tried to inactivate WPML plugin and made all the tests only in Russian (all the site in Russian without translating). If I put the categories in latin characters it works perfectly, BUT if I use them in Russian (cyrillic characters) filtering doesn’t work.

    Any help, please?

    #177800

    Topic: Blog questions

    in forum Enfold
    awilson3rd
    Participant

    Hello,

    I’m not really that used to setting up a blog (I use WP for other purposes) so forgive me if these questions seem rather simple:-)

    On the blog pages (add posts) is there no page builder element? I can only use WP basic?

    I would like to add a social share bar at the bottom of blog entries before the comment section, this is quite standard really – is this option available in Enfold?

    Categories – is is possible to show blank category names in the widget? I would like to show a list but of course not all categories currently have information so if I could list the category name followed by 0 (just like when you an item in a category it tells you how many posts there are in there)

    Thanks for the advise

    Andrew

    #177797

    Hey Michae1!

    Enfold doesn’t support such an effect. You can suggest it in the feature requests thread or hire a freelancer to implement it.

    Best regards,
    Peter

    #177792

    In reply to: Debug

    Hey Michael!

    You have two options:

    1) Insert the code at the very beginning of functions.php – below the first <?php line.

    2) If you don’t want to modify the functions.php file after every update you can place the code in your child theme functions.php. WordPress will load this file first and then it will load the Enfold parent theme.

    Regards,
    Peter

    #177779

    Topic: Debug

    in forum Enfold
    mensmaximus
    Participant

    Hi,

    i have added the debug code to the functions.php file within the enfold theme directory.

    
    add_action('avia_builder_mode', "builder_set_debug");
    function builder_set_debug() {
        return "debug";
    }
    

    Although ‘Avia Layout Builder’ and ‘custom fields’ are active i dont get displayed the debug field to manually edit the code. What have i done wrong?

    Btw. editing the functions.php seems to be a bad idea because i guess you will overwrite this file with any update. Wouldn’t it be much better to have a functions-custom.php included like the functions-enfold.php?

    Regards

    Michael

    #177778

    Hi!

    I noticed that Kriesi uses another function to include the character map if the new icon font uploader is used. Please revert the change and in /wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/template-builder.class.php replace

    
    $this->paths['pluginUrl'] 	= apply_filters('avia_builder_plugins_url',  plugins_url().'/'.$this->paths['pluginDir']);
    

    with

    
    $this->paths['pluginUrl'] 	= apply_filters('avia_builder_plugins_url',  plugins_url().'/'.$this->paths['pluginDir']);
    $this->paths['pluginUrl'] = !empty($_SERVER['HTTPS']) ? str_replace('http://', 'https://', $this->paths['pluginUrl']) : $this->paths['pluginUrl'];
    

    Regards,
    Peter

    #177772

    Hey!

    It works on my end. Please move the jQuery code on avia.js below this code:

    $(document).ready(function()
        {
    

    Cheers!
    Ismael

    Hey!

    Maybe you need to install a smtp plugin like: http://wordpress.org/plugins/easy-wp-smtp/

    Regards,
    Peter

    Hi sdaly18!

    What Blog Style are you currently using? Please check on Enfold > General Settings > Blog Style. Please give us a link to the Blog page.

    Cheers!
    Ismael

    #177759
    blueunderground
    Participant

    Hello,

    I have right aligned an image in the main paragraph tag and linked it to another page – no custom CSS applied. The text wraps nicely around the image, until you hover over the image. When you hover over the image, all of the wrapped text jumps down below the image. This happens in both Chrome and Firefox. I have updated Enfold to the most recent version this evening. The problem occurs at http://blueunderground.com/services/website-design-development. Can you please advise?

    Thanks!

    #177738

    This is what I want the content between the header and footer to look like: Correct with no enfold. It’s just an html file that has references to the css and js it needs.

    This is what it ends up looking like: Enfolded

    I have the enfolded one running as a child theme where I use the child functions.php to put in the js and css necessary for the html file using the wp_register and wp_enqueue functions. It’s also set up only to run for the hitachi page. And it mostly works, the tabs work (although there spacing isn’t correct), most of the styling is there, but there are paragraphs out of place and the content header images aren’t lined up and the fonts aren’t loading properly either. What I imagine is happening is the css from enfold is affecting the main content area. What I need is to have the enfold header and footer menus, with correct looking content between them. And I apparently don’t know how to do it.

    Can you help?

    #177731

    But, doesn’t the Ajax portfolio in the Demo show several different kinds of layouts? http://kriesi.at/themes/enfold/portfolio/portfolio-ajax/

Viewing 30 results - 236,431 through 236,460 (of 244,358 total)