Viewing 30 results - 239,911 through 239,940 (of 242,540 total)
  • Author
    Search Results
  • #129057

    The quick css field can be found on the theme options page (Enfold > Styling).

    The custom.css file is located in the enfold/css folder but WordPress won’t show it on the theme editor page. You can use ftp to download the file (navigate to wp-content/themes/enfold/css) or install an advanced editor plugin like: http://wordpress.org/plugins/solid-code-theme-editor/

    #130237

    Hi,

    I can’t see this on our end. Can you give us a link to the actual page?

    Please upgrade to Enfold 1.8.1.

    Regards,

    Ismael

    #130208

    Hi,

    For the Portfolio Overview, you can edit wp-contentthemesenfoldconfig-templatebuilderavia-shortcodes > portfolio.php, find this code

    $output .= "<div data-ajax-id='{$the_id}' class=' grid-entry flex_column isotope-item all_sort {$style_class} {$post_class} {$sort_class} {$grid} {$extraClass}'>";
    $output .= "<div class='main_color inner-entry'>";
    $output .= apply_filters('avf_portfolio_extra', "", $entry);
    $output .= "<".$link_markup[0]." data-rel='grid-".avia_post_grid::$grid."' class='grid-image avia-hover-fx'>".$custom_overlay.get_the_post_thumbnail( $the_id, $image_size )."</".$link_markup[1].">";
    $output .= !empty($title) || !empty($excerpt) ? "<div class='grid-content'><div class='avia-arrow'></div>" : '';
    $output .= !empty($title) ? "<h3 class='grid-entry-title'><a href='{$title_link}' title='".esc_attr(strip_tags($title))."'>".$title."</a></h3>": '';
    $output .= !empty($excerpt) ? "<div class='grid-entry-excerpt'>".$excerpt."</div>" : '';
    $output .= !empty($title) || !empty($excerpt) ? "</div>" : '';
    $output .= "</div>";
    $output .= "</div>";

    Replace it with

    $portfolio_date = get_the_date($entry->post_date);

    $output .= "<div data-ajax-id='{$the_id}' class=' grid-entry flex_column isotope-item all_sort {$style_class} {$post_class} {$sort_class} {$grid} {$extraClass}'>";
    $output .= "<div class='main_color inner-entry'>";
    $output .= apply_filters('avf_portfolio_extra', "", $entry);
    $output .= "<".$link_markup[0]." data-rel='grid-".avia_post_grid::$grid."' class='grid-image avia-hover-fx'>".$custom_overlay.get_the_post_thumbnail( $the_id, $image_size )."</".$link_markup[1].">";
    $output .= !empty($title) || !empty($excerpt) ? "<div class='grid-content'><div class='avia-arrow'></div>" : '';
    $output .= !empty($title) ? "<h3 class='grid-entry-title'><a href='{$title_link}' title='".esc_attr(strip_tags($title))."'>".$title."</a></h3>": '';
    $output .= "<br>";
    $output .= "<span class='post-meta-infos'>";
    $output .= "<span class='date-container minor-meta'>".$portfolio_date."</span>";
    $output .= "</span>";
    $output .= !empty($excerpt) ? "<div class='grid-entry-excerpt'>".$excerpt."</div>" : '';
    $output .= !empty($title) || !empty($excerpt) ? "</div>" : '';
    $output .= "</div>";
    $output .= "</div>";

    You can edit the date settings on Settings > General panel.

    For single portfolio without the Advance Layout Editor, you can edit includes > loop-portfolio-single.php, find the code:

    //display the actual post content
    the_content(__('Read more','avia_framework').'<span class="more-link-arrow"> &rarr;</span>');

    Below, you can echo the date code:

    echo "<span class='post-meta-infos'>";
    echo "<span class='date-container minor-meta'>".get_the_time('d M Y')."</span>";
    echo "</span>";

    Regards,

    Ismael

    Hey,

    Glad it is fixed.

    Please upgrade to Enfold 1.8.1.

    Regards,

    Ismael

    #130153

    Hi Lele,

    You can update via FTP following the steps in this video https://vimeo.com/channels/aviathemes/67209750

    Regards,

    Devin

    Hi,

    Can you give us a screenshot of what you are trying to do? I’m sure it is possible. You can always use the text block element to input a html codes and the custom.css to modify styles.

    Regards,

    Ismael

    #130016

    Hi,

    On Enfold > Header > Responsive Header Main Menu > please try to select “Display as Dropdown Menu”.

    Please upgrade to Enfold 1.8.1.

    Regards,

    Ismael

    #26362
    lelefioroni
    Participant

    Hello, I’m here to ask how to update enfold, I’ve 1.7 and i understood that 1.8 is already available.

    but the problem is that I live in china at the moment, so i can’t access twitter, youtube or vimeo as well!!

    Can you make please a description of the things I need to do to update it? thank you very much

    -Lele

    #26441

    Topic: Enfold tablles

    in forum Enfold
    shortow
    Participant

    Hi guys,

    I’m migrating content from an old site, including quite a few tables

    It’s much easier for me to simply copy paste the table html rather then use table builder or shortcode…and the resulting tables look great.

    eg **livedealer.org/dev/live-casino-games/live-blackjack/house-edge-comparisons/**

    1 issue though… viewed on iPads, if the tables don’t fit screen they are cut off (right side) and can’t swipe/scroll across (or reduce size).

    Is there a simple fix to make the whole tables viewable on mobile devices?

    Really don’t want to have to use the table builder/shortcode…would be very time consuming given number and size of data tables being added

    Many thanks

    #129056

    I finally figured out how to split a post, so that is resolved.

    I still dont know where custom.css or Quick css is. I saw a post from another user, but Enfold says not to do anything to style.css.

    And the menu still goes under the logo on an ipad. any suggestions?

    thx again.

    #128721

    Hi Ismael,

    Thanks a lot for your instructions.

    I’ve just done that and it looks fine now – http://etool.net.au/blog/

    However when I changed the page on Where do you want to display the blog? in the Enfold Theme settings, it seemed to overwrite this instruction for excerpt, so have left it as select a page.

    Also my favicon has disappeared for this new page but it on all my others. Is that because it’s new or do I need to do something else?

    Thanks, Siobhan

    #129859

    My hosting ISP doesn’t cache anything so that’s the funny thing to. But I found this lovely plugin called Versions http://wordpress.org/plugins/versions/ by ISEQQAVOG ( http://profiles.wordpress.org/iseqqavoq/ )

    It solved all the caching issue and updates your styles and java-scripts right away!

    It wasn’t a permission issue, it wasn’t a server caching issue, just something with WP and browsing not detecing that something updated. So whatever it was, thank you iseqqavoq

    And you to Devin for your support.

    – Axred

    #130418

    You need to change the setting under Enfold Theme Options>>Header>>Responsive Header Main Menu from dropdown menu to slide out menu. That’s it…

    #26437

    Topic: Form getting mangled

    in forum Enfold
    stunna42
    Participant

    Hi – Please note that this is *not* a duplicate issue although it may sound like one. Please see http://thecaloriemythbook.com/?page_id=2330 and then please see the same form on a plain HTML page at http://thesmarterscienceofslim.com/testor.html. You’ll note that on the Enfold site:

    1. Country and City are not in the proper position

    2. There is extra vertical space between all the boxes

    How can we fix this on this page only (aka not sitewide)? Please not that all of the following do not work:

    .page-id-2330 .post-entry.post-entry-type-page.post-entry-2330 .entry-content.clearfix br {

    display: none;

    }

    AND

    .page-id-2330 .entry br {

    display: none;

    }

    #26431
    learningherbs
    Participant

    I know this may fall under the realm of not supporting third party plugins, but this is a pretty major conflict.

    I noticed this morning that no JS features were working in the WP admin’s Add/Edit Posts pages (though oddly not Add/Edit Pages). No dragging and dropping or minimizing meta fields, no Add Media lightbox, and so on. Usually a sign of a JS conflict. I spent a while trying to figure out what plugin or custom theme code might be causing it, and arrived at Simple-Press forums. When deactivated, the admin page behaved fine. Then, for good measure, I changed the site theme from Enfold to TwentyTwelve, with Simple-Press forums activated, and again the admin page proceeded to work perfectly.

    From what I can gather after doing my best to audit the source code from both working and non-working versions, this may have to do with the order in which Enfold JS scripts are queued in the code. This is hard to be sure of, as there is a lot of inline code as well, not just queued JS files.

    I’m happy to give you login information to this installation so that you can look around. Any help here would be immensely appreciated. We’re also in a pretty tight pinch with doing site updates and would happily compensate your team for any help looking into this.

    Thanks!

    mirzepapa
    Participant

    Hi,

    i have updated to 1.8 this morning, seemed to work smart as always. Then one of our teacher wrote to me, on his profile page the roll over items on the photo do not work anymore:

    On http://www.musikzentrale.net/musikschule/juan-roos/, rolling over the globe (which actually should be linking to juans website) this link appears: http://www.musikzentrale.net/musikschule/juan-roos/kontakt%27%3E%E2%9C%89%3C/a%3E%3Ca%20rel=%27v:url%27%20data-avia-tooltip=

    I have also set up a video link, opening our teachers youtube channel, an eMail link, pointing to the contact page.

    Since i do have to deal with 39 teachers, all with at least to linked items in their profile, i do hope from the very bottom of my heart, that there is a fix to it without editing every single portofolio entry.

    Cheers, Sebastian.

    #129858

    Hmm, talk to your hosting provider. I vaguely remember someone else having this same issue but solved it by having their host disable the auto caching that was set up. It was one of the wordpress dedicated hosts but the name escapes me at the moment.

    #129857

    Hi Devin. I think I know what the issue is, something to do with caching with WP. is there something in the template that caches?

    The WP install is a fresh install, no other plugins. And if the cache is preventing it from showing up – where do I go to disable it?

    Thank you.

    #25716
    wvanderzee
    Participant

    Hi,

    On the demo page of Enfold the Mega menu has non-clickable headers. How to do this? Cannot find anything about in the docs and forum.

    Thanks!

    Wouter

    jeeves
    Participant

    Hello guys!

    The problem I’m having is that I have three separate pages each with it’s own Blog Element, pulling in various separate categories.

    e.g. the ‘News’ page Blog Element pulls in around 10 different categories, whilst the other 2 pages (‘Knowledge Base’ + ‘Case Studies’) pull in their own discreet categories.

    When you click into any of the posts, they all display ‘Blog – Latest News’. I want them to display News, Knowledge Base and Case Studies on each of their respective pages/sections.

    All of the instructions I’ve read on this forum so far only instruct the user to edit single.php /index.php and edit the ‘Blog – Latest News’ text (or delete it) – which is only a once-off approach and doesn’t deal with a multiple blog instance.

    I’ve tried setting ‘News’ as the Blog Page in Enfold settings, but that pulls in every category, whether or not I create a Blog Element on the News page and discreetly select the categories I want to display.

    I hope I’m missing something obvious here and you can point me in the right direction, otherwise can you send me some code to put into single.php that will display the correct page title for the Blog Element associated with it.

    PS – well done so far on a great framework… it’s shaping up into something quite special.

    Regards.

    #26420
    stupaul22
    Participant

    Is it possible to add custom icons for social media to the header in enfold. Like yelp or angies list.

    #26416
    UltraHealthDoctor
    Participant

    the error below was all the website http://ras-consulting.com displayed after FTP overwrite of the “enfold” theme folder as instructed.

    “Parse error: syntax error, unexpected $end in /home/content/40/10124140/html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/meta-box.class.php on line 98”

    I replaced the meta-box.class.php file mentioned with the 4/24/13 file version and it appears to be working again. What’s up with that? What could have caused that error?

    Is that file damaged? Is a solution forthcoming soon?

    Thanks in advance for your rapid response.

    ~UHD

    #129959

    In reply to: Text Box Not Editable

    seems to be an issue with Firefox 22 and Chrome v28. On IE 9 I can edit the text box areas. I also applied the latest update from today for the Enfold theme, and still can’t see the text in any text box, can’t type in the body of a new page & blog post, and and can’t edit text boxes in advanced layout…

    #114747

    Any chance of adding a *closeable* notification/alert box type?

    I’ve seen quite a few themes recently where a notification box can have a little ‘X’ or button to close it once the notification has been read. It would be great to see this in Enfold without needing an extra plugin.

    #26402
    rickswearingen
    Participant

    I am sure this topic has been posted to death but I cannot seem to get the Parallax effect on pages to work properly. I have the setup correct but the background image is super choppy as I scroll up and down with Safari. I would blame it on Safari but when I check your demo page http://kriesi.at/themes/enfold/portfolio-item/single-portfolio-fullscreen-slider-3/ it is perfectly smooth. You also have a slider on that page , as do I and there is no problems on the demo.

    FYI, it works fine in Chrome and O.K. in Firefox (but then again it, as stated it looks Great in Safari on your Demo page)

    **I am editing this post as I just discovered the effect works GREAT in “Stretched Layout” mode. I am using the boxed layout and that seems to be the issue.

    So to sum it up, the Parallax effect with boxed layout on Safari do NOT mix well.

    Is there a fix for this?

    Rick

    artistic24459
    Participant

    I have the Enfold theme

    When a portfolio post opens in AJAX, it shows the image, title and text for that project. But clicking on the title it also opens that same portfolio post by itself, with no AJAX. When using AJAX, I would like to disable the link as I don’t have much information for each project.

    Also would this be an added option in the future? To have it as an option to have a link or no link on the title to a full page project.

    AndrewDouglas
    Participant

    Have just purchased the Enfold theme and didn’t realise that the icons were not modifiable. I need to have 6 Icon headed boxes on the home page that link to associated pages. Is it possible to recreate the ‘icon box’ look using any other means? an image followed by a text box maybe. I have designed the icons already.

    Yes, I’m new to this and would appreciate your help! If I can’t do something like this I will have to shelve this plan and go and purchase another template that allows me to do this. Many thanks

    #114746

    Please consider adding some logic regarding the wpautop filter, so we can use plugins like showbizpro in the layout editor. Here is the reference issue for more info, https://kriesi.at/support/topic/issue-with-showbiz-plugin-in-advance-editor. I have other premium plugins that I assume will have the same issue. Thanks!

    #130249

    Hi dsgnerfw,

    Auto update isn’t available with many/most themes from Themeforest. As posted above, I made a video on how to update via FTP here: https://vimeo.com/67209750

    Regards,

    Devin

    #114744

    Please provide a fix for adding in a custom tab names, for displaying in the URL, instead of the default #tab-id-x. This is problematic for SEO and not very user friendly when sending out page links. This is a real issue for our site, which uses the left side tab view. Thanks.

Viewing 30 results - 239,911 through 239,940 (of 242,540 total)