Viewing 30 results - 93,451 through 93,480 (of 142,714 total)
  • Author
    Search Results
  • #655231

    In case you didn’t find it: This is what Basilis is talking about:
    https://kriesi.at/support/topic/cant-get-google-maps-on-contact-page-to-show-up/#post-655214

    • This reply was modified 9 years, 7 months ago by Magnolia.
    #655228

    In reply to: Problem with images

    Well no mod said nothing in this topic yet :)

    Well I did the page again from the start. No stupid fb-root for now :)

    #655210

    In reply to: Main Menu Not Visible

    Hi,

    The menu color was white on hover to fix that please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #top .header_color .main_menu .menu ul li>a:hover {
        color: #000!important;
    }
    

    I did not notice any other problem with the menu it works fine please see attached screenshot. In case you have any issue please de-activate all active plugins and try to hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload” and review the site again.

    Best regards,
    Vinay

    Hey repking,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .responsive #top.page-id-21 #main .container_wrap:first-child {
        max-height: 0;
        margin-top: -100px;
    }
    

    Best regards,
    Vinay

    #655186
    wilimediamakers
    Participant

    Hi,

    I would like to know if it’s possible to create a dedicated homepage for mobile users ?

    I mean I love our homepage on Desktops but I think it’s not very practical on smartphone…

    Do you have any solution with enfold to do that ?

    Cordially,

    Thibault

    #655146

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .html_header_sidebar #top #header {
        min-height: 90px!important;
    }
    

    Best regards,
    Vinay

    #655139
    sarutty
    Participant

    Hello,Enfold team,The auto rotation function doesn’t work on desktop screen.What should i do ?

    Thank you in advance.
    Sarut J.

    #655127

    In reply to: Mobile Header

    Hi,

    Sorry for the delay, Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

     #top #main {
        padding-top: 202px!important;
    }
    

    Best regards,
    Vinay

    #655110
    gofthet
    Participant

    Hi there!
    I’m having the same problem it’s explained in #635588
    When I activate the pagination, in each and every page shows only the first three post.
    So there is a solution or is still a problem?

    Another question, is it possible to change the url http://www.mysite.com/blog/page/2/ translating “page” in my language?

    Thank you in advance

    #655107

    Hi Nin0,

    Great, glad we could help. Please let us know if you should need any more help on the topic.

    Regards,
    Rikard

    #655106

    Hi,

    Great, glad you got it working and thanks for sharing. Let us know if you should need any more help on the topic.

    Best regards,
    Rikard

    #655103
    clairemartindigital
    Participant

    Hi guys,

    so it seems like that something part of the below css:

    /*Scroll-Down-Icon – Start*/

    @-webkit-keyframes ani-mouse {
    0% {
    opacity: 1;
    top: 29%;
    }
    15% {
    opacity: 1;
    top: 50%;
    }
    50% {
    opacity: 0;
    top: 50%;
    }
    100% {
    opacity: 0;
    top: 29%;
    }
    }
    @-moz-keyframes ani-mouse {
    0% {
    opacity: 1;
    top: 29%;
    }
    15% {
    opacity: 1;
    top: 50%;
    }
    50% {
    opacity: 0;
    top: 50%;
    }
    100% {
    opacity: 0;
    top: 29%;
    }
    }
    @keyframes ani-mouse {
    0% {
    opacity: 1;
    top: 29%;
    }
    15% {
    opacity: 1;
    top: 50%;
    }
    50% {
    opacity: 0;
    top: 50%;
    }
    100% {
    opacity: 0;
    top: 29%;
    }
    }
    .scroll-btn {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 92%;
    text-align: center;
    }

    .scroll-btn > *:hover,
    .scroll-btn > *:focus,
    .scroll-btn > *.active {
    color: #ffffff;
    }
    .scroll-btn > *:hover,
    .scroll-btn > *:focus,
    .scroll-btn > *:active,
    .scroll-btn > *.active {
    opacity: 0.8;
    filter: alpha(opacity=80);
    }
    .scroll-btn .mouse {
    position: relative;
    display: block;
    width: 24px;
    height: 34px;
    margin: 0 auto 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid white;
    border-radius: 23px;
    }
    .scroll-btn .mouse > * {
    position: absolute;
    display: block;
    top: 29%;
    left: 50%;
    width: 4px;
    height: 8px;
    margin: -4px 0 0 -2px;
    background: white;
    border-radius: 50%;
    -webkit-animation: ani-mouse 2.5s linear infinite;
    -moz-animation: ani-mouse 2.5s linear infinite;
    animation: ani-mouse 2.5s linear infinite;

    /*Scroll-Down-Icon – End*/

    is causing an issue with the below css for the footer background colour:

    /*Footer – Start*/

    #footer .flex_column.av_one_third {
    background: #f4f4f4 !important;
    }

    #footer .flex_column.av_one_third:nth-child(2) {
    background: #f9f9f9 !important;
    }

    #footer .flex_column.av_one_third:nth-child(3) {
    background: #f4f4f4 !important;
    }

    /*Footer – End*/

    as well as:

    /*Portfolio – Start*/

    #top .av-caption-style-overlay .av-masonry-entry .av-masonry-entry-title {
    font-size: 35px;
    }

    .av-inner-masonry-content:hover {
    background-color: rgba(54, 212, 46,.6)!important;
    }

    /*Portfolio – End*/

    as well as:

    /*Back to top link – Start*/

    #scroll-top-link {
    display: none!important;
    }

    /*Back to top link – End*/

    Can you think of a solution?

    Thanks

    #655074

    Hey ConDevWa,

    Thank you for using Enfold.

    I’m sorry but you cannot move the content or title container below the masonry item container. The items will get misaligned if you do this. You can set the title container background to transparent.

    .main_color .container .av-inner-masonry-content, #top .main_color .container .av-masonry-load-more, #top .main_color .container .av-masonry-sort, .main_color .container .av-masonry-entry .avia-arrow {
        background-color: transparent;
    }

    Best regards,
    Ismael

    #655072

    Hi,

    You have this css code which applies the color #00000 to the mega menu title:

    #mobile-advanced, #mobile-advanced a, #mobile-advanced .mega_menu_title {
        color: #000000;
        border-color: #cccccc;
    }

    Place it inside a css media query:

    @media only screen and (min-width: 989px) {
      /* Add your Desktop Styles here */
      #mobile-advanced, #mobile-advanced a, #mobile-advanced .mega_menu_title {
        color: #000000;
        border-color: #cccccc;
      }
    }
    

    Best regards,
    Ismael

    #655065

    Hi,

    We can see the social icons and the phone number in the top bar when we emulate an iPhone screen. Could you please provide a screenshot of the issue?

    Best regards,
    Ismael

    #655046
    yingyang
    Participant

    I enabled the option to only show the cart floating icon when the cart is NOT empty, it works on desktop but on mobile view the cart always show, is this a bug?

    #655045

    In reply to: content collapsing

    This problem is now occurring on multiple pages when in responsive view. One of the color sections displays on top of the one above it.

    #655042

    Wow. Forget that. Have another way I found on one of my old tickets! https://kriesi.at/support/topic/is-it-possible-to-make-sticky-header-logo-smaller/

    #655032
    Chris
    Participant

    Hello guys,
    please have a look on my site: https://www.tideritter.de/
    I tried several things, but the AdSense ads do not show up. In AdSense itself everything is fine. This is the second site with Enfold in which the ads do not work for me. I firstly tried to keep it simple and integrated HTML Snippets Plugin to publish the code, because of this thread: https://kriesi.at/support/topic/problems-with-adsense-after-enfold-update/.
    What am I doing wrong?

    Thx in advance for your help.,
    Chris

    #655027
    rmavila
    Participant

    Hello,
    After installing the above plugin, it stop adding fields at about 25. Hasn’t anyone had this problem and have a resolution? Contacted hosting and they increased memory size. Please help. Thank you!!

    #655019
    cottonseedapparel
    Participant

    The text widget blocks in our footer won’t align at the top. We have 3 text widgets there.

    Not sure why – can you please help?

    THANK YOU – appreciate the advice. We are almost complete with the site, just a few last things to tweak and this is one of them.

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    Adjust the color values to suit your design.

    .header_color div   {
        background: rgba(235, 40, 40, .70)!important;
    }
    #top #main {
        padding-top: 0px !important;
    }
    #header_main {
    	border: 1px solid #800000!important;
    }

    Best regards,
    Vinay

    #655007

    Hey jonrouse,

    1. To make the phone info area solid black and move the content 44px down Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #header_meta{
        background: #000!important;
    }
    .html_header_transparency #main {
        padding-top: 44px !important;
    }
    

    2. White lines don’t appear while scrolling (screenshot attached). Would you mind posting us a screenshot/mockup of what you would like to achieve? You can upload the screenshot to imgur.com or dropbox and share the link here :)

    Best regards,
    Vinay

    #655006

    Hi mtedv!

    Please take a look here

    where we describe exactly, how to use enfold with RTL.

    Please do let me know if we can do anything else for you.

    Best regards,
    Basilis

    #655002

    In reply to: Accordion questions

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    The according images take the container height to change it that please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #top .aviaccordion-slide img {
        height: auto!important;
    }
    

    The‘automate laboratory drug…’ panel is not on the homepage please provide us a precise link so we can inspect the element in question.

    Best regards,
    Vinay

    #654995

    In reply to: Featured Image

    Hey gorgani!

    That can be done, but would require some development work.
    But would also look bad, as it would change sizes. Could you use a featured image with your logo maybe on those topics, to help make it better?

    Thansk a lot

    Best regards,
    Basilis

    #654990

    In reply to: Grid Row 100% Height

    Hey Andrea!

    Please refer to the topic here
    https://kriesi.at/support/topic/enfold-grid-row-element-set-minimum-height-of-100-browser-height/

    it will help you find the solution you need.

    Please let us know if we can do anything else for you.

    Best regards,
    Basilis

    #654981

    To further explain, for the “broken” product page, the page does not fully load, it stops loading after the 3rd “related product”. Stops at <li…… and that’s the end of the page.

    I dug around the source code and so far I’ve found out the issue. Not sure how to fix it yet.

    In, wp-content/themes/enfold/config-woocommerce/config.php, line 972 to line 994 inside that “avia_woocommerce_output_related_products” function, I commented out the content, removing the related products from the page, and now all my product pages are loading fine.

    function avia_woocommerce_output_related_products($items = false, $columns = false)
    {
    	global $avia_config;
    	$output = "";
    	/*
    	if(!$items) 	$items 	 = $avia_config['shop_single_column_items'];
    	if(!$columns) 	$columns = $avia_config['shop_single_column'];
    
    	ob_start();
    	woocommerce_related_products(array('posts_per_page'=>$items, 'columns'=>$columns)); // X products, X columns
    	$content = ob_get_clean();
    	if($content)
    	{
    		$output .= "<div class='product_column product_column_".$columns."'>";
    		//$output .= "<h3>".(__('Related Products', 'avia_framework'))."</h3>";
    		$output .= $content;
    		$output .= "</div>";
    	}
    */
    	$avia_config['woo_related'] = $output;
    	return $output;
    
    }
    Hokuspokus
    Participant

    Dear Support,

    i want to use the Fullwidth Sub Menu. I play with options and whitespaces, padding, margin to get a gap between content and the menu.

    But: If i have three lines of menu: i have problem with overlapping and distances on desktop work. On mobile, everthing is fine. Sometimes, i have 10 px or something or otherwise the content from next column field overlapping with the menu. Or whats wrong? I work with same elements and the same work style as usual. Or can you describe for the user a best practice?
    In one picture, i have defined a whitespace-sperator of 40px which results in the overlapping including sticky menu of. And the next picture, i have defined distance of 50 px to next, also without vissible distance effect

    1. Please insert bottom and top offset option for the Fullwidth Sub Menu, that user an work better, described also before here
    #636082
    2. Please insert more styling options like colors for lines and colours in these menues. see also #562551
    3. Please insert “Sticky Submenu” – Problem, so all users can participe from the temporaryr manuelly recoding from see also call #652887
    4. Please insert option, that user can define own names for the Hamburger Menu instead of standard “Menu”

    Thanks and best regards

    A

    • This topic was modified 9 years, 7 months ago by Hokuspokus.
    #654961

    In reply to: Logo in middle of Menu

    Edit: SOLVED
    Thanks, I added the logo with a img tag in the menu,

    I used CSS to hide av-logo-container, and have set the height of av-main-nav-wrap to the same height as my logo.
    The menu items are at the top of my page in the av-main-nav-wrap container.

    Can you help me with the CSS to vertically align my menu items in the middle of the container?

Viewing 30 results - 93,451 through 93,480 (of 142,714 total)