Forum Replies Created

Viewing 17 posts - 31 through 47 (of 47 total)
  • Author
    Posts
  • in reply to: add comment on page #628185

    I create a new site to test. The problem is the same.

    in reply to: 2 lightbox in woocommerce #625273

    ok, it addresses the issue of off-topic. But it does not I always change both lightbox.
    The only thing that works is the code below it.
    But it does not bother me to use, I just wonder if this is a good way.

    //DISABLE WOOCOMMERCE PRETTY PHOTO SCRIPTS
    add_action( 'wp_print_scripts', 'my_deregister_javascript', 100 );
    
    function my_deregister_javascript() {
    	wp_deregister_script( 'prettyPhoto' );
    	wp_deregister_script( 'prettyPhoto-init' );
    }
    
    //DISABLE WOOCOMMERCE PRETTY PHOTO STYLE
    add_action( 'wp_print_styles', 'my_deregister_styles', 100 );
    
    function my_deregister_styles() {
    	wp_deregister_style( 'woocommerce_prettyPhoto_css' );
    }
    in reply to: add comment on page #625270

    Yes it’s work.
    see beelow

    in reply to: add comment on page #624904

    i try to add comment section from Advanced Layout Builder and update the page, it doesn’t appear…

    in reply to: Modify copyright #622317

    Perfect! Thank you very much!!!

    in reply to: 2 lightbox in woocommerce #622220

    oops!
    This code does not work at all.
    The theme has a lot of problems.
    – Google map no longer appears.
    – Some css no longer works.
    – The content of certain page will not appear anymore either.

    in reply to: 2 lightbox in woocommerce #622189

    Okay it works but it delete your lightbox.
    The remaining one is ugly. And that’s the one I want to delete.

    Otherwise the code I use works well. My main question was whether the code was good and if I could use it.

    in reply to: Modify copyright #621053

    No it does not. this removes everything except the automatic copyright.
    This is not what I want.

    I do not see how this “<?php echo $copyright; ?>” could change this: “WordPress Theme by Kriesi”
    and change the url

    We must change the contents of this: $kriesi_at_backlink

    And ideally I need to delete the name of the theme because I do not need and this complicates the change.

    Obviously it is composed in part 3.

    The theme name in the css
    the phrase “WordPress Theme by Kriesi” I do not know where the change
    and the url I do not know where the change.

    in reply to: Modify copyright #620913

    ok renaming works but this removes the changes I made.
    But cons I do not see where change the url and where change “WordPress Theme by Kriesi”
    I do not want to use the nolink. I want this feature to be reserved for a possible future customer.

    in reply to: Modify copyright #620901

    I use the child theme but I do not see where I can make this change in style.css

    /*
    Theme Name: Enfold Child
    Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold WordPress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
    Version: 1.0
    Author: Kriesi
    Author URI: http://kriesi.at
    Template: enfold
    */
    
    /*Add your own styles here:*/

    And I have no footer.php in the child theme folder.

    Sorry I’m not an expert ;)
    In addition I use wordpress for 2 weeks before I was using joomla.

    in reply to: Modify copyright #620884

    I do not think it’s in the style.css

    /*
    Theme Name: Enfold
    Description: <strong>A superflexible and responsive Business Theme by Kriesi</strong> - <br/> Update notifications available on twitter, facebook and via newsletter:<br/> <a href='http://twitter.com/kriesi'>Follow me on twitter</a><br/> - <a href='http://www.facebook.com/pages/Kriesi/333648177216'>Join the Facebook Group</a> - <a href='http://kriesi.at/newsletter'>Subscribe to our Newsletter</a>
    Version: 3.5.3
    Author: Kriesi
    Author URI: http://kriesi.at
    License: Themeforest Split Licence
    License URI: -
    Theme URI: kriesi.at/themes/enfold/
    */
    
    /*
    * PLEASE DO NOT EDIT THIS FILE!
    * 
    * This file is only in your themefolder for WordPress to recognize basic theme data like name and version
    * CSS Rules in this file will not be used by the theme. 
    * Instead use the custom.css file that is located in your themes /css/ folder to add your styles. 
    * You can copy a style rule from any of your css files and paste it in custom.css and
    * it will override the original style. If you just want to add small css snippets you might also
    * want to consider to add it to the designated CSS option field in your themes backend at: Theme Options->General Styling
    */
    

    <span class='copyright'>powered by mydomain.com</span>

    this solution does not work because it remove any copyright that is created automatically. And function to add its copyright (in theme option) no longer works either.

    in reply to: Modify copyright #620864

    This is not what I want to do.

    I want to change this: Enfold Child WordPress Theme by Kriesi
    by this: powered by mydomain.com
    Without using the template options.
    so my client can not remove link unless it adds NOLINK

    in reply to: 2 lightbox in woocommerce #620812

    Hi,
    I did not understand your solution.
    I left my solution in place.
    I joined you an ftp account and admin

    Best regards

    in reply to: Create galeire with main image and #618152

    Sorry I just found

    in reply to: 2 lightbox in woocommerce #618021

    Hi,

    Thank you but it does not work.

    Is it possible to place this change when operating in the child theme. If yes, how?

    (I replaced the previous code in the functions.php file of the child theme pending.)

    in reply to: 2 lightbox in woocommerce #617620

    ???

    in reply to: 2 lightbox in woocommerce #617312

    Hi,

    I just found this. https://wordpress.org/support/topic/how-to-disable-lightbox-on-woocommerce-23

    //DISABLE WOOCOMMERCE PRETTY PHOTO SCRIPTS
    add_action( 'wp_print_scripts', 'my_deregister_javascript', 100 );
    
    function my_deregister_javascript() {
    	wp_deregister_script( 'prettyPhoto' );
    	wp_deregister_script( 'prettyPhoto-init' );
    }
    
    //DISABLE WOOCOMMERCE PRETTY PHOTO STYLE
    add_action( 'wp_print_styles', 'my_deregister_styles', 100 );
    
    function my_deregister_styles() {
    	wp_deregister_style( 'woocommerce_prettyPhoto_css' );
    }

    The person to the same problem as me and also uses the theme enfold.

    Is this the right solution?

    Is there ‘is another way?

    • This reply was modified 8 years, 7 months ago by Audiolia.
Viewing 17 posts - 31 through 47 (of 47 total)