Forum Replies Created
-
AuthorPosts
-
Hi Denis!
For that kind of customization you would need to hire a freelance developer from somewhere like Codeable, WerkPress or Envato Studio. Its quite a bit beyond the scope of what we can support here.
Best regards,
DevinGlad we could help. Let us know if you have any other questions or issues.
I freelance through Codeable.io when available.
Hey!
Tables can only stack when there is room available. The choice is either to have the table reformat which isn’t working for you with the structure of your table or to make it scroll.
Best regards,
DevinCan you throw it in a gist or http://pastebin.com/ file. That way I can copy it over to a text editor and get the easy syntax highlighting :)
Hey ryan.thames!
Hmm, the only thing I could think of would be a bit of a multi step workaround. Try adding a widget area to where you want the testimonial to show on each page. Make sure its a custom widget area just for this use. Then create a new page just for the testimonails and add the testimonail data to it.
Then copy out the shortcode and put it in a text widget in that widget area so it then shows up on all pages.
Cheers!
DevinHi Andrea!
Nope, not missed we are just getting a lot of requests all of a sudden so response time is slower. We actually see and answer (unless its not needed) every single topic that gets posted :)
Cheers!
DevinI’m not sure why it wouldn’t be showing for you. Is the video url viewable directly when you try it with safari?
A page template would be: http://codex.wordpress.org/Page_Templates
It would be select-able from the page template dropdown and would output your element either before or after the visual editor content. So when I did that for a client I made a page template called video player and wrote some php to grab the data from the url, save it as variables and then added the variables into the video player on the page.
I *think* that would be the easiest here but it depends on what your overall layout would be and how much other content should be edited on the page.
To replace a ALB drag and drop element or add your own see: https://github.com/DevinVinson/enfold-child-docs
I have a function in the functions.php file that points to the child themes shortcode folder where I’ve replaced the default magazine element with a modified version. That way it shows the last updated data instead of the published date http://kriesi.at/documentation/enfold/tutorials-how-to-articles/
You could do the same thing but create a new element.
Hey!
You may need to add !important to the end of your css values so that they force override the css on the elements.
Regards,
DevinThe links are to the sites but I wasn’t sure what pages/content on the site specifically.
For the caption here are the selectors:
.home h2.avia-caption-title {} .home .avia-caption-content {} .home .caption_framed .slideshow_caption .avia-caption-content p {}
Compatibility should actually be the same with both themes. The big difference is that Replete is designed as an ecommerce theme so all of its design is geared towards a shop type design. Enfold is a lot more flexible so the user is more responsible for creating that same general shop feel.
Hi Ignazio!
Turn on the class field for all elements: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Regards,
DevinHi JulieDesigns2!
You should be able to do so. The only issue that might arise is if you are on a windows server which has its own permalink issues and hurdles.
Cheers!
DevinHey Gretaz!
You should be able to generate the needed code from Facebook and then add it into a text widget: https://developers.facebook.com/docs/plugins/activity
As long as you are already included the facebook sdk into your header with another plugin (which most SEO plugins do that these days).
Cheers!
DevinAugust 13, 2014 at 4:33 am in reply to: Adjusting number of items in grid layout at category and label blog pages #303596Hi!
Unfortunately I don’t know of a way to do that. Because the page is actually already showing the correct query amount but its being split into the 2 different post types for a total of 18 items on the page.
With the way WordPress handles the query it checks for X number of items and then outputs them. So it could change the number of columns depending on how many tag items are in each type.
Cheers!
DevinIt could go anywhere you want it to show in that case. I would recommend a footer widget as a text widget since it looks like an address.
Hi!
What is it you are trying to do with the code that isn’t working? Are you adding it to a text widget in the footer, a code element in a page layout or what?
Best regards,
DevinUnfortunately the only way to do that is to write custom css for their responsiveness.
You could try copying out the html that is generated by the buttons and see if LayerSlider is able to grab and modify it then. Ex:
<div class="avia-button-wrap avia-button-right "><a href="http://www.mangolanguages.com/libraries/" class="avia-button avia-icon_select-no avia-color-custom avia-size-large avia-position-right " target="_blank" style="background-color:#ffc425; border-color:#ffc425; color:#ffffff; "><span class="avia_button_icon" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span><span class="avia_iconbox_title">FOR PUBLIC LIBRARIES</span></a></div>
and the next button:
<div class="avia-button-wrap avia-button-right "><a href="http://www.mangolanguages.com/academic/" class="avia-button avia-icon_select-no avia-color-custom avia-size-large avia-position-right " target="_blank" style="background-color:#8dbe3a; border-color:#8dbe3a; color:#ffffff; "><span class="avia_button_icon" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span><span class="avia_iconbox_title">FOR ACADEMIC LIBRARIES</span></a></div>
Hi elbnetz!
Its doable but it would take about an hour of writing custom css to change the layout and get it cross browser compatible and responsive. If its a must have feature you can look into hiring a freelance developer to write the css for you from somewhere like Codeable or Envato Notes.
Cheers!
DevinHey Webtechyartist!
The last time there was this issue Kriesi dug into it and it turned out that it was false flagging the issue though there was a secondary layer of security added just to placate the VaultPress plugin.
Not sure what the second issue is however but its the first we’ve ever been notified about something like it. Generally the whole theme has had a security audit for vulnerabilities and I’ll flag the topic for Kriesi to take a look at.
If there is anything else as part of the error or if you can check with them on what its specifically referring to we can take that into account as well.
Cheers!
DevinHi!
Yes, Gravity Forms is a supported plugin but we really have no interaction with them directly. So you purchase it from their site and all specific issues/questions about it would go to them.
Regards,
DevinHi TimothyDel!
Without a good bit of custom css for that page it wouldn’t be doable. The most direct and best route to achieve it would be to hire a freelance developer to assist with the customization.
You can get two content sections on a single page with the layout builder but I can’t see any way around needing to do some customization for the rest.
Maybe even adapting the magazine element to your idea could work: http://kriesi.at/themes/enfold/homepage/home-v10-magazine/
Best regards,
DevinHi!
Seems to be rendering correct on my end now:
Regards,
DevinWhat did you set manually for each? Its difficult to say what could be happening without seeing the source for each and what has already been done.
It looks…incorrect right now but there is also some caching going on with the custom files so it adds a layer of obscurity to inspecting.
Hi!
Try deactivating all active plugins that are running and then going to the WordPress a Dashboard>Updates>Re-install . That will get WordPress to re-update the core files with no possible plugins causing a conflict.
You can also try deactivating the theme when doing the update by switching to one of the twenty something themes. Then before re-activating the theme re-installing it as well with a fresh download from your downloads on themeforest over FTP to eliminate the chance of any basic theme file issues since the bug/error you are having definitely isn’t supposed to happen.
Take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750
Cheers!
DevinHey jlovebomb!
Unfortunately both of those errors are WordPress core errors so the issues is most likely on the generall WordPress side of things.
What you can do is go to the WordPress admin and then Dashboard>Updates>Re-install Now to re-installed WordPress 3.9.2 on top of your current version to try and clean up the issue.
Before doing so deactivate all active plugins in case of any conflicts.
Regards,
DevinAugust 12, 2014 at 10:54 pm in reply to: excerpts on products, product tag option on page builder. #303460The theme doesn’t have an option for it so that would need to be customized by a freelance developer in the config-woocommerce/config.php file.
Hi orourkehospitality!
Have there been any changes to the site recently? Either a new plugin, plugin update, Jetpack extensions installed or updated, server side changes or recovering from a backup/moving domains?
Best regards,
Devin -
AuthorPosts