Forum Replies Created
-
AuthorPosts
-
February 3, 2015 at 9:12 pm in reply to: Change "Change Image" button behaviour in Catalogue Editor #390372
Hey nementio!
That’s going to take a lot of time and code to do that so it would have to be considered custom work. Instead when you click on the add media button use the “Insert from URL” setting to select the NextGEN image you need to use.
Best regards,
ElliottHi!
Can you create a screencast of what’s going on? https://www.screenr.com/
What happens when you login with a different user?
And logging in on a different computer?
Cheers!
Elliott-
This reply was modified 10 years, 11 months ago by
Elliott.
Hey!
Send us a link to your page and make sure your displaying the date meta in Dashboard > Enfold > Blog Layout.
Best regards,
ElliottHi!
I’m sorry but you have too many customizations going on here.
1. I tried finding your loop-index.php file in the dashboard editor but it looks like you have two created? I looked through those and I saw the customization your doing but it’s not displaying on the front end for some reason. What is displaying is the text “door” which I have no idea where that is coming from.
2. You have 113 users and I could not find the gastblogger you were referring to.
3. It looks like you did a customization to enable the avia layout editor on posts which is going to make it so the meta does not display anyway.
I’m sorry but I think it would be best to hire a freelancer to help you out here because there is just too much customization for me to know what’s going on.
Cheers!
Elliott-
This reply was modified 10 years, 11 months ago by
Elliott.
February 3, 2015 at 8:32 pm in reply to: add an hover effect on a element of layerslider in a easy way? #390347Hey Susanne!
Hmm, I don’t see the IDs or classes. Can you send us a WordPress login so we can take a closer look?
Best regards,
ElliottHi wholereneducation!
Is the problem the ‘.’ that is displaying for your title?
Let’s try the following.
1. Deactivate all plugins.
2. Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.
If your still having the problem after doing the above two steps then send us a WordPress login and we’ll take a closer look.
Cheers!
ElliottHi!
Hmm, I’m on Windows 8 and Firefox 35 but they are fading in for me correctly. Try clearing your browser cache and deactivate any browser plugins / extensions you might have installed.
Best regards,
Elliott-
This reply was modified 10 years, 11 months ago by
Elliott.
Hi!
Your page is currently set to stretch the full screen so I’m guessing your talking about the yellow area. It looks like your using a grid row element there correct?
If you want to have a background span all of the cells of the grid row then try dragging a codeblock element to your page content and add this inside.
.av-layout-grid-container { background: url("URL to your image") !important; }You’ll need to remove the background color for your cells also and leave them as transparent.
Cheers!
ElliottHi!
Unfortunately that customization is going to take a lot of time and code to complete so it would have to be considered custom work. It would be best to contact a freelancer to help you out with this customization.
You could try contacting Werkpress for a quote, http://kriesi.at/contact/customization.
Best regards,
ElliottHey!
I’m not sure what you mean. The “vern” widget area you have created is displaying on your vern category archives correctly.
Take some screenshots and highlight what your trying to do so we can get a better idea.
Regards,
Elliott-
This reply was modified 10 years, 11 months ago by
Elliott.
Hi!
Remove this.
#top .social_bookmarks li { padding: 20px; width: 50px; }And use margins instead.
#top .social_bookmarks li { margin: 10px; }Regards,
ElliottHey johnniemeijer!
I see the posts on my end after clicking on the page 2 link. Did you get this sorted? If your still having trouble then try clearing your browser cache and/or view in a different browser.
Cheers!
ElliottHey JK!
Please see here, https://kriesi.at/support/topic/add-widget-to-header/.
Best regards,
ElliottHey!
Try dragging a codeblock element to your page content and add this inside.
<style type = "text/css"> .responsive td { width: 100% !important; } </style>Cheers!
ElliottHi!
Increase the height a bit of the color section when you hide the header.
div#apresslider60px { height: 160px !important; }And the text should display.
Regards,
ElliottHey!
Your trying to link to one of your products but have a specific variation set on page load? I do not think there is a way to do this in Woocommerce but I could be wrong. It would be best to ask on the Woocommerce support to see if anyone has done this before, https://support.woothemes.com/hc/en-us.
Regards,
ElliottHi!
Send us a WordPress login and we’ll create the login links for you. Your checkout page seems to be working fine for me though. I was able to add a product and go through the checkout process. Can you highlight in your screenshot what the problem is?
Regards,
ElliottHi Bernd!
You can add this to your custom CSS.
.responsive #header .social_bookmarks { width: auto !important; }But the menu and the phone number are too long so the phone number will have to break to the next line.
Best regards,
ElliottFebruary 3, 2015 at 6:30 pm in reply to: Masonry gallery:showing images twice and in random order with "load more" button #390284Hey t3lgroup!
Your using the Masonry gallery correct? Hmm, I think it should be loading them in the correct order.
If your not using Enfold 3.0.8 then be sure to update and deactivate all plugins while testing.
If that does not help then send us a WordPress login and a link to the page and we’ll take a look.
Best regards,
ElliottHi sjidesign!
1. + 2. Try adding this to your custom CSS.
@media only screen and (max-width: 767px) { div.phone-info { font-size: 14px !important; } div.custom_text { left: 0px !important; } }3. First off do this, http://kriesi.at/documentation/enfold/custom-css-and-quick-css/, and then add a custom class to the textblock element. You can then use some CSS on that class like #1 and #2 to reduce it’s font size on smaller screens.
Regards,
ElliottHi envapk2!
For that what you’ll want to do is instead of setting a video background drag our video element inside the color section to display it. You can use our column shortcodes as well if you want to have it display in the center, etc etc.
Best regards,
ElliottHey czar!
Are you using a bbPress forum also? Or your just wanting to know how to create a banner like that?
You would just need to create an image to use and then use our image shortcode to display it and it will have the same styling.
Cheers!
ElliottHey ybema!
I’m sorry but I’m not really sure I understand. Can you send us a link to your page and take a screenshot highlighting what is going on? You can set your reply as private if you wish.
Cheers!
ElliottHi welti!
Add this to your custom CSS.
.av-image-hotspot-pulse { display: none !important; } .av-image-hotspot_inner { background: url("URL to your image") !important; }And then change “URL to your image” with the correct URL.
Best regards,
ElliottHi Christian!
Try adding this to your custom CSS.
.avia-caption-title, .avia-caption-content { animation: none !important; }Best regards,
ElliottHi sambolleter!
The width is taken from the first container of your header which in your case looks a bit wider than usual.
What happens when you remove this from your custom CSS?
.responsive #top #header_meta .container { max-width: 100%; width: 100% !important; }Go ahead and send us a WordPress login and we’ll take a closer look.
Or if you just want some quick CSS to fix it then add this to your custom CSS.
#header .three.units { width: 300px !important; } #header .six.units { width: 600px !important; } #header .nine.units { width: 900px !important; } #header .twelve.units { width: 1200px !important; }All of the values are off a little so I think it’s some custom CSS your using.
Best regards,
Elliott-
This reply was modified 10 years, 11 months ago by
Elliott.
Hey C-LabMX!
I don’t think the script is going to allow that. In this case though a 2 is not going to be animated for very long. You could just use some CSS to change it’s color so it blends in.
.entry-content-wrapper > .flex_column:last-child .heading > span:last-child { color: #999 !important; }Best regards,
ElliottFebruary 3, 2015 at 5:49 pm in reply to: Enfold photography demo – Instructions on using the Masonry Gallery? #390255Hi ClevelandSeoGuy!
It depends on the aspect ratio. As long as the height is 2x bigger than the width or vice versa then it should display as double.
Cheers!
ElliottHi charlotteraboff!
Are you using the WordPress default gallery shortcode? If so then open up /enfold/js/avia.js and find line 847.
if(!title) title = item.el.find('img').attr('title');And add this beneath it.
if(!title) title = item.el.parent().next('.wp-caption-text').html();That will have the images display the “caption” you have written for each image.
If that’s not what your trying to do then send us a link to your page so we can get a better idea.
Cheers!
ElliottHi blankonblank!
I viewed your link but I’m only seeing two columns everywhere. Can you take a screenshot and highlight what your trying to align?
Regards,
Elliott -
This reply was modified 10 years, 11 months ago by
-
AuthorPosts
