Forum Replies Created

Viewing 30 posts - 28,291 through 28,320 (of 34,981 total)
  • Author
    Posts
  • in reply to: Thumbnail is displayed in wrong format. #939152

    Hi,
    Thank you for the login, but please check the link as it doesn’t have a top-level domain, such as .com, which I can see isn’t yours as it is for sale.

    Best regards,
    Mike

    in reply to: Color sections disappears! Please help me fix it :-) #939148

    Hi,
    Thank you for your feedback, please let us know if you run into future issues that we can assist with.
    Have a great day!

    Best regards,
    Mike

    in reply to: Plain text instead of Logo (image) #939145

    Hi,
    Thank you for the login, but it doesn’t seem to have admin access, as I can’t see your theme options.
    When debugging, the source of the logo shows as (unknown) which tells me that a invalid value is probably set in the theme options.
    Please look at: Enfold Theme Options > Logo
    2018-04-09_065222
    and clear any value, or choose a new one.
    Also look at: Enfold Theme Options > Header > Transparency Options > Transparency Logo
    2018-04-09_065436
    and clear any value, or choose a new one.

    Best regards,
    Mike

    in reply to: Button styling #939134

    Hi,
    Please try:

    .main_color .avia_ajax_form input[type='submit'] {
    background-color: #1b1166!important; 
    }
    
    .main_color .avia_ajax_form input[type='submit']:hover {
    background-color: #d62a2a!important; 
    }

    Best regards,
    Mike

    Hi,
    Sorry our posts must have crossed, shall we close this then?

    Best regards,
    Mike

    in reply to: Enfold styles not loading #939127

    Hi,
    Glad to hear, we will close this now. Thank you for using Enfold.
    For your information, you can take a look at Enfold documentation here
    and the video tutorials here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Diagonal border and menu #939126

    Hi,
    You can change the direction of the slant in the options of the color section:
    2018-04-09_062437
    But to answer your question, no, it seems the max – min is 9 to -9

    Best regards,
    Mike

    in reply to: Any custom css I'm putting in, doesn't work! #939092

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.
    For your information, you can take a look at Enfold documentation here
    and the video tutorials here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    Hi,
    The sidebar and form labels all seem to be the same font to me, what browser are you using? Can you include a screenshot?
    Please see screenshot in Private Content area.

    Best regards,
    Mike

    in reply to: centering code block within 1/2 layout element #939084

    Hi,
    I see the images are on Amazon, you could try storing the images on your site, reducing the calls to Amazon.
    Depending on how many views/clicks you get, I have seen cases where Amazon will redirect to a captcha before showing the product page.

    Best regards,
    Mike

    in reply to: Enfold styles not loading #938927

    Hey Mariken,
    I took a look but I don’t see anything wrong right off, even the theme options look fine.
    Perhaps if you could add a screenshot of what you see is wrong it would be easier to notice.

    Best regards,
    Mike

    in reply to: Enfold to new website #938924

    Hey Leon,
    Yes, this would be fine.
    Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Open masonry gallery image link in a new window #938922

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    and the video tutorials here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Links and Text in the footer #938921

    Hi,
    Well it seems the only page that has the issue is the homepage because of the transparent header, so let’s add this code to the end of your css, or at least after the other code:

    @media only screen and (max-width: 766px) { 
    .responsive #top.home #main {margin-top: -80px!important;}
    }

    It will only work on the homepage.

    Best regards,
    Mike

    in reply to: Open masonry gallery image link in a new window #938918

    Hi,
    Very good, unless there is anything else we can help with shall we close this then?

    Best regards,
    Mike

    in reply to: Appearence – Editor gone #938917

    Hi,
    Please read this good article and video: How to use FTP WordPress for Beginners

    Best regards,
    Mike

    in reply to: Can social icons be styled? #938916

    Hi,
    To change the hover color, try:

    #top #wrap_all .av-social-link-facebook:hover a,#top #wrap_all .av-social-link-pinterest:hover a,#top #wrap_all .av-social-link-mail:hover a {
    color:#fff; background-color:#857949 !important; 
    }
    

    To add some padding, try:

    .av-social-sharing-box {
    padding-top: 50px !important;
    }
    

    adjust the number to suit.

    Best regards,
    Mike

    in reply to: Button styling #938914

    Hi,
    Try this code in the General Styling > Quick CSS field:

    div .main_color .avia_ajax_form .button {
    background-color: #1b1166!important; 
    }

    Best regards,
    Mike

    in reply to: Any custom css I'm putting in, doesn't work! #938913

    Hi,
    The “custom class” box that you had put your code in is for a name of a class, not for code.
    So for example, I gave your button a custom class name “booknu”
    and then I added this code in the General Styling > Quick CSS field:

    .booknu a { border-radius: 5px !important;  }

    I gave it the border-radius of 5px because 1px is so little I don’t believe we could see the difference.
    I also gave it the “!important;” so it would overwrite the theme’s rules.
    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Plain text instead of Logo (image) #938908

    Hey VCS33,
    If I understand correctly, you didn’t try to do this, but you like it, other than the “missing” image placeholder?
    Please include the url to the page in question so we can take a closer look.

    Best regards,
    Mike

    in reply to: Appearence – Editor gone #938906

    Hey friefodspor,
    It may have been disabled in wp-config.php
    open wp-config.php in a text editor via ftp and look for:

    define( 'DISALLOW_FILE_EDIT', true );

    change to false.
    I didn’t see any of the regular plugins that add this on your site, so perhaps it was added by your WordPress install script on your webhost?

    Best regards,
    Mike

    in reply to: php 7.1 compatibility information – just FYI #938900

    Hey Andrew,
    Thank you for sharing, can you please explain how we can see this error, so we can forward to the dev team, they will want to reproduce this.

    Best regards,
    Mike

    in reply to: Can social icons be styled? #938898

    Hey friefodspor,
    I took a look at your site, but didn’t see the social share buttons on your posts, perhaps they were disabled when I looked, so I assume they are the Social Share Button Element like the demo.
    I wrote this css to work on the default buttons:

    #top .av-share-box ul,#top .av-share-box ul li {
        border-style: none!important; 
        border-width: 0px!important;    
    }
    #top .av-share-box ul li a {
        border: none!important; 
        height: 50px!important; 
        width: 50px!important; 
        border-radius: 100%;
        padding: 15px!important; 
        margin: auto !important; 
        background-color: #74b86b; 
    }
    #top .av-share-box ul li a[data-av_icon]:before {
    color: #fff !important;
    }

    Expected results:
    2018-04-08_163417

    Best regards,
    Mike

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.
    For your information, you can take a look at Enfold documentation here
    and the video tutorials here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Open masonry gallery image link in a new window #938890

    Hi,
    Good to hear, you can use just one or the other, if the code block is working, then use it. I like to put as much as I can in the answers because other people will read this months from now. This is also why I added the note about unchecking the lightbox modal effect, because it is the only way I could get it to work on my localhost, and when testing on your site I assumed you already had it unchecked. Is this true?
    But to answer you, yes unchecking the lightbox modal effect will effect other elements on your site.

    Best regards,
    Mike

    in reply to: Impossible to comment #938889

    Hi,
    Very good, and congratulations on your launch :)
    When you do have time and if you have a question about the child theme, perhaps you could open a new thread with “child theme” in the title. This one is getting very long now and hard to follow.

    Best regards,
    Mike

    Hi,
    Thank you, we look forward to the results of your tests.
    Have a great day :)

    Best regards,
    Mike

    in reply to: Limited amount in sidebar #938886

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.
    For your information, you can take a look at Enfold documentation here
    and the video tutorials here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Breadcrumb background color #938885

    Hi,
    Also to move the breadcrumbs over, please try:

    div.breadcrumb.avia-breadcrumbs {
        right: 10%!important; 
    }

    feel free to adjust 10% to suit, perhaps 8%

    Best regards,
    Mike

    in reply to: Breadcrumb background color #938884

    Hey brand4,
    It look like you have the breadcrumb color set in your css with the “!important;” making it hard to overwrite. Please look in your custom css for:

    .title_container .breadcrumb {
      color:#888888!important;
      font-size:13px;
    }

    and change the color to what you would like to see.
    But this is not the whole breadcrumb, you also need to add:

    .alternate_color .breadcrumb, .alternate_color .breadcrumb a

    so the complete code would look like this:

    .title_container .breadcrumb,.alternate_color .breadcrumb, .alternate_color .breadcrumb a {
      color:#888888!important;
      font-size:13px;
    }

    If you can’t find it in your css you can try this, as I tried to overwrite the previous rule:

    #top #wrap_all #main .title_container .breadcrumb,.alternate_color .breadcrumb, .alternate_color .breadcrumb a {
      color:#e2e2e2!important;
      font-size:13px;
    }

    Best regards,
    Mike

Viewing 30 posts - 28,291 through 28,320 (of 34,981 total)