Forum Replies Created

Viewing 30 posts - 79,831 through 79,860 (of 82,625 total)
  • Author
    Posts
  • in reply to: Adding Code to Text Block Breaks Block #188101

    Hey!

    I thought the issue was how it is being outputted. In that case, you can create your page layout and add custom to your page at last. I cannot think of anything else

    Cheers!
    Yigit

    in reply to: Remove Comments #188098

    Hey!

    Please try adding !important to force it so it should be

    .home .slide-meta-comments,.home .slide-meta-del { display: none!important; }

    Please browser cache after applying the code and refresh your page a few times. It does work on my installation

    Best regards,
    Yigit

    in reply to: placement submit button gravity forms #188094

    Hey!

    Please try adding the code i posted above to Custom.css file inside wp-content\themes\enfold\css folder. CSS added in Quick CSS section is not being applied for some reason. You can try deactivating the plugins if adding to custom.css file does not work either.

    Best regards,
    Yigit

    in reply to: menu not showing on ipad + shortcodes #188086

    Hey!

    Please try to deactivate all active plugins and check if that helps. There may be a conflict with a plugin.

    Best regards,
    Yigit

    in reply to: Adding Code to Text Block Breaks Block #188083

    Hi!

    This is how it looks on my end http://i.imgur.com/V5TXiy8.jpg
    I zoomed out to have the whole form in screenshot. It only breaks Avia Layout Builder :)

    Regards,
    Yigit

    in reply to: Remove Comments #188078

    Hey!

    Please try adding following code to Quick CSS in Enfold theme options under Styling tab

    .home .slide-meta-comments,.home .slide-meta-del { display: none; }

    Cheers!
    Yigit

    in reply to: Gallery in Enfold layout builder #188077

    Hi!

    Do you mind creating a temporary admin login and posting it here privately so we can take a look? Make sure to check “Set as private reply (Only you and moderators will see the content of this post)” above Submit button

    Best regards,
    Yigit

    in reply to: How to add more colors to pricing/data tables? #188074

    Hi!

    Please try adding following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired

    tr.avia-heading-row { background-color: red!important; }
    .main_color tr:nth-child(odd) { background-color: orange; }

    Cheers!
    Yigit

    in reply to: Remove Comments #188073

    Hey!

    Can you post the link to your website?

    Best regards,
    Yigit

    in reply to: placement submit button gravity forms #188069

    Hi!

    Do you mind creating a temporary admin login and posting it here privately? Make sure to check ” Set as private reply (Only you and moderators will see the content of this post)” above Submit button

    Cheers!
    Yigit

    in reply to: Transparent Background – Portfolio Item #188066

    Hi castwork!

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

    .main_color .grid-content { background-color: transparent; }

    Nice website by the way :)

    Best regards,
    Yigit

    in reply to: Changing Main Content to Transparent #188061

    Hey!

    You can upload your screenshots on imgur.com or Dropbox and post links here

    Regards,
    Yigit

    in reply to: Remove Comments #188060

    Hi!

    You should go to enfold\includes folder and open open loop-index.php file. Then search for

    if ( get_comments_number()

    It is the starting of the first line as shown here http://i.imgur.com/G12RLk5.jpg
    so you should replace

    if ( get_comments_number() != "0" || comments_open() ){
    
                        echo "<span class='comment-container minor-meta'>";
                        comments_popup_link(  "0 ".__('Comments','avia_framework'),
                                              "1 ".__('Comment' ,'avia_framework'),
                                              "% ".__('Comments','avia_framework'),'comments-link',
                                              "".__('Comments Disabled','avia_framework'));
                        echo "</span>";
                        echo "<span class='text-sep text-sep-comment'>/</span>";
                        }

    with following

    //if ( get_comments_number() != "0" || comments_open() ){
    
                        //echo "<span class='comment-container minor-meta'>";
                        //comments_popup_link(  "0 ".__('Comments','avia_framework'),
                             //                 "1 ".__('Comment' ,'avia_framework'),
                           //                   "% ".__('Comments','avia_framework'),'comments-link',
                         //                     "".__('Comments Disabled','avia_framework'));
                        //echo "</span>";
                        //echo "<span class='text-sep text-sep-comment'>/</span>";
                        //}

    Regards,
    Yigit

    in reply to: Main menu text color #188055

    Hi!

    Screenshot i posted was also from Chrome on Win7. I just logged in and changed the color in header meta. Please review your website now

    Regards,
    Yigit

    in reply to: change logo image for scrolled header #188003

    Hi catvine!

    Please go to wp-content\themes\enfold\js folder and open avia.js file and find

     el_height       = $(elements).filter(':first').height(),

    and change it to

     el_height       = 200,

    200 here represents 200pixels. You can change the value so the header size would be the half of it when scrolled

    Best regards,
    Yigit

    in reply to: Main menu text color #187998

    Hi!

    Cart icons are visible on my end http://i.imgur.com/AwxwVn6.jpg and http://i.imgur.com/TyL3kjk.jpg
    Which browser are you using?

    Regards,
    Yigit

    in reply to: Some css fixes #187994

    Hey!

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

    .tagsy-container .tagsy-box .tagsy-name-group { padding: 0px 6px; }

    Best regards,
    Yigit

    in reply to: still few things i can't sort out… #187991

    Hey!

    You can download this file and add it to Enfold/lang folder and change it with existing Swedish files. This only has strings in English https://dl.dropboxusercontent.com/u/14975671/sv_SE.zip
    And seems like you figured out to display excerpt on blog post :)

    Regards,
    Yigit

    in reply to: Translate Datepicker #187978

    Hi!

    I have never used WordPress in any language other than English so i am not 100% sure but please go to Tools > Localization and check the strings in WordPress

    Best regards,
    Yigit

    Hi miketran!

    You can try adding following code to Quick CSS in Enfold theme options under Styling tab and adjusting it as desired

    div .flex_column { border: solid 2px #e1e1e1; padding: 10px; }

    Regards,
    Yigit

    in reply to: Hyperlink colours not working on headings #187973

    Hey Glyphism!

    Please try adding following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired

    h3 a { color: red!important; }
    h3 a:hover { color: orange!important; }

    You can apply it to other heading elements this way

    Best regards,
    Yigit

    in reply to: How to add the contact sign and the cart sign #187958

    Hi fjrichart!

    Please go to Appearance > Editor and open Header.php file and find the line that starts with

    if($phone) echo

    Right under it you can add icons and text as following

    echo "<div class='your-class'>Your text</div>";

    Best regards,
    Yigit

    Hey!

    Please try following code to change font number

    .social_header .phone-info { color: orange!important; font-size: 20px!important; }

    and following for your logo

    .logo img { padding: 20px 0 0 0; }
    .header-scrolled .logo img { padding: 5px 0; }

    Best regards,
    Yigit

    in reply to: Logo resizing troubles #187937

    Hey!

    You are welcome! Added one more code to the bottom of Style.css file and that fixed it. Make sure to flush browser cache and refresh your page a few times. Let us know if you have any other questions or issues :)

    Cheers!
    Yigit

    Hi!

    Please logout from WordPress dashboard then flush browser cache and then check your website. You can find custom CSS code i added in Quick CSS section. This is how it looks on my end now http://www.screenr.com/DiJH ( Please right click and open in new tab to see the screencast ).

    Cheers!
    Yigit

    in reply to: Alternate colour background in columns #187888

    Hey marcuscent!

    You can try adding following code to Quick CSS in Enfold theme options under Styling tab

    .page-id-1108 #top form {
    background-color: #f2f2f2;
    padding: 0 10px; }

    It should look like this http://i.imgur.com/YLeczZF.jpg

    Cheers!
    Yigit

    in reply to: LAYER SLIDER. Problem web vs. responsive #187886

    Hi!

    Please try adding following code to Quick CSS as well

    #layer_slider_1 { height: auto!important; }

    Best regards,
    Yigit

    in reply to: missing tabs "font" and "background" in styling section #187885

    Hi!

    Please see this video tutorial on using developer tool on Chrome http://www.youtube.com/watch?v=dNsM2PUkZ1g
    You can do the same on Firefox as well :)

    Best regards,
    Yigit

    Hi!

    You can add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired

    .avia-caption { left: 30%; }

    Regards,
    Yigit

    in reply to: modify icon list and add a link to a table item #187865

    Hey!

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

    .avia-icon-list .iconlist_icon { color: black; }
    .main_color .avia-icon-list .iconlist_icon { background-color: transparent; border: none; }

    Best regards,
    Yigit

Viewing 30 posts - 79,831 through 79,860 (of 82,625 total)