Viewing 30 results - 137,131 through 137,160 (of 142,740 total)
  • Author
    Search Results
  • #187440

    Topic: iconbox link

    in forum Enfold
    erantdo
    Participant

    Hi,

    Is this solution still relevant? https://kriesi.at/support/topic/icon-box-icon-link/
    Because I tried it and it didn’t work.

    Because the mentioned code wa no longer relevant, the fix I made was this:

    I replaced:

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

    With:

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

    Topic: Some layout changes

    in forum Enfold
    convitando
    Participant

    Hi

    I would like to make some changes in my layout.
    I want to narrow the menu, breadcrumb field and the padding between the breadcrumb and my gallery.
    Also I would like to make the prev,next navigations and the scroll to top links to have the same color as my logo.

    They are better explained in this image:
    https://lh5.googleusercontent.com/-64z4JEcm8J0/UoI4WHGyV4I/AAAAAAAAAZw/IOgydwXVIiU/s960/changes-layout.jpg

    Link to the page :http://convitando.com.br/portfolio/convite-de-casamento-13-511/

    Also I would like to know how to make my portfolio grid to have all the same height in this page: http://convitando.com.br/galeria/

    And why there´s always missing 2 itens in the gallery of the archives pages like this http://convitando.com.br/portfolio_entries/convites/

    Thanks in advance

    #187417
    #187414
    fjrichart
    Participant

    How to add the contact sign and the cart sign in the Header at the top right corner of the page.
    In the header there’s an space for the phone number that I don’t need to use. It could be used for that.

    #187381

    Feature Request: Navigation to Anchor Points

    Hi,

    As we’re building pretty long pages with different sections, a floating navigation to the various anchor points would be great! There is already a “back to top” button. Just like this, the page should scroll from anchor point to anchor point. You can find an example here: http://www.bestkiteboarding.com/en/ts

    If you have any idea how to solve that ourselves, any help is very much appreciated!

    Thanks!
    Jurgen

    #187375

    Hi!

    What is the actual link to the page? Automated browser tests like the referenced site are only usable for very basic testing. Image transitions, javascript effects or css effects after loading etc will all fail to render and make it look like a page isn’t working.

    CSS errors/warnings will happen with w3c validation since we have to use various means to offer cross browser support and full backwards compatibility.

    In the future, please do not self bump your posts. Our queue goes by oldest commented item to newest so self commenting just moves the topic to the end of the line and not the beginning.

    Regards,
    Devin

    #187364

    Hi!

    Sure, again in Appearance > Menus click on “Screen options” on the top right side of the screen and check “Link Target” under “Show advanced menu properties” then change options in Link Target of menu item http://i.imgur.com/w7smCDP.jpg

    Cheers!
    Yigit

    #187350
    jeroensteeman
    Participant

    Hi,
    Since updating to the latest version of Enfold all javascript/jquery image transitions (mouseovers, lightboxes etc) stopped working. Do more people experience this problem? It seems that no javascript is executed.

    Follow up: I had to revert back to a (very) old version I had on my hard drive, but would like to use the version before the last. Does anyone have that version available?

    Regards, Jeroen

    (I’m using Enfold on http://wijzijneuropa.groenlinks.nl)

    #187322
    PeterPan2
    Participant

    Hi,
    we love the theme!

    Sometimes, the “basekt sign on the top right corner doesen’t appear and we don’t know why.
    Does this basket just appear on certain pages or should it appear on all pages.

    Thanks.

    #187318

    In reply to: Mini heading in Page

    Hi!

    1) Please add following code as well

    .page-id-2528 .sub_menu li { padding: 0 44px; }

    3)

    @media only screen and (max-width: 480px) {
    .page-id-2528 .sub_menu li { padding: 0 5px; } 
    .content { padding-top: 90px; } }

    It should look like this http://i.imgur.com/K6rUACX.jpg

    Cheers!
    Yigit

    #187316

    Hi Dude, thanks for you reply. Yep, the menus are all in the correct place. The problem is the main parent item (in a mega menu) becomes a title when switched down to mobile. At desktop size it’s fine. The image above shows the slightly lighter grey titles (which are the main mega-menu parent pages).

    #187311

    Hey Veroniqueprins!

    You are currently using version 2.1 of Enfold. Updating to the latest version 2.4.2 would help in my opinion. Custom script was added to calculate logo and menu size more accurately.
    You can refer to this post to change the width to switch to mobile menu as another option https://kriesi.at/support/topic/collapsable-menu/#post-165144

    Best regards,
    Yigit

    #187290

    Hey!

    What type of header do you have? Please adjust the top margin.

    @media only screen and (max-width: 767px) {
    .responsive #header .main_menu ul,  .responsive #header .main_menu ul {
    display: block !important;
    position: absolute;
    background: none;
    top: -20px;
    right: 0;
    }
    
    .responsive #header .main_menu ul li {
    display: none;
    }
    
    .responsive #header .main_menu ul li:last-child {
    display: block !important;
    }
    }

    Remove browser cache then reload the page.

    Regards,
    Ismael

    the code for the social bar doesnt work.

    is there a conflict in some of my CSS style code?

    #top .main_menu .menu li a { font-size: 18px; color: white; background-color: #4787f3; }
    #top .main_menu .menu li a:hover { background-color: #4787f3; color: grey; }

    #top .header_color .main_menu .menu ul li a{
    background-color: #4787f3;
    color: #ffffff;
    font-size: 17px;
    }
    #header_main {
    background: #4787f3;
    }
    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .responsive .main_menu ul:first-child > li > a {
    padding: 0 8px;
    font-size: 17px;
    }
    @media only screen and (max-width: 767px) and (min-width: 480px) {
    .woocommerce .template-shop.content.nine.units {
    width: 100%;
    }
    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .woocommerce .template-shop.content.nine.units {
    }
    .grid-content {
    height: 70px;
    }
    .woocommerce .sidebar {
    display: none !important;
    }
    .woocommerce .template-shop.content.nine.units {
    width: 1030px;
    border: none;
    }
    .header_color .sub_menu>ul>li>a {
    font-size: 12px;
    color: #0e75bf;
    }
    #top .main_menu .menu a {
    color: white;
    }
    #top .main_menu .menu a:hover {
    color: white;
    }
    .main_menu ul:first-child > li > a {
    font-size: 17px;
    font-weight: 700;
    color: white;
    }

    #footer .widget {
    padding: 30px 0 30px 0 !important;
    }
    .numeric_controls, .arrow_controls {
    position: absolute;
    bottom: 100px;
    }

    #top .sidebar_tab_content.sidebar_active_tab_content {
    background-color: #fff;
    color: black;
    }
    #top .sidebar_tab.sidebar_active_tab {
    background-color:#0e75bf;
    color: #fff;
    }
    .slideshow_color .breadcrumb, .slideshow_color .breadcrumb a {
    color: #0e75bf;
    }
    .numeric_controls, .arrow_controls {
    position: absolute;
    bottom: 10px;
    }
    #top .ajax_controlls {
    top: 70%;
    }
    #footer .widget_nav_menu li a {
    font-size: 20px;
    }

    #menu-item-1045 a, #menu-item-1044 a, #menu-item-1043 a, #menu-item-1988 a {
    color: #FFF;
    font-size: 25px;
    }
    #footer .widget_nav_menu li a {
    text-align: center;
    }
    .iconbox_icon {
    background-color: white !important;
    }
    .widget_nav_menu h3.widgettitle {
    text-align: center;
    }
    #top .iconbox {
    width: 100%;
    }
    #top .avia_mega_div {
    background-color: #f5f2f5;
    color: grey;
    }
    #top .avia_mega_div .sub-menu {
    background-color: #f5f2f5;
    color: grey;
    }
    #top .avia_mega_div .menu-item ul {
    background-color: #f5f2f5;
    color: grey;
    }
    #top .main_menu .menu ul li a {
    background-color: #f5f2f5;
    color: white
    }
    .sidebar_tab_title {
    margin-left: 10px !important;
    }
    #js_sort_items a {
    font-size: 19px;
    }
    #top.woocommerce-page .woocommerce-ordering select { width: 25%; }

    @media only screen and (max-width: 767px) {
    #top.woocommerce-page .woocommerce-ordering select {width: auto; }
    }
    .chzn-container {
    position: initial;
    }
    #top .chzn-container .chzn-drop {
    top: 70px !important;
    width: 325px !important;
    margin-left: 3px;
    }
    .woocommerce-pagination {
    display: none;
    }
    #top.tax-product_cat .container > .term-description {
    display: none;
    }
    .added_to_cart {
    display: none;
    }
    .form-row.address-field{
    overflow: visible;
    }
    #top .chzn-single div b {
    background-position: 5px 6px !important;
    }
    .widget .gform_wrapper .gform_footer br{
    display: none !important;
    }
    div .main_color .active_tab {
    background-color: #0e75bf;
    color: #FFF;
    }
    div .main_color .tabcontainer .active_tab {
    color:#FFF;
    }
    #top .main_color .tabcontainer .tab:hover {
    #FFF:

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

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

    }
    .social_header .phone-info.with_nav span {
    color: orange;
    font-size: 20px;
    }

    thanks a lot!

    And how can i change the logo location?

    it is sticking on the top but should be moved down a little bit

    #187256

    I figured it out:

    Add the following code to your custom.css:

    #top .main_menu .menu .custom-menu-item a { color:red; }
    #top .main_menu .menu .custom-menu-item a:hover { color: green; }

    Then go to WP Appearance/Menus and set “custom-menu-item” class in the “CSS Classes (optional)” of your menu item.
    If you can’t find “CSS Classes (optional)”, then please watch this quick video: http://www.youtube.com/watch?v=5Uncd4pjTuE

    Thanks)

    Hi!

    You can edit header.php, find this code on line 183:

    /*
                                * Hook that can be used for plugins and theme extensions
                                */
                                do_action('ava_after_main_menu');

    Above it, add this code:

    echo avia_social_media_icons($social_args);

    Go to Enfold > Styling > Quick CSS then add this code:

    #header_main .social_bookmarks {
    position: absolute;
    top: 20%;
    }

    Cheers!
    Ismael

    #187239

    Hi Glyphism!

    Can you please post a screenshot? If you insert a Text Block inside a Color Section, you can use this to adjust the top margin:

    .avia-section .avia_textblock {
    margin-top: 50px;
    }

    Remove browser cache then reload the page.

    Regards,
    Ismael

    #187224

    In reply to: search bar in mobile

    Hi!

    Adjust the top margin:

    @media only screen and (max-width: 767px) {
    .responsive #header .main_menu ul,  .responsive #header .main_menu ul {
    display: block !important;
    position: absolute;
    background: none;
    top: -20px;
    right: 0;
    }
    
    .responsive #header .main_menu ul li {
    display: none;
    }
    
    .responsive #header .main_menu ul li:last-child {
    display: block !important;
    }
    }

    Remove browser cache then reload the page.
    Cheers!
    Ismael

    #187208

    Hello Ismael,

    Thank you for the response, but that did not add a search bar at the top of the page on an iPhone or iPad. Do I need to add any additional code there?

    Thanks.

    #187196
    cxThemes
    Participant

    Hi,
    I have seen the previous discussion where you guys say that the [layerslider] shortcode is disabled so will not render if we add it to a text editor block in Avia. It leaves us unable to do a 100% height Slider that is also a hot topic on another closed topic on your forum. In order to do so we would need to output a <div class=”a_custom_style_to_set_100_percent_height”>[layerslider]</div>. This can only be done by hacking the theme which we can do, but would love to avoid. Would you guys be interested in finding a way not to disable the standard [layerslider] shortcode.
    Cheers
    Stuart

    #187195

    In reply to: Hide youtube title

    Hey!

    Use following code to extend the header height

    
    @media only screen and (max-width: 767px){
    
    #header_main {
    height: 188px;
    }
    
    .responsive #top .mobileMenu {
    margin: 50px 0 10px 0;
    }
    
    }
    
    

    Regards,
    Peter

    Hey!

    We’ll merge all threads. If the issue still exists use this thread: https://kriesi.at/support/topic/how-can-i-set-enfold-to-swedish-using-code-styling-localization/#post-186758

    Regards,
    Peter

    #187186
    #187157
    kalbynet
    Participant

    Hi,

    I use Enfold with WooCommerce and sorting products through the sidebar. Now when using a mobile screen the sidebar goes to the bottom. And making the sorting useless. I want to have the sidebar in the top, how do I do that?

    I’ve tried one of your posts where I should put some html code and css code into the site but that doesn’t help.

    #187153

    Hi have this code :

    $output .= "<div data-ajax-id='{$the_id}' class=' grid-entry flex_column isotope-item all_sort {$style_class} {$post_class} {$sort_class} {$grid} {$extraClass}'>";
    				$output .= "<div class='main_color inner-entry'>";
    				$output .= "<a target='_blank'href='{$link}' data-rel='grid-".avia_post_grid::$grid."' class='grid-image' title='".esc_attr(strip_tags($title))."'>".get_the_post_thumbnail( $the_id, $image_size )."</a>";
    				$output .= !empty($title) || !empty($excerpt) ? "<div class='grid-content'><div class='avia-arrow'></div>" : '';
    				$output .= !empty($title) ? "<h3 class='grid-entry-title'><a target='_blank'href='{$title_link}' title='".esc_attr(strip_tags($title))."'>".$title."</a></h3>": '';
    				$output .= !empty($excerpt) ? "<div class='grid-entry-excerpt'>".$excerpt."</div>" : '';
    				$output .= !empty($title) || !empty($excerpt) ? "</div>" : '';
    				$output .= "</div>";
    				$output .= "</div>";

    Hey!

    Create a new User in your WordPress admin, set the Role as Administrator, put the email/user/pass you want and then put that data access here, in a new reply to this topic but mark it as private.

    Cheers!
    Josue

    #187087

    In reply to: comments in tab

    Hey!

    That is not possible or it will require a bit of a customization. You can use this plugin to insert php codes on the post editor. http://wordpress.org/plugins/insert-php/

    You can then use the tab shortcode to insert the comment template code:

    [av_tab_container position='top_tab' boxed='border_tabs' initial='1' custom_class='']
    [av_tab title='Tab 1' icon_select='no' icon='ue800' font='entypo-fontello']
    [insert_php] //wordpress function that loads the comments template "comments.php"
    comments_template( '/includes/comments.php');[/insert_php]
    [/av_tab]
    [av_tab title='Tab 2' icon_select='no' icon='']
    Tab Content goes here
    [/av_tab]
    [/av_tab_container]

    It will require a lot of customization. Please hire a freelance developer.

    Best regards,
    Ismael

    #187058

    Hey!

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

    .main_color .big-preview { background-color: transparent; }
    #top #wrap_all .avia-gallery-1 .avia-gallery-thumb a { width: 24%; }

    That should look like this http://i.imgur.com/2ieUu2P.jpg

    Best regards,
    Yigit

    #187057

    Hi!

    Please try adding following code to Quick CSS in Enfold theme options under Styling tab to make header fixed on mobile devices

    @media only screen and (min-width: 768) and (max-width: 989px) {
    .responsive #top #header { position: fixed; top: 0; } 
    .responsive #top #main { padding-top: 160px; } }
    @media only screen and (max-width: 767px) {
    .responsive #top #header { position: fixed; top: 0; } 
    .responsive #top #main { padding-top: 155px; } }

    Cheers!
    Yigit

Viewing 30 results - 137,131 through 137,160 (of 142,740 total)