Forum Replies Created

Viewing 30 posts - 26,341 through 26,370 (of 34,799 total)
  • Author
    Posts
  • in reply to: links to section id #982520

    Hey Steve,
    I checked your page and link and found that it was working correctly in Chrome, Firefox, & Edge on desktop and tablet, I also adjusted the desktop width to a few different sizes, refreshed the page and tested, with a correct outcome.
    Which browser & screen width are you using? Is this happening at only a certain screen width?
    I assume that you have tried clearing your browser cache.

    Best regards,
    Mike

    in reply to: Symbol in caption of Fullscreen Slider and Text Block #982517

    Hi,
    Thank you for the screenshots and login, I changed your vertical-align to baseline to keep it in line.
    I also changed your “red-dot-2” span to “red-dot” because you can use the same span and css for every red dot on your site, if you agree that this is working correctly, you can remove the css rule in your Quick CSS.

    For your page with the text block, I see your are using a H3 for the caption, and I assume that you like the size of the text & red dot on desktop & tablet, so for mobile I added the class “about” to the h3 and then added this css to your Quick CSS:

    @media only screen and (max-width: 767px) { 
    h3.about {
    font-size: 20px !important;
    }
    }

    Please adjust the font-size to suit.

    Best regards,
    Mike

    in reply to: One Page Portfolio Demo #982512

    Hey David,
    1: please change the “Header visibility and transparency” option in the “Layout” options in the sidebar of the editor, right now it should be set to “Header is invisible” try “transparent header”
    9sgGc.jpg
    2: to make the logo area wider, Try this code in the General Styling > Quick CSS field:

    #top #header_main .logo img {
        width: 340px !important; 
    }

    3: for the text shadow, Try this code in the General Styling > Quick CSS field:

    .slideshow_inner_caption {
    text-shadow: 3px 1px 2px rgba(255, 255, 255, 0.7);
    }

    Here’s a Text Shadow Generator to try different settings.

    4: To add more text elements over the slider, first enable custom classes by checking the option at: Enfold Theme Options > Layour Builder > Show element options for developers
    Then add your text element under the slider, such as a “special heading” element, and add a custom class, such as “text-overlay”
    9s8bv.jpg
    then use a negative top margin in the quick css to move the element up, like this:

    .text-overlay {
    margin-top: -200px !important; 
    }

    Please adjust to suit.

    Best regards,
    Mike

    in reply to: Advaced Layer Slider show alt tag on hover #982505

    Hey fanlokbun,
    For the logo layer, you should be able to remove it within the layerslider by clicking on the trash can icon
    9DhwY.jpg
    To add a title, with the image layer selected, click the “Link & Attributes” tab and add your attribution to the “title” field.
    9Ds3I.jpg

    Best regards,
    Mike

    in reply to: Image alignleft with no text wrap #982499

    Hi,
    Another alternative is to place a image element and text block element in the same column element.
    First give the column element a custom class of “row” (I used a 1/2 column on the page)
    Then give the image element a custom class of “column1” (my image is 180px wide & on the left of the text)
    and give the text block element a custom class of “column2”
    Then use this css:

    .row {
      display: flex;
      justify-content: flex-start;
      height: 100%;
    }
    .column1 {
      width: 100%;
      float: left;
    }
    .column1 img {
      min-width: 180px;
    }
    .column2 {
      width: 100%;
      float: right;
    }

    This is responsive to all screen sizes, just adjust for your image width.
    Sorry I couldn’t post images, I site I use seems down right now.

    Best regards,
    Mike

    Hi,
    Thank you for sharing your solution, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation 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: Google Maps JavaScript API warning: NoApiKeys #982320

    Hi,
    I received a wrong login error, please check.

    Best regards,
    Mike

    in reply to: few changes in the template #982319

    Hey kpuchala,
    For changing the transparent header, please try changing the “Header visibility and transparency” option in the “layout” panel to “no transparency” from the page editor:
    2018-07-06_234419
    For the spacing on your homepage please try this code in the General Styling > Quick CSS field:

    #top.home .template-page.content {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    }

    If this doesn’t help, Can you please include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    in reply to: Image alignleft with no text wrap #982317

    Hey hobart,
    If I understand correctly, you would like to achieve this:
    2018-07-06_230937
    To do this first enable custom classes for your elements by checking the option at Enfold Theme Options > Layour Builder > Show element options for developers.
    Then add a custom class for your text block element, such as “no-wrap-text”
    2018-07-06_231655
    Then add this code in the General Styling > Quick CSS field:

    .no-wrap-text img {
    padding-bottom: 100vh;
    }

    If your paragraph is smaller, then you maybe able to change the setting to 50vh (50% visual height), try some different settings to see what works best for you.

    Best regards,
    Mike

    in reply to: Unable to install the latest update #982316

    Hey Georgia,
    Please try updating via ftp, by deleting your enfold theme folder at:
    /wp-content/themes/enfold
    then upload the new enfold folder that you download from Theme Forest to upgrade.
    Please don’t try to overwrite your old theme folder as this will leave old files and cause errors.
    If you are unsure of this process, please include ftp and admin access in the Private Content area so we can assist.

    Best regards,
    Mike

    in reply to: Disable cookie consent on specific pages #982314

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

    .avia_mobile div.avia-cookie-consent,.avia_desktop div.avia-cookie-consent {display:none !important;}

    Please clear your browser cache and check.

    Best regards,
    Mike

    Hi,
    I have taken a look at one of your portfolio items with a map and found the console error is “no api keys” then I checked your setting at Enfold Theme Options > Google Services > Google Maps API and found the api key field is empty, please try adding a api key.

    Best regards,
    Mike

    in reply to: Masonry Gallery display all pictures in lightbox #982310

    Hey maaikevk,
    Sorry the masonry lightbox can only show the loaded images on the page, so you could enable all images to be loaded and have a larger gallery, or enable all images to be loaded and add this css to WordPress > Customize > Additional CSS to hide all but the first few:

    #top.page-id-7190 .av-masonry-container {
    height: 400px !important; 
    }

    in my test 400px shows the first 6, but you could adjust to suit.

    Best regards,
    Mike

    in reply to: Menu font colours #982308

    Hi,
    Do you know if your webhost has any other caching, perhaps with cloudflare or maxcdn that could be cleared?

    Best regards,
    Mike

    in reply to: HIDING BUTTONS ON MOBILE #982305

    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
    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

    Hey transformaglobalweb,
    Try disabling the transition by clicking “slide transitions”
    2018-07-06_071619
    then in the popup click “deselect all” from “2D” “3D” etc, until there are no transitions selected, then save.
    2018-07-06_072020

    Best regards,
    Mike

    in reply to: How to make same page link work on open burger menu #982021

    Hey obimedia2,
    How about hiding the current menu item so it won’t be a choice, Try this code in the General Styling > Quick CSS field:

    #av-burger-menu-ul li.current-menu-item {
    display: none !important;
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Symbol in caption of Fullscreen Slider and Text Block #982011

    Hey zizibe1,
    Instead of using inline-styles, using a span class would give you more options.
    On your homepage, I changed your code for the red dot to:

    <span class="red-dot">⬤</span> 

    then I added this css to your Enfold Theme Options > General Styling > Quick CSS field

    .red-dot {
    font-size: 1em;
    color: #ff0000;
    }

    I used “1em” because it will change it’s size automatically, you could adjust if you like using fractions such as “1.3em”
    Please try using this method in the other places you have the red dot.
    Please clear your browser cache and check.

    Best regards,
    Mike

    Hi,
    Glad Rikard could help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Header on mobile view #981999

    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
    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,
    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
    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: One more HTML #981997

    Hi,
    Which browser are you seeing this in? I’ve checked with Chrome, Firefox, & Edge and it doesn’t show.
    Please see screenshot in Private Content area.

    Best regards,
    Mike

    in reply to: Hidden Opacity #981811

    Hey jchucary,
    When I check your overlay has “opacity: 0.0510873;” which makes your white menu text very hard to see.
    Typically by default this is set to “1” so it would be darker, If you would like that please try this code in the General Styling > Quick CSS field:

    .av-burger-overlay {
        opacity: 1 !important; 
    }

    Best regards,
    Mike

    in reply to: PDF not uploading #981808

    Hey Lara,
    I took a look at your media files and only found one that was a gray icon, but opening the link worked fine.
    I see that it was created with Acrobat 11, while the others were created with InDesign CC 2017
    I would say that it’s the file properties, and the software used to create it.

    Best regards,
    Mike

    Hi,
    There is an error in your Google Analytics code in your Google Analytics plugin “Custom Tracker Objects”, removing the code solves.
    Please check your code and adjust.

    Best regards,
    Mike

    in reply to: A problem with importing own .zip icons #981804

    Hi,
    @fashiontribe
    Typically this occurs when the webhost doesn’t have the ZipArchive PHP extension is enabled. Please ask your webhost to check.
    If this doesn’t help, Please open a new thread so we can assist, and include your admin login in the Private Content area, but as this is not your thread your login info will not be private.

    Best regards,
    Mike

    in reply to: Menu font colours #981803

    Hi,
    I see your Enfold Theme Options > Performance > JS & CSS file merging and compression is turned on, so a activated your Swift cache plugin and cleared it’s cache, everything seems as it should.
    Please try clearing your browser cache and checking again.

    Best regards,
    Mike

    in reply to: HIDING BUTTONS ON MOBILE #981800

    Hi,
    Thanks for the login, I added this css to your Quick CSS:

    @media only screen and (max-width: 767px) { 
    .responsive #top.home .avia-builder-el-0 .slideshow_caption {
        padding-top: 0px!important; 
    }
    .responsive #top.home #wrap_all .container {
        width: 95% !important; 
        max-width: 95% !important; 
    }
    .responsive.av-no-preview #top.home #wrap_all .av-mini-font-size-hidden {
    display: block !important;
    }
    .responsive #top.home .avia-slideshow-button {
        padding: 10px 10px !important; 
        font-size: 10px !important; 
    }
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Menu issues #981787

    Hi,
    Please try changing the Background Attachment from parallax to scroll, if you still have some padding we can remove it and add a shadow.

    Best regards,
    Mike

    in reply to: Link to Youtube #981784

    Hi,
    Thanks @Guenni007

    Best regards,
    Mike

Viewing 30 posts - 26,341 through 26,370 (of 34,799 total)