Viewing 30 results - 237,871 through 237,900 (of 243,991 total)
  • Author
    Search Results
  • Hi bspeice!

    You can just add your own version of shortcodes to the child them in a shortcodes folder. Add this function to your functions.php first:

    add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1);
    function avia_include_shortcode_template($paths)
    {
    	$template_url = get_stylesheet_directory();
        	array_unshift($paths, $template_url.'/shortcodes/');
    
    	return $paths;
    }

    Then it will check your child theme shortcodes folder and if there is a shortcode file in there use that instead of the parent.

    Regards,
    Devin

    #166957

    Hello!

    Compatibility mode is not default for IE. Its a manual setting or one that IE will revert to under certain circumstances where it thinks the page has an error.

    So for the average IE user they will notice no issues or run into issues with compatibility mode. If they do, then they are already browsing the web in a sub standard method and won’t be able to tell the difference anyhow.

    Regards,
    Devin

    #166950
    mattock
    Participant

    Hi, I just changed from Angular to Enfold and loving the much easier functionality, anyway…
    My first query: I want to be able to zoom in and crop my portfolio featured image thumbnails. Its to show animation work so I want to choose just a close up section just for the thumbnails viewers click on. Using the whole image often does not work well small as a thumbnail.

    I tried going edit image in my media library choose a section, and selecting thumbnails only and clicking crop, when i click update image nothing happens at all ?

    Is there any other way I can do this ? or do I have to do it the long way round and create separate thumbnail images. If this is the case, what are the dimensions that would cover a 3 and 4 column portfolio, Im hoping I can do this some automatic way, many thanks

    #166948

    Hi Yigit,
    Thanks for the quick reply. Compatibility mode was the problem.
    Here’s the annoying thing: Your demo site worked fine in IE until i clicked the compatibility icon.
    After that, every time I go to demo site it forces the compatibility mode on (with message on bottom of screen).
    Clearing history doesn’t change this.

    The only way to fix it is to go to internet options > advanced > and untick the “automatically recover from page layout errors”
    Not ideal for people just browsing with default options on

    #166946

    In reply to: Styling/Position Help

    Hey optizign13!

    1) Please add following code to Quick CSS

    #header_meta { display: none; }

    2) As Kriesi mentioned here https://kriesi.at/support/topic/enfold-feature-requests/#post-22197 “Method of adding custom icon fonts to the template builder (which allows you to add custom icons like youtube, xing etc)” feature was accepted and will be added in upcoming versions.

    3) Can you post a screenshot and show where exactly you want to make transparent?

    4)

    #top #menu-item-search { display: none; }

    5)

    #socket .sub_menu_socket { margin-right: 335px; }

    Best regards,
    Yigit

    #166935
    josephgut
    Participant

    Hi,

    I’m trying to use Enfold with the very popular Scroll Triggered Box plugin (http://wordpress.org/plugins/dreamgrow-scroll-triggered-box/), but every time I install it my site crashes (had this with Enfold and WP Supercache btw), or the box appears hidden behind the footer. The purpose of this plugin is to offer a scrolling box where someone can subscribe easily to a newsletter and it auto-scrolls as they continue viewing the page.

    Is Enfold just incompatible with this plugin? Thanks for any assistance on this.

    – Joseph

    #166772

    Glad we could help :)

    Regards,

    Josue

    #166770

    Yes –

    Figured out the footer top border just after I wrote you.

    Hopefully it will help out others though.

    As for the footer widget titles – thanks!

    Hi,

    Can you create an administrator account and send it to me at avia.josue (at) gmail.com?

    Regards,

    Josue

    #166760

    Hello!

    Looks like you already applied a border to the footer container:

    #footer.container_wrap.footer_color {
    border-bottom: none!important;
    border-top: 1px solid #c980a3 !important;
    }

    You can target the footer widget title font with this selector:

    #footer .widgettitle{ 
    font-size: 2em; 
    }

    Regards,
    Josue

    #166759

    Hi sammysouthall!

    First thing to try is updating your site to the most recent version.

    For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750

    Then try using this plugin to get IE8 to work with media queries: http://wordpress.org/plugins/respondjs/

    Regards,
    Devin

    #166757

    Hey Josue,

    Yea,

    Check out – http://codelessme.com/thematrona

    #166755

    Hi David,

    Can you post the link to your website please?

    Regards,
    Josue

    #166742

    Topic: Members Plugin

    in forum Enfold
    ppagroup
    Participant

    Will einen Membersbereich aufbauen und habe das Plugin “PrivateContent” heruntergeladen. Leider kann ich keine Navigationspunkte mehr laut Userkategorien mehr aus und einblenden sobald ich das Theme Enfold installiert habe.

    Welches Programm verwendet Ihr für diesen Zweck?

    #166741

    Topic: Flyout Menu

    in forum Enfold
    pbriner
    Participant

    Wie kriege ich das Flyout so hin wie hier : http://kriesi.at/themes/enfold/

    bei Shortcut oder Pages. Egal was ich mache (Submenus usw.), das Menu schaut immer aus wie bei Portfolio.

    #166738
    zerozendesign
    Participant

    Hey there gentlemen.

    What would I need to add to create a top border on the footer widget container? I have established my border for other containers on the site using

    .container_wrap {
    border-top: 1px solid #212121!important;
    }

    already, but need the footer to have an independent border color. Furthermore – what do I need to add to control the footer widget title font independently?

    Appreciated!

    David

    Thanks for explaining that Josue. The link to an example was missing.

    So the logic in functions-enfold for the sidebar calls the menu_order, and of course will display whatever the order is set to…it just happens to differ from Appearances Menu ordering.

    Prior to using a plugin such as the one that is helping me to reorder the items, do you know what mechanism is making the original order?

    Ultimately I’d like to create a function that logically forces the menu_order to match the Appearance Order, and add it to my functions, rather than use a plugin. Any ideas about how to achieve that?

    cheers

    Darryl

    #166715
    arnavisca
    Participant

    Hi, thanks for your help.

    I’m just trying to have a transparent background for a data-table on alternate rows so i can see the general background of the page (a fixed image).

    On the price tables this works straight forward, i don’t have to do anything, i only remove the background color of the main content style on enfold styling menu.

    But on the data table can not be setup it, because the theme uses the same color for all rows.

    Cheking the supports tickets here in the forum i was capable of change these background color for a different one, like “red”:

    .main_color div .avia-data-table tr:nth-child(even) td {
    background-color: red !important;
    }
    This works.

    But this same code don’t work for transparent.

    .main_color div .avia-data-table tr:nth-child(even) td {
    background-color: transparent !important;
    }

    You can check it here:
    http://rndh.net/mantenimiento-linux/

    At this moment the data table have the same configuration than the price table. And i removed all my css modifications.
    Why the alternate rows are not transparent like the pricing table?

    Thanks

    #166704

    Horizontal scroll through images as seen here: http://www.petersutherland.net/

    #166695

    In reply to: Enfold Bug In Main Nav

    http://www.getaltrd.com/work/virginmobile/

    and all the other portfolio pages linking from http://www.getaltrd.com/#work_section

    I tried the code you provided and first created a class for “work”, that didn’t work, so then I tried one creating a class for virginmobile (thinking I might just have to manually targeted every portfolio page – but that didn’t seem to work either, not to mention that would be a maintenance hassle every time I wanted to add a new page.

    Essentially, I only want the “home” button on all my portfolio work pages (like I did on the blog, with your help).

    Thanks in advance for your help. This is the last bug I have to finish before launching my site.

    #166690

    In my second post, I stated that I added the Roboto font to my website and it did not change anything. I appreciate the help but it does not solve the actual problem. It would be nice if I could add Roboto to the drop down list on the custom font section in the Enfold menu though.

    I had to change that previous page to private due to client’s wishes, here is an almost identical page with the same problem.

    http://www.eyeconic.tv/case-studies/johnny-junxions-case-study/

    #166686

    Hello,

    Any need chance you might feature BIGVideo in your next upgrade. I would be great to have that option.

    http://dfcb.github.io/BigVideo.js/

    Thanks,
    Didier

    #166684

    In reply to: Enfold Bug In Main Nav

    Hello!

    Please post the link where you are trying this.

    Best regards,
    Josue

    #166678
    bkheld
    Participant

    Is there an easy way to display a separate mobile menu or at least have an alternative mobile home page with enfold theme?

    Thanks!

    #166676

    Hello DavyE!

    Someone reported a logo problem with 2.2 ( https://kriesi.at/support/topic/enfold-2-2-breaks-site-logo-image/ ) and I fixed the issue with an updated avia.js file (you can download it here: https://gist.github.com/InoPlugs/ff21a064c574fc154794 ). Replace the entire code in enfold/js/avia.js with the code from the github gist and check if this solves your problem.

    Cheers!
    Peter

    #166670
    DavyE
    Participant

    I plan to go live with the website today, so it’s urgent! Just noticed my main menu is completely distorted since Enfold 2.2 update. It was fine up until 2.1, so what changed and how can I change it back, please?

    See example: http://goo.gl/FUfbFV

    EDIT: By the way, I’ve removed all of my custom CSS and the problem is still there.

    • This topic was modified 12 years, 4 months ago by DavyE.
    #166664

    Absolutely Perfect !
    Thank you so Much Yigit.

    #166662

    Hey Stéphane!

    Please review your website
    P.S.: I have created a subscriber account on your website. So if one of us ask you for password you should give ( unless we ask for admin login )
    user: kriesi
    pass: support

    Cheers!
    Yigit

    #166661

    In reply to: Enfold Bug In Main Nav

    Definitely, I did do that. Trouble is, it seems that doesn’t work to target the entire directory (all the portfolio pages in “work” – so, do I have to do this for every individual page or is there a smart way to target the entire directory automatically?

    #166657

    Hi!

    Please add following code to Quick CSS in Enfold theme options under Styling

    .main_menu ul:first-child > li a { line-height: 60px!important; }

    Then flush browser cache and refresh your page a few times.

    Best regards,
    Yigit

Viewing 30 results - 237,871 through 237,900 (of 243,991 total)