Viewing 30 results - 135,151 through 135,180 (of 142,791 total)
  • Author
    Search Results
  • #209559

    Thanks Yigit … works well :-)

    #209554

    Hi!

    Please refer to this topic: https://kriesi.at/support/topic/custom-js/

    Best regards,
    Josue

    #209547

    Hi again,
    1- this did not work, I even added an !important; to the last line.
    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .header-buttons {
    left: 0;
    }

    Here is my current code, that I’ve added in the Quick CSS:
    /*Add reserve now button to Header-added code to header.php*/
    .header-buttons {
    position: absolute;
    right: 0;
    border: none;
    top: 0;
    left: 495px;
    }
    .header_color .header-buttons a {
    display: block;
    padding: 2px 7px 5px 7px;
    font-size: 21px;
    font-weight: bold;
    float: left;
    color: #f8d699;
    border-radius:0px 0px 15px 15px;
    }
    .header-buttons a.header-chat { background-color: #985e06; left center no-repeat; }
    /*Color hover of TripAdvisor*/
    #top .social_bookmarks_tripadvisor:hover a {
    color:#ff;
    background-color: #29A959;
    }
    /*testing- Move Reserve button on iphones*/
    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .header-buttons {
    left: 0px !important;
    }

    2. As you suggested, I’d like to hide the layerslider on mobile. Can you tell me how to do that? Do I still need to assign a css selector? If so, can you point to or share more info on how to do that? I’m only familiar enough with it to be dangerous at this point.

    Thanks -Lynn

    You can find the website at this link: http://bit.ly/1fqPkFc

    #209546

    Hi!

    You can tweak the css a bit to only target your archive pages like this:

    
    #top.archive .products .product h3 {
    padding-top: 5px;
    font-size: 15px;
    line-height: 18px;
    font-weight: normal;
    margin: 0;
    font-family: "Georgia", "Times New Roman", Helvetica, Arial, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    }
    

    The horizontal line however isn’t doable through support as you would need to add a custom function to filter the category name output to add the additional html needed to get the same effect.

    Cheers!
    Devin

    #209541

    I re-ran the same test you had previously and its showing no issues now as well: http://www.webpagetest.org/result/140114_MD_M4Y/

    #209536

    The easiest way would be to change them into an icon font. Fontello has an upload section at the top for your own svg files so that it can then re-package them into a download for you.

    Otherwise you would need to inspect each icon item, hide the font character and then replace it with a background image of that icon you want to use.

    That would need to be done for each individual icon in the icon list.

    Hi Yigit,

    Thank you for your quick response.

    I am always testing these after flushing the cache.

    It does exactly what can be seen on the picture you posted. Probably I did not express myself clearly. Sorry.

    I define 3 type of menu items:

    1.) Main Menu Item – Visible on the header no matter if hoovered or not
    2.) 1st level submenu items – These are the children of the Main menu items
    3.) 2nd level submenu items – These are the children of the 1st level submenu items

    The way the 1st level submenu items behave by default is perfect.
    At the moment with the code what Josue provided the 2nd level submenu items appear on top of their parent instead of opening to the right. By default the 2nd level submenu items items are opening to the left of their parent. I want to orverride the default setting and make the 2nd level submenu items open to the right of their 1st level submenu parents.

    I have changed the menuitems under the HOME main menu item to make my description more visible.

    #209526

    Thanks Yigit :-)

    I was actually able to restore the regular version with the parent Enfold theme.

    In the Child theme the changes are the following:
    – the menu on top of the page includes all pages, not just the ones that make part of the original menu, so there is a justaposition of hyperlinks that looks really bad.
    – there doesn’t seem to be the correct colored buttons and hyperlinks as in the original styling section: they all remain green as per Enfold default, instead of being the custom color I selected to fit in the site.
    – the divider bar in the blog is no longer 75% as before, but maybe I suppose I have to redo the change within the file with the code you gacve me, since it’s a different theme, right?

    Those are the first tings i saw. I couldn’t keep the site that way so i didn’t have time to investigate further and restored the original parent theme.
    It would be very useful to have the child theme running as the parent, but if I can’t get it, it’s kind of useless to me and I unfortunately have to redo all the custom changes manually everytime there is a new Enfold theme update (which is quite bothering).

    Thanks for your quick feedback.
    I really appreciate.
    Antonio

    #209524

    Hi MichaelAbel!

    In WordPress dashboard please go to Appearance > Editor and open Header.php file and find following line

    if(strpos($headerS,'bottom_nav_header') === false) avia_social_media_icons($social_args);

    and add following right below it

    echo avia_breadcrumbs();

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

    #header_meta .breadcrumbs { float: right; margin-top: -25px;  }

    Best regards,
    Yigit

    Hi Jouse,

    Thank you for your reply. The code you posted is doing something different.

    Now the 2nd level submenu items simply appear on top of the 1st level submenu items. I want the 2nd level submenu items to be opened to the right, from the 1st level sumbenu items .

    Regards,
    Tom

    #209505

    Hi!

    Social icons are there actually, i have just checked on my iphone as well http://i.imgur.com/qhAD1R8.jpg
    but they are not centered. You can add following code to Quick CSS to center them

    @media only screen and (max-width: 767px) {
    .responsive.bottom_nav_header #header_main .social_bookmarks {
    top: -15px;
    }}

    Regards,
    Yigit

    #209459

    Topic: Spacing/padding

    in forum Enfold
    aparteDenmark
    Participant

    Hi guys.

    Thank you for making this wonderfull theme :-) I have just a few minor problems regarding this site:

    http://jsa-sikring.apartebuild.dk/

    description

    I would like to make the spacing smaller in 2 of the marked areas (horizontal ones) and i would also like to have some padding on the left side of the text in the footer

    Would you be kind to provide some code ?

    I have already copy/pasted some code (found here in the forum) into the quick css field to remove spacing in top/bottom of the page perhaps some of it is redundant and/or confusing. Please have a look:

    .content, .sidebar {
    padding-top: 10px;
    padding-bottom: 10px;
    }

    body .column-top-margin {
    margin-top: 10px;
    }

    .content, .sidebar {
    padding-top: 10px!important;
    padding-bottom: 10px!important;
    }
    body .column-top-margin {
    margin-top: 10px!important;
    }

    .content, .sidebar {
    padding-top: 10px!important;
    padding-bottom: 10px!important;
    }

    body .column-top-margin {
    margin-top: 10px!important;
    }

    .av_promobox {
    padding: 20px 30px;
    margin: 70px 0;
    }

    #top .boxed {
    padding: 10px 0;
    }

    #top .fullwidth .entry {
    padding: 10px 40px;
    }

    #wrapper_main {
    padding-bottom: 10px;
    }

    #top #footer_inside {
    padding: 5px 15px 5px 15px;
    }

    .boxed #wrapper_footer_bottom {
    margin-bottom: 0;
    }

    #footer {
    padding-bottom: 10px !important;
    }

    Thank you so much for your help
    Kind regards
    Claus.

    #209451

    No i cant, this site is non public, sorry.
    But i was able to fix that with following css code

    .main_color .bbp-author-name {
    color: #000000;
    }
    .main_color .bbp-topic-title {
    color: #000000;
    }
    .main_color .bbp-topic-voice-count {
    color: #000000;
    }
    .main_color .bbp-topic-reply-count {
    color: #000000;
    }
    .main_color .bbp-forum-info {
    color: #000000;
    }
    .main_color .bbp-forum-topic-count {
    color: #000000;
    }
    .main_color .bbp-forum-reply-count {
    color: #000000;
    }
    #209447
    This reply has been marked as private.
    #209442

    Hi Raju!

    1) Please create me an admin account and post the login credentials as private reply – I’ll look into it.

    2) Maybe you didn’t translate the 404 error text? Please use this plugin: http://wordpress.org/plugins/codestyling-localization/
    Install the plugin, go to Tools > Localization and select “Themes”. Then search for “Enfold” in the list and click on “Add new language”. Then select your language from the list and click the “create po-file” button. Click on “Rescan” to search for all text strings. Then click on “Edit” and translate the required strings from the “avia_framework” textdomain. At least click the “create mo file” button next to the “Textdomain” selection dropdown (top left corner).

    3) It would surprise me if the theme causes this issue. Please switch to the TwentyThirteen theme and check what happens when the validation fails.

    Regards,
    Peter

    #209434

    Hey n4n1!

    1) Kriesi uses following css code

    
    #bbp-search-form #bbp_search {
    width: 75%;
    margin: 0;
    padding: 12px 12px;
    }
    
    #bbp-search-form #bbp_search_submit {
    width: 25%;
    padding: 14px 22px;
    top: -1px;
    position: relative;
    }
    

    for his search form ( https://kriesi.at/support/ ).

    2) Afaik bbpress creates a forum page which you can edit like a standard page (Pages > All Pages). If you can’t find such a page you can create a custom page and then use one of the shortcodes here: http://codex.bbpress.org/shortcodes/ to embed the forum into your content.

    Regards,
    Peter

    #209418
    MichaelAbel
    Participant

    Hi,

    first i want to thank you for this amazing support! I’ve already found a lot of answers here! (y)

    My problem is, that i want to display the breadcrumbs at the top right, above my header. I am using the fixed header with social buttons and additional navigation and it would be nice to display the breadcrumbs in the “phone number or small info text area” … any hints?

    Thanks a lot,
    Michael

    #209404

    Hey peacnet!

    Please add this on your custom.css or Quick CSS:

    #top .avia-logo-element-container img {
    width: auto;
    }

    Refer to this link: https://kriesi.at/support/topic/partnerlogo-element-is-a-mess-on-ie10/

    Best regards,
    Ismael

    #209384
    pako69
    Participant

    Hello,
    I would like to have only the flags in my mainmenu, i have sellected the right option in the WPML admin options, but it always show the languages in a drop down list.
    I allready read this: https://kriesi.at/support/topic/problem-with-wpml-language-selector/ but it do not help me.
    I can’t give you my website URL because it’s under developpement and private but i can give you a simple acces if you want to see it ?

    I also read this: http://wpml.org/documentation/getting-started-guide/language-setup/custom-language-switcher/ but i would be forced to include some PHP/CSS/HTML code into you theme… :-(

    Thanks

    PS: please excuse my bad english, i’m not english…

    Hi Sebastian!

    I actually just did something like that for a client the other day and am planning to do a more full write up for the online docs since its such a popular home page style.

    The basics of what you need to do are simple: remove the header background, position it floating on top of the content and then give that first block of content extra padding to push it down below the menu.

    
    /*Removes
    ================================================== */
    
    #header_main {
      border: 0;
    }
    .header_color .header_bg {
      background: transparent;
      border: 0;
    }
    
    /* # Header
    ================================================== */
    
    #top .logo {
      left: -4px;
    }
    
    /*Navigation*/
    .header_color .main_menu ul:first-child > li > a {
      color: #fff; 
      font-size: 15px;
    }
    .header_color .avia-menu-fx {
        background: #aabdd3;
        border-color: #aabdd3;
        display: none;
    }
    /* # Home Page Specifics
    ================================================== */
    
    /*Header*/
    #top.home #header {
      position: absolute;
      padding-top: 40px;
    }
    
    /* #intro */
    #top.home #intro {
      padding-top: 128px;
      height: 710px;
      background: #e6e6e6;
      border: 0;
    }
    

    This assumes that on your home page you have that first item set inside of a color section with the developers field filled in with “intro” so that its wrapped in the #intro ID. On your demo page the first div is #fullscreen_slider_0 . So you would replace intro with that:

    
    #top.home #fullscreen_slider_0 {
      padding-top: 128px;
      height: 710px;
      background: #e6e6e6;
      border: 0;
    }
    

    If you don’t want the transparent background to be on the sub pages then you would prefix the selectors with #top.home just like I’ve done for the #intro section and the modified version for your site specifically.

    Best regards,
    Devin

    #209338

    Thanks so much for the response, Devin.

    I changed the font weight about a month ago because I was having a conflict with one of my plugins. I just removed that bit of code from custom.css and noticed I don’t need it anymore…interesting. Glad it’s fixed in any case. Here’s why I originally added it: http://wordpress.org/support/topic/bolded-font-changingbecoming-too-bold .

    The second issue is a little trickier. The font still appears a little messed up in both firefox and chrome, but it looks fine on my iphone. Here’s what I’m seeing: http://onlinemarketingsecrets.com/wp-content/uploads/2014/01/font-issue.png . This is happening with any new posts since updating last week. The aesthetics of the font is only one change I’ve noticed, whenever a new post loads I immediately see a different address before it quickly redirects to the proper address. You can see this other address if you copy/paste the link. For example, here’s a copy/paste of that post link (which is what all my new posts are doing now): http://onlinemarketingsecrets.com/wh%D0%B0t-%D1%96%D1%95-twitter-%D0%B0nd-%D1%96t-work/ . It should be http://onlinemarketingsecrets.com/whаt-іѕ-twitter-аnd-іt-work . If I copy/paste any post created prior to last week it won’t have all those extra letters and symbols (the post in question was done a few days ago but backdated). Since those 2 things starting happening at the same time (after the update) I’m thinking they’re related.

    Not sure what’s going on. I didn’t change the permalink setting, and I checked it and it’s correct. Today I tried flushing the rules with Rewrite Rules Inspector but it didn’t help.

    Brian

    #209309

    Hi!

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 480px) {
    .responsive #header .social_bookmarks { margin-left: 30px; }}

    Regards,
    Yigit

    #209290

    Hey mcurry!

    Just to make sure, please try adding following code to Quick CSS in Enfold theme options under Styling tab

    .gform_wrapper .chzn-container, .gform_wrapper .chzn-container .chzn-drop, #top .gform_wrapper input { width: 200px!important; }

    If that does not work, please try adding the same code to Custom.css file inside Enfold/Css folder and flush browser cache and refresh your page a few times

    Regards,
    Yigit

    #209289

    In reply to: Font Size of Comments

    Tried it, didn’t work. Found some other sites using the plugin and seemed like their text was also super small. Seems like a big oversight by facebook as the comments are very difficult to read. Anyways, thanks so much for taking a close look.

    I’ve decided to go with Jetpack Comments as it has facebook login (no facbook notifications for replies as far as I can tell though – am I wrong about this?) and the code you gave me earlier for the comment font size works :)

    However, the code you gave me for the “notify me of follow up comments by email”

    #top label { font-size: 20px; }

    doesn’t work for jetpack – though it does work for the built in comments. Any other codes I could try?

    Thanks

    Jonny

    thanks so much for the swift reply.
    that has changed the colour of the text at the top of the page, i.e. Catalyst2Change – Making Change Happen
    is there also a way to change the social media button so they are lighter in colour as well please?
    thanks again,
    paul

    #209253

    Hey!

    Try adding this code to the Quick CSS:

    .logo, .logo img {
        max-width: 340px !important;
        width: 340px !important;
        height: auto !important;
        max-height: none !important;
    }
    .logo img{
        position: relative;
        top: -40px;
    
    }

    Cheers! 
    Josue

    #209252

    Hi Lee!

    Try with CF7: http://wordpress.org/plugins/contact-form-7/

    Afaik, the current built-in contact form does not have that feature: https://kriesi.at/support/topic/contact-form-email-field-as-sender-from/

    Best regards,
    Josue

    Hi there, thanks for helping me sort the heading colours.
    also, in the above i also asked how i could achieve the same for the following as well please:
    “also, would like to lighten the other grey text in the header such as the social media links, the search button icon and the strapline at the top which says Catalyst2Change – Making Change Happen.”
    please advise…
    thanks again,
    paul

    #209234

    Er, one more thing though: on mobile devices the play button is now landing on top of the other social media buttons. Can you please help me fiix this? Thanks again!

    #209231

    In reply to: Adjust header

    Hi!

    1- You are going to need to hire a freelance developer for that kind of customization as it is beyond the scope of support we can provide. You can also request quote here.
    2- Please add following code to Quick CSS as well

    .main_menu ul:first-child > li > a { padding: 0 5px; }
    #top .main_menu .menu>li:last-child>a { padding-right: 5px; }

    Best regards,
    Yigit

Viewing 30 results - 135,151 through 135,180 (of 142,791 total)