Viewing 30 results - 218,761 through 218,790 (of 243,499 total)
  • Author
    Search Results
  • #277279

    Hey!

    1. Please update the theme to the latest version (2.8.1).
    2. Try disabling all third-party plugins to see if it gets fixed.

    Best regards,
    Josue

    #277273
    This reply has been marked as private.
    #277265

    In reply to: Some layout problems

    This reply has been marked as private.
    #277242

    Hey!

    Are you using the latest version of Enfold / WordPress 3.9.1? have you tried disabling all third-party plugins?

    Best regards,
    Josue

    #277238
    mikegrace78
    Participant

    Hi there,

    I am wishing to customize the sidebar that appears on my post archives, so it can be similar (same) to the custom sidebar i have created for my product pages.

    I found a similar thread that discussed making a new php file for the archive sidebar, however the pastebin for the code had expired.

    Thanks very much in advance for your help.

    mike

    #277230

    Hello

    Thank you for your answer, but I also read this article:
    https://kriesi.at/support/topic/google-indexing-the-enfold-theme-folders/

    Could this article not solve the errors by adding this noindex to the google robot.txt?

    #277226
    DaveL77
    Participant

    Is there a way to specify image dimensions, as per GTMetrix, I receive a low score because I do not specify my height / width of my images when they are placed.

    I do not see any way in which I CAN specify these values.

    I’ve tried to add the dimension codes to the plaintext editor at the bottom of the page on the back-end, but it does not work for me
    http://gyazo.com/c9c3d60162da6206144747ecaf575e57

    I’m looking to solve these issues:
    http://gyazo.com/6f85f8794271d6333abe223f22b4c61e

    According to them, as well as other websites i’ve looked into I’m supposed to add height=”xxx” width=”xxx” into the tag, but there is no tag available with the enfold theme when I’ve inserted an image via the single image element on the backend editor.

    Any thoughts / ways to fix this?

    Thanks

    #277223

    Hello, I’ve created a shortcode, it worked perfectly, but because I am mixing css, html and php in the same function I got a big error, then I move the code to a html file and included directly into the shortcode without success, could you please help me find the better way to run this chunk of code into the homepage without sacrifying some sleep?

    code:

    <!– MOBILE NEWS –>
    <div id=”home-news-mobile” class=”row” style=”background:#c0c0c0;margin-top: 0px;margin-bottom: 20px;width: 100%;padding:0px 0px 10px 0px;font-weight:bold;”>

    <div style=”width:100%;height:57px;background:url(<?php echo home_url( ‘/’ ); ?>wp-content/themes/enfold/images/ga-home-newstop.png) no-repeat top right;”></div>

    <ul class=”homenews scroll-pane” style=”width:90%;margin-right:20px;padding:10px;float:right;font-weight:bold”>
    <?php $posts = get_posts(‘category=2&orderby=date&numberposts=20’); foreach($posts as $post) { ?>
    <li style=”list-style:none;text-align:right;line-height:24px;font-weight:bold”>” target=”_parent” style=”font-weight:bold;border:thin;”><?php the_title(); ?>
    <?php } ?>

    </div>

    <!– MOBILE PUB –>
    <div id=”home-pub-mobile” class=”row” style=”background:#c0c0c0;margin-top: 10px;margin-bottom: 20px;width: 100%;padding:0px;font-weight:bold”>

    <div style=”width:100%;height:51px;background:url(<?php echo home_url( ‘/’ ); ?>wp-content/themes/enfold/images/ga-home-pubtop.png) no-repeat top right;”></div>

    <ul class=”homenews scroll-pane” style=”width:90%;margin:20px;padding:10px;max-height:160px;float:right;text-align:right;font-weight:bold”>

    <?php wp_list_pages(‘depth=4&child_of=111&title_li=’); ?>
    <?php wp_list_pages(‘depth=4&child_of=109&title_li=’); ?>
    <?php wp_list_pages(‘depth=4&child_of=194&title_li=’); ?>
    <?php wp_list_pages(‘depth=4&child_of=196&title_li=’); ?>
    <?php wp_list_pages(‘depth=4&child_of=198&title_li=’); ?>
    <?php wp_list_pages(‘depth=4&child_of=200&title_li=’); ?>
    <?php wp_list_pages(‘depth=4&child_of=202&title_li=’); ?>
    <?php wp_list_pages(‘depth=4&child_of=204&title_li=’); ?>
    <?php wp_list_pages(‘depth=4&child_of=206&title_li=’); ?>
    <?php wp_list_pages(‘depth=4&child_of=208&title_li=’); ?>
    <?php wp_list_pages(‘depth=4&child_of=211&title_li=’); ?>
    <?php wp_list_pages(‘depth=4&child_of=215&title_li=’); ?>
    <?php wp_list_pages(‘depth=4&child_of=213&title_li=’); ?>
    <?php wp_list_pages(‘depth=4&child_of=217&title_li=’); ?>
    <?php wp_list_pages(‘depth=4&child_of=219&title_li=’); ?>
    <?php wp_list_pages(‘depth=4&child_of=221&title_li=’); ?>
    <?php wp_list_pages(‘depth=4&child_of=223&title_li=’); ?>
    <?php wp_list_pages(‘depth=4&child_of=225&title_li=’); ?>

    <?php
    /*
    $pages = get_pages(array(‘child_of’ => ’17’, ‘exclude’ => ‘111’, ‘parent’ => 17, ‘sort_column’ => ‘menu_order’, ‘sort_order’ => ‘ASC’));
    foreach($pages as $page){
    print ‘<li style=”text-align:right;line-height:24px;font-weight:bold”>ID).'”>’.$page->post_title.’‘;
    }
    */
    ?>

    </div>

    <!– MOBILE COMMUNITY –>
    <div id=”home-community-mobile” class=”row” style=”margin:20px auto;width: 100%;text-align:center;”>
    <?php echo qtrans_getLanguage();?>/news/guzman-ariza-and-the-community/”>wp-content/uploads/2013/12/ga_home_community_<?php echo qtrans_getLanguage();?>.png” style=”width:260px” border=”0″ />
    </div>

    <div id=”home-news-desktop” class=”row” style=”margin-top: 10px;margin-bottom: 20px;width:100%;max-width:959px;height:292px;float: left;”>

    <div class=”col-box span-7″ style=”width: 682px;height:290px;float:left;margin: 3px 15px 3px 0px;text-align:center;background:url(<?php echo home_url( ‘/’ ); ?>wp-content/uploads/2013/12/ga_home_newsh_<?php echo qtrans_getLanguage();?>.jpg);”>

    <div class”holder” style=”position:absolute;top:6px;left:4px;width:460px;height:200px;border:0px solid red”>

    <div id=”homepane2″ class=”scroll-pane” style=”height:275px;”>

    <ul class=”homenews” style=”margin-right:20px;text-align:right;font-weight:bold”>
    <?php
    $pages = get_pages(array(‘child_of’ => ’17’, ‘exclude’ => ‘111’, ‘parent’ => 17, ‘sort_column’ => ‘menu_order’, ‘sort_order’ => ‘ASC’));
    foreach($pages as $page) {
    print ‘<li style=”text-align:right;line-height:24px;font-weight:bold”>ID).'”>’.$page->post_title.’‘;
    }
    ?>

    </div>

    </div>

    </div>

    <div class=”col-box span-3″ style=”float:left;margin: 3px 0px;text-align:center;”>

    wp-content/uploads/2013/12/ga_home_community_<?php echo qtrans_getLanguage();?>.png” style=”width:260px” border=”0″ />
    </div>

    </div>

    Thank you for your time and patience.

    #277218

    In reply to: media screen css

    well :

    http://lesalimentskabeya.com/?page_id=1176

    but the thing is that i didn’t update this website due to it’s beautyfull stability with the layer slider (it is the only layerslider iteration that have clean edge on png picture on IE, where all the newest version, had lost that png transparency clean edge property) so what im saying is that on the new enfold theme i have

    http://www.cdc-cc.ca/homepage/ (so how do i refer to homepage instead of page-id in the script provided above, i tried replacing page id with homepage and didn’t work)

    #277217

    Hi!

    Not possible at the moment with Enfold form, please understand that the purpose of the Enfold form is to be used a basic form. It is recommended to use a specialized plugin in these cases, like CF7 (as you said):
    http://contactform7.com/2009/11/26/selectable-recipient-with-pipes/

    If you are worried about the loss of styling don’t be, because Enfold form styles will be applied to the CF7 form.

    Best regards,
    Josue

    #277214
    JulieDesigns2
    Participant

    Hi All,

    I created a portfolio grid and one of the 5 items didn’t have the capability to scroll to the next item. I googled it and came across an Enfold support forum post suggesting that going into the Dashboard > Permalinks and saving it once will solve this problem.

    Here’s that link.

    However, when I saved the permalinks setting in my site and returned to the Artists page, only one of the 5 items appears on the page.

    Please help with both issues (1. restoring all items on the portfolio grid and 2. item entitled Robert Taylor to include a right sidebar arrow to click onto the next item)

    Note: I did create a child theme and added PHP to alphabetize the portfolio items.

    Thank you

    #277208

    Hey!

    You can insert images in a menu using the built-in mega-menu Enfold functionality, check this video for a reference:

    Cheers!
    Josue

    #277201

    The link you referenced is actually a form, that’s why i recommended Gravity Forms, unfortunately there is nothing like that in Enfold at the moment. Feel free to post your idea here.

    You can also contact a developer to customize the theme to your needs.

    Cheers!
    Josue

    #277196

    Hi!

    I’m not sure there is anything that we can directly do to help LayerSliders performance in this case. You can test it if youd like by switching to any other theme and pulling LayerSlider out of the theme files and install it like a normal plugin.

    The original topic you referenced isn’t applicable with Enfold since we don’t use the Fitvid script.

    As for the data backup, your best route would be to immediately contact your hosting provider and see if they can do a recovery of your previous theme files. Then move your customizations to a child theme.

    Best regards,
    Devin

    #277191
    rhysbowen
    Participant

    http://kriesi.at/themes/enfold/portfolio-item/single-portfolio-23-gallery-2/?skin=Orange?skin=Orange

    I’m trying to replicate your above link – can you help? I’m specifically referring to the the nice image portfolio.

    1. What exactly do I choose in the advance layout editor to get the images portfolio you have in that layout?

    2. Also, my images always resize and look awful. What pixels size and resolution do you think I should set them to please? Do they all need to be the same size? Currently mine are all different shapes and sizes. They are also really blurry when I view page.
    http://nbpromos.com/new-polos/

    3. How do I change the color of the copy in the text box at the bottom of this page? (how do I change the color of any body text)
    http://nbpromos.com/founders/

    4. On my home page, under the logo, there is a bar that I would like to remove (it has a grey block to the right, then says ‘home’ then on the right ‘you are home’) I think it is called a breadcrumb

    #277187

    Hi!

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

    body p { font-family: 'Roboto', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    }

    Regards,
    Yigit

    #277185

    Hi Yigit,

    I read with interest on how to add a google font to the enfold list. I am interested in adding a different body text font, one that is already in the heading text font list, Roboto. Is the code the same for adding a body text font? It looks like the code is only adding a heading font.

    thanks,

    Pelyon

    #277174
    frankyfranky
    Participant

    What i want is:
    use plugin: menu image or Nav Menu Images, to add thumbnail on submenu

    in Menus page, those image options had not shown
    but if i switch to wordpress default theme, it shows

    tried:
    disable all plugins, and just one of that two plugins, not working

    #277173
    sobemarketing
    Participant

    Hello

    I recently found out that my website with Enfold theme making mysterious pages indexed on Google Search engines.

    Can you please tell mw what caused this issue and error?
    Attached you find the error of pages that get indexed by error?

    Google search: site:pengeportalen.com

    Results:

    Index of /wp-content/themes/enfold/config-layerslider
    pengeportalen.com/wp-content/themes/enfold/config-layerslider/
    Index of /wp-content/themes/enfold/config-layerslider. Parent Directory .DS_Store · LayerSlider/ · config.php · update.txt. Apache Server at pengeportalen.com …
    Index of /wp-content/themes/enfold/framework/css
    pengeportalen.com/wp-content/themes/enfold/framework/css/
    Index of /wp-content/themes/enfold/framework/css. Parent Directory .DS_Store · avia_admin.css · avia_colorpicker.css · avia_sidebar.css · conditional_load/.
    Index of /wp-content/themes/enfold/framework/images
    pengeportalen.com/wp-content/themes/enfold/framework/images/
    Index of /wp-content/themes/enfold/framework/images. Parent Directory . DS_Store · colorpicker/ · icons/ · layout/. Apache Server at pengeportalen.com Port 80.
    Index of /wp-content/themes/enfold/framework/images/icons
    pengeportalen.com/wp-content/themes/enfold/framework/…/icons/
    Index of /wp-content/themes/enfold/framework/images/icons. Parent Directory . DS_Store · accept.png · add.png · alert.png · bin_closed.png · blog.png …
    Index of /wp-content/themes/enfold/framework/images/layout
    pengeportalen.com/wp-content/themes/enfold/framework/…/layout/
    Index of /wp-content/themes/enfold/framework/images/layout. Parent Directory · FIND_API.jpg · arrow.png · bg-bottom-shadow.png · bg-button.png …

    #277172

    Hey nurdwurks!

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

    @media only screen and (max-width: 990px) {
    .main_color .av-inner-masonry-content {
    background-color: rgba(255,255,255,0.5);
    }}

    Cheers!
    Yigit

    #277169

    Hey!

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

    ul#mobile-advanced {
    background: white !important;
    }

    Regards,
    Yigit

    #277153

    Hi!

    Please update Enfold to the latest version 2.8.1 via FTP – http://vimeo.com/67209750
    Let us know if issue remains

    Cheers!
    Yigit

    frankyfranky
    Participant

    New installed wordpress 3.9.1 with enfold 2.7.1
    when i define(‘WP_DEBUG’, true), error found:

    Notice: Undefined offset: 2 in /home/promessa0527/public_html/wp-content/themes/enfold/framework/php/function-set-avia-backend.php on line 432

    Notice: Undefined offset: 2 in /home/promessa0527/public_html/wp-content/themes/enfold/framework/php/function-set-avia-backend.php on line 397

    it affect the Menu Image plugin: the menus didn’t show the image button as usual.
    if i switch to the other theme, it works.

    PS: try deactivate all plugins, still the same

    • This topic was modified 11 years, 5 months ago by frankyfranky.
    #277132

    In reply to: Post

    This reply has been marked as private.
    #277114

    You can put this into the debug field (after turning it on) and then save the page. Make sure the page is set to have no sidebar, a transparent header and and no title+breadcrumb: http://pastebin.com/TCWCGtj4

    Turning on the debug field:http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/

    #277091

    Hi frankwelschlehmann!

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

    #top .main_menu ul:first-child > li > a {
    padding: 0 10px;
    }

    Best regards,
    Yigit

    #277080

    In reply to: Post

    Hey Rafael!

    Can you please firstly update Enfold to the latest version 2.8.1 via FTP – http://vimeo.com/67209750 ? You are currently using an older version.
    Let us know if issue remains

    Regards,
    Yigit

    #277065

    Hey chaponnel!

    Your version of the theme is incredibly outdated. You will need to update your theme version to use the newest version of WordPress.

    For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750

    Regards,
    Devin

    #277047

    In reply to: Cart in menu

    Hey!

    You could register a new shortcode which outputs the cart total. Insert this code into the child theme functions.php file or enfold/functions.php:

    
    function avia_total_cart_ammount_shortcode() {
         global $woocommerce; $output = '';
         if(!empty($woocommerce->cart->get_cart_total())) $output = $woocommerce->cart->get_cart_total();
         return $output;
    }
    add_shortcode('av_total_cart', 'avia_total_cart_ammount_shortcode');
    

    and use this code as menu item title:

    
    <span aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span> [av_total_cart]
    

    However the main problem is that it won’t update if the user clicks the “Add to cart” button on the shop page and imo this will irritate many users. Our cart icon opens the default woocommerce ajax cart widget which updates the amount automatically (via ajax) if the user adds a new item to the cart but the solution I provided above does not support such a feature.

    Cheers!
    Peter

    #277033

    In reply to: Number counter?

    Hey James!

    Make sure you have the latest version of Enfold (2.8.1).

    Best regards,
    Josue

Viewing 30 results - 218,761 through 218,790 (of 243,499 total)