Viewing 30 results - 228,361 through 228,390 (of 244,556 total)
  • Author
    Search Results
  • #227591
    Cdfb
    Participant

    Hi there

    I am using the pluggin WPML with the Theme Enfold.
    I’d love to show only the shortcuts “DE, FR and EN” for the languages German, French and English. Currently I can only see flags.
    How should I proceed? This is my website: http://www.pakka.ch

    Best,

    Carolina

    #227580
    aovivo
    Participant

    Hi there,
    i have some questions regarding the styling possibilities in the WC checkout area.
    1) i wonder if i can change font color for the text in table and other. i am using a black background for my page, and the text that goes into the forms (name, address etc) and in other places such as listing of product are right now in a dark gray which makes it hard to read.
    is this covered by the enfold styling panel or do i need so css?

    2) text in checkout where products are listet (in the table) appears in differrent grey tones. it looks good if you have 10 different items, but once you have two products listed i wonder if it could not be same color/transparency allthrough. any suggestions how to change that?

    3) any of the error/alert boxes comes in a different color. some backgroudn make the text in it hard to read. is there any chance to adapt that style to the enfolds one – or is there any possibility to change the color values of those boxes?

    thanks so much in advance
    Pedro

    #227577
    This reply has been marked as private.

    Hi!

    Please change

    .get_the_time($time_format).

    to

    .get_the_date().

    Regards,
    Yigit

    #227571

    Hi!

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

    .avia-testimonial { padding-right: 0; }

    Regards,
    Yigit

    #227564
    dptctrs_jp
    Participant

    Hi I am facing issue before edit pages with Avia Layout Builder.

    If I choose “progress bars” and then push edit button, always appears erroe massage “An error occured – Error fetching content – please reload the page and try again”

    So I can’t edit my page anything.
    Please help me.
    I installed latest version of the Enfold theme today.
    But never changed for this issues…

    Thanks.

    #227551

    Awesome. Thanks!

    #227550

    Please please please give us a normal sidebar layout for WooCommerce product pages. I appreciate the great support and all that you do:)

    #227544

    In reply to: header / menu

    Hi!

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

    .template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 { text-transform: none; }

    Best regards,
    Yigit

    #227532

    Hey!

    Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed

    .social_header .phone-info { font-size: 15px; color: white !important; }

    You cannot seperate this 3 lines, but you can add two lines as secondary menu in Appearance > Menus and make them not clickable so it would look like a simple text

    Best regards,
    Yigit

    #227521

    Thanks. Increasing the PHP memory allocation seemed to have done the trick. Page is now showing. Appreciate all the speedy replies to this issue.

    Thanks Yigit!

    But now i actually see that the the main question isnt answered properly:

    from this line: <span class='news-time'>".get_the_time($time_format)."</span>
    How can i just remove the time.
    so: 21 februari 2014 – 15:08 becomes –> 21 februari 2014?

    Even if i remove the code like Josue says and edit it in the child theme placed file like you suggested it still shows up?!

    Any idea?

    #227506

    Hey!

    2- You can add horizontal ruler element to increase the height.
    3- Code is not being applied on your website. Please try adding it to Custom.css file inside Enfold/Css folder. Code works fine on my installation
    4-

    .content { padding-top: 20px; }

    Regards,
    Yigit

    #227501

    Hi hark!

    In WordPress dashboard, please go to Appearance > Themes and hover on Enfold and click Theme Details to see the version http://i.imgur.com/e2EtTJb.jpg
    Please see http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Best regards,
    Yigit

    Hi!

    You can moify class-framework-widgets.php file and paste it in /framework/php/ folder in your child theme

    Cheers!
    Yigit

    #227494

    In reply to: Enfold Showcase

    This reply has been marked as private.

    Hey!

    Any clue how can i do this in my Enfold child theme?

    Thanks,

    Rhodo

    #227487
    This reply has been marked as private.
    #227477

    Hi!

    I’m sorry but when I check the website vector.pl, it is not using an Enfold theme.

    Best regards,
    Ismael

    #227471

    Hey!

    This page is still the child of the Produkte page when I checked it: http://www.scheibentoenung-wien.at/enfold/home/produkte/llumar-esprit/

    I removed the parent page attribute. Check it again here: http://www.scheibentoenung-wien.at/enfold/llumar-esprit/

    Regards,
    Ismael

    #227469
    This reply has been marked as private.
    #227458

    Hey!

    Unfortunately you can’t add a parent page/post to posts. Posts do not support a hierarchy like pages (parent > child pages) but you can assign them to categories. By default the breadcrumb will display the right structure if the user accesses the portfolio entry from a portfolio page though because Kriesi stores the page id of the portfolio grid page into a session variable and if the user views a portfolio post Enfold checks which portfolio grid directed the user to the portfolio post. I.e. if you go to http://kriesi.at/themes/enfold/portfolio/ and then click on “Single Portfolio: 2/3 Slider” the breadcrumb will show: Home / Portfolio / Single Portfolio: 2/3 Slider – you can also set a parent page for the “Portfolio” page and Enfold will add it to the breadcrumb (i.e. the structure would look like Home / Portfolio Parent Page / Portfolio / Single Portfolio: 2/3 Slider).

    If you want to set a specific page as portfolio “parent” for all portfolio posts insert this code into the functions.php file:

    
    	function avia_modify_breadcrumb($trail)
    	{
    		if(get_post_type() === "portfolio")
    		{
    			$page = 20;
    			if($page)
    			{
    				if($page == $front)
    				{
    					$newtrail[0] = $trail[0];
    					$newtrail['trail_end'] = $trail['trail_end'];
    					$trail = $newtrail;
    				}
    				else
    				{
    					$newtrail = avia_breadcrumbs_get_parents( $page, '' );
    					array_unshift($newtrail, $trail[0]);
    					$newtrail['trail_end'] = $trail['trail_end'];
    					$trail = $newtrail;
    				}
    
    			}
    		}
    		else if(get_post_type() === "post" && (is_category() || is_archive() || is_tag()))
    		{
    
    			$front = avia_get_option('frontpage');
    			$blog = avia_get_option('blogpage');
    
    			if($front && $blog)
    			{
    				$blog = '<a href="' . get_permalink( $blog ) . '" title="' . esc_attr( get_the_title( $blog ) ) . '">' . get_the_title( $blog ) . '</a>';
    				array_splice($trail, 1, 0, array($blog));
    			}
    
    		}
    
    		return $trail;
    	}
    

    and replace 20 with the page id of your portfolio grid page.

    Regards,
    Peter

    #227457
    hark
    Participant

    Can you tell me how you can see, within the dashbaord, as to what version Enfold is that I have installed.

    This morning I had an auto update waiting, on trying to update I picked up a “An automated WordPress update has failed to complete” I have tried to update again but the theme options is showing as up to date.

    I can never see a quick link as to what the current version is and what the latest update was?

    Any pointers please?

    Thanks

    Ian

    #227445

    Hi!

    You can wrap the “Search” text into a span and hide it like:

    
    $items .= '<li id="menu-item-search" class="noMobile menu-item menu-item-search-dropdown"><a href="?s=" rel="nofollow" data-avia-search-tooltip="'.$form.'" '.av_icon_string('search').'><span style="display:none;">Search</span></a></li>';
    
    

    Best regards,
    Peter

    #227443
    This reply has been marked as private.
    #227418

    In reply to: Shopping Cart menu

    Hey MKW270210!

    You can install the woocommerce pages by clicking on the violet button above the Woocommerce panel. This will create all the woocommerce pages. Go to Appearance > Menus then create a new menu, set this menu as Enfold Secondary Menu under Theme Location. Insert the Cart and the Checkout page on the new menu. You can add this on Quick CSS or custom.css to increase the size of the shopping cart icon:

    #header_main > ul > li > a.cart_dropdown_link span {
    font-size: 20px;
    }

    Best regards,
    Ismael

    #227402
    This reply has been marked as private.

    thanks, but it does not work for me – it shows me still in the sliding button navigation on the left of the screen a portfolio item, that is definitely not in the same category, as the item post, that I have currently open.

    Note: my site is in maintenance mode and cannot be viewed online; and yes, I have the latest ENFOLD update.

    #227397

    Topic: Shopping Cart menu

    in forum Enfold
    MKW270210
    Participant

    Hi

    I’ve looked everywhere and can’t seem to see an answer to this. I have woocommerce running on Enfold and everything works fine … except I can’t find how to get the sub menu showing Shopping Cart and Checkout to appear. I have seen one post that commented that this is automatically created when you install woocommerce but I can’t see any reference to it in either the Enfold theme options, the Menu options of woocommerce options.

    Also, can the slide out shopping cart icon (top right) be made any bigger?

    And finally, I don’t see the slide out icon (above) when viewing on a mobile so there is no route to the shopping cart or checkout (though I guess the secondary menu will resolve this?

    Thanks in advance

    Mark

Viewing 30 results - 228,361 through 228,390 (of 244,556 total)