Forum Replies Created

Viewing 30 posts - 8,461 through 8,490 (of 8,514 total)
  • Author
    Posts
  • in reply to: theme layout diagram #115868

    Hi jeffcrain,

    No there is not. What elements are you confused out specifically? I did a video earlier today going over all of the advanced layout editor items which is just processing now here: https://vimeo.com/64927359

    But I’m not sure if this would help or be what you might want.

    Regards,

    Devin

    in reply to: Related Posts #115717

    Hi Hausundplan,

    I believe they are handled by Tags. So as long as the posts have the same tags they will be related.

    Regards,

    Devin

    in reply to: Portfolio items – attach a URL #115830

    Hi Gordon,

    No, as far as I know that isn’t possible at this point with the theme settings. You can request something like in the feature request thread here however: https://kriesi.at/support/topic/enfold-feature-requests

    Regards,

    Devin

    in reply to: a real SEO problem: blog post title should be H1 header #115986

    Hi Bernt,

    Glad you were able to get things to your liking. SEO is a complicated subject and there isn’t really a right answer anymore these days. Even using multiple H1 on a page is completely fine and it has more to do with the html structure of where they are than having a single h1 per page.

    The most important thing is having accurate and relevant content for the site topic and the search engines will do the rest :)

    Regards,

    Devin

    Hi Jean,

    Can we see the issue live? The screenshot is a bit small and I’m not completely clear on what is happening on hover so seeing it live should help.

    Regards,

    Devin

    Hi hsie,

    1) Try adding the following CSS 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:

    .avia-testimonial-image {
    border-radius: 0;
    }

    2) You can change the heading font in your themes Styling tab.

    3) Kriesi just uses WP-Super Cache on the demo.

    Regards,

    Devin

    in reply to: enfold audio players #115662

    Glad we could help :)

    Let us know if you have any other questions or issues.

    Regards,

    Devin

    in reply to: I wont Header Non fixed in Enfold theme #115506

    Make sure to clear your browser cache by refreshing the page 3-4 times after making a change. At the very least the option for small non fixed header will definitely not be fixed as I have that on my personal site: http://devinvinson.com/

    Regards,

    Devin

    in reply to: enfold audio players #115660

    Hi funkybytes7,

    In that plugins css, the height is too small on the audio player for some reason. You can overwrite it with:

    .mbMiniPlayer table span{
    height: 25px!important;
    }

    and for the track title:

    .mbMiniPlayer table span.map_title {
    height: 15px !important;
    }

    Add that to the themes custom.css file or Quick CSS field in the styling tab of the theme options. If that doesn’t do it, you’ll need to add it to the bottom of the plugins style.css file (if its getting added after the theme styles).

    Regards,

    Devin

    in reply to: Social media icons #115663

    Hi yingfuli,

    Try adding the following CSS 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:

    #top .social_bookmarks li a {
    font-size: 17px;
    }

    Adjust the font size as needed. Though it does degrade a bit at that size (the default is 13px).

    Regards,

    Devin

    in reply to: Home page footer? #115657

    Hi TechShad,

    In the widgets section you just need to add any widget to the footer widget sections and that will overwrite the default widgets that appear with the theme install.

    Regards,

    Devin

    in reply to: Post image issue when migrating rom Broadscope theme #115652

    Hi andreano,

    No, not that I know of. I know there are some functions out there that will automatically set a featured image based on the first image in a post (plugins too) but if it isn’t *in* the post editor already then that wouldn’t help you.

    I’ll take the rest of the support crew to see if anyone has any ideas.

    Regards,

    Devin

    in reply to: Video Displaying Improperly #115547

    Hi tlow87,

    Try changing the size of the video iframe first since that height is what is setting its height. Otherwise, Try adding the following CSS 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:

    #top .flex_column .embed-youtube iframe {
    width: auto !important;
    height: auto !important;
    }

    Regards,

    Devin

    in reply to: Skrinking Header #115584

    Hi joe88,

    You would need to modify the javascript function that handles the change. Right now it calculates the height and sets it as inline css using 50% of the regular sized header.

    Look for:

    function avia_header_size()

    in js>avia.js within the theme files.

    Regards,

    Devin

    in reply to: remove page tittle in enfold #115093

    You can also use the theme’s built in option on each page in the Layout meta box on the right hand side. Just choose the option you want (either show or hide the header) where it says:

    Header Settings
    Display the Header with Page Title and Breadcrumb Navigation?

    with the dropdown there.

    Regards,

    Devin

    in reply to: Removal of Portfolio #115650

    Hi TechShad,

    Not fully no. There are so many other elements besides the custom post type the refer to it and are integrated throughout the theme that it would probably end up causing more confusion if the post type was just removed.

    One thing I’ve done a few times on non-profit sites is to use the portfolio items as service projects. You re-name the portfolio slug in the General Settings tab of the theme options from portfolio-item to service-project and then you get a nice clean url for them with a fancy picture centric layout.

    Regards,

    Devin

    in reply to: "In case you need help " Section Homepage #115433

    Glad we could help :)

    Let us know if you have any other questions or issues.

    Regards,

    Devin

    in reply to: Layerslider content not centred like demo #115732

    Hi lounge35,

    Not that I know of no. The default demo content should set it up so that the slider is automatically centered. See the FTP installation video at about 3 minutes here: https://vimeo.com/64694549 where I install the dummy data and view the frontpage.

    If you have any plugins installed try deactivating them to make sure something isn’t causing a conflict with the layerslider code.

    Regards,

    Devin

    in reply to: Image – The Office #115524

    We are working on some better videos but the biggest issue with the demo data vs dummy data is what Kriesi is allowed to release (protected photos etc) as well as trying to keep the theme size down. The theme upload is already pretty big as a zipped file and we tend to get a lot of complaints if the package gets to bloated.

    Glad you were able to get it sorted out for now :)

    Let us know if you have any other questions or issues.

    Regards,

    Devin

    in reply to: Enfold Slider showing full-height images? #115133

    Glad we could help :)

    Let us know if you have any other questions or issues.

    Regards,

    Devin

    in reply to: Tabs in loop-index.php #115574

    Hi dweb,

    Why would you need to place the code directly in the php file? There should be no reason to edit the file directly since you can use the Avia Builder on the home page to do whatever layout you want.

    Regards,

    Devin

    in reply to: Breadcrumbs #115573

    Hi joe88,

    On the right hand side of the page when editing it there is a meta box called Layout. Inside of that use the dropdown for Header Settings to select either Don’t display the header or to display the header. This allows you to control showing the breadcrumbs/header or not.

    Regards,

    Devin

    in reply to: Footer Content #115557

    Hi joe88,

    The default widgets are there just to add a bit of content before you customize those areas yourself. So you can go to the theme options>Footer tab and select how many widget areas you want for the footer. Then go to Appearance>Widgets and add your own widgets the Footer column widget areas to replace those that appear by default.

    Even using a blank text widget will clear out the demo content so just add a single widget to each column and you can customize it from there.

    Regards,

    Devin

    in reply to: Enfold Feature Requests #114562

    Lots of feature requests coming in! Thanks for all the ideas and suggestions everyone. I know Kriesi is already adding in some and working on others so keep an eye on his Twitter/Facebook for update notices and check the version.txt file in the download from themeforest to see what has been updated in each version :)

    Regards,

    Devin

    in reply to: Standard Installation Package for Enfold / All themes #115616

    Hi dmc4321,

    While the video output has not been great, there are videos created by Kriesi for quite a few of the themes available on the theme demos.

    For Enfold, I’m currently working on this right now. For basic installation, give this one a try:

    https://vimeo.com/64694549

    I’m using Filezilla as my FTP client and 7zip for unzipping the files as both are free and easily available. I’m a bit quiet so make sure to turn your volume up :)

    Regards,

    Devin

    in reply to: Image – The Office #115521

    Hi joe88,

    That is just a Color Section set with a background image set to Fixed. Then the content on top of it :)

    Regards,

    Devin

    in reply to: "In case you need help " Section Homepage #115431

    Hi Sebastian,

    That is a color section with a custom image as the background. Then inside of it, three Icon Box Content Elements with the icon placed in the Top position with each icon box in a 1/3 layout element.

    Regards,

    Devin

    in reply to: I wont Header Non fixed in Enfold theme #115504

    Hi AlexiaNin,

    I’m not quite sure what you mean. The only header options that are available are those in the theme settings>header. If you wanted something outside of that, you can request it in the Feature request topic here: https://kriesi.at/support/topic/enfold-feature-requests

    Regards,

    Devin

    Hi Bernt,

    Can we see the site live so we can inspect the code in FF/Chrome/Safari. It just helps to see issues live and make sure local fixes will work before getting added to theme updates.

    Regards,

    Devin

    in reply to: Color Styling Issue ( cannot change colors in post ) #115291

    Hi Andy,

    I see what you mean. I’ll have to tag Kriesi on the issue however as it looks like the inline css is getting stripped to prevent any complications with the layouts etc.

    Regards,

    Devin

Viewing 30 posts - 8,461 through 8,490 (of 8,514 total)