Forum Replies Created

Viewing 30 posts - 5,911 through 5,940 (of 8,514 total)
  • Author
    Posts
  • in reply to: Shortcodes inside Accordion #161909

    Hi Drew,

    You can try adding them in by creating the shortcode in a regular visual editor and then copying+pasting that code into your accordion but I can’t say for sure if it will work or not.

    Right now only those shortcodes that are fully supported inside other shortcodes are available via the editors tools.

    Regards,

    Devin

    in reply to: Enfold Fixed Layout – page width varies on mobile devices #161905

    Try:

    div.tubepress_container div.pagination {
    width: auto !important;
    }

    It seems to have some odd css on it that forces it to be larger than the window and gives it a horizontal scroll.

    in reply to: Video is playing, but i hear only the audio? #161899

    Hi carsten,

    That shortcode isn’t part of the theme. You would use the theme’s magic wand icon then go to Media and select the video shortcode option to add a video into your post.

    If that is from a plugin, you would need to check with the plugin author.

    Regards,

    Devin

    Hi iceadmin,

    I’m not clear what what you are trying to edit and where. Are you trying to edit the theme name or theme description in the style.css?

    Or something else?

    Regards,

    Devin

    in reply to: Documentation for LayerSlider? #161895

    Hi michaelhiga,

    We don’t have any written documentation for the LayerSlider but you can find some here: http://support.kreaturamedia.com/faq/4/layerslider-for-wordpress/

    And they did a quick how-to video here: https://www.youtube.com/watch?v=ZY9SxVyugx4

    Regards,

    Devin

    in reply to: Kriesi Logo #161890

    Hi All,

    I’m going to close the topic for now and tag it for Kriesi. I figured we would start getting requests for a lot of the customization he did to the child theme used on the new site but we don’t actually have access to any of those files so it would be guesswork or re-doing it from scratch.

    In any event, Kriesi will be able to be able to give us a final word on if it falls under needing to be done by a freelance developer (outside of basic support) or if he’ll be including any of the new things he customized into the main theme/providing the customization in some other format.

    Regards,

    Devin

    in reply to: security plugin for the theme #161788

    Hi yukanl,

    Personally I use “Limit Login Attempts” and just keep my plugins to ones I’ve personally looked through the code on. I’ve not really checked out any of the “security” plugins that have become popular recently.

    I’ve heard some good things about Wordfence but not used them so no first hand experience: http://wordpress.org/plugins/wordfence/

    Regards,

    Devin

    Hi flylanddesigns,

    Can you link us directly to an example? It would be best of the css change was as specific as possible so that it doesn’t accidentally impact other elements on the whole site.

    Regards,

    Devin

    in reply to: PARALLAX IMAGES ARE NOT SCALING ON IPHONE #161782

    Hi Kim,

    Unfortunately with the last update the changes were far too many/large to pick out which change fixed what (which is why a full theme update was recommended instead of the usual file specific updates).

    Regards,

    Devin

    in reply to: Switching to Mobile Version when it's not supposed to #161778

    I’m not sure what could be causing that. My guess is a plugin conflict or something like that is occasionally showing the raw source of the page instead of what should be getting rendered (shouldn’t be possible).

    So if you have any kind of caching plugins installed or something like that it could be the cause.

    in reply to: Multiple portfolios #161748

    Hi saquasar,

    Yes! Just add a portfolio element to your advanced layout editor page and in its options only choose that one specific category you want to show. Then do the same for the other portfolio items and they will only show the single category for each section/portfolio element.

    Regards,

    Devin

    in reply to: Switching to Mobile Version when it's not supposed to #161747

    Hi ckerr44,

    What may be happening is that the desktop user has narrowed their browser and the top menu (not the main menu) is too wide at that point and the whole layout doesn’t actually switch to the mobile layout until the browser is smaller so the menu items overlap.

    Regards,

    Devin

    in reply to: Include Page excerpts in Blog #161745

    Hi jasrobb,

    You would need to find a plugin that can do that kind of thing. WordPress core doesn’t support that so the theme has no functionality to do it either.

    Regards,

    Devin

    in reply to: Browser Page Titles #161733

    Hi jaseellis,

    As Dude mentioned using Yoast is your best option all around for getting full control over your page titles with WordPress.

    Regards,

    Devin

    in reply to: Line breaks sometimes work and sometimes don't work #161732

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

    in reply to: problems with cache #161722

    Hi Xavier,

    None of the shop data should be cached at all. See: http://docs.woothemes.com/document/configuring-caching-plugins/

    Regards,

    Devin

    in reply to: Add caption to image element #161721

    Hi zerozendesign,

    The only way I can think of is to use a slideshow element for the single image instead and then add your image into the slideshow where you can put the caption on it.

    As long as its only a single image there is no actual slideshow effect.

    Regards,

    Devin

    in reply to: How to: remove menu (header) and footer from homepage only? #161715

    Hi Alexoidea,

    On the right hand side of a page editor is a meta box with the dropdown for Templates. Select the blank page template and this will give you a page without a header, footer, socket or anything but your content.

    This is how the demo created pages like : http://kriesi.at/themes/enfold/pages/blank/coming-soon/

    Regards,

    Devin

    in reply to: Shortcodes not rendering #161709

    It looks like the customization to your loop-index file has caused the default WordPress filters to stop getting added in. The default code for it does run through it and apply them here:

        
     * ... last apply the default wordpress filters to the content  */
    	$current_post['content'] = str_replace(']]>', ']]>', apply_filters('the_content', $current_post['content'] ));

    `

    but something has caused this not to work on the child theme version from what I can tell.

    in reply to: [LayerSliderWP] Slider not found and image size in slider #161704

    I’ve tagged the topic for Josue’s personal queue so he should be able to respond quickly when able.

    in reply to: Line breaks sometimes work and sometimes don't work #161703

    Hi Arne,

    WordPress is a bit touchy when it comes to line breaks. If you always work in the “text” tab then WordPress will leave theme alone. But if you switch to the visual editor tab and back then WordPress may or may not delete or clean up your text/line breaks and spacing.

    So try only working in the text tab when you are using the break tag consistently.

    Regards,

    Devin

    in reply to: header customization #161702

    Hi suthye,

    In your theme files add this into the desktop media query that we provided in that file as a base:

    .sub_menu {
        right: 104px;
    }
    #top .social_bookmarks li {
        float: right;
    }

    This will get you most of the way there. The image in the first menu item can actually be placed right into that menu text in your menus manager to get the next bit of the effect you are looking for.

    You could then also target the Contact us menu by its ID and give it a negative margin to push it over to the right and do the same on the social icons. The main issue will be keeping it all responsive and cross browser compatible but keeping your css changes for the desktop at least in the desktop media query (in the custom.css file) should help for the most part.

    Regards,

    Devin

    in reply to: Enfold – White space or padding inside Avia Layout Builder #161698

    Hi Bruno,

    Not at the moment no. The HR element has a whitespace setting for top/bottom spacing but left/right spacing would need to be done with either css or maybe an image inside a column element depending on the layout.

    Regards,

    Devin

    in reply to: Cheatin’ uh? #161550

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

    in reply to: Top Navigation Issues #161549

    I’m still not able to acutally pull up the site either. I’m getting a 404 when trying to pull up any sub page and the index just pulls up the directory index with no content.

    By default, your screenshots shouldn’t be happening so its a matter of finding what is causing things to act out of the normal setup.

    Typically, this is how things go on initial install: https://vimeo.com/channels/aviathemes/64927356

    The menu wrapping is a symptom of having too many menu items and the only solution outside of changing the number of menu items is to change when the menu switches to the mobile menu which can be changed following the steps here: https://kriesi.at/support/topic/top-menu-with-the-social-icons-bigger?replies=5#post-132320

    Regards,

    Devin

    in reply to: Default slider not sliding #161538

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

    in reply to: Mega Menu Image Icon Spacing #161536

    Hi asherbarrett.

    Our support queue goes by the oldest posted response in a topic so when you self responded it actually pushed the post back to the end of the queue instead of bringing it forward.

    For your issue, this is the css that controls the padding on your mega menu sub items:

    #top #header .avia_mega_div > .sub-menu {
    display: table;
    padding: 10px 30px 30px;
    }

    There is an additional style that adds 30px on top but add the following to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    
    @media only screen and (min-width: 768px) {
      #top #header .avia_mega_div > .sub-menu {
      padding: 10px 30px 30px !important;
      }
    }
    

    Then modify the values as needed

    Regards,

    Devin

    in reply to: Child theme functions-enfold file #161530

    Hi Darryl,

    Child themes don’t necessarily automatically replace every file within it. They will for the WordPress core files but *not* just any other file from the theme. You need to actually register that file in your child theme or that specific function so that it doesn’t get run by the parent.

    Regards,

    Devin

    in reply to: Issues with Safari browser #161529

    Let us know . As I said trying that on my mac with dev tools to see the code effect live seemed to fix it but its not something I’ve ever actually seen before so I am assuming there is a relation to the customization done up to this point.

    in reply to: Adding just "code" with Avia advanced editor #161528

    Hi Dan,

    The code above removes the WordPress function which adds the paragraph tags to the content. You may need to re-create the text element to see the change live.

    Regards,

    Devin

Viewing 30 posts - 5,911 through 5,940 (of 8,514 total)