Viewing 30 results - 85,951 through 85,980 (of 142,833 total)
  • Author
    Search Results
  • #731354

    Hi Susanne,

    Ok, thanks for the feedback. I’ve never seen that problem before to be honest with you. Please let us know how you get on with it and if you should need any further help on the topic.

    Best regards,
    Rikard

    #731335

    In reply to: Increase Size of logo

    Hi Andy,

    I think there might be an issue with my quick css code, i’m determined to figure this sucker out! Is any of this quick css code conflicting?

    Hers is what I have in my code to center it

    .av-main-nav li:nth-child(3) {
        margin-right: 20vw;
    }
    
    .av-main-nav li:nth-child(4) {
       margin-left: 5vw;
    }
    
    .container.av-logo-container {
        top: 25px;
    }

    Here is the screenshot of what that looks like (see below)

    Here is the quick css code you gave me The first block is what make the logo not centered.

    .html_header_top.html_logo_center .logo {
    top: -10px;
    left: -4px;
    height: 77px;
    }
    
    @media only screen and (max-width: 1100px) { 
    .html_header_top.html_logo_center .logo {
    top: -10px;
    left: -4px;
    height: 77px;
    }}

    See Second screenshot

    First off is there any conflicting code? Second is there a way to just increase the logo area? When I enter this quick css code things get weird I noticed. Is there way to just increase the logo box? possibly by changing the quick css code or making the logo box larger?

    When I add this code below is when things do not stay centered. Is there something I can add in here to make that happen. Right now it is all the way to the left. If I chane the left to about 300 it will go center but it does not adjust when I minimize the browser and overlaps the menu.

    .html_header_top.html_logo_center .logo {
    top: -10px;
    left: -4px;
    height: 77px;
    }

    Thanks for helping me with this! Let me know, like always I plan on rating you high for every license I purchase :)

    #731330
    krestien
    Participant

    Hey guys!

    I got a new website in which I got a header background picture. I adjusted the theme in “enfold/includes/admin/register-admin-options.php” to allow me to increase the header size to 480px. Now I want this header to shrink to 60px (1/8). I found the corresponding lines in avia.js like suggested in other topics. But when I change the value 2 to 8 the shrinking isn’t smoothly anymore. It rather jumps right from about 450px to 60px.
    Do you have a solution for this? Link provided in private content.

    Best regards

    #731323

    Hi @GL360DDC,
    have you tried with these codes (adjust the color as you like) :

    for the text color :

    #top .av-caption-style-overlay a.av-masonry-item-with-image .av-inner-masonry-content * 
    {
        color: #f80303 !important;
    }

    for the overlay color :

    #top .av-caption-style-overlay a.av-masonry-item-with-image .av-inner-masonry-content 
    {
        background: rgba(255, 255, 255, 0.5) !important;
    }
    #731300

    Hallo Andy,

    wenn du mit dem Desktop-PC ganz oben auf der Startseite bist, siehst du im Hauptmenü ‘Kontakt’ farbig hinterlegt (grün, wie bei mouseover), obwohl du weder mit der Maus drauf bist, noch dich auf der Startseite in der Sektion ‘Kontakt’ befindest!

    Verstehst du?

    Vielen Dank vorab.

    Gruß,

    Matthias

    #731267

    i tried a few more times. every time i move from staging to live EVERYTHING is messed up. all the media queries stop working and you see double of everything.

    #731255
    Gal726
    Participant

    I had to restore it

    hpfinal

    that was completely responsive and then suddenly stopped working! i already made it live! please help me!

    #731246

    In reply to: image not showing

    so this is based on the demo “Enfold Medical” – and i think that something went wrong by importing the demo.

    everything seems to be in place _ in source code i can see : “Mijn mestafzet is direct eenvoudiger geworden dankzij de Keydollar mestscheider”
    and there is an image (edze-agra-home …) in the slider on top. First i thought there is a color setting to white which overwrites your testimonials – but.

    if you try to import the demo again ( dont do it) everything is overwritten than – maybe that will fix it.
    Just wait on a mod here and give them your account datas – maybe they can see from inside what was going wrong

    #731242

    i forgot a {} . it works :)

    @media only screen and (max-width: 767px){
    .responsive #top #main {
    padding-top: 88px !important;
    margin: 0;}}

    @media only screen and (max-width: 767px){
    .responsive #top #wrap_all #header {
    position: fixed !Important;
    width: 100%;
    float: none;
    height: auto;
    margin: 0 !important;
    opacity: 1;
    }}

    #731239

    I figured it out. i think. hopefully it won’t ruin anything.

    i changed the header to fixed and then the container below it to:

    @media only screen and (max-width: 767px)
    .responsive #top #main {
    padding-top: 88px !important;
    margin: 0;

    the padding was moved to 0.

    #731238

    If i change the position from relative to fixed, it fixes it but then the container underneath it is covered

    @media only screen and (max-width: 767px)
    .responsive #top #wrap_all #header {
    position: fixed;

    #731232
    Gal726
    Participant

    Hey Guys,

    Out of nowhere my mobile menu is not sticking to the top: http://routier.staging.wpengine.com/ (hosted on WPengine)

    i need to make the site live asap and i can’t figure out what is causing this. can you please help? thanks!

    #731210
    graphicsplus
    Participant

    Hi,
    I’m using the ‘Enfold latest portfolio’ widget to display future events. Therefore it would be nice if the first occurring event would be on top. How can I reverse the order in which the portfolio entries are displayed in the widget?

    #731198
    LHSpin
    Participant

    Hello,

    1. We were wondering how we can add a logo to the mobile nav? When it expands from the right, can we add a logo in the space beside the ‘x’?

    2. We have menu items that are not clickable (on desktop) as these are the menu titles for the sub categories. Example: About Us, Services etc. Can we have these non-clickable so that the user stays on the mobile nav instead of the nav disappearing and staying on the current page? We would like it to function like the Desktop where that menu item is not clickable.

    Site reference: http://solutions2organizeu.ca/

    #731193

    @chios, like I said, I have same problem with enfold 3.7.1. They have close topic in the link that you have share on WPML support without find solution. I notice that this problem only concerns enfold themes.

    • This reply was modified 9 years, 2 months ago by kouamx100.
    #731192

    Topic: Banner

    amtebg
    Participant

    Hi I want a clickable top banner across the whole site that has the following phone number
    +1 (855) 980-5024
    the phone number should be clickable and dial able
    the banner should be the whole size of the page

    not sure how to do this and played around for hours, can you help please

    #731177
    mike235
    Participant

    Hi,

    I’m trying to find a way to remove the Layout meta box on post edit pages (for non admin users). There is a solution in this thread but it doesn’t seem to work with the latest version.

    Any ideas ?

    • This topic was modified 9 years, 2 months ago by mike235. Reason: spelling
    #731168

    Topic: Problems after update

    in forum Enfold
    curious2c
    Participant

    Hello,

    (I open a new thread now because now it is about the theme update, not the PHP version).

    I updated Enfold (via ftp, no plugin was active during the process) and now I have a few problems (I am using a child theme).

    -In the General settings there are font colours I didn’t use (grey and green, probably default colours), my logo on my entry page is cut off, and the slider behaves different.
    -I went to “Upload theme settings file” in the child theme to upload the file I had exported befor the update, because I thought that might solve the problems, but nothing changed.

    Unfortunately I am in a hurry because my hoster will stop support for the PHP version I use now by the end of next week and I also have to update WordPress.

    Can you advise?

    Thanks a lot

    Jurgen
    Participant

    Hello,

    When you hover on a masonry element, the title appears while this is not necessary. I am not talking about the flipping pop up where you can show the title and/or the excerpt (that’s good & all that I want) but the basic way of showing an alt tag for an image.

    I assume its the “title” attribute that needs to be removed:
    <a href="..." id="..." data-av-masonry-item="..." class="av-masonry-entry isotope-item post-874 post type-post status-publish format-standard has-post-thumbnail hentry category-delhaize category-retail-distribution-e-commerce av-masonry-item-with-image av-grid-img av-masonry-item-loaded" title="How to quickly inform all your employees in case of emergency?" itemscope="itemscope" itemtype="https://schema.org/CreativeWork" style="position: absolute; left: 0px; top: 0px;">

    I already tried this: https://kriesi.at/support/topic/masonry-how-hide-title-on-hover/ but that seems not to work.

    I assume I can redefine the shortcode too by creating a “shortcodes” directory in my child theme and then redefine a file, but I don’t know which one :o)

    Thanks for you help!

    Best regards,
    Jurgen

    • This topic was modified 9 years, 2 months ago by Jurgen. Reason: typo 2
    #731147

    Hi,

    Glad we could help :-)

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

    Best regards,
    Rikard

    massimoginetti
    Participant

    Hi,
    i’m developing a site on local host with enfold theme.
    Masonry content and other content with animations (image box e.g.) are often loaded only when i scroll over the top of the page.
    This is true especially on Chrome.
    Sometime the first time is ok, but then, when i reload the page, the problem happens.
    How i can fix it?
    Thanks

    #731137

    Hi Vinay,

    I followed your instructions and installed a fresh copy of Enfold.

    • When I active Enfold main theme the links of the two items work as they should: title and icon open in a new window and (of course) there is no link on the icon box itself.
    • When I activate the child theme, the two items no longer link correctly. They open as I explained above.

    As long as I had these icon boxes in the content of the website, they worked well, but since I put them in the footer, they don’t work well anymore.

    I wonder if perhaps footer settings could have this impact? Or is it the css I added (and which I had to change to be used for the footer) which is not correct? Fyi the css code below.

    Thanks & regards,
    Monique

    
    #footer .textwidget .icon-box-height {
    	min-height: 230px;
    	border-radius: 4px!important;
    	box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3);
    	background-color: #f0f0f0;
    	margin-top: 30px;
    }
    
    #footer .textwidget .icon-box-height .iconbox,
    #footer .textwidget .icon-box-height .iconbox_top,
    #footer .textwidget .icon-box-height .iconbox_content {
    	margin-top: -1px!important;
    	border: 0!important;
    	background:transparent!important;
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0)!important;
    }
    
    #footer .textwidget .icon-box-height {
        cursor: pointer; /* hele icon box link maken */
    }
    
    #footer .textwidget .icon-box-height:hover {
    	background-color: #e6e6e6;
    }
    
    #footer .textwidget .iconbox_top .iconbox_content {
        padding: 45px 10px 10px; /* smallere padding links en rechts */
    }
    
    #footer .textwidget h3.iconbox_content_title a {
    	font-size: 26px;
    }
    
    #footer .textwidget .iconbox_content_container p {
    	font-size: 12px;
    }
    
    
    #731135

    In reply to: Text Editor Problems

    Hi Pascal,

    Great, glad we could help :-)

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

    Best regards,
    Rikard

    #731126
    mkdreirad
    Participant

    Hi Guys,
    I have a problem:
    I have a few banner images in the sidebar on http://e3zine.com and when i hover over them, the image overlay does not act normally, but it only shows a small 10px overlay on the top of the image. Looking at the code i see: style=”left: -5px; top: -221.167px; overflow: hidden; display: block; height: 238px; width: 298px;”> added by the Javascript.
    After the second hover, everything is back to normal and the overlay is working fine.
    Can you tell me why this is happening? Can i somehow turn of the overlay, if we can’t figure out, why it’s happening?
    Thanks!

    by the way i remember a thread – where someone wants to have the choice to set up the h-tag (for him to have the h1)and to have the oportunity to set the font-size:

    https://kriesi.at/support/topic/h1-avia-caption-title/

    it will look than this way:

    btw: i refreshed those three files with a little instruction text. Zip Archive here

    • This reply was modified 9 years, 2 months ago by Guenni007.
    #731088

    I see it in the top left area of the scree, it happen only on Chrome, can you help me?

    #731086

    Hey bearsnuggle,

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

    #top .blog-categories h3 a
        word-break: break-word;
        font-size: 20px;
    }
    
    

    Best regards,
    Vinay

    #731082

    Hey paultho,

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

    
    @media only screen and (min-width:989px) {
    #main .container_wrap_first > .container {
    padding-right:0!important;
    }
    .sidebar {
    	position: absolute;    
        top:0;
        right:0;
        padding-right:50px!important;
        bottom:0;
        max-width:calc(25% - 50px);
        background:gold;
    }}
    

    Best regards,
    Vinay

    #731077

    Topic: Post comments

    in forum Enfold
    VM
    Participant

    Hi.

    I have problems with post comments in mobile version.
    There are too much right margin in responses and rigth side is hidden.

    I have this code in quick CSS, first part is too see OK in desktop devices.

    Thank you.

    div.comment-entry.post-entry {
        width: 60%;
        margin: 0 auto;
    }
    
    @media only screen and (max-width: 480px) {
    div.comment-entry.post-entry {
        width: 100%;
    }
    .comment_content {
        margin-left: 0;
    }}
    • This topic was modified 9 years, 2 months ago by VM.
    #731070
Viewing 30 results - 85,951 through 85,980 (of 142,833 total)