Viewing 30 results - 243,271 through 243,300 (of 244,463 total)
  • Author
    Search Results
  • #122791

    In reply to: Logo & colors

    Hi,

    Please add this css to your /css/custom.css or to Quick CSS located in Enfold > Theme Options > Layout Style (text area on bottom of the page.

    @media only screen and (max-width: 479px) {
    #top .logo, #top .logo a {
    overflow: visible;
    left:32px
    }}
    @media only screen and (min-width: 480px) and (max-width: 767px){
    #top .logo, #top .logo a {
    overflow: visible;
    left:115px
    }}

    Thanks,

    Nick

    #24287
    ambinet7
    Participant

    hi thr..

    while i was working on ENFOLD WP theme, “ADVANCED LAYOUT EDITOR” vanished.. i mean when i click on the “Advanced Layout Editor” button nothing appears

    plz help me

    #122733

    In reply to: Blockquote

    Thanks Ismael. But I was trying to use the block quote with the vertical straight bar as shown on this page, http://kriesi.at/themes/enfold/blog/blog-single-author-big. Can this be done?

    #24284
    jjranson
    Participant

    My styles.css file in Enfold has only 6 lines and all are comments. I am looking to reduce the padding of the right sidebar and can’t find how to accomplish this with an empty styles file. I am very new at WordpPress so there is probably an obvious solution that I am overlooking.

    #122706

    Hi,

    1- I don’t want to use WPML dropdown selector. I want to replace the flags with only text name and show it in the shrinking fixed header as another button, closer but over to the right to “home” and other buttons (similar to the “contact” position in this support website). It is possible?

    2- My intention is show only the “Spanish” button when visitors are seeing the site in “English” language. If they click “Spanish”, the site will change to Spanish language and only shows the “English” button. I found the following css rules but i still can’t tested.

    #[name of element] li {

    display:block;

    }

    #[name of element] li.active {

    display:none;

    }

    This rules will work?

    What is the [name of the element] for WPML text name?

    3- I’m using the Enfold child theme. I’m a newcomer to the web design. How should I modify the child theme in order to prevent the loss of this changes from later theme updates? I saw the Devin’s video tutorial for child theme and I suppose that I have to copy-paste wp-contentthemesenfoldconfig-wpmlconfig.php to wp-contentthemesenfold-childconfig-wpmlconfig.php and then modify the lines specified by Dude. I’ll be grateful for confirming this point.

    I don’t want to modify anything that I can break. :)

    Thanks.

    Regards!

    #122705

    Open up wp-contentthemesenfoldconfig-wpmlconfig.php and replace:

    $output .= "	<span class='language_flag'><img title='".$lang['native_name']."' src='".$lang['country_flag_url']."' /></span>";

    with

    $output .= "	<span class='language_flag'>".$lang['native_name']."</span>";

    or

    $output .= "	<span class='language_flag'>".$lang['language_code']."</span>";

    #122703

    Hey!

    By the way I was amazed how enfold automatically put the language selector. Great!

    I already had WPML installed before enfold and WPML did it automatically! Great work!

    Nedim

    #122843

    1) That’s currently not possible. You can only use the icons which are bundled with the theme.

    2) We’ll add this feature in the next update. For now download http://www.mediafire.com/?66koyk7s6u9z3ol and http://www.mediafire.com/?zr84b75q6y80k7u and place them into the wp-contentthemesenfoldconfig-templatebuilderavia-shortcodes folder.

    Hey!

    Do you paste the javascript code directly into the text field? If yes try: http://wordpress.org/plugins/insert-html-snippet/ which should return the raw html/js code.

    Best regards,

    Peter

    #122443

    In reply to: Rogue Color Layer

    Hi,

    Ahh, so the background color on my snapshot, for sidebar, content area, socket and header is not the color you selected. Should have said just that, because how am I supposed to know.

    Been looking , and even though that black color you have is exactly the color if 10.5% transparent black is painted on white, in reality it is color #191919 and it is used on page /includes/admin/register_backend_styles.php on lines 625,638,690, and 704. I think if you change that to #000, your troubles may be over!

    changing that produced for me http://i.imgur.com/3QQMkvt.jpg

    There are a couple other colors hard coded on the page and I think you will find all the ones that been showing up

    ============

    I also got plan B lined up. I am gonna give you a new css file with all extra css removed which will take the place of enfold.css

    I looked at all the transparency css, and also found this :

    #top .socket_color .avia-color-theme-color {
    color:rgba(0,0,0,0.5);
    }
    #top .header_color .avia-color-theme-color {
    color:rgba(0,0,0,0.5);
    }
    #top .main_color .avia-color-theme-color {
    color:rgba(0,0,0,0.5);
    }
    #top .alternate_color .avia-color-theme-color {
    color:rgba(0,0,0,0.5);
    }
    #top .footer_color .avia-color-theme-color {
    color:rgba(0,0,0,0.5);
    }

    They can be neutralized by changing 0.5 to 0.0

    Thanks,

    Nick

    Hey,

    Glad it is fixed.

    Cheers,

    Ismael

    #122583

    Hi,

    We thought you are using Abundance. I will move this thread to Enfold.

    Regards,

    Ismael

    #122582

    This post was in the Abundance forums which is on version 1.9. If you are using Enfold, the same meta box is not present as with Abundance so there *isn’t* that box below the visual editor.

    See the videos for Enfold here: https://kriesi.at/support/topic/video-requests

    Regards,

    Devin

    #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

Viewing 30 results - 243,271 through 243,300 (of 244,463 total)