Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #389312

    Hello guys,

    Firstly, fantastic theme! Really the best I’ve used and I’m petty happy with the ease of use and quality so far. I’m using it to build a site for a client and there are a few issues/queries I have. I thought I’d note them all in one place to save multiple posts, hope that is ok. I’m on WP 4.1 and Enfold 3.0.5.

    1. Google map is not showing for me – just the markers and controls – this is the same on FF, Chrome and Safari.

    2. I’m having trouble adding items to the Google Map. The Longitude and Latitude co-ords box doesn’t appear when adding a dummy address and clicking the button. Many of my locations have no address so it would be really helpful this box can be forced to appear by default, is this possible?

    3. Is it possible to change the colours and styling of the little ‘back to top’ button?

    4. A query here – can the ‘image overlay with arrow’ rollover for Portfolio items be duplicated for use on blog post and gallery image rollovers too, instead of the ‘image zoom’ effect?

    5. Another query – can the titles of image/gallery/portfolio items appear on top of the image, just as plain text, rather than in a white box underneath with the little pointer?

    Thanks very much in advance!

    #390213

    Hi Jody!

    It is better to post lots of different issues into different posts, so other people can find a specific topic easier.

    1.+2.) Please update to the newest Enfold version (v3.0.8). Also try to deactivate all plugins to see which one could cause the issue.

    3.) Use this code to style it:

    #scroll-top-link {
    color: red;
    border: 1px solid blue;
    }
    html, #scroll-top-link {
    background-color: green;
    }
    

    4.+5.) Can you please show us what you mean by providing a link to the specific websites?

    Cheers!
    Andy

    #390319

    Thanks for the response Andy. I’ll keep that in mind for future posts for sure.

    Re:

    1 and 2: Have disabled all plugins and updated to Enfold 3.0.8 and I still don’t see anything where the google map should be!

    3. Perfect, thanks :)

    4. The effect I am referring to is the one on the portfolio images (http://kriesi.at/themes/enfold/portfolio/). I’d like to use this as the default rollover on all image links such as blog posts (on enfold the default seems to be that ‘image zoom’ effect seen here: http://kriesi.at/themes/enfold/blog/masonry-blog/)

    5. On this one, I want the titles of image links (blog posts, galleries, portfolio items etc) to appear on top of the image such as seen here: http://arcticwild.com/trips/backpacking/

    many thanks in advance!

    cheers,
    Jody

    #391071

    Hi!

    1+2) I tried to login to have a deeper look into the issue with google maps, but login does not work for me. Please check.
    How did you add the google map? please remove any google map plugin and instead use the default one.

    4) Like I already mentioned, can you please give us a link to your website to the images you want to change?
    Try this code for applying the same hover effects to your images:

    .image-overlay.overlay-type-extern .image-overlay-inside:before {
    content: '\E832';
    }
    

    Cheers!
    Andy

    #391151
    This reply has been marked as private.
    #391790

    Hi!

    Masonry gallery has no icon hover effect, so it would require a heavy customization and unfortunately that’s out of support scope. However feel free to make a feature request: https://kriesi.at/support/enfold-feature-requests/

    Title:
    try this code in Quick CSS field:

    .main_color .grid-entry-title {
    margin-top: -60px;
    background-color: transparent !important;
    }
    #top h3.grid-entry-title {
    color: white !important;
    }
    

    Regards,
    Andy

    #392267

    Hey Andy,

    Thanks for that code. It does move the h3 title up into the image area but it still leaves an empty white box below it. If i try and hide the ‘grid content’ div it also hides the title! Any ideas?

    cheers,

    Jody

    #392375

    Hey!

    on your website http://dev.forest-carbon.org/ I can’t see any empty white boxes below the images. Could you remove it? if not please post the link to the website. Also clear your browser cache.

    Cheers!
    Andy

    #392533

    Ahh yes, that is because I’m referring to this page: http://dev.forest-carbon.org/reach/#projects But I forgot to mention that!

    I’d like to replicate what I’ve done on the homepage subsections with image title overlayed in semi-transparent box. Can this be done?

    One more thing, I just noticed that the arrow of the scroll top link isn’t displaying!

    cheers!

    Jody

    • This reply was modified 9 years, 2 months ago by lightseed.
    #392613

    Hey!

    now I see it. Use this:

    .grid-content {
    position: absolute;
    padding: 0px;
    }
    

    Regards,
    Andy

    #392615

    which subsections do you mean? please show us screenshots and/or a link.

    When did the arrow disappear? Please try to deactivate all plugins to see if one is causing this issue.

    Best regards,
    Andy

    #392945

    Hey Andy,

    I’ve managed to figure out the projects titles. Although can you tell em why there is a small 1px gap between the last two columns of images here: http://dev.forest-carbon.org/reach/#projects

    With regards to the scroll top arrow – i deactivated all plugins and it still didn’t appear. Any ideas?

    thanks,

    Jody

    #392971

    Hi!

    1- I cannot see the gap between images – http://i.imgur.com/I3hLn6A.jpg
    Can you please post a screenshot and show how it looks on your end?
    2- Can you please go to Appearance > Editor and open Footer.php and check if the bottom lines are the same as these ones – http://pastebin.com/paHPKf4V

    Best regards,
    Yigit

Viewing 13 posts - 1 through 13 (of 13 total)
  • You must be logged in to reply to this topic.