Forum Replies Created
-
AuthorPosts
-
Hi Zaccc!
If the plugin has a shortcode then you could do this, http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/, to add a widget area to your header and then drag a text widget and place the shortcode inside.
Regards,
ElliottHi Philip!
Try adding this to your custom CSS.
label[for="pay-full-amount"] { background: green !important; }Regards,
ElliottHi kientran!
There is a setting for this when editing the grid row element called “Mobile Behaviour”. You can set it so the cells span to full width or continue in a row.
Best regards,
ElliottHi ragugo!
Are you using the Masonry element? I don’t think the script counts sticky posts unfortunately.
Regards,
Elliott-
This reply was modified 10 years, 9 months ago by
Elliott.
Hi shoo!
That’s going to take a lot of time and code to implement so it would have to be considered custom work for now. Consider creating a feature request here, https://kriesi.at/support/enfold-feature-requests/, and if it gets enough interest we may see an option get added in a future update.
Best regards,
ElliottHi antonius0809!
You can do a database “reset” in Dashboard > Tools > Reset with that plugin. Keep in mind that this is going to erase all of your content. It’s the same thing as deleting the database and having WordPress create a new one.
Best regards,
ElliottHey tobuff85!
Give your section an ID and then add this to your custom CSS.
#yourID h1 { text-shadow: 0px 0px 5px black !important; }Cheers!
ElliottHi strengthcoaching!
Our devs are looking into it for future updates. In the meantime you can try copying the plugin into /enfold/config-layerslider/LayerSlider/ to overwrite the plugin files.
Cheers!
ElliottHi dburton77!
It’s kind of bordering on custom work. If you copy the HTML for the button and then add it to a codeblock element to your page you could then add a onclick attribute to execute some javascript when it is clicked on, http://www.w3schools.com/jsref/event_onclick.asp.
And then in the javascript you could use jQuery to show() or slideDown() the section like so.
jQuery("#customID").show();And then you would have to give the section a custom ID and use some CSS to hide it like so.
#customID { display: none; }Cheers!
ElliottApril 27, 2015 at 8:30 pm in reply to: making background image of site a slide show or change background image per pagd #435582Hey ShortieD!
That would take a lot of time and code and would have to be considered custom work.
For the background for each page are you wanting a separate image for each? You can add a color section to each page and place all of your content inside the color section and then give the section a background image.
Cheers!
ElliottApril 27, 2015 at 8:28 pm in reply to: Modify print.css to print single column "mobile" view #435579Hey Jennifer!
Try this out.
.flex_column { width: 100% !important; }Your code for hiding the videos should be working. Try adding a !important to it like so.
.avia_video, .avia-video, .avia-video * { display: none !important; }Cheers!
Elliott-
This reply was modified 10 years, 9 months ago by
Elliott.
Hey handelsmann!
Send us a link to your page and we’ll take a look. You can set your reply as private if you wish.
Cheers!
ElliottHi handelsmann!
We might be able to change it with CSS. Send us a link to your page and we’ll take a look.
Best regards,
ElliottHey HeavenlyPure!
Try completely deleting Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.
Cheers!
ElliottHi timber23!
After you install Woocommerce plugin, http://www.woothemes.com/woocommerce/, you will be able to create products in Dashboard > Products > Add Product. When you create a product you can then use those elements on it.
Best regards,
ElliottHey MtnStreamGroup!
It looks like you used the advanced layout editor there. If you want the post to behave like a post instead of a page then you’ll want to use the default editor.
Cheers!
ElliottHi anhanhoi!
It’s because you set the link to an image URL. Whenever you link to an image it will open up in a popup automatically. I didn’t test this out but try doing this, http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/, and then add a class of “noLightbox” to the image to see what happens.
Cheers!
ElliottHey robbiebillen2!
In the /enfold/framework/php/class-form-generator.php file on line 754 you should see this.
$message .= $element['label'].": ".$field_value." <br/>";You could try adding another
<br />there to add an extra line between the elements.Regards,
ElliottHi martinbose!
If your widget has a shortcode version then that would be possible. If not then perhaps you could find a plugin that does offer a shortcode.
Cheers!
ElliottHey victor!
It looks like your using the Woocommerce plugin there. That’s going to take a lot of time and code to implement so it would be best to hire a freelancer who is familiar with Woocommerce to help you out with these customizations.
Best regards,
ElliottApril 27, 2015 at 6:03 pm in reply to: Facebook "Like" button comment module not shown properly #435471Hey hiroy1125!
I viewed your link and I see a facebook share and like button. I don’t see anything that resembles comments though. Can you take a screenshot and highlight what your referring to so we can get a better idea?
Cheers!
ElliottHey nsahli!
I viewed the page but I didn’t see any javascript errors. The form itself seems to function properly so I’m not sure what the problem is. Can you take a screenshot and highlight what is going on?
Best regards,
ElliottHi mterrian!
You can set the “Background Repeat” option to “Stretch to fit” but in your case it would probably be best to upload an image with a larger height. It might not look very good since it’s so wide and not very tall.
Some other stuff you can do is set your header to “No transparency” and set the background position to center center instead of top left.
Best regards,
ElliottHi Sarah!
Is it the one with the happy face wearing a hat? I’m on Windows 7 and I checked in Firefox but it is displaying fine. Can you take a screenshot of what your seeing?
Best regards,
ElliottHi Mike!
I’ve never used it. I’ve never had to do that before but it’s common in case someone moves their WordPress site and forget to change the site URL option as explained in the WordPress codex, https://codex.wordpress.org/Moving_WordPress.
In those cases you could do a search / replace in the database, http://stackoverflow.com/questions/836083/how-to-search-and-replace-all-instances-of-a-string-within-a-database, or perhaps that plugin would work.
Regards,
ElliottHey!
So your using the theme .po files included in the lang folder then correct? We rely on our customers to submit those. You could simply edit the file and keep a copy of it to reupload every time there is an update.
I went ahead and issued a pull request for it. If it’s not fixed in the next update then just upload a copy of your .po file again to the lang folder.
Cheers!
ElliottApril 27, 2015 at 4:54 pm in reply to: One Page Portfolio Header – All custom link menu items on that page highlighted #435410Hey!
I checked your site and it currently functions like the one page portfolio demo. Are you trying to make it so it behaves like in the one page restaurant demo where each link is highlighted as it scrolls down the page? http://kriesi.at/themes/enfold-restaurant-one-page/
If so then add this to your custom CSS.
.current-menu-item > a > .avia-menu-fx { display: block; }To make the bottom border display for the current link.
Regards,
ElliottApril 27, 2015 at 4:52 pm in reply to: Testimonial components height increases on all browsers using windows 8 OS #435408Hey!
I checked in Firefox on Windows 7 and Windows 8 but it looks fine to me. Can you take a screenshot and highlight what your seeing?
Best regards,
ElliottHey!
You need to turn that option off so it says, “No, do not force the same size”.
Best regards,
ElliottApril 27, 2015 at 4:37 pm in reply to: one page website > ajax portfolio (to the top of screen) #435392Hey!
Try opening up /enfold/js/shortcodes.js and change line 1485 from this.
var target_offset = target_wrap.offset().top - 175,To this.
var target_offset = target_wrap.offset().top - 15,Best regards,
Elliott -
This reply was modified 10 years, 9 months ago by
-
AuthorPosts
