Viewing 30 results - 226,111 through 226,140 (of 244,309 total)
  • Author
    Search Results
  • fefrancesco
    Participant

    Hi,
    thank you for your theme.
    I’am building my personal website and I have same problems/requests I would like to fix:

    1) sometimes the pages with the big slider during the manual slideshow crash down (not at the same point, each time at different slide). For example: http://www.francescoferri.eu/industry-2/#17

    2) there is a recommended resolution/size for the big slider. I uploaded pictures with long size 1024 at jpg 75%, is that ok?

    3) Is there the possibility always hide the dot icon at the bottom of the picture in the “big slider” or at least to put them not over the picture but under? and maybe there is the possibility instead of the dot to put little icons of the picture’s gallery under the main picture?

    4) Is possible to hide “enfold theme by krasy” at the bottom of the site. I like the theme but I would like to keep my site as clean as possible.

    Many thanks
    Francesco Ferri

    SMART. CHEERS!

    #238084
    Kimberlyjo
    Participant

    Hi there I could use some help on a couple of things.
    1) I am trying to get my fullwidth masonry portfolio to sort by title instead of date. I read the enfold documentation copied the php snippet went to appearance – editor – child theme – theme functions (functions php) and inserted the snippet so it looks like this.
    <?php
    /*
    function custom_post_grid_query( $query, $params ) {
    $query[‘orderby’] = ‘title’;
    $query[‘order’] = ‘ASC’;
    return $query;
    }
    add_filter( ‘avia_post_grid_query’, ‘custom_post_grid_query’, 10, 2);
    */
    I saved, updated, cleared my cache and it is still sorting by date. Can you point out where I went wrong?

    2) I would like to stop the little yellow box from displaying on mouse hover over my portfolio images. I went to each image removed the image caption, title etc. so there was nothing left to display but that didn’t stop the yellow box. Now it is defaulting/displaying the title of the page where the image is pulled from. Is there something else I can do?
    Thnx
    Kim

    #238081

    Hi!

    Please revert the change Josue suggested in his post and insert this code:

    
    add_filter('avf_title_args', 'fix_blog_page_title', 10, 2);
    function fix_blog_page_title($args,$id) {
    $pt = get_post_type( $id );
    if('post' == $pt){
    $blogpage_id = avia_get_option('blogpage')
    $args['link'] = get_permalink($blogpage_id);
    }
    return $args;
    }
    

    into the functions.php file of your child theme. If you don’t use a child theme insert the code into enfold/functions.php at the very bottom. Make sure that the blog page option is set on the theme option page (Enfold > Theme Options).

    Regards,
    Peter

    Hey!

    Afaik the portfolio entries do not show the portfolio categories in the breadcrumb but they just link back to the portfolio grid page. I.e. if you go to the demo page: http://kriesi.at/themes/enfold/portfolio/portfolio-3-column/ and you click on “Single Portfolio: 2/3 Slider” the breadcrumb will look like: “You are here:Home / Portfolio / Single Portfolio: 2/3 Slider”. If you want to display the category/ies instead of the portfolio grid page in the breadcrumb insert this code into the parent/child theme functions.php file:

    
    add_action('after_setup_theme','avia_remove_portfolio_breadcrumb');
    function avia_remove_portfolio_breadcrumb(){
    remove_filter('avia_breadcrumbs_trail','avia_modify_breadcrumb');
    }
    

    Cheers!
    Peter

    #238068

    Topic: Widget Title

    in forum Enfold
    InfinityJane2013
    Participant

    I tryed to put the color to YELLOW , but it still just show up as transparent so i can’t almost not see it?

    I changes it in control panel ENFOLD menu, i also tried to change it in my stylesheet, but nothing helps?

    Why is the widget title in the footer not 100% the color i choose?

    look at the headline/titles..

    #238052
    This reply has been marked as private.
    #238051
    Gigi
    Participant

    Hey Guys,
    I have just bough my 3rd Enfold license! I love this theme…
    I’m having some problems with displaying retina images on portfolio pages like this:

    http://staging.bedesignful.com/test/

    I have the WP Retina 2x plugin installed and the image that I’m uploading as thumbnail is 2000×3600 (So big enough!) but the thumbnails that shows up looks super pixelated on my retina display because was resized to 391×705…

    What did you do different on you demo?

    Thanks!

    Hi, problem solved!

    Since it wasn’t working under Enfold and there wasn’t a problem under the default theme, I deleted Enfold and reinstalled it again. It works now.

    I hope this will help others.

    #238033
    This reply has been marked as private.
    Anonymous

    And if I write down on the header of the the Social Icons only log in as text and there would display a key icon?

    Only as a link to another page?
    So it just goes with the plugin?
    Only with WordPress itself, it does not work?

    Thank you very much

    I will install my plugin the same time to test.

    #238004

    Hi!
    Please update the theme to version 2.6.1. You’re using version 2.4.2 which is not fully compatible with WP3.8.1 (see bug report thread: https://kriesi.at/support/topic/enfold-portfolio-not-working-after-wordpress-3-8-update/ ).

    Best regards,
    Peter

    #237998
    Nenad Jovanovic
    Participant

    Hello,

    I have used Enfold theme and customized it, and it worked great.
    To check the look on other devices I used online Responsivator. It showed correctly (fixed and shrinking) on all presented devices.

    I tried on real tablet Prestigio7.85 (1024×768) and noticed that my header/menu stays fixed but not shrinking in either position of tablet. I thought it may be due to my customization, but when I tried your demo on same tablet, same thing happened again: many stays fixed on top (which is correct) but does not shrink?
    Can you please help?

    My demo can be seen on http://www.dWeBsign.com/demo

    Looking forward to your answer,
    Nenad

    Labhanshi
    Participant

    Hello Support,

    1. There is a feature inside Layer Slider Settings > Your Logo.
    I added our Logo, and save the settings, but it is not reflecting at frontend.
    Also, what is the recommended size for Logo in Layer Slider.

    2. The default Demo data installs two Slides of ” Enfold – most beautiful theme ever”.
    In frontend, the slider Stops everytime after showing any slide, then i have to click on Right navigation button everytime to change it. Even though my mouse is not over the slider. I tried on different browser too.

    For both I did Hard Refresh also, but the problem persists.

    Can you please help me to resolve this issue.

    Thanks

    #237985

    Thanks for your kind response.

    I will go through the video. Codex link seems not that much helpful for me.

    Regarding 3, the name for child theme that i would require is “ABC Child” instead of “Enfold Child”, so that i can link it with ABC Main theme name. Is that possible. If so, where else do i have to change the names for child theme and inside css of child theme so as to link it with ABC name for the Main theme.

    And thereafter, if i update the theme, then do i have to first change the name of the folder and in CSS of the Main theme, while the zip folder is on my computer and then upload. Or it will automatically update and adapt.

    What if i update via the theme update option tab within theme options.

    Thanks

    #237977

    You can read more about child themes here: https://codex.wordpress.org/Child_Themes and the video goes over naming as well: http://kriesi.at/documentation/enfold/using-a-child-theme/

    The answer to 1,2, and 4 is in my response above: you would need to change the name of the theme folder and the name of the theme in the style.css folder.

    For 3, you can’t have two themes with the same name, even as parent:child themes.

    #237971
    Labhanshi
    Participant

    Hello Support,

    I want to change theme name from few places-
    1. From View Source – Do i need to just change the name of the zip folder. Means, if i need it “ABC” instead of enfold, then do i need to change the folder name to ABC.zip and upload it.

    2. What if there will be next update. What practices do i have to follow whether i update it via WP dashboard, cPanel or FTP so that it automatically updates or replaces the changed files for the theme named “ABC”, which is already installed.

    3. In above cases, what if i want to use Child theme and want both the Main theme name and child theme name to be “ABC”. At what places do i have to change / replace the name from Enfold to “ABC” (including both Child and Main theme)

    4. How convenient it is then to update the Main theme and Child theme with changed name. How do i have to proceed then with changed name.

    I have seen the video tutorials, which are much helpful but did not clear my concept on this, if i want to change the name.
    Kindly answer me pointwise.

    Thanks

    #237967
    Labhanshi
    Participant

    Hello Kriesi,

    I recently purchased the theme. During installation, it is giving error while installing the theme from WP dashboard. It says – “Are you sure you want to do this? Please try again.”
    I downloaded the latest version. I unzipped original TF files and then tried to upload the Enfold.zip folder which is inside.
    I tried many times. I even re-downloaded it from TF but the same problem appears.

    I didn’t tried via FTP and cPanel. I don’t usually prefer this option as first priority.
    Is there really any problem with fresh installation via WP dashboard.

    Kindly help me to resolve this issue.

    Thanks

    #237965

    Hey DavyE!

    Try updating to the latest version of Enfold (there is a new one: 2.6.1).

    Best regards,
    Josue

    Sure change the linking method when you create those icons, you want them to open a new window. Once someone leaves your site they likely will not come back, especially true if they dont know how they got to your site to start with. So you force outbound links to open new windows, leaving your site still active in their browser.

    #237956

    there is no spacing on firefox at all.

    yes i tried, but it looks terrible on the other browsers.

    never a problem until update of enfold.

    please help.

    #237952
    #237951
    pirohmaniac
    Participant

    I”ve built a site, http://www.onsitefacilities.ca with the enfold theme and I’m needing to use css to make all my links underlined, but neither the code placed in quickcss or the code placed in custom.css is making a difference. The code I’m using is:

    a:hover {text-decoration: underline;}

    Is there an “on button” somewhere I’m missing or what? Please help

    Thanks Aribann for the input, I’m a novice and don’t really understand the suggestion. Can you expand please?

    Hey Gabriel!

    Are you using the latest version of Enfold (2.6.1)?

    Cheers!
    Josue

    #237938
    ryan_jess
    Participant

    Hi Enfolders

    When I go to create a new page, it’s being created in Dashboard and I can access it there but it’s not being actually published on the live site. The status is published, and the visibility is public. I’m not sure if I havent set up my database correctly? I’m happy to give further information!

    Thanks so much!
    Ryan

    #237937

    In reply to: Backs Up & Revisions

    I think it would be better to do most of the changes in the visual editor.

    Also, the latest version of Enfold is 2.6.1.

    Cheers!
    Josue

    #237928

    Thanks. Last thing: How do I delete a product on cart page? the {x} delete button is not there on mobile view?

    here is the enfold demo view (mobile) http://cl.ly/image/391W3a030338

    #237912
    #237902

    Hi!

    Please update Enfold to its latest version (2.6.1).

    Best regards,
    Josue

Viewing 30 results - 226,111 through 226,140 (of 244,309 total)