Viewing 30 results - 243,331 through 243,360 (of 244,510 total)
  • Author
    Search Results
  • #122441

    In reply to: Rogue Color Layer

    Hi,

    I am trying to understand what you are seeing, because this is what I see in Chrome on Windos 7 http://www.clipular.com/c?7180226=65G_ENiS0TuPzhP8gfxP6Nr6feM&f=.png , FF looks same, and so does IE.

    The way the theme works is that a css file gets dynamically generated based on settings in Enfold > Theme Options > Styling. This css file gets written into the upload folder of wordpress (since chances are the server allows file writing there) . In your case this is the file http://www.andypeck.co.uk/wp-content/uploads/dynamic_avia/enfold.css. It is executed right before custom.css in the cascade.

    I just ran an app that counts which selectors in css are used and which are ignored and 98% of css is not used on your site. I have a feeling that maybe some of these selectors may be used somehow even though they are. WordPress 2.6 promises tons of improvements so for now i would just continue building. When you are finished thats the time to remove the unneeded selectors and I have a feeling things will fall in place. If this is done now, then when you add anything extra there wont be a selector to style it, so thats why i suggest you get to the point where you have everything finalized. On top of that its a great optimization technique.

    Thanks,

    Nick

    #24261
    formateins
    Participant

    Hey,

    me again. Did the update to 1.5.1 and straight run into the MCE problem again. Deactivating and reactivating all plugins fixed it so far.

    Next thing: Tables. I do use a table shortcode within a tab. With the previous release, I manually removed any empty attribute from the shortcode.

    Example:

    [av_table purpose='tabular']

    [av_row][av_cell]Text[/av_cell][av_cell]Text[/av_cell][/av_row]

    [av_row][av_cell]Text[/av_cell][av_cell]Text[/av_cell][/av_row]

    [/av_table]

    With 1.5.1 it seems those attribs (row_style=” and col_style=”) are REQUIRED. Am I right?

    Because without them, each cell of the table throws a Warning like:

    array_merge(): Argument #2 is not an array in [CUTOUT]/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/table.php on line 264 (and 270).

    #24259
    BrandingLab
    Participant

    Im really frustrated. This is the first Kriesi template I have bought with so many bugs! First my Avi Editor keeps on disappearing and know when I post content to any page it appears on my index page above my Headline or slider?

    http://brandinglab.co.za/JoffeDental/

    Look at the copy “Our Services” this is copy from “Our Services” page.

    stewartjanderson
    Participant

    Where can I edit the template/code for what displays below the post title on a single post/index/archive? By default, this is Date Posted / # of Comments / in “Category”/ by Author.

    Thanks.

    Solved the problem — I’m such a noob. I didn’t explicitly select the categories for the latest news widget to display (as I wanted all posts to be shown). So, in archive view, it also showed everything on the site, not just blog posts.

    Paul

    #24253

    Topic: Child theme update

    in forum Enfold
    victoriaeducacion
    Participant

    Hi!

    After installing Enfold 1.5.1 and the child theme linked by Kriesi in themeforest, I activated it. WP informed me that this child theme is 1.0 and the latest version is 1.3. When I click for updating, the general themeforest website appears, without the link expected. I don’t know how to find the 1.3 version of Enfold child theme.

    Where could I download it?

    Thanks in advance.

    #122581

    Hello Devin,

    I have version 1.5.1, I download again enfold from theme forest and I got the same version. Where can I get 1.9 version?. And how do I do the update?

    I just have 2 plugings bbPress and maintenance mode.

    Thanks

    #114651

    I strongly support this one:

    Offset for Blog Grid Element, so users can build creative Magazine Pages

    #114650

    It would be nice to get an option to disable the prettyphoto hover effect on images

    #24249

    Topic: custom shortcodes

    in forum Enfold
    kommTrotz2011
    Participant

    Hello,

    we bought recently the enfold theme. thanks a lot, this is great work!!!

    i do have little diffulties to replace or add some functionality to some shortcodes. my goal is to create a similar shortcode as the “Blog Posts”, which would load a custom post type instead of the “post” post type. this is meant to be used in the template builder.

    what i have tried so far:

    add_filter('avia_load_shortcodes','add_shortcode_folder_new');
    function add_shortcode_folder_new($paths_new)
    {
    $paths_new = array(get_stylesheet_directory(). '/my-new-folder/');
    return $paths_new;
    }

    in order to see if it works, i changed the name of the shortcode from “Blog Posts” to “CPT Posts”, but nothing happens. i don’t get any errors or anything else. why is it not working???

    thanks a lot,

    Eugene

    #122371

    Thanks for the replies.

    – Not the memory: 53.83 MB of 256.00 MB ~ 21.03 %

    – With not visible I mean there is no option to add the third party info in my editor. The shortcodes icon on the left of the wysiwyg shows only the preset shortcodes of the Enfold theme itself, but not the new shortcode for the event calendar plugin. There should be an option there to add calendar info. I suppose new buttons won’t be visible in this theme and I will always need to add the script-shortcode in the default editor manually?

    #122458

    In reply to: Issues with ' and ?

    Random question marks (?) are still appearing see: http://kleboe.co.uk/about for an example. It doesn’t matter what I do (edit re-save) they keep re-appearing. Someone on a different site suggested it was a character encoding issue and that I should set my site to UTF-8 but I’ve looked at wp-config.php and my encoding is already set to utf8. Also I tried commenting out this line in wp-config.php as suggested by others but nothing changed. I was using Eunoia with no question marks (?) appearing so I’d imagine Enfold is causing the issue.

    Is there anything else you can suggest?

    Thank you for your prompt response, Peter.

    Upon further testing, and mucking around with WordPress’ permalinks, it would seem that something weird is going on…and now also affects any ‘latest post’ widget. I have one particularity, in that the WP is located in a subdirectory on the server, not root. So, WordPress Address (URL) and Site Address (URL) differ, and looks like an issue with my WP install, not your theme or widget. Not sure why that would break things in this way, but it does. If I find a solution, will post it.

    Best,

    Paul

    #122176

    In reply to: Translating search

    Thanks for detailed reply, Nick.

    Concerning correct code ( http://i.imgur.com/QxhJjzx.jpg ) – thank you, I see it is all good now!

    But I got some more questions.

    _______________________________________________________________________

    You are right, there would be no comments and no blog on site

    I added code to Quick CSS box and did not found something changed:

    #top.search-no-results .widget.avia_combo_widget, #top.search-no-results .entry-content h3 {
    display: none;
    }

    _______________________________________________________________________

    What I did to solve encoding problem:

    1) Opened functions-enfold.php, searchform.php and the function-set-avia-backend.php via Notepad++ and saved them to “UTF-8 without BOM”. Then I updated files via FTP.

    2) Edited .htaccess according to you recomendations.

    And after this nothing changed. May bу I missed something or I shoud edit only original php files with Notepad++? (I just had edited files that where previosly saved in Dreamwiever)

    Thanks, Vitaly

    Hi Evan,

    In the top right of the page view should be a tab labeled “Screen Options”. This is when looking at a normal page in wordpress.

    Regards,

    Devin

    #122718

    Hi OliverSill,

    Are you getting the same issue on the demo site: http://kriesi.at/themes/enfold/ ?

    If not, try disabling any active plugins you have running on your install and trying things again. We’ve tested pretty heavily on iOS and the LayerSlider author has specifically for the plugin as well so it *should* be working unless something is causing a conflict with it.

    Regards,

    Devin

    There isn’t any theme options for it but you can 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.post-type-archive-product #main .sidebar {
    display: none;
    }
    #top.post-type-archive-product .template-shop.content {
    width: 100%;
    border: none;
    }

    and for the product category pages:

    #top.tax-product_cat #main .sidebar {
    display: none;
    }
    #top.tax-product_cat .template-shop.content {
    width: 100%;
    border: none;
    }

    Regards,

    Devin

    #120261

    I would recommend formateins’s advice and set up a test install on the same server. Then do a very basic installation with no plugins and test as you add in each after that.

    It very well could be a rogue setting in the wp_options table relating to the enfold theme install specifically or even with the wordpress install overall.

    Regards,

    Devin

    #24238
    ykblue
    Participant

    Hi, viewing the Enfold theme (version 1.5) in responsive mode on the iPhone 4s / iOS 6.1.3, I face some problems.

    – scrolling is not smooth at all, it’s really work pressing and shifting to get from top of the page to bottom and back

    – klicking on the top (time) does not scroll page to top as usual

    – there is no “to top” arrow as in your preview

    I’m using the boxed layout and an overall bg-image. site is under construction pixelwort.de/naturavetal

    Probs occur in both sizes width 1030 and 1210px

    Thanks for looking into this. Best regards, Katharina

    Liminalty
    Participant

    http://adrianl.bplaced.net/test/appruptloeschbar/enfold.png

    Hi guys,

    i installed wordpress with the enfold theme. But my PRoblem is, that the slider is really much on the left side.

    Anyone here how i can fix that via backend-module or css?

    In the live-demo it works normaly here at kriesi but when i install it – not. (and i didn’t changed anything)

    #122439

    In reply to: Rogue Color Layer

    Thanks for the confidence boost Nick,

    Your’e right of course although having come from a Rapidweaver background Im used to using dummy content, tweaking till it works and then populating all the core pages. I worry that if I dont get the main pages right now then when Ive thrown in everything and come back to tweak I wont be able to get what I want and ive committed to everything. Arse about-face way of working but normally I just design front end pages, shoot the video and then hand the rest over to a team to make it happen. Of course I understand the principles so im not trying to land a man on the moon without having a grasp on physics and gravity but even so….. well you get my drift.

    Anyway…

    Im going to do things slightly different. Ive saved all my pages and I will do as you say but just to be sure I wasnt going mad I reinstalled wordpress and both Enfold & Child. I then stripped away all the content (dont worry its backed up) and just made a basic page but changed all the background colors

    Take a look at my site…. andypeck.co.uk

    The orange is the color I tweaked across the board for all fonts and yet look what happens down the right hand side in the side bar. There’s some sort of additional layer making all the copy come out hue’s but not the strength of what I picked in the Styler. Am I going mad or is this an error?

    Also, did the blog shoprtcode (when its in a grid) ever have an except underneanth or has it only ever displayed just the title. I swear it did have a few lines which is why the READ MORE was relevant but having now checked the demo site andcompared it to my own it no longer has it. Was I imagining the except? Has it gone with the 1.5 update or should I just go get my head examined?

    Sorry for long email but thought I should explain

    Andy

    #122417

    Peter / Devin – you guys ROCK!

    Thanks so much!!!

    #121648

    Hi,

    You can do quite a lot of stuff to that line .. Add this css to your custom.css file https://kriesi.at/support/topic/enfold-responsive-slide-out-menu-issue#post-112059 and you see what I mean about that bar below the menu, This code also gives you a blueprint for customizing the menu itself and all its parts including aligning everything. i believe that the code already puts everything right where it needs to be.

    Thanks,

    Nick

    #114647

    I agree with victoriaeduc and the others.

    It would be great if you can provide and style a widget (for homepage for exemple) with a list of events : date, title, thumbnail. An a page dedicated of course.

    Thanks for the non-designers ;)

    ========

    In the Avia Layout Builder, it would be nice if there are other options of columns : two fifth, three fifth ; one half, one fourth, one fourth ; … (all combinaisons)

    #122674

    Open up wp-contentthemesenfoldframeworkphpfunction-set-avia-frontend.php and replace:

    $logo = "<img src=".$logo." alt='' />";

    with

    if(is_page('25')) $logo = 'http://mywebsite.com/second_logo.jpg';
    $logo = "<img src=".$logo." alt='' />";

    Instead of 25 insert your page id and replace the http://mywebsite.com/second_logo.jpg url with a valid url to your other logo image.

    #122416

    Hi!

    Use following css code – insert it into the quick css field:

    .woocommerce-page .widget_shopping_cart_content .button {
    min-width: 105px;
    }

    Regards,

    Peter

    Hey!

    I can’t reproduce this error: http://www.screenr.com/aVHH and we didn’t receive other bug reports regarding this issue. This is maybe a client side problem (browser configuration/extension, etc.).

    Best regards,

    Peter

    #122742

    In reply to: Add menu description

    1) Enfold does not support such a menu description. You can try to use html code to “shrink” your menu item link text (eg with

    <span style="font-size: 10px">My description</span>

    2) You can change the color of the dropdown with

    #top .header_color .main_menu .menu ul li a{
    background-color: #333;
    color: #fff;
    }

    Adjust the color values and insert the code into the quick css field.

    #122801

    1) You can try to use the excerpt length filter: http://codex.wordpress.org/Function_Reference/the_excerpt#Control_Excerpt_Length_using_Filters – insert the code at the bottom of functions.php.

    2) The advanced layout builder is only included in Enfold. Other (“older”) themes do not support this feature however Replete, Incarnation, etc. support a “Template Builder” which is similar to (but not as flexible as) the layout builder.

    #24227
    glen
    Participant

    Is there a way to specify the default excerpt length for blog posts in the Grid layout? If I choose “Multi Author Blog,” “Single Author, small preview Pic,” “Single Author, big preview Pic,” the excerpt is the correct length by default. As far as I can tell, the only one that’s messed up is the “Grid Layout.”

    You can see what I’m talking about by going to TheCaliforniaPost.com.

    I did some searching in the forum and found an answer, but it wasn’t for the default. It basically stated that you can go into each post and specify the excerpt one-by-one by going into screen options at the top, clicking excerpt, and then defining the excerpt… There has to be a way to set a default so that we don’t have to do each one individually..

    Also, I’m looking into a new theme for a new project and I’m very impressed with Enfold. Do all of your themes have the Avia Layout builder as well as the updated theme options panel or is this just a feature included with the newest themes such as Enfold, Replete, Incarnation, etc?

    Thanks!

Viewing 30 results - 243,331 through 243,360 (of 244,510 total)