Viewing 30 results - 86,191 through 86,220 (of 142,836 total)
  • Author
    Search Results
  • #729363
    mleite1
    Participant

    Hi, I’m having difficulty maintaining the aspect ratio applied to the background colorsection. On my 27 monitor it’s perfect. On my 17 monitor he cuts the woman’s head. In the 13 monitor he cuts the woman in half. On the iphone the same thing. How to leave this background image proportional to all resolutions? Always cut underneath and top.

    LINK

    #729339

    Hi Vinay.

    Thank you. But I have already selected the parent page for the subpage in the page option on the right side , but that didn’t by default activate the parent page when a subpage is viewed?

    The code below helped with regards to question 1:

    I changed your code a bit, so that the menu-text is also highlighted:

    .current-page-ancestor .avia-menu-fx {
    opacity: 1!important;
    visibility: visible!important;
    border-color: #2c4143!important
    }
    .current-page-ancestor .avia-menu-text {
        color: #2c4143 !important;
    }

    Question 2:
    When the single portfolio post are active fx. the 1995 portfolio pagehttp://www.changegroup.dk/portfolio-item/changegroup-etableret-over-et-stykke-med-laks/ the main-menu ‘ChangeGroup’ is not active. I want the submenu 1995 etc. to be connected to the main-menu-item ‘ChangeGroup’.

    Josue helped with the before, but then the main-menu-item was a menu-button. He used this code:

    #top #wrap_all .header_color .av-menu-button-colored > a:hover > .avia-menu-text, 
    #top #wrap_all .header_color .av-menu-button-colored.current-menu-item > a > .avia-menu-text,
    #top.single-portfolio #wrap_all .header_color .av-menu-button-colored > a > .avia-menu-text {
        background: black;
        color: #f3c463 !important;
        font-style: bold;
        border-color: black;
    }

    The main-menu-item ‘ChangeGroup’ is not a main-menu-button, but just the default menu-item. So what in the code above do I need to change, so that ‘ChangeGroup’ is highlighted, when the 10 portfolio post and submenu are active:
    1995
    1997
    1999
    2001
    2006
    2007
    2008
    2010
    2014
    2015

    Br,
    ChangeGroup

    #729335

    Hi Rikard,

    When a logged in administrator visits the front end pages (so with the admin bar on top when f.e. he views a (modified) page / product), this should not be counted as a visitor of the website in GA.

    Thanks for checking.

    Best regards,
    Jurgen

    #729325

    In reply to: background image

    Hi,

    Thank you for the screenshot. You can decrease the width of content container to create more space for the background.

    @media only screen and (max-width: 1200px) {
    .responsive .boxed#top, .responsive.html_boxed.html_header_sticky #header, .responsive.html_boxed.html_header_transparency #header {
        max-width: 80%;
    }
    }
    

    Best regards,
    Ismael

    #729323

    Hi,

    Are you subscribed to a cdn provider? Please purge the cache or disable it temporarily. We added a more specific selector in the style.css file.

    .responsive #top .logo {
        display: none;
    }

    Best regards,
    Ismael

    • This reply was modified 9 years, 2 months ago by Andy.
    #729321

    Hi,

    We added the following css code in the Quick CSS field.

    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all .av-logo-container {
        padding-top: 10px;
    }
    
    .responsive #top #wrap_all #header {
        padding-bottom: 20px;
    }
    }

    Please remove browser cache or hard refresh before checking the page.

    Best regards,
    Ismael

    #729305

    In reply to: Error problem

    Hi,

    I checked the files and enabled debugger and I couldn’t locate where the root of the problem originates, can you try to disable all plugins and check if the issue still persists? if it is can you try clearing temporary files in /web/passionducyclis/session/ the issue seems to be similar on what is in this forum: https://wordpress.org/support/topic/o_rdwr-failed-sessionsave_path-is-correct-tmp/ or try to contact your host regarding this issue.

    Best regards,
    Nikko

    #729303

    Hi,

    I’m sorry but the login credentials are not working.

    We modified the code a bit. Please try it again.

    add_action( 'wp_footer', 'ava_custom_script' );
    function ava_custom_script() { ?>
    	<script type="text/javascript">
    	(function($){
    		var a = function() {
    			var ch = $('.container .av-content-small.units').height();
    			$('#top #main .sidebar ').css('height', ch);
    		}
    
    		$(window).load(function() {
    			a();
    		});
    
    		$(window).on('debouncedresize', function() {
    			a();
    		});
    	})(jQuery);
    	</script>
    	<?php
    }

    Best regards,
    Ismael

    #729292

    Hi,

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

    Best regards,
    Rikard

    #729290
    navindesigns
    Participant

    Hi,

    I am trying to build 3 columns and have a image with some bullet points to the right and a button below (see mockup). However, I am having the following issues:

    1- Bullets are not showing up

    2- My button is very big (although I have selected the “small” button size)

    3- Also at the very top of that column, there is an extra horizontal line across which I would like to remove.

    Please take a look at my screenshot for more clarifications.

    Live Site – http://staging.wsmsnyc.org.s167849.gridserver.com/our-magazine/

    Mockup – https://s30.postimg.org/674d5nzkh/our_magazine.jpg

    #729283

    In reply to: Reduce Logo Padding

    You are correct about the widget, thanks for pointing that out! I disabled that and the top white space reduced. I will play with the code and see how my limited knowledge of CSS does with it :) By reversing the colors I at least got it to appear inside the logo block so its a start. I think it actually looks pretty nice whether intentional or not.

    One strange thing though. Any idea why the social icons and phone number would be one way on a certain browser but reversed on others? Chrome is correctly showing the social on the right but Safari and Firefox have it on the left. I’ve cleared the cache on all to make sure but it’s still different. No big deal but I am curious.

    Thanks!

    #729279

    Hi,

    Great, glad we could help :-)

    Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    #729276

    Hi Kai,

    Ok, thanks for the feedback and glad you got it working :-)

    Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    #729263

    In reply to: Drop Shadows on Rows

    Hi Nancy,

    Great, glad we could help :-)

    Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    #729258

    Hi,

    Great, glad we could help :-)

    Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    #729224
    Anton
    Participant

    Following the closed thread ” ‘text links hovering’ appearance to change” I’ve detected that finally the given code

    .entry-content p a:hover {
        text-decoration: none!important;
        border-bottom: 1px dashed #000!important;
    }

    underline the pictures, which I wanted to avoid. You can check any post, like this one

    Pls, help again !

    #729217

    Topic: Linking entire column

    in forum Enfold
    hobart
    Participant

    I have followed this thread:

    https://kriesi.at/support/topic/apply-link-to-column-box/

    I have added the code into the functions.php and gave the column a CSS class. I am not seeing anythign new for me to add the link to the page it needs to link to.

    #729215
    artisforever
    Participant

    Hello,

    I’m trying to do a simple height decrease to 5 buttons I have in a single column, and can’t seem to get anything to work. I’ve tried looking through other threads and have copy/pasted a few variations of this but haven’t had it budge. I used chrome page inspector and saw these content element has a background to it. Perhaps it is a background decrease or padding issue instead? Overall, I just want to try slimmer buttons that might wrap around my text a little better.

    #top .avia-button-fullwidth {
    height: 10px
    }

    #729214
    changegroup
    Participant

    Hi team Enfold,

    I’m trying to do two things:

    1. I want the menu ‘ChangeGroup’ to highlight as active, when a child-page for the ‘ChangeGroup’ page is active (see private content for page links)

    2. I want the same menu ‘ChangeGroup’ to highlight as active, when a submenu and portfolio-posts are active. This was made possible by Josue before, but then the menu-item was a colored-menu-button. So the CSS doesn’t work for the ‘ChangeGroup’ menu item. Please see former topic here: https://kriesi.at/support/topic/style-of-single-menu-button-item-link-to-submenu/

    The code Josue suggested, which worked then was:

    #top #wrap_all .header_color .av-menu-button-colored > a:hover > .avia-menu-text, 
    #top #wrap_all .header_color .av-menu-button-colored.current-menu-item > a > .avia-menu-text,
    #top.single-portfolio #wrap_all .header_color .av-menu-button-colored > a > .avia-menu-text {
        background: black;
        color: #f3c463 !important;
        font-style: bold;
        border-color: black;
    }

    Now we just want the ‘ChangeGroup’ menu-item to highlight regularly as it does, but now also when both the child-page and the submenu (portfolio-items) are active.

    Br
    ChangeGroup

    #729212

    Hi Vinay,
    Thanks for your suggestion.
    I followed that thread and I like the approach of adding the + icon for expanding submenus.
    However I don’t want to remove the parent menu link, as it is a valid link/page that needs to stay in place. Is there an easy way to expand the submenu when clicking the “+” icon gold area, and the rest of the menu line still links to the parent page?

    Also with the code on the your other thread, my mega menu no longer centers on the page with this added code ( when viewed on desktops), the other submenus are still ok.
    Thanks.

    #729205

    In reply to: Enfold Showcase

    Hey, my showcase is here..:
    https://www.jcm-tech.com
    Features
    – Multilingual (using Polylang)
    Woocommerce (custom product pages)
    – Contact Form 7 (For file upload option)
    – AMP Ready
    – File Download (using WP-DownloadManager)
    – Yoast SEO
    Some tweaks (Thanks to enfold support team)
    – Search icon on mobile, next to hamburger menu
    – Return to top
    – Ajax search multilingual
    – Exclude tax language on post
    – Fix breadcrumb (Auto Draft) text

    Gabri

    #729200

    Hey dannywouters21,

    If you do not like the main main to re-direct please try adding the menu as a custom link and just leave URL field with a #
    In that case we can add an icon which will do the job for you please refer this link https://kriesi.at/support/topic/customizing-the-icon-menu/#post-728168

    Best regards,
    Vinay

    #729195
    cmarquez
    Participant

    When the screensize is 1366, 768, or 1080, the sidebar background image repeats 100% of the screen height. When it is 1024 or 800, the sidebar background image stops just below the social icons and is white down the rest of the page.

    Can you give me the @media code to extend that background in the sidebar.

    #729174
    lzevon
    Participant

    I’ve been through myriad threads on how to remove the line before the social icons and nothing I try works. The latest attempt is…
    #top .avia-menu. av_menu_icon_beside { border: 0 !important; border-right-width: 0 !important; border-right-style: none!important; }

    … but this doesn’t work either.

    Welp, I too have the same issue with the ACF plugin. I have searched for resolutions and it seems that every thread comes to a dead end when moderators ask for site access. So, there is no posted resolution that I am aware of. I have included site access in the private field. I figured I would respond here rather than creating yet another thread on this same topic.

    Thanks in advance!

    #729129
    Dee007
    Participant

    Hi,
    Just tried installing GTM on my child theme as instructed here https://kriesi.at/support/topic/tag-head-and-body/
    This seems to have NOT place the TGM code in the exact location it needs to be
    To remind you, google is asking for the <script> part to be “as high in the <head> of the page as possible”
    and the <nonscript> part to be “immediately after the opening <body> tag”

    When checking with the Tag assistant I get these 2 errors:
    Invalid or missing account ID —> it is valid, I tripled checked
    Code found outside of <body> tag

    • This topic was modified 9 years, 2 months ago by Dee007.
    #729106

    In reply to: Reduce Logo Padding

    Thanks Nikko! Just so I’m clear, is this code meant to allow adjusting the padding around the logo AND put the phone number/social icons in the same space as the logo? Using the code ‘as-is’ it got rid of the top bar that had the phone and social icons but did not seem to change the padding or relocate the phone/social. I’ll do some research on how to adjust the code you sent but just wanted to know what the intention was.

    Thanks so much for your help!

    Todd

    #729103
    whats1thingnow
    Participant

    Hi,

    After importing the consulting demo, it seems like something is missing from the theme files?

    I have multiple pages and after loading them, I can see that the title is missing at the top of the page.

    For example:
    – my page title is “Frequently Asked Questions”
    – Currently, when I load the page, the content of the page is at the top.

    Please let me know how I can get the PAGE TITLE (“Frequently Asked Questions”) to show up before the content starts.

    Thank you!

    #729102
    jjdenmark
    Participant

    Hi, I use seperators sitewide, and today the margins are different then usual.(I guess its after a update of the theme)

    On the attached url you can see the top seperator behaves different then the one later down the site (withe the text corect margin)

    I can se there is a difference in the code, but I dont understand why and how to fix it, can you help?

    #729101

    Hey Valerie,

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

    #top .main_color .input-text,
    #top .main_color input[type='text'],
    #top .main_color input[type='input'],
    #top .main_color input[type='password'],
    #top .main_color input[type='email'],
    #top .main_color input[type='number'],
    #top .main_color input[type='url'],
    #top .main_color input[type='tel'],
    #top .main_color input[type='search'],
    #top .main_color textarea,
    #top .main_color select {
    	color:#000!important;
    }
    

    Best regards,
    Vinay

Viewing 30 results - 86,191 through 86,220 (of 142,836 total)