Viewing 30 results - 99,271 through 99,300 (of 142,852 total)
  • Author
    Search Results
  • #594554
    nathancole
    Participant

    Hi, great theme by the way. I love using it although something isn’t quite working as it should on one of the pages.
    I have set up 2 categories under the posts menu. ‘Jobs’ and ‘News’.
    These are set up to pull into their respective pages also called ‘Jobs’ and ‘News’ using a custom taxonomy.
    Jobs works fine and only pulls in ‘Jobs’
    News isn’t working so well as it pulls in both ‘Jobs’ and ‘News’ categories.

    How can I stop this from happening please? I’ve tried everything I know.

    Many thanks

    Nath

    #594516

    Hi @phylicia;
    then try this to target on a specifique sub menu item (which is XXX) and all the following links to sub pages
    #menu-item-XXXX .sub-menu li a{ }

    or try this to target all the following links to pages in all of the sub menus
    #top .av-main-nav ul a{ }

    #594514
    m_gnowit
    Participant

    Hi there,

    I have a couple of questions regarding my pricing table.

    1) How do I stop the alignment being messed up if one column has more content than the other?

    2) I have changed the color of the odd and even rows to background inherit, but I can’t seem to change the font color though. The even ones stay gray, I’d like to have the same color.

    3) How can I change the background color of one specific row only.

    4) Last but not least, I’d like to bold some of the content on certain rows.

    Thanks in advance

    #594498

    Hey!

    We are working on your ticket please wait while we update the results here soon.

    You don’t need to add any code in child theme for it to work only in special cases you need to add a function’s code.
    The code Yigit gave is to connect the shortcode.js with child theme but there was some plugin which was not allowing the child theme to work properly. We uploaded a new Child theme that did not make any effect but after disabling the plugins the child theme works fine…

    For testing purpose we added this code in child theme styles.css via appearance > editor > styles.css

    
    #top .main_color input[type="text"], #top .main_color input[type="password"], #top .main_color textarea {
        background-color: #FFEB3B!important;
    }

    The above code will change the contact form input field to gold color.

    To find the plugin in conflict please follow the below steps

    1. Goto plugins page > Deactivate all active Plugins
    2. Updated WordPress and Enfold to latest version if you have not.
    3. Activate one plugin at a time… refresh the page and check for the issue.
    4. Make sure the plugins are all updated

    Regards,
    Vinay Kashyap

    • This reply was modified 10 years ago by Vinay.
    #594454
    João Moreira
    Participant

    Hi,

    Since last week i cant use Advanced Layout Builder.
    I’ve stopped using minify and gzip, reinstalled theme and deactivated all plugins.

    I’ve tried in chrome, mozilla, edge, internet explorer and the problem persists.

    error

    Thanks,
    João Moreira

    #594448

    Hey!

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

    .av-special-heading-tag:after {
        content: '';
        width: 100px;
        height: 1px;
        border-bottom: 2px solid white;
        position: absolute;
        right: 33%;
        top: 45%;
    }
    .av-special-heading-tag:before {
        content: '';
        width: 100px;
        height: 1px;
        border-bottom: 2px solid white;
        position: absolute;
        left: 33%;
        top: 45%;
    }
    

    Best regards,
    Yigit

    #594444

    Hey!

    To be honest, it was not easy to understand what exactly the issue was. For future reference, please post screenshots showing the issues/changes you would like to make so we can make sure that we are on the same page and do not waste time :)
    You can upload your screenshots on imgur.com or Dropbox public folder and post the links here.
    I am glad the issue is resolved now – https://kriesi.at/support/topic/problem-with-columns-in-footer/#post-594437

    Regards,
    Yigit

    #594430

    Hi De Groot!

    That is intended as mobile menu shows menu items at the top of the page. If it was not auto scrolled to top when you click to open mobile menu, you would need to scroll manually.
    Changing it is not easily possible. Please request it here – https://kriesi.at/support/enfold-feature-requests/ or hire a freelance developer

    Regards,
    Yigit

    #594428

    Hi!

    Please remove following code from Quick CSS

    #top #header_main > .container, #top #header_main > .container .main_menu ul:first-child > li > a, #top #header_main #menu-item-shop .cart_dropdown_link {
        height: 400px!important;
        line-height: 600px!important;
    }

    and add following

    .logo {
        width: 100%!important;
    }
    
    .logo img {
        width: auto;
        margin: auto!important;
    }

    Regards,
    Yigit

    #594426
    DGC
    Participant

    Hello,

    On tablet view, when I click on the icon (hamburger) that shows the collapsible menu, it automatically goes to the top of the page.
    I want it to show the collapsible menu on the place where the user is located on the screen.
    Example in private content.

    Thanks in advance!

    #594395

    Hi Nicola!

    Please add following code to Quick CSS

    #top .av_seperator_big_border#header .av-main-nav > li > a {
        padding: 0 1px;
    }

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.

    Cheers!
    Yigit

    #594377

    Hey Ivne!

    please use the below CSS in Enfold > General Styling > Quick CSS

    Change the background image link and add more nth-child(X) if you have more menu items.

    .nested_nav .page_item a:hover::after{
      position:absolute;
      z-index:100000; 
      left:0px;
      top:50%;
      transform:translateY(-50%);
    } 
    
    .nested_nav .page_item:nth-child(1) a:hover::after{
      content:url('http://kriesi.at/themes/enfold-construction/files/2015/10/urban-development-36x36.jpg'); 
    } 
    .nested_nav .page_item:nth-child(2) a:hover::after{
      content:url('http://kriesi.at/themes/enfold-construction/files/2015/10/urban-development-36x36.jpg'); 
    } 
    .nested_nav .page_item:nth-child(3) a:hover::after{
      content:url('http://kriesi.at/themes/enfold-construction/files/2015/10/urban-development-36x36.jpg'); 
    } 
    .nested_nav .page_item:nth-child(4) a:hover::after{
      content:url('http://kriesi.at/themes/enfold-construction/files/2015/10/urban-development-36x36.jpg'); 
    } 
    

    Regards,
    Vinay Kashyap

    #594356
    olivetty1964
    Participant

    Hallo liebe Leute vom Support, ich habe mir das Enfold Theme gekauft weil ihr damit werbt das Enfold zu 100 Prozent in Deutsch übersetzt ist.
    Das bedeutet natürlich auch das Backend!

    Nun habe ich hier im Support Forum gelesen das das Backend “angeblich” nicht übersetzt werden kann.

    Allerdings bleiben die meisten Dinge im Backend weiterhin auf Englisch, diese lassen sich nicht übersetzen.
    Wie man so einen Unsinn schreiben kann ist mir unverständlich!

    Das war 2015 . Wie sieht es denn jetzt aus?

    Ich bin recht NEU wenn es darum geht mit WordPress eine Webseite aufzusetzen und mein English ist nicht besonders.
    Nur deswegen habe ich mir euer Enfold Theme gekauft.

    Ihr habt 83.325 Enfold Themes auf themeforest.net verkauft und damit über 4,9 Millionen USD Umsatz gemacht und seit nicht in der Lage euer Top Produkt zu übersetzen?

    Ich selbst habe schon eine Webseite in 10 Sprachen übersetzen lassen und weis wovon ich rede.
    Über 20.000 Euro hat es gekostet und damit war nur die Oberfläche ( Front und Backend) übersetzt. Die Datenbankeinträge ( Kategorien ca. 10.000 Stück) mussten wir selbst übersetzen. Die Kosten dafür waren noch höher.

    Ich bitte freundlichst um Antwort.

    mit besten Grüßen aus Bayern

    #594355

    Hi #cloudsearcher ;
    With these lines of code you can have a full-width logo in the header, don’t forget to set the size of your header in the Header Layout (156px).

    .html_header_top.html_logo_center .logo{padding: 0px !important; width: 100% !important;height: 100% !important;}
    .logo img{width: 100% !important;height: 100% !important;}

    (!) You should check how you would like to show the logo on mobile devices.

    #594328
    cloudsearcher
    Participant

    Hi,

    I have uploaded a logo for my website (2200x150px) and I would like to display it on top of my site. The standard logo size is 340px * 156px. First I set “Logo center, Menu below” in the Header Layout preferences pane. Unfortunately I only can set the height of the logo, but not the width. The logo is displayed in 340x156px. How can I set the width of the logo in CSS and where can I place the CSS-code?

    Best regards,

    Holger

    #594323
    J.A.R.
    Participant

    Hello,

    when some one uses the contact page form to contact us, I get a nice big ‘SPAM’ in the start of the subject line in the email in my mailbox. how can i stop my email from thinking its spam?

    #594313

    Hey!

    Please note the css should be as below you missed the URL before the image path :)

    Request you to create new tickets for new issues sow e can keep the focus on main topic.

    .single-product{
        background-image: url("http://www.femina-plus.com/wp-content/uploads/2016/03/Orchids-100dpi-55.jpg");
        background-size:cover;
    }
    

    Regards,
    Vinay Kashyap

    #594311

    In reply to: Banner as logo

    Hey!

    To move the menu away from the logo please add the below CSS in Quick CSS adjust value 10 to suit your design.

    .html_header_top.html_bottom_nav_header .main_menu {
        margin-top: 10vh!important;
    }
    

    Best regards,
    Vinay Kashyap

    #594306

    Hi!

    Sorry for the late reply!
    Please add following code to Quick CSS as well

    #top #searchsubmit { 
        min-height: 39px !important;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
    }
    input#s {
        border-top-left-radius: 3px!important;
        border-bottom-left-radius: 3px!important;
    }

    Best regards,
    Yigit

    #594305

    Hey!

    Sorry for the late reply!
    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    form.post-password-form p {
        font-size: 20px;
        font-family: arial;
    }
    #socket .container {
        padding-top: 0;
        padding-bottom: 0;
    }

    Please post a screenshot and show the changes you would like to make regarding “fullwidth header photo”. You can upload your screenshots on imgur.com or Dropbox public folder and post the links here.

    Cheers!
    Yigit

    #594297

    Hey!

    Sorry for the late reply!
    Please try uploading your slider images in the same ratio to avoid that. If you would like to stop the page moving up and down, please post the link to your page so we can look into it.

    Regards,
    Yigit

    tintin119
    Participant

    Hello,

    I’d like to make a very simple header with only main menu + social icons centered on the same line without logo

    just like this :

    I saw a lot of topics and tried a lot of CSS but I can’t find what I need…

    Thank you for your help…

    #594244

    Hey!

    It totally depends on the video encoding some browsers may not recognise if you encode it out of the specifications they accept. Hence it’s best to upload to services like youtube which do the job correctly and keeps it updated.

    Add the HD video parameter in the youtube link https://developers.google.com/youtube/player_parameters

    For example:

    https://www.youtube.com/watch?v=7Ya71Vtkccc?&controls=0&modestbranding=0&autoplay=1&rel=0&showinfo=0&hd=1&autohide=1&color=white
    
    in the above URL On = 1  and Off = 0 the rest of them are parameters allowed by google
    
    controls=0
    modestbranding=0
    autoplay=1
    rel=0
    showinfo=0
    hd=1
    autohide=1
    color=white

    Or upload your video to youtube once it’s encoded download from youtube and serve the mp4 video it from your server.

    Cheers!
    Vinay Kashyap

    Hey!

    Alright. Please remove the css code then replace it with this:

    #top #main .sidebar {
        background: red;
        padding-right: 50px;
    }

    Add this code in the functions.php file:

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

    Best regards,
    Ismael

    #594238

    Hello!

    Sorry for the delay. I´ ve tried a ton of things but I guess, there´s wrong something else with my .png´s. Have to figure it out.

    Please close topic.

    Thank you!
    Rudi

    #594237

    In reply to: Menu problems

    Hi!

    We are working on your ticket please wait while we update the results here soon.

    The code that Basilis gave is correct please add it at the top of the Quick CSS if you still have any issues please create a temporary user with ‘administrator’ role and share in private content with permission to deactivate all plugins and add custom code if necessary to help you resolve this issue.

    Best regards,
    Vinay Kashyap

    • This reply was modified 10 years ago by Vinay.
    #594228

    Hey!

    Thank you for the info. This is a common issue with search index plugins such as SearchWP and Relevanssi plugin. Unfortunately, we haven’t found a fix yet. Please open a new ticket in the SearchWP forum.

    Related thread (relevanssi): https://wordpress.org/support/topic/relevanssi-conflict-with-post-archive-pages-under-wp4?replies=16#post-6069671

    Regards,
    Ismael

    #594218

    Hi!

    I’m trying to login to the site again but it’s not working. Please check (https://kriesi.at/support/topic/the-text-on-my-layerslider-text-box-is-inconsistent/#post-579975)

    Try to replace the css code with this:

    @media only screen and (max-width: 767px) {
    .layer-textbox {
    padding-top: 20px !important;
    box-sizing: border-box !important; 
    }
    }

    Place all css media queries at the very bottom of the Quick CSS field.

    Best regards,
    Ismael

    #594214

    In reply to: Magazine

    Hi uebes!

    Thank you for using Enfold.

    Excerpts are only enabled on the hero post. If you want to add the excerpt to the posts, modify the magazine.php file. Please refer to this link for more info:

    https://kriesi.at/support/topic/magazin-element-visible-extract/
    https://kriesi.at/support/topic/show-excerpt-in-all-magazine-blog-list/

    Best regards,
    Ismael

    #594208
Viewing 30 results - 99,271 through 99,300 (of 142,852 total)