Forum Replies Created

Viewing 30 posts - 811 through 840 (of 8,514 total)
  • Author
    Posts
  • in reply to: How to place standert form into advanced slider? #303908

    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,
    Devin

    in reply to: Activate Avia Template Builder for other objects #303906

    Glad we could help. Let us know if you have any other questions or issues.

    in reply to: Layout Builder and Custom Post #303900

    I freelance through Codeable.io when available.

    in reply to: Table not re formatting on MObile devices #303896

    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,
    Devin

    in reply to: Create Blog Post Template #303623

    Can 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 :)

    in reply to: Creating a parent content element #303621

    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!
    Devin

    in reply to: single.php #303618

    Hi 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!
    Devin

    in reply to: Video Background Not Displaying on Safari #303615

    I’m not sure why it wouldn’t be showing for you. Is the video url viewable directly when you try it with safari?

    in reply to: How set image and video dynamically using php #303614

    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.

    in reply to: CSS ID #303608

    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,
    Devin

    in reply to: Enfold – Some Questions #303606

    The 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 {}
    
    in reply to: Implementation Of Images With Hot Spots? #303602

    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.

    in reply to: How can I add custom id to images? #303601

    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,
    Devin

    in reply to: Permalink – after site is livel #303600

    Hi 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!
    Devin

    in reply to: Facebook feed including images #303598

    Hey 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!
    Devin

    Hi!

    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!
    Devin

    in reply to: snippet code #303595

    It 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.

    in reply to: snippet code #303579

    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,
    Devin

    in reply to: Implementation Of Images With Hot Spots? #303546

    Hey @vcoronel!

    No it is limited to Enfold 2.9+ alone.

    Cheers!
    Devin

    in reply to: how to add button to layered slider #303545

    Unfortunately 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>
    
    in reply to: WooCommerce Single Product Images #303539

    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!
    Devin

    in reply to: Vault Press Security Messages #303535

    Hey 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!
    Devin

    in reply to: Gravity Forms #303525

    Hi!

    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,
    Devin

    in reply to: Two Galleries On One Page? #303521

    Hi 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,
    Devin

    in reply to: Positioning logo #303519

    Hi!

    Seems to be rendering correct on my end now:

    Regards,
    Devin

    in reply to: Create Blog Post Template #303517

    What 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.

    in reply to: gallery unable to select Images #303515

    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!
    Devin

    in reply to: URGENT!!! Issue with Enfold #303513

    Hey 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,
    Devin

    in reply to: excerpts on products, product tag option on page builder. #303460

    The 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.

    in reply to: Gravity Forms not working #303457

    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

Viewing 30 posts - 811 through 840 (of 8,514 total)