Viewing 30 results - 237,421 through 237,450 (of 243,964 total)
  • Author
    Search Results
  • #169681

    Hi!

    Please add following code to Quick CSS in Enfold theme options

    .responsive .mobile_menu_tablet .main_menu { display: block; }

    It is set to display: none currently

    Best regards,
    Yigit

    #169679
    mhiller
    Participant

    I wanted to reduce the height of the Enfold Fullscreen image slider, so with the quick CSS I inserted this:

    .avia-fullscreen-slider .avia-slideshow {
    height: 100px !important;}

    It reduced the size of the slider when viewed on a full-size screen, but in responsive mode (iphone), the slider was reduced so small that the text title could not be seen well (see here: http://acmecontentlab.com/home-4/ ). Is there a way to reduce the slider height so that it keeps the same proportions in responsive mode? Thanks, Mike.

    #169646

    Hello krshoffner!

    Here, /enfold/framework/php/function-set-avia-frontend.php:

    Replace the line 441:
    $logo = "<$headline_type class='logo bg-logo'><a href='".home_url('/')."'>".$logo."$sub</a></$headline_type>";

    With:
    $logo = "<$headline_type class='logo bg-logo'><a href='http://google.com'>".$logo."$sub</a></$headline_type>";

    Regards,
    Josue

    #169638

    In reply to: logo vertical align

    Hi connotion!

    Sorry it is not very clear to me. Would you like to move logo higher? If so, please add following code to Quick CSS in Enfold theme options

    .logo { top: 14px; }

    If not, please post a screenshot and show. You can upload screenshots here http://imgur.com/ and post links here

    Regards,
    Yigit

    #169627

    Hi AndrewDelaware!

    Please add following code to Quick CSS in Enfold theme options

    .avia_message_box_content { text-transform: capitalize; }

    Regards,
    Yigit

    #169626
    thewrath1
    Participant

    I can’t find why, but the second menu drop down is transparent, and doesn’t have a white background like the demo;

    http://kriesi.at/themes/enfold/homepage/home-v3-3-column-with-blog/?skin=Cyan?skin=Cyan

    #169622

    Hi Marcel!

    Can you post the link to your website? And version 2.3.1 is available to download on ThemeForest. You can try to update in the meantime to see if it will help
    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,
    Yigit

    Hey McGawain!

    Please add following code to Quick CSS in Enfold theme options

    .widget_nav_menu ul:first-child>.current-menu-item, .widget_nav_menu ul:first-child>.current_page_item { padding-left: 0; }

    Regards,
    Yigit

    #169604

    Hi!

    You can add it to the css/custom.css file or in the Quick CSS textarea ( Enfold > Styling ),

    Cheers!
    Josue

    #169595

    Hello ceosixx!

    You’ll need to update your theme to the most recent version available from your downloads on Themeforest to bring it up to compatibility to WordPress 3.6.

    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

    Cheers!
    Devin

    Hello!

    You can request features here https://kriesi.at/support/topic/enfold-feature-requests/

    In your WordPress theme directory please go to Enfold folder and open Functions-enfold.php file and find following code in line 302

    if($breadcrumb) $additions .= avia_breadcrumbs(array('separator' => '/', 'richsnippet' => true));

    and change it to

    if($breadcrumb) $additions .= "<span class='breadcrumb-title'>Tel:2312312312</span>";

    Cheers!
    Yigit

    • This reply was modified 12 years, 3 months ago by Yigit.
    #169585
    allegrabillings
    Participant

    Hey guys, I know you are bombarded with this but after the 2.3.1 enfold update I am having a problem with my icons in the child theme.
    I have emptied cash fully, and my site is http://jackandaddi.com/ for reference to view issue.

    Ok so were the problem is for me, as I gather is in the iconbox.php file. I like many others like the icon itself to be a link vs just the h3 tag in icon boxes. to change this in my child theme, through your help we have done the following.

    added this to my child functions.php file so we can edit the shortcode php files.

    /* makes it so i can copy and modify parent shortcode files into the shortcodes directory in my child theme*/
    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 in child directory added shortcodes folder and placed the iconbox.php file in there. The change made that worked BEFORE the 2.3.1 update was to delete code:

    $output .= ' <div class="iconbox_icon heading-color" '.$display_char.'></div>';

    and replace with following code:

    if(!empty($link))
    				{
    					$output .= "<a href='$link' title='".esc_attr($title)."' $linktarget>";
    					$output .= '<div class="iconbox_icon heading-color avia-font-'.$font.'">'.$display_char.'</div>';
    					$output .= '</a>';
    				}
    				else
    				{
    					$output .= '<div class="iconbox_icon heading-color avia-font-'.$font.'">'.$display_char.'</div>';
    				}
    

    This worked beautifully then, but I see that the iconbox.php file has been altered heavily and If I replace the old iconbox file with the new one and append that same line of code then all the icons on the site disapear and show code text in its place.

    Please advise how to IN THE NEW iconbox.php file make the icons themselves serve as a clickable link instead of only the default h3

    thanks

    #169575

    Hi!

    I’m not seeing any errors that would explain it not working but if you can first try deactivating all currently active plugins and see if that helps. While deactivated, go ahead and update the theme by either using the built in theme updater in the theme options or via FTP.

    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

    Best regards,
    Devin

    #169567

    Hello kenwae!

    First try disabling any active plugins you have installed including any dropins like Jetpack.

    Next, re-upload the theme files with a fresh download from ThemeForest. This will update the theme as well to 2.3.1.

    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

    Cheers!
    Devin

    #169564

    Topic: Auto updating theme

    in forum Enfold
    allegrabillings
    Participant

    This may be a nob question.

    But I thought I read somewhere that the enfold theme now auto updates itself.

    If this is true then does this still happen even if I am running a child theme? Just wondering if this only works with the parent being activated or it works without it being activated and running on a child as well?

    cheers

    BeeCee
    Participant

    Hi,

    what happened to the round gravatar images in the comments since ENFOLD update 2.3/2.3.1?

    http://kriesi.at/themes/enfold/2012/12/12/lorem-ipsum-dolor-sit-amet-consectetuer-adipiscing-elit-aenean-commodo-ligula-eget-dolor-aenean-massa/

    I haven’t thm in my website, too – no images of the commentators!

    • This topic was modified 12 years, 3 months ago by BeeCee.
    swissfilm
    Participant

    FF and IE

    works in Safari. and well navigational wise its mirrored. So not good at all lol.

    Here an example:

    Portfolio, Blog structure 1, 2, 3,4

    I go into the 2 (post, portfolio item) the arrows point to <–3 1–> where it should be pointing to <–1 3–> makes sense for orientation.

    nav

    Enfold 2.3.1

    • This topic was modified 12 years, 3 months ago by swissfilm.
    #169541
    Courin
    Participant

    German Version

    Hallo Leute,

    zu aller erst möchte ich mich bedanken für den tollen Support.
    Ihr seid echt super.

    Ich bräuchte bitte ein paar Informationen bzgl der bearbeitung von den Produktseiten.

    Hier mal der Link:
    http://shop.rb1.at/produkt/jacke/

    1) Wie kann ich die Produktbeschreibung neben das Produktbild setzen

    2) Die Produktoptionen von der länge her verkürzen? (ich denke, das ergibt sich mit Punkt 1)

    3) Ich möchte den Mengen – + entfernen sodass nur in den Warenkorb dar steht.

    3.1) Statt den -+ Mengen hinzufügen, möchte ich wie Größen und Farben ein Dropdown generieren wo fixe Mengenvorschläge drin enthalten sind

    4) links ober dem Produktbild würde ich gerne (< Zurück zur Übersicht ) setzen die danach auf die Kategorie verweist.

    5) Den Reiter “Bewertungen” möchte ich entfernen

    6) Zu dem Warenkorb Button einen Wunschzettel button inkl richtigen verweis (dazu bräuchte ich glaube ein plugin)

    ——————————————————————————————————–
    English Version

    I would also require further information concerning the editing of the product pages.

    1) How can I place the product description next to the product picture?

    2) How can I shorten the product options length-wise?

    3) I would like to remove the quantities ( + – ) so only the shopping basket is shown

    3.1) Instead of adding – + quantities, I would like to create a dropdown menu for sizes and colours that suggests quantities on default

    4) On the left side above the product image (< Back to Overview) I would like to add a link that refers back to the category
    5) I would like to remove the section “Bewertungen” (englisch: Valuations).

    #169530

    Hi!

    Go to Enfold > Styling, scroll down to the bottom, then simply paste the code inside that textarea and click the save button:

    Best regards,
    Josue

    #169523

    Hey!

    You would create a plain text file called robots.txt and save it in your root directory of your site. Then put something like this inside of it:
    https://kriesi.at/support/topic/google-indexing-the-enfold-theme-folders/#post-139538

    Best regards,
    Devin

    #169518

    Hey Denis!

    Try this CSS code:

    .sub-menu{ 
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    }
    .sub-menu li > a {
    font-size: 10px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    }
    .avia_mega_div .avia-bullet{ 
    margin-top: 8px; 
    }
    

    Regards,
    Josue

    • This reply was modified 12 years, 3 months ago by Josue.
    #169509

    Hello dyo87!

    Enfold comes with a built-in contact form shortcode, however if you want to use this one i think putting the contents of the .zip in the theme directory (change style.css name before) would kinda work. please note that this is beyond the scope of this support forum. If you really need it try hiring a freelancer for the job.

    Best regards,
    Josue

    #169503

    In reply to: Blog Post Excerpts

    Hello Iano999!

    Default is 60, you can change it editing this file:

    /enfold/config-templatebuilder/avia-shortcodes/postslider.php (line 280):

    $prepare_excerpt = !empty($entry->post_excerpt) ? $entry->post_excerpt : avia_backend_truncate($entry->post_content, apply_filters( 'avf_postgrid_excerpt_length' , 60) , apply_filters( 'avf_postgrid_excerpt_delimiter' , " "), "…", true, '');
    

    Simply change 60 for the desired amount, example:

    $prepare_excerpt = !empty($entry->post_excerpt) ? $entry->post_excerpt : avia_backend_truncate($entry->post_content, apply_filters( 'avf_postgrid_excerpt_length' , 20) , apply_filters( 'avf_postgrid_excerpt_delimiter' , " "), "…", true, '');
    

    Best regards,
    Josue

    #169502

    Hello Ismael,

    many thanks really!

    #169499

    Topic: Short code not working

    in forum Enfold
    flukydog
    Participant

    Hi,

    Hope you can help. Apologies if I’m being stupid…

    I am trying to get the slideshow to work. When I paste the shortcode into a page i.e. the home page it doesn’t show the slideshow just the shortcode text i.e.’ [layerslider id=”1″] ‘ What am i doing wrong?

    i have set up a user for you to log in and see – http://topdog-graphics.co.uk/wp-admin user – enfold password – enfold as an admin for you to see if required..

    many thanks in anticipation.

    Cheers,
    Lee

    #169492

    In reply to: Enfold Combo Widget

    Hey Vedran!

    You’ll need to edit two files. remove the lines highlighted below:

    /enfold/framework/php/class-framework-widgets.php (line 811-814):

    /enfold/includes/loop-index.php (line 113-115):

    Best regards,
    Josue

    • This reply was modified 12 years, 3 months ago by Josue.
    #169488

    Hi!

    The code provided by Yigit is not being applied, try adding it to the css/custom.css to be sure:

    .inner_sort_button br {
      display: none !important;
    }

    Best regards,
    Josue

    #169481
    GodFlesh
    Participant

    For example, when I update Enfold Custom Widget, the changes do not propagate accross all pages. It seems I need to re save every page that uses the custom widget for them all to display the same content.

    This error occurs when I go to see the site in a private browsing window, but looks fine if I am still logged into the WordPress backend.

    Is this normal?

    #169456

    Any chance of getting a loading icon in the center of a fullscreen slider before the content is loaded?

    Hello cinetheque!

    You can edit css > grid.css then look #Mobile (Landscape) and #Mobile (Portrait) section. You can override the styling on the child theme’s style.css.

    Cheers!
    Ismael

Viewing 30 results - 237,421 through 237,450 (of 243,964 total)