Viewing 30 results - 237,841 through 237,870 (of 243,990 total)
  • Author
    Search Results
  • #167170

    In reply to: Social media icons

    Hi stevemulisa!

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

    #top .social_bookmarks li a { color: blue; font-size: 18px; }

    You just need to change “blue” to hex value you desire

    Cheers!
    Yigit

    #167167

    Hello sergeylandar!

    Please add following code to Quick CSS in Enfold theme options

    @media only screen and (min-width: 768px) and (max-width: 989px) { .iconbox .iconbox_content .iconbox_content_title { overflow: visible!important; } }

    Regards,
    Yigit

    • This reply was modified 12 years, 4 months ago by Yigit.
    #167160

    Thank you for the feedback.

    My apologies if I gave the wrong impression. I didn’t mean the Enfold website, I meant my previous website (the old site that is being replaced by Enfold theme). Although that site should be secure, it just gave me the idea to check if Enfold was secure as well.

    It was by no means an insinuation or assumption that Enfold is not secure (enough).

    • This reply was modified 12 years, 4 months ago by DavyE.
    #167159
    Alex
    Participant

    I use macdock.com as a host and my website is homesmartsecure.com.
    Macdock.com is the WORST hosting service in the world. They have have an excellent control panel, but it ends there. Everything else is horrible, especially the service.

    That said, I am using Enfold Child with Enfold 2.2 and the style settings are not sticking. I found that all files and folders in the wp-contents folder are set to user apache whereas all files EVERYWHERE else are set to ftpuser. So I fixed the user issue myself after DAYS of slow idiotic responses from my host with an eventual we are changing S#*^, fix it yourself type of response.. All permissions in dynamic_avia are set to 777. Yet click the color style buttons and apply doesn’t stick despite it saying settings were saved. Can one of you please log on to my wordpress and my ftp and see what the hell I’m doing wrong here?

    I know I can at least get great support here, if only for the theme.

    #167155

    Contact form
    Would be really helpful to have an option of redirect to another page/post after submit success, instead of the “thankyou” message.
    A lot of customers will be happy, instead being forced to using CF7.
    Cheers.

    #167153
    hardeep_singh04
    Participant

    http://zimboss.com/wptechsupp/

    I’m using enfold wordpress theme, but the theme stylesheet is not loading properly you can see from the above mentioned URL. I have tried every possible thing like deleting the theme, reinstalling it, no plugin activate, ftp uploading, direct cpanel uploading, download new theme from themeforest, etc etc

    Other themes are working fine on that server. Please look into the matter on urgent basis.

    Thanks

    #167147

    Hello!

    Feel free to request features here https://kriesi.at/support/topic/enfold-feature-requests/
    Glad Ismael and Josue could help :)

    Best regards,
    Yigit

    Hey DavyE!

    Yes the advanced layout builder uses a secial template (enfold\template-builder.php ) but you can’t easily paste code and the template builder framework to build the layout content. I’d suggest to use a plugin like: http://wordpress.org/plugins/php-snippets/ to add your php code to the advanced layouts.

    Cheers!
    Peter

    Easier of course… Thanks!

    Staff

    #167108

    Hey DavyE!

    I’m not aware of any security issues (like XSS vulnerabilities, etc.). If someone claims our theme is insecure he should first provide concrete details and proofs.

    Best regards,
    Peter

    #167105

    Hey vic98!

    In your WordPress theme directory please go to Enfold > Js and open Avia.js file and find following code in lines 51-53

    //activates the prettyphoto lightbox
    		if($.fn.avia_activate_lightbox)
    		$(container).avia_activate_lightbox();

    and change it to

    //activates the prettyphoto lightbox
    		//if($.fn.avia_activate_lightbox)
    		//$(container).avia_activate_lightbox();

    It will disable lightbox

    Best regards,
    Yigit

    #167092

    Thanks Devlin,

    <P>You are correct. It is impossible to find a problem if it cannot be reproduced.</P>

    From another Forum I got this solution to what sounds like the same problem I had:<br />
    Let’s suppose that your slideshow is located in ID = top-a. Then, the only thing to do is to add the following line of code right before the closing body tag (i.e. </body>) in your template.php file:”

    <script>jQuery(window).bind(“load”, function(){jQuery(‘#top-a > div > .module’).removeAttr(‘style’);jQuery(window).resize();jQuery(‘#top-a > div > .module’).attr(‘style’,’min-height:1px;’);});</script>

    But in Enfold I can’t see how to try this out because I used the smart AVIA Layout Builder so I think there is no place to edit the page HTML. Maybe the jscript will mean something to you though?

    (For me I solved the problem by changing to a different Slideshow plugin that works fine.)

    Regards
    Chris

    #167088

    my wish list

    1 a better look for blog ..for example I would like use advance editor for modify the top of the page
    2 in advandeced-editor i want save a template for single block not just for the all page
    3 icon for youtube in social

    #167082

    In reply to: Members Plugin

    Hello psbag!

    Wir verwenden derzeit gar kein Membership Plugin auf unserer Website. Enfold unterstützt ein “conditional menu” ( https://kriesi.at/support/topic/enfold-conditional-menu/ ), welches dir erlaubt Menüpunkte bei Vorhandensein bestimmter Bedingungen zu verstecken oder anzuzeigen, aber wahrscheinlich wird sich diese Funktion nicht ohne zusätzliche Anpassung des Theme Codes mit einem Membership Plugin verwenden lassen, da die Userkategorien vermutlich standardmäßig nicht in WordPress integriert sind und man diese erst mit speziellen Funktionen abfragen muss.

    Regards,
    Peter

    #167076
    DavyE
    Participant

    Hi, someone told me my current website could be sensitive to SQL injection (hacking). So I’m wondering if Enfold is secure against this or does it depend on the hosting provider?

    Hi!

    You can add this on your custom.css or Quick CSS to disable the lightbox on product image.

    .woocommerce-main-image.zoom {
    pointer-events: none;
    }

    Regards,
    Ismael

    #167071

    Hi!

    The Enfold demo is not yet updated, it is using version 1.8.4. Please download the latest version which is 2.2.

    Cheers!
    Ismael

    Hello!

    You should place enfold parent folder and enfold child theme folder inside wp-content/themes folder. Is that what you did?

    Regards,
    Ismael

    #167042

    Hello!

    Just edit the js/avia.js file, line 288, change 0.7 to 1:

    Regards,
    Josue

    #167030

    Hey peter,

    You need to open this file /enfold/framework/php/function-set-avia-frontend.php and go to the line 403, and replace it as follows:

    After:
    $title = get_bloginfo('name').' | ';

    Before:
    $title = get_bloginfo('name');

    Cheers!
    Josue

    • This reply was modified 12 years, 4 months ago by Josue.
    #167015

    Hi brelax!

    I’m not sure if that’s possible with the default WordPress embedding of videos (which Enfold uses), perhaps you can try to do it with a plugin like this one.

    Regards,
    Josue

    #167010

    Hello!

    If you add the filter code above. The Roboto text will be available on Enfold > Styling > Heading Font and Defines the Font for your body text option. Although, sometimes you need to manually specify the font on certain elements.

    Regards,
    Ismael

    #167008

    In reply to: Enfold Bug In Main Nav

    Hi!

    I’m a bit lost. You want to remove the “Home” menu on all portfolio pages?

    .single-portfolio .hide-home {
    display: none;
    }

    Regards,
    Ismael

    #167004

    Hi!

    I tested Enfold’s menu on IE8 and it looks fine. This is what I see:

    Can you give us a link to the website? We need to inspect the menu.

    Regards,
    Ismael

    #166998

    Ok, sweet. Will do.

    #166997

    Hello!

    2.) Replace the code with this:

    #header_main .container {
    height: 300px !important;
    line-height: 82px !important;
    }

    Cheers!
    Ismael

    #166984

    In reply to: Blog Layout

    Hey!

    Go to Enfold > General Settings > Blog Style. Select the style you want.

    Cheers!
    Ismael

    #166981

    Hi brixy!

    Have you tried this on a different browser?

    Please download this sql file:

    http://www.mediafire.com/download/rq52b2fkhn4if64/kriesi_enfoldtest-migrate-20130924030922.sql

    You can manually Import the database via phpMyadmin. http://www.youtube.com/watch?v=yABMJrGX9fo

    Regards,
    Ismael

    #166977

    Hi!

    Did you set the homepage on Enfold > Theme Options > Frontpage?

    http://relatiidecuplu.com/relatii-de-cuplu/

    Best regards,
    Ismael

    Hi bspeice!

    You can just add your own version of shortcodes to the child them in a shortcodes folder. Add this function to your functions.php first:

    add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1);
    function avia_include_shortcode_template($paths)
    {
    	$template_url = get_stylesheet_directory();
        	array_unshift($paths, $template_url.'/shortcodes/');
    
    	return $paths;
    }

    Then it will check your child theme shortcodes folder and if there is a shortcode file in there use that instead of the parent.

    Regards,
    Devin

Viewing 30 results - 237,841 through 237,870 (of 243,990 total)