Forum Replies Created

Viewing 30 posts - 12,421 through 12,450 (of 14,834 total)
  • Author
    Posts
  • in reply to: BookATable script breaks googlemap function !? #370240

    Hi Paul!

    Remove this part,

    <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
    

    Loading two copies of jQuery will cause javascript errors.

    And then change this part,

    $(function () { $("#target").lbuiDirect(
    

    To this.

    jQuery(function () { jQuery("#target").lbuiDirect(
    

    Regards,
    Elliott

    in reply to: Color Section Background not displaying #370236

    Hey!

    Yes, you had static pages set in Dashboard > Settings > Reading. I removed those and it’s working fine now.

    Regards,
    Elliott

    in reply to: Shop Page not responsive #370234

    Hi elames!

    Add this to your custom CSS.

    @media only screen and (max-width: 479px) {
    .av-catalogue-price { position: relative !important; }
    }
    

    Best regards,
    Elliott

    in reply to: International phone prefix in form #370231

    Hi!

    You could use this jQuery to target a specific element.

    jQuery("#ID_of_your_element").intlTelInput();
    

    You can see the documentation in the link you provided.

    Regards,
    Elliott

    in reply to: Problem with /feed/ #370228

    Hi Kimsejer!

    Are you using an SEO plugin? Did you recently create a sitemap?

    I would try installing the WordPress SEO plugin and then in Dashboard > SEO > Titles & Meta check the “Hide RSS Links” option.

    Regards,
    Elliott

    in reply to: change block quote layout with quote icons #370220

    Hey pixup!

    It would be easiest to just use the iconbox shortcode. It already has similar styling to the testimonials.

    Otherwise send us a link and take a screenshot highlighting exactly what your trying to do so we can get a better idea.

    Regards,
    Elliott

    in reply to: Google Map Locations section #370210

    Hey jansthh!

    When you have multiple markers it should be centering on the first one. What you could try is adding a marker with a transparent png image and set that as a the first one to center on a certain part of the map.

    You can also go to the google maps website and customize your map to however you want and then copy the embed code it gives you and paste it into your page.

    Best regards,
    Elliott

    in reply to: Contact form not working #370205

    Hi DDamjanovic!

    Send us a WordPress login and we’ll take a look.

    Best regards,
    Elliott

    in reply to: Masonry Gallery url links and rollover #370202

    Hey Munford!

    Add this to your custom CSS.

    figcaption {
        height: 100%;
        left: 0;
        background: rgba(255,255,255,0.7);
        position: absolute;
        top: 0;
        width: 100%;
    }

    As for the link it should look something like this.

    http://www.youtube.com/watch?v=G0k3kHtyoqc
    

    I tried viewing the link you provided but it gives me a 404.

    Cheers!
    Elliott

    in reply to: Accordion slider – first slide open #370199

    Hey envapk2!

    The slider only opens a section when you hover over it so I don’t think that would be feasible. If it’s possible it would most likely take a lot of customization to the script and would have to be considered custom work. You may be able to find a plugin out there that offers this functionality but I do not know of any that I can recommend.

    Cheers!
    Elliott

    in reply to: Easy Slider – slow down transition time? #370162

    Hi Artinet!

    You can change that on line 3710 in /enfold/js/shortcodes.js.

    transitionSpeed:900,
    

    Increase the 900 to 1900, etc etc.

    Regards,
    Elliott

    in reply to: Navigation bar under logo/header #370160

    Hi markpevans!

    You can use this CSS to add a background image to the main menu container.

    #header_main_alternate { background: url("URL to your image") !important; }
    

    And then set the menu to display below your logo in Dashboard > Enfold > Header.

    Best regards,
    Elliott

    in reply to: history back button at main menu #370159

    Hi!

    The link can be set to “#”. The javascript portion needs to be added on the “onclick” attribute.

    Regards,
    Elliott

    in reply to: How to wrap Grid Rows in a custom div in layout builder? #370156

    Hi jaripp!

    I don’t see an easy way of going about this. The grid row elements will close the parent container and open a new section. This lets them expand to the full width of the screen.

    I think you would have to copy the HTML that get’s displayed on the page and then paste it into the HTML editor when editing your page to be able to do that. Otherwise you would have to do a bunch of editing in the PHP files and it would have to be considered custom work.

    Or perhaps you could do something like set a background for each grid row and then use CSS to change the background position so it lines up.

    Best regards,
    Elliott

    in reply to: Adding info to head of page #370152

    Hi sevanah!

    Navigate to Dashboard > Enfold > Header > Extra Elements and you can then set your sociables to display to the left or right above your main menu. You can also add a phone number there in the same area.

    Regards,
    Elliott

    in reply to: Masonry Portfolio – Rolover effect #370149

    Hey!

    Are you talking about the zoom effect when you hover over an item? If so then try this out, https://kriesi.at/support/topic/enfold-masonry-blog-hover-effect/.

    Cheers!
    Elliott

    in reply to: Adwords denied #370145

    Hey!

    Hmm, I think what they are wanting is to see more content on your site. More pages and posts, etc etc.

    I found this which may be of some help, https://productforums.google.com/forum/#!topic/adsense/TSDBzm3R3cs. It would be best to contact adwords support regarding this for more info.

    Cheers!
    Elliott

    in reply to: Adjust Portfolio Grid "All' visible text and function #370142

    Hi stefan872!

    You can target those links with CSS like so.

    .av-sort-by-term a { font-size: 16px !important; font-family: verdana !important; }
    

    I don’t see an easy way of changing the default masonry sort though. That would take a lot of time and code and would have to be considered custom work. You can create a feature request here, https://kriesi.at/support/enfold-feature-requests/, and perhaps we’ll see an option for this get added in a future update.

    Cheers!
    Elliott

    in reply to: IE 8 Issues #370138

    Hey Slade!

    I see the issue on #1 but that’s the only issue I see on my end. Are you sure compatibility view is turned off and your zoom setting is set to 100%?

    Take some screenshots of the other issues so we can get a better idea.

    For the logo issue try using this CSS.

    .avia-msie-8 .logo img { width: 100% !important; height: 50px !important; }
    

    Cheers!
    Elliott

    in reply to: Create Custom Link for Top Left Header Logo #370133

    Hi!

    Hmm, I think that should be working. Are you using a caching plugin?

    Send us a WordPress login and we’ll take a look.

    Cheers!
    Elliott

    in reply to: speed + behaviour content slider #370130

    Hi mdrunen!

    You should be able to select one column when editing the content slider element.

    As for changing it’s speed you can do so on line 3710 in /enfold/js/shortcodes.js.

    transitionSpeed:900,
    

    Regards,
    Elliott

    in reply to: Color section with custom background image become pixelated #370127

    Hey Mrmsmsk!

    Make sure to select the image to display fullsize and not a thumbnail. Send us a link and we’ll take a look. You can set your reply as private if you wish.

    Cheers!
    Elliott

    in reply to: Enfold #370126

    Hey!

    Our dev team is aware of the forum emails not being sent issue. We’ll see if we can get something worked out soon.

    Let us know if you have any other questions.

    Regards,
    Elliott

    in reply to: Floating Menus #370125

    Hi!

    I tested it out on my XAMPP setup and it appears to be working as expected with color sections. Send us a link when you go live and we’ll take a look.

    Make sure your using the latest version of Enfold, 3.0.4, and deactivate all plugins while testing.

    Regards,
    Elliott

    in reply to: Layered slider dimensions have changed #370123

    Hey!

    It’s displaying the same in all browsers on my end. If you switch the left values to percentages or reduce their values a bit then they will fit inside the container. Or like you said you can increase the width of your site a bit more in Dashboard > Enfold > General Layout > Dimensions.

    Regards,
    Elliott

    in reply to: Using Left Menu Version – Left menu is not responsive #370122

    Hey!

    I viewed your link again but your site does not look the same now. Your using a top aligned menu, etc etc.

    Cheers!
    Elliott

    in reply to: layout one column portofolio grind #370119

    Hi larsframars!

    Try this out.

    #top.home .isotope-item.special_av_fullwidth .av_table_col.grid-content {
        vertical-align: middle;
        width: 50%;
    }

    Cheers!
    Elliott

    in reply to: Layout Editor issue with the Button Fields #370117

    Hey strausberg!

    Your not supposed to add HTML there. It was probably stripped when updating to WordPress 4.0.1.

    Let us know what your trying to do and we may be able to offer some suggestions or CSS fixes.

    Best regards,
    Elliott

    in reply to: Logo Resize and Space #370113

    Hi freddieink!

    Try this CSS out.

    .logo img {
        height: 300px !important;
        max-height: 300px !important;
        padding-left: 200px;
        padding-top: 20px;
        width: 400px;
    }

    You can change it’s width and height there and move it around with the padding top and left values. If your going to change it’s height then you’ll also need to increase the size of your header in Dashboard > Enfold > Header.

    Cheers!
    Elliott

    in reply to: Table Problem #370111

    Hey!

    Try dragging a codeblock element to your content and add this inside.

    <style type = "text/css">
    .flex_column { margin-top: 20px !important; }
    </style>

    Regards,
    Elliott

Viewing 30 posts - 12,421 through 12,450 (of 14,834 total)