Forum Replies Created

Viewing 30 posts - 61 through 90 (of 165 total)
  • Author
    Posts
  • in reply to: How to remove sidebar on the right and line on the top #779222

    Hello v4inee,

    try to put that code on quick CSS. Go to Enfold Theme Options -> General Styling -> Quick CSS.

    .avia-menu.av_menu_icon_beside { 
        border-right-width: 0px !important;
    }

    Thank you.

    in reply to: Fullwidth Easy Slider caption center left-align text #779213

    Hello changegroup,

    try again to put that code on quick CSS. Go to Enfold Theme Options -> General Styling -> Quick CSS.

    .avia-caption-content {
        text-align: left !important;
        width: 500px !important;
        margin: auto !important;
    }

    If you want, you can change the width.

    Thank you

    in reply to: Remove asterisks from contact form #779195

    Hello Nikko,

    that works perfect for text fields.

    Also, to remove the asterisk from textarea field in line 658

    $extra = "*";

    replace it with:

    $extra = "";

    Thank you very much for your help.

    in reply to: Verticaly center logo in header #777182

    Hello,

    best solutions is to make a logo with that dimensions (Logo Dimension: 340px * 156px). You can enter a canvas around the logo and save as png in that dimensions. See that link

    Upload logo and on Size (you can find that on botttom right at page) select Full Size: 340 x 156.

    Now your logo align vertically on center and when you scroll down on page the logo on nav menu has decrease dimensions(weight – height).

    Thank you

    in reply to: Font of Sort Filter #777171

    Hello pan_wang0,

    try again to put that code on quick CSS. Go to Enfold Theme Options -> General Styling -> Quick CSS.

    #js_sort_items a.active_sort {
    font-weight: 900 !important;
    }

    Thank you

    in reply to: Verticaly center logo in header #777164

    Hello,

    try again to put that code on quick CSS. Go to Enfold Theme Options -> General Styling -> Quick CSS.

    strong.logo {
        position: relative;
        top: 19px;
    }

    Thank you

    in reply to: Font size changed after Update #777161

    Hello ralbakker,

    Which is the browser you use? On Google Chrome when i have change on the CSS code, i see that results.

    try again to put that code on quick CSS. Go to Enfold Theme Options -> General Styling -> Quick CSS.

    h2.woocommerce-loop-category__title {
        font-size: 16px !important;
    }

    Also, don’t forget to clear the cache of your browser.

    Thank you

    in reply to: impossible to change color of hyperlinks #776582

    Hello doboon,

    First, if you referred to the blue text link see that image , you can changed it.
    One way is to change that inside enfold theme settings, the other way is to change that with CSS code.
    try to put that code on quick CSS. Go to Enfold Theme Options -> General Styling -> Quick CSS.

    If you want to change the text link color:

    .alternate_color a {
        color: #1e9411 !important;
    }

    and if you want to change the hover of text link color:

    .alternate_color a:hover {
        color: #40e85e !important;
    }

    Second, if you referred to the image overlay white color see the link link
    try to put that code on quick CSS. Go to Enfold Theme Options -> General Styling -> Quick CSS.

    .avia_transform a .image-overlay {   
          background-color: #027102 !important;
    }

    Third, you want to remove the word “Accueil” (home) from navigation. Follow that steps.

    • Dashboard – > Appearance -> Menus
    • Put (create a new menu) see the link
    • Give your menu a name, then click Create Menu
    • Don’t add menu items
    • Finally select on Menu Settings -> Display location and check (Enfold Main Menu) see the link and put the Save Menu button.

    Thank you.

    in reply to: Font size changed after Update #776559

    Hello eversreclame,

    try to put that code on quick CSS. Go to Enfold Theme Options -> General Styling -> Quick CSS.

    h2.woocommerce-loop-category__title {
        font-size: initial !important;
    }

    Thank you.

    in reply to: Transparent Menu #773971

    Hello topsignshexham,

    First, if you save as png your logo and upload to header -> transparency options and transparency logo, it must be show without white background(transparent). Try again to save as your logo png type file on photo editor program.

    Otherwise, check if you has updated WordPress and Enfold Theme. If you have make changes on Enfold files (php, js, css) and you want to update enfold theme, but you don’t use child theme, all of changes will be lost.

    Second, to make the glass effect which showing as slightly darker, you can add that code.

    #top .av_header_glassy.av_header_transparency #header_main {
          background: rgba(29, 27, 27, 0.19) !important;
    }

    Thank you

    in reply to: Font size changed after Update #773869

    Hello eversreclame,

    try to put that code on quick CSS. Go to Enfold Theme Options -> General Styling -> Quick CSS.

    .inner_product_header_cell h2 {
        font-size: 1em !important;
    }

    Thank you.
    .

    in reply to: Transparent Menu #773838

    Hello NeilJc,

    yes, it possible.

    • First of all, create the homepage or index page of your website.
    • Second, go to the homepage at bottom right (Header visibility and transparency) and select Transparent & Glassy Header from drop down menu. Don’t forget to put the update button. See the link http://imgur.com/a/UeQEf
    • Third, create a slider with photos and contents.
    • Finally, you can put some CSS code. Go to Enfold Theme Options -> General Styling -> Quick CSS and put that code for add grey border bottom
    #top .av_header_glassy.av_header_transparency #header_main {
        border-color: transparent;
        border-bottom-color: rgb(125, 125, 125);
        border-bottom-width: 1px;
        border-bottom-style: solid;
    }

    Thank you. I hope this may help you.

    in reply to: How to disable magnific popup for a particular element #773823

    Hello architchandra,

    i has the last version of WordPress and Enfold theme. That plugin work perfectly.

    Maybe you need to do update the WordPress and Enfold theme to last version. Also, deactivate all plugins to see if that works.

    Finally, if all of them doesn’t work, contact the plugin developer to help you out.

    Thank you. I hope this may help you.

    in reply to: full width content in a color section #773235

    Hello dondela,

    try to set a Color Section, change (Section Minimum Height) to (At least 100% of Browser Window height), go to Section Background -> Background Video and set the url of your video. See that link

    Thank you

    in reply to: Decrease Excerpt Lenght of Posts #773223

    Hello Yigit,

    that’s doesn’t work. I put the text for my excerpts below the post see the link

    and i want to decrease that when it display on post.

    Thank you for your help.

    in reply to: Current year auto in the socket #773209

    Hello newki75,

    simply way to display automatically year in the socket is to install a plugin. Try to install that plugin (Automatic Copyright Year) and do that activate. Go on Enfold Theme Settings -> Footer -> Copyright and put that shortcode: <span>[wpsos_year]</span>. Also, you can put text before and after that shortcode. See the link http://imgur.com/a/tVuCF

    Thank you. i hope this may help you.

    in reply to: How to disable magnific popup for a particular element #773195

    Hello architchandra,

    that is easy. You don’t need to use CSS or jQuery. Go to galleries, edit the gallery you want to work customs links and simply change in the middle of Gallery Settings [ Links -> from Full Size Image to Custom URL]. See the link http://imgur.com/a/fDham

    After that changes, don’t forget to put update button. Refresh the page with gallery and now it’s work,

    Thank you. I hope this may help you.

    Hello michelow,

    have you try to update the WordPress on last version?

    Thank you

    in reply to: Customize page 404 #773170

    Hello sandra1307,

    try to install that wp plugin (404page – your smart custom 404 error page). First you can created a page with a title and content, When you install and activated that plugin go to WordPress Dashboard -> Appearance -> 404 Error Page. Select from (Page to be displayed as 404 page) the page was created before and click Save Changes. If the 404 Error page doesn’t display, change the (Operating Method) from Standard Mode to Compatibility Mode.

    I try it, it’s easy and work perfectly.

    Thank you and i hope i help you.

    in reply to: bring menu button to the right #773138

    Hello diefleischerei,

    you can simply change right to 0px.

    .av-main-nav{
      position: absolute; 
      right: 0px;
      bottom: 55px;
    }

    Thank you

    in reply to: MEGA MENU #773115

    Hello Andy,

    The exmx has right. That is a bug. You should fixed it.

    I have last version of WordPress, i have updated to last version of Enfold theme, i don’t have add nothing extra.

    I tried to created a nav mega menu with 3 columns and each column hasn’t title. I set instead of title, the dash “-“.

    Below the Mega Menu Column Title on theme refer that: (if you don’t want to display a title just enter a single dash: “-“)

    On Mobile phone that doesn’t work. It doesn’t show the submenu links.

    Thank you and i hope i help you.

    in reply to: Product Slider Not SHowing Image Size Correctly #773113

    Hello sorinoprea1,

    try to use the Regenerate Thumbnails plugin. Also, check it the image size on Woocommerce. The Woocommerce image sizes can be changed in Dashboard > WooCommerce > Settings > Products > Display.

    Thank you

    in reply to: Filter option portfolio grid #772399

    Hello Malissa,

    try that code, because if you enlarge fonts of the js_sort_items, then it’ll enlarge the foreslash between filters Alle/Branding & Concepting …

    Add this cusotm CSS code at Enfold Theme Options > General Styling > Quick CSS

    span.inner_sort_button span {
        font-size: 14px !important;
    }

    Thank you

    in reply to: edit colour of shortcode button #772381

    Hello lewinandreilly,

    You can change the color of the “add to cart button”, add this cusotm CSS code at Enfold Theme Options > General Styling > Quick CSS

    a.avia-button.avia-icon_select-no.avia-color-pink.avia-size-small.avia-position-center {
        background-color: #ff0000 !important;
        color: #fff !important;
    }

    Thank you

    in reply to: Change font hover color transparent header #772372

    Hello vonwelzen,

    try to set that code. Simply add in your code (font-weight: 900 !important;).

    #top #wrap_all .main_menu ul:first-child > li > a:hover .avia-menu-text{
        color: #da334c !important;
        font-weight: 900 !important;
    }

    Thank you

    Hello bakbek,

    try to set that code in quick CSS on Enfold theme options -> General Styling.

    .av-masonry-image-container {
        background-color: transparent !important;
    }

    Thank you

    in reply to: Decrease Excerpt Lenght of Posts #771797

    Hello Yigit,

    sorry that doesn’t work for me. I want to decrease the length of excerpt in that page *(News). I want to have a max length of excerpts. If you have write more than 15 words, don’t show the other words.

    Thank you

    in reply to: Php code to get Day and Time inside the post #771776

    Hello Yigit,

    great answer! That work fine!

    Thank you very much

    Hello Yigit,

    you are great! This is the answer i wanted to know.

    Thank you very much.

    in reply to: Php code to get Day and Time inside the post #771762

    Hello Yigit,

    that works like a charm. Also, i want to show and the name of the date like Monday 03.04.2017 , Tuesday 04.04.2017… etc

    How can do that?

    Thank you

Viewing 30 posts - 61 through 90 (of 165 total)