Viewing 30 results - 91,711 through 91,740 (of 142,812 total)
  • Author
    Search Results
  • #674398

    Hi,

    as I said it would be best to use different tickets for different questions/issues, cause then you would get faster replies.

    As far as I understand you want to achieve this:

    strong.logo {
    top: 40px;
    }
    .logo
    img {
    max-height: 180px;
    }
    .logo, .logo
    a {
    max-height: 180px !important;
    }
    

    I hope this helps. Otherwise a mockup showing the results would help (use imgur.com or dropbox).

    Best regards,
    Andy

    #674385

    Hi,

    would be best to ask WooComemrce and/or WPML support about it. Check out this:
    https://wpml.org/forums/topic/how-to-translate-woocommerce-pages-on-wpml-multilingual-website/
    https://wpml.org/forums/topic/how-can-i-translate-text-that-i-added-on-woocommerces-my-account-page/

    Best regards,
    Andy

    #674380

    Still need help! Per the plugin author’s documentation. I created a copy of the single.php file and renamed it single-job_listing.php. I tried removing `get_header();

    $title = __(‘Blog – Latest News’, ‘avia_framework’); //default blog title
    $t_link = home_url(‘/’);
    $t_sub = “”;`
    but this just changed the title from “Blog” to “Blog – Latest News”. Not sure why this would add “Latest News” to “Blog” – strange. So I reverted back to the original code from single.php file.

    Regardless, I don’t want my job listings to have any reference of “Blog” at the top of the page. Need this removed.

    It would be great if I could add a custom sidebar too to this template. Much like a regular blog post or page where I adjust what is in there via widgets but not sure if this is possible. Please help! Here’s a link to a single job posting with the original php code: https://www.onesourcebackground.com/job/operations-specialist/

    BirgitteAlstrom
    Participant

    I would like to have the “Logo and Main Menu Area” in fullwidth, but right now it is in the same width as the maximum container width.
    I have the following settings in Enfold:
    – Stretched layout
    – Logo and main menu: top header
    – Responsive site
    – Maximum Container Width: 1130px
    Is there anything I can do?

    #674360
    Aniona
    Participant

    Hi Enfold team

    I tried to add horizontal lines between the blog posts on the start page according to https://kriesi.at/support/topic/dividing-line-between-blog-posts/ by adding

    .blog .post_delimiter {
    border-bottom: 1px solid #492e26;
    }

    to the Custom CSS.

    But unfortunately, they don’t show (tested on desktop/Firefox/Konqueror and tablet/Firefox). How can I get the horizontal lines there?
    I would like to have some space and a dividing horizontal bar between the blog post excerpts on http://welt-der-vorfahren.de.

    Thanks for your help.
    Anja

    AllanDavidBush
    Participant

    The logo on Enfold top left is not scaling correctly at around tablet size – test by dragging window to make page smaller. The logo is being broken into by the menu.
    This theme is useless if I can’t get the customer logo to scale correctly.

    #674355

    Topic: adding new script

    in forum Enfold
    lzevon
    Participant

    Still no word on my other ticket (https://kriesi.at/support/topic/issues-with-css-class-targeting-in-firefox-and-edge/)
    – I wonder with 45 copies of this theme if there is any premium support options?

    Anyway, I was wondering if you could investigate why the following isn’t working. I’m trying to use a combination of Javascript and CSS to achieve tabs. In the child theme directory I created a new folder called ‘js’ and in that folder a script called tabs.js with the following code…

    var tabs = document.getElementById('tabs');
    var ps = tabs.getElementsByTagName('p');
    var p;
    var spans;
    var span;
    var w;
    var wTab = 180;
    
    for (var i = 0; i < ps.length; i++)
    {   p = ps.item(i);
        spans = p.getElementsByTagName('span');
        for (var j = 0; j < spans.length - 1; j++)
        {   span = spans.item(j);
            w = span.offsetWidth;
            w = Math.ceil(w / wTab) * wTab - w;
            span.style.paddingRight = w + 'px';
        }
    }

    In the functions.php file I added…

    wp_register_script( 'tabs', $template_url.'./js/tabs.js', 'jquery', "1", true);
    wp_enqueue_script( 'tabs' );

    and then in the page I added in a text block…

    <div id="tabs">
    <p><span>Date 1</span><span>Event</span></p>
    <p><span>Date 2</span><span>Event</span></p>
    <p><span>Date 3</span><span>Event</span></p>
    </div>'
    
    Because the editor kept removing the span tags I also added the following to the bottom of the <strong>functions.php</strong> file...
    

    function myextensionTinyMCE($init) {
    // Command separated string of extended elements
    $ext = ‘span[id|name|class|style]’;

    // Add to extended_valid_elements if it alreay exists
    if ( isset( $init[‘extended_valid_elements’] ) ) {
    $init[‘extended_valid_elements’] .= ‘,’ . $ext;
    } else {
    $init[‘extended_valid_elements’] = $ext;
    }

    // Super important: return $init!
    return $init;
    }

    add_filter(‘tiny_mce_before_init’, ‘myextensionTinyMCE’ );`

    #674335
    BelIblis
    Participant

    Hi guys,

    I’ve seen this thread here, but it’s closed…
    https://kriesi.at/support/topic/avia-principles-feature/#post-409094

    Just wondering: Are you going to release this feature any time soon?
    If not: no worries. I’d just like to know if it’s worthwhile waiting.

    Thanks a lot!

    #674329
    scotryan
    Participant

    Hi,

    I am struggling with parallax – I am trying to apply this feature to an image.

    I have:

    (1) Added a Colour Section
    (2) Added the image to as a “Custom Background Image” to the Colour section
    (3) Selected Parallax / Center Center / No repeat

    You can see what the result of this is – http://v2.robianglobal.com/products-services-2/

    This is nearly what I want, however, the issue is that the image at the top of the page isn’t “constrained” within the colour section like the rest of the colour sections below?

    If I change the “Background Attachment” option to Fixed or Scroll, the image is constrained (however, no parallax :( ) – …. e.g. http://v2.robianglobal.com/wp-content/uploads/2016/08/exmaple.png

    Thanks

    Scot

    #674302
    mgyura
    Participant

    When you hover on a main level to get the drop down visible and then move the cursor down on the drop down, the background hover state disappears from the main level item, which is the font color white with a white background. How do we maintain the hover color of the text while hovering over the sub menu?

    And how do you have top level nav items have a specific state (in this case white background with maroon text) when you are on child pages under that main level. Does that make sense?

    #674270

    Hello-

    Where would you insert this code? I’m having great difficulty as well with images not resizing on mobile phones. I have read a ton of the forum topics here but can’t seem to get it to work. Is it possible to put the correct steps in one place than can be easily referenced?

    Thank you,

    Ted

    #674268
    RachelFleury
    Participant

    Hi,

    I want my footer menu to be centered but I don’t know which element I should modify in the CSS. I’ve tried to apply the “text-align:center” property to several elements but it never worked.

    Here are the modifications I’ve already made to the CSS:

    div#footer.container_wrap.footer_color{
    text-align: center;
    color: black;
    background-color: #360836;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 10px;
    }
    
    section#wpcw_social-6.widget.clearfix.wpcw-widget-social{
    font-size: 32px;
    margin-top:0px;
    margin-bottom:0px;
    }
    
    section#wpcw_social-6.widget.clearfix.wpcw-widget-social li{
    margin-bottom: 0px;
    color: white;
    }
    
    footer#socket.container_wrap.socket_color{
    background-color: #360836;
    border: #360836;
    margin-top: 0px;
    }
    
    div.container nav.sub_menu_socket{
    font-size: 15px;
    padding-top: 15px;
    }
    
    #socket .sub_menu_socket li{
    margin-bottom:30px;
    }
    
    #socket .sub_menu_socket li a{
    color: white;
    }
    
    span.copyright{
    text-align: center;
    font-size:13px;
    clear:both;
    padding: 15px;
    width: 100%;
    color: white;
    }
    
    span.copyright a{
    color: white;
    }
    
    span.copyright a:hover{
    color: white;
    }
    
    @media only screen and (max-width: 479px) {
    .responsive #socket .sub_menu_socket {
    display: block !important;
    width: 100%;
    }
    
    .responsive #socket .sub_menu_socket ul li {
    float: none;
    border-left: none;
    text-align: center;
    }
    
    }

    Thanks for your help!

    #674236

    Hey thanks.

    No we dont use the logo are. So, the first element we use on the site is a slideshow fullwidth. In this slideshow there is a graphic which looks like the logo.

    The question now is, how can we display diffrent slideshows on desktop and mobile?

    #674233
    drkaske
    Participant

    Hi there,

    hope you guys can help us out.

    We using a slideshow to display the logo of the website. Now we would need a different logo on the mobile Version. Also in the slideshow.

    Please see the website.

    Thanks in advance!

    Thanks Jordan. The vertical alignment was also off, so I added an additional line of code to yours, and it looks good:

    label.subscribe-label {
        left: 25px !important;
    top:-3px!important;
    }

    as you see you only need a class or an id for that rotating trick!

    if you want f.e. that the icons in an icon-box (big icon at top) rotate once on hovering give the iconbox a class ( in my case: rotating_icon)

    (if you want that every iconbox react like this forget about custom css and make it for .iconbox_icon:hover )

    
    .rotating_icon .iconbox_icon:hover{
    animation-name: iconrotate;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-play-state: running;
    /* Firefox: */
    -moz-animation-name: iconrotate;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: 1;
    -moz-animation-play-state: running;
    /* Safari and Chrome: */
    -webkit-animation-name: iconrotate;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-play-state: running;
    -webkit-backface-visibility: visible
    }
    @keyframes iconrotate
    {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
    }
     
    @-moz-keyframes iconrotate /* Firefox */
    {
    from {-moz-transform:rotate(0deg);}
    to {-moz-transform:rotate(360deg);}
    }
     
    @-webkit-keyframes iconrotate /* Safari and Chrome */
    {
    from {-webkit-transform:rotate(0deg);}
    to {-webkit-transform:rotate(360deg);}
    }
    • This reply was modified 9 years, 6 months ago by Guenni007.
    #674212
    #674211

    for detail information on enable cors : http://kriesi.at/documentation/enfold/enable-cors/
    in case of a non apache server read above to solve the problem.

    On Apache Servers :
    Add this to your htaccess file (root directory of your installation as “.htaccess” file – without extension!)

    <FilesMatch "\.(ttf|otf|woff)$">
    <IfModule mod_headers.c>
    Header set Access-Control-Allow-Origin "*"
    </IfModule>
    </FilesMatch>

    look here: https://kriesi.at/support/topic/icons-not-showing-data-av_icon-empty/#post-580430

    #674197

    This topic isn’t even about maps! As I said, i’ve fixed the maps issue by not using the enfold map widget and instead, embedding a map direct from google.

    All I want is help with the header but that was two weeks ago and I have had to launch the website as it is, two weeks is a long time to wait for support!!

    Please just close this thread if you can’t help with the original question.

    As far as maps go, i’m sure you’ll find out what caused it and fix it in an update but for now, i’m fine.

    Thanks,
    Paul

    #674194

    Hi Andy,

    What else can you you suggest? Is there a way to stop the header widget scrolling with the page?

    #674154

    Rikard,

    I had a feeling you guys were on top of it. Thank you! You rock and Enfold is the best theme I have found yet! Not that I am even looking anymore…

    #674138
    agenceism
    Participant

    Hello,

    Excuse me for the disturb but I have a responsive issue with the menu :
    On mobile phone when I click on it it goes at the bottom of the section and not at the top. It is worst because sometimes a part goes in an other section.

    How can I solve it ?

    #674115

    In reply to: Can not save text

    Hi Thanks,
    Im having difficulty especially in the wedding page, and in any text block, All im doing is trying to edit the text
    when i click save it does not sometimes the page stops responding.

    Thanks
    Gaz

    #674095
    Biggy
    Participant

    Hi,
    after the update to wp 4.6 and with enfold 3.7.1 we have some problems with images in a color section.
    We have a image inside with this settings:
    At least 100% of Browser Widow height in the Section Layout
    Section Background with Logo Area
    A image with 1920 x 1080
    Background >> Scrolling
    Position >> Top Middle
    Background >> Stretch to fit
    Transparent Header
    Layout >> No sidebar

    Meanwhile loading the site (image) you can see a black background.
    But we have no settings anywhere with a black background.
    And when switching to the site you can see a second changing.
    Before you can see the whole image, the image is greatly enlarged.

    We have this effect only with big images and only with wp 4.6.
    We reset 4.6 to 4.5.3 and enfold 3.7.1 and all is fine.
    We guess any javascript is responsible for the issue.
    Regards Biggy

    #674092
    schiffbauer00
    Participant

    Hi,
    I have a minor issue adjusting the logo in mobile view. It is too much to the top of the header…
    I did the following to adjust the logo:

    .logo img { margin-left: 80px; }

    strong.logo img {
    padding-top: 10px;
    }

    @media only screen and (max-width: 989px) {
    .responsive #top .logo {
    margin-left: 80px;}
    }

    @media only screen and (max-width: 767px){
    .responsive .logo img {
    margin-bottom: -20px;
    margin-top: 20px;
    }
    }

    The last part is for the adjustment in mobile view and here is the problem.
    The position is Ok, but because of the “margin-bottom: -20px;” a part of the logo is cut of now.
    What is a better work around?

    Thanks!
    Jan

    yes we need a link! on this test page of mine the code works well: http://webers-testseite.de/ikom/

    if you like to reduce the hight of that container:

    .title_container {
        height: 40px !important;
    }
    
    #top .title_container .container {
        min-height: 40px;
        padding-bottom: 0;
        padding-top: 0;
    }
    #674078

    same code in child-theme functions.php but instead of css code above try this here (padding-right is the logo distance):

    div .logo {
        float: left;
        padding-right: 25px;
        left: 0;
        position: relative;
        z-index: 1;
    }
    
    .logo.second-logo {
        float: left;
        position: relative !important;
        z-index: 1;
    }
    
    .responsive #top .logo {
        height: auto !important;
    }

    see link: Link

    #674066

    Hi Jordan,

    I’ve added that but it didn’t change anything. I still can’t see a blue bar with the phone number at the top of the screen on mobile?

    Thanks
    Lindasy

    #674060

    Hi Claudia,

    1. Video Autoplay is disabled due to manufacturer limitations unfortunately, there isn’t anything we can do about that. Please set a fallback image for the section instead in the element options.

    2. Since it’s a background element there won’t be any sound, you would have to use the Video element for that.

    Regards,
    Rikard

    #674056

    In reply to: Column Align

    Hi,

    Great, glad you got it working and thanks for sharing that :-)

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

    Best regards,
    Rikard

Viewing 30 results - 91,711 through 91,740 (of 142,812 total)