Viewing 30 results - 129,751 through 129,780 (of 142,946 total)
  • Author
    Search Results
  • #262612

    In reply to: Logo Width

    Hey!

    Try adding this code to the Quick CSS:

    .logo, .logo img {
        height: 156px !important;
    }
    .logo{
        top:-35px;
    }

    Cheers! 
    Josue

    #262602

    Hey!

    Please add following code to Quick CSS as well

    #header_main .social_bookmarks li a { border-radius: 0; }
    #top #wrap_all .av-social-link-gplus a { color: #fff; background-color: #de5a49; }

    Best regards,
    Yigit

    #262585
    cyrusis
    Participant

    Hey guys,

    I researched this for a couple of hours without luck.

    I just want to make sure all errors are fixed that are reported from the webmaster tools area.

    For the Author page only, I’m getting Error: Missing required hCard “author”. But for the blog post page and homepage, everything is working just fine! How would I go about fixing this? Author page.

    My second question is about the difference of depth between the Hatom feeds belonging to the fullscreen masonry blog display and the magazine display. It seems like the Magazine display doesn’t have a structured Hatom Feed at all. When I replaced the Masonry blog display with the Magazine display, the google search result stopped display “By: Name Example” in the search listing.

    Fullscreen Masonry Blog hatom feed example:
    entry-title: Example Example Example Example
    entry-content: Example Example Example Example
    updated: May 7, 2014
    author:
    fn: by Example Example

    Should I switch back to the Masonry Blog because of this?

    Thanks for the help!

    #262567

    Hey mand4mac3!

    Are you using Jetpacks custom css module and have you added these rules to it:

    
    	#header_main .container, .main_menu ul:first-child > li a{ height:120px; line-height: 120px; }
    	.html_header_top.html_header_sticky #top #wrap_all #main{ padding-top:120px; } 
    

    Regards,
    Devin

    #262565
    mand4mac3
    Participant

    Hello, I can’t seem to figure out how to make the header area full transparent.

    If you take a look at http://techwizdesign.com/cap/home you will see the top menu area doesn’t seem to be transparent. If you scroll down a bit, you will see it turns transparent for a second, then turns back to that white color.

    On this homepage, I do indeed have the Layout setting for “Activate Header Transparency” set to transparent header, but something else is overwriting it. Clicked through and checked options in General Styling and Header layout from the Enfold settings page but can’t seem to figure it out. Any help would be appreciated.

    #262542

    In reply to: table issue with tab

    This reply has been marked as private.
    #262538

    Hi!

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

    #top #wrap_all .av-social-link-twitter:hover a {
    color: red;
    background-color: orange;
    }
    #top #wrap_all .av-social-link-twitter a {
    color: orange;
    background-color: red;
    }
    #top #wrap_all .av-social-link-mail:hover a {
    color: yellow;
    background-color: blue;
    }
    #top #wrap_all .av-social-link-mail a {
    color: blue;
    background-color: yellow;
    }
    #top #wrap_all .av-social-link-facebook:hover a {
    color: green;
    background-color: purple;
    }
    #top #wrap_all .av-social-link-facebook a {
    color: purple;
    background-color: green;
    }

    I still cannot reproduce the header background issue. I have asked @ismael and @josue to take a look. Let us wait for them to check your website

    Best regards,
    Yigit

    #262532

    Hi!

    Try this (the line may have changed, do a search and find):
    https://kriesi.at/support/topic/contact-form-redirection/#post-166771

    Regards,
    Josue

    #262530
    simonac
    Participant

    Hi, i want to build a “welcome page” with nothing but an image, which is linked to the homepage.

    I tried several Options and elements but i can not find a perfekt solution in which the image is not only resposive in the width but also in height.

    Now i used the slide show full width but i can still see a small white space/line at the top and bottom.

    Is there a better way to solve that? And if not, how can i remove the space?

    Regards Simon

    #262497
    This reply has been marked as private.
    #262493

    Hi

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

    @media only screen and (max-width: 767px) { 
    .responsive #main {
    margin-top: -82px;
    }}

    Cheers!
    Yigit

    #262470

    Hey!

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

    @media only screen and (max-width: 767px) {
    .container #advanced_menu_toggle, #advanced_menu_hide {
    display: none;
    }
    .responsive .logo a, .responsive .logo img {
    height: auto !important;
    margin-top: 10px!important;
    }}

    Best regards,
    Yigit

    #262457

    Hey finon!

    Du kansst versuchen der Textbox (welche den adsense Code beinhaltet) eine eigene CSS Klasse zu geben: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ – zB verwende “adsensebox”. Dann füge zu dieser Klasse mit CSS Code einen margin-top hinzu. Hierfür empfehle ich das Quick CSS Feld zu nützen oder die child theme style.css Datei:

    
    .adsensebox{
    margin-top: 20px;
    }
    

    Cheers!
    Peter

    #262438

    Hi!

    2) Ja, dies sollte möglich sein – versuche:

    
    #top .avia_cart_buttons .button {
    width: 100%;
    text-align: left;
    }
    
    #top .button-mini-delimiter{
    display: none;
    }
    

    Re Firefox Problem – wenn die Thumbnail Regenerierung nicht hilft, könnt ihr auch mit CSS Code das Bild anpassen – verwendet hierzu diesen Code:

    
    .avia-post-nav .entry-image img {
        max-width: 80px;
    }
    

    Cheers!
    Peter

    #262436

    Allright, but does it also work without the “padding-top code”?

    A last thing: how can i move the logo to the right for x px or %?

    Thanks for support!

    #262427

    Hi!

    You can simply add following code to Quick CSS to apply it on all pages

    .html_header_transparency #top #wrap_all #main {
    padding-top: 200px;
    }

    It is working correctly. You can try adding a slider to the top of the page you posted and see that it actually works.

    Cheers!
    Yigit

    #262421

    Hey!

    What exactly do you mean by whole page? Page with transparent header removes the top padding of main content on the pages it is applied so it gives a nice effect placing logo and menu on top of slider or any other content element. You can see the example here on the demo site – http://kriesi.at/themes/enfold/homepage/transparent-header/
    Please add following code to Quick CSS as well

    #header_meta { background: transparent; }

    Cheers!
    Yigit

    #262420

    Hi!

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 990px) {
    .title_container .breadcrumb { right: auto; top: 75%; left: 0; margin-left: -2px; }
    #top .title_container .container { min-height: 60px; }}

    Cheers!
    Yigit

    #262419

    Ismael –

    Thanks for your help. When I updated the parent theme and switch back to this child theme, I get a new error (the 302 error and litespeed error is gone). Here is the error message:

    Warning: strpos() expects parameter 1 to be string, array given in /home/scott4885/public_html/wp-content/themes/nhdc-salina/header.php on line 94

    NHDC-salina is the name of the child theme. This error repeats itself, across the screen over the top of the page itself (overlayed ontop of the website) and also shows this error:

    Warning: strpos() expects parameter 1 to be string, array given in /home/scott4885/public_html/wp-content/themes/nhdc-salina/header.php on line 139

    I need to switch back to parent theme so the website doesn’t look awful. Any more help you could provide would be appreciated. Thanks!

    #262413

    Hey!

    It is currently functioning as intended. Would you like to display it like in this screenshot – http://i.imgur.com/402vw2F.png ?
    If so, please add following code to Quick CSS in Enfold theme options under General Styling tab

    .page-id-66 #main {
    padding-top: 200px!important;
    }

    To apply it on other pages, you should change the page ID. You can right click on Chrome or Firefox to inspect elements to find page ID’s http://i.imgur.com/HyPTCRg.jpg

    Cheers!
    Yigit

    #262411
    nicolasweh
    Participant

    Hi, I just want to know if there have been some change with this issue, with the latest updates.
    https://kriesi.at/support/topic/portfolio-sortable-all-no-first-by-default/
    I’m using the 2.4.2. but as I have some customs CSS changes in styles and functions, I was weighing the benefit of update.
    Thanks.

    • This topic was modified 11 years, 11 months ago by nicolasweh.
    #262399

    In reply to: Menu Position

    Hey!

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

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .main_menu { margin-top: -110px; }
    #header_main nav .social_bookmarks {
    top: 41%; }}

    Regards,
    Yigit

    #262386

    In reply to: Display bugs..

    Hey Ismael.. I pasted the following in the Quick CSS box, seemed to do the trick for me (but a little different than what you provided).

    #top .alternate_color .tabcontainer .tab.active_tab {
    color: #888888;
    border-bottom-color: #e1e1e1;
    }

    Leave this thread open, i’ll paste a link once the site does live.

    Thanks again for the support.

    #262363

    Hey Ben!

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

    div#widget_sp_image-3 {
    margin-top: -5px;
    }

    Regards,
    Yigit

    #262353

    Hi Yigit,

    Thanks for the video, what I am seeing is the grey pre page load that you can see on the video you kindly sent me at 0.09 , but I see this across the site.

    I am guessing that my Internet might be slower, so I am seeing the footer / socket grey colour load as a page, then the white background on top. I didn’t realise that the footer / socket section is coded as the whole page, and not just one section. Maybe there is no fix for this, it just looks a little messy from a professional pov, but like you mentioned faster Internet speeds may not pick it up?.

    Thanks Yigit

    Gary

    #262316
    AscenderDesign
    Participant

    Hello,

    Since the 2.7.1 theme update, the top nav bar on my website has started ghosting when scrolling up and down a page, strange nav bars appear on the page. This only seems to be happening in Chrome and Opera as far as I’m aware.

    Example: Nav issue
    Page URL: http://new.jcc.co.uk/?page_id=2339

    Do you have any ideas? I’m using a fixed height nav with a few subtle CSS changes and a sub nav, but otherwise it’s stock.

    Regards

    Christian

    #262300
    RobWu
    Participant

    Hi,

    When I ran into some odd logo related issues after uploading a local developed website, I was wondering where Enfold saves all it’s configuration data.

    The issue was that the logo showed up in all desktop related browsers, but not on the mobile devices. At first I thought it might be the transparent .PNG file I used, but in the end it was the path to the file that caused the problem.
    In the settings it was still linked to ‘localhost’, despite all my changes in the database before importing it into the new location.

    So, is all this saved in the separate .css files in the uploads/dynamic_avia folder? Or is this set in the database records?

    A ‘related’ question: Will Enfold have problems when one changes the /uploads folder (plugin or coded) for images?

    #262291
    simonac
    Participant

    Hi,

    i use the EventOn plugin.
    http://codecanyon.net/item/eventon-wordpress-event-calendar-plugin/1211017

    And i have a strange behaviour with this plugin and i do not not why this happens. Maybe you could take a look as it possibly is a conflict with enfold…

    So the problem is that an event should open with its info box when i click it. Or a map should be displayed.

    Whan i open up the page for the first time after the laptop booted nothing happens when i click on an event. Also the overview map i not diyplayed.

    Then when i log in as admin, reload the frontend page – then all is working fine. And also on another pc where it also did not open, then it works, when the page is reloaded! ( On the second pc i did not log in)

    So i do not understand where the problem comes from.

    Even when i am logged out again, then is still works on both Pc’s.

    Hope you have a hint. Thanks Simon

    • This topic was modified 11 years, 11 months ago by simonac. Reason: writing
    #262290
    MarcG5
    Participant

    Hi,

    I have WordPress 3.9.1 and the latest version of Enfold installed and I appear to have lost the Layerslider on the home page when viewing from my htc one android phone. The iPhone works and displays the slider. iPads and desktops are also fine – any thoughts on what may be causing this?

    You can see the slider trying to load (grey loading circle) but it then just disappears. I have checked the slider settings and it is set for responsive.

    Thanks in advanced for any replies and my website can be viewed here: http://marcgodfreeweddings.co.uk.gridhosted.co.uk/
    Marc

    • This topic was modified 11 years, 11 months ago by MarcG5.
    #262256

    Hi

    It’s not working with Easy Slider, Full Width Easy Slider, or Full Screen Easy Slider.

    Oddly it started working again to let me add one more slide but then has since stopped working again!

    Cheers

Viewing 30 results - 129,751 through 129,780 (of 142,946 total)