Viewing 30 results - 141,721 through 141,750 (of 142,823 total)
  • Author
    Search Results
  • #126028

    In reply to: Countdown Clock

    #126118
    #125464

    In reply to: Arrow button is skewed

    Hi,

    I’m not sure where did Dude get the code, I can’t find it myself. Please give this one a roll.

    #scroll-top-link {
    font-family: 'entypo-fontello' !important;
    }

    Add the code on your custom.css or Quick CSS.

    Regards,

    Ismael

    #125804

    Hi,

    Please give us a link to the category page. Maybe we can hide the image via CSS.

    Regards,

    Ismael

    #125398

    Hi,

    You should probably follow this link. See mine and formateins’ solution.

    https://kriesi.at/support/topic/some-problems-404-permalink-and-wpml

    Regards,

    Ismael

    Thanks!

    Worked perfectly!

    #24139

    Topic: IE8 image distortions

    in forum Enfold
    krzysztof_grudnik
    Participant

    Hi, look at enfold jpg from IE8: http://www.eurokreator.eu/images/enfold-IE8-distorstions.jpg Thumbnails are distort, main post image as well (but in this case distortion is only vertical) pictures in small thums are downscaled and align top-left. Every new image which I prepared and insert look the same, so it’s not the bug of placeholder image settings. I read topic about gallery image distortion but here is something new. Regards.

    #125855

    Hi,

    In its place try using this , though i think a better way would be to pull that login into the loop

    $blog_content = (how_many_posts() > 1 ) ? "excerpt_read_more" : "content";

    It works. Lets us know how it behaves. My laptop overheated so I can’t tell .

    Thanks,

    Nick

    #25238
    krzysztof_grudnik
    Participant

    Hi, cause IE not support slideshow navigation, I have to change nav buttons (fontello based) to png files. What I did: #top .ls-nav-stop::before{ content: url(http://mysite/wp-content/themes/enfold/images/layout/nav.png); New navigation is visible in Opera but no effect in Firefox and IE. Maybe you have any more efficient way to replace nav buttons? Regards

    web_line
    Participant

    Hi,

    I have two problems – close connected to each other:

    – I would like to use the advanced layout editor for posts

    – it is essential to have the meta data an the comment box below the posts that use elements of the advanced layout editor

    Problem one could be solved with a modification of the wp-contentthemesenfoldconfig-templatebuilderavia-template-builderconfigmeta.php (add ‘post’ to the page variable).

    (see https://kriesi.at/support/topic/how-to-add-advanced-layout-manager-to-blog-posts and http://vimeo.com/channels/aviathemes/64996057)

    But this will produce the second problem – the comments box disappears from the posts. Even if I remove the advanced editor (untouched meta.php) and copy the code into my post manually – as soon as there are Avia Layout Builder elements in a post, the comment box and the meta infos are gone.

    That is a major problem for me. Without the Avia Layout Builder elements in my posts, the Enfold theme is much reduced in it’s quality/options. With the patch, I got the Avia Layout Builder elements but no comments and that’s a no-go for a blog.

    This fix from Nick (https://gist.github.com/meishern/bfbf909055e7b967dd5b) kills the layout for me – so this is no option.

    Also this fix won’t help – still no comments for me:

    https://kriesi.at/support/topic/comments-dont-show-up-on-portfolio-pages

    Any idea how to solve this?

    Best regards,

    Detlef

    #25236
    hugoborjesson
    Participant

    I read the conversation in: https://kriesi.at/support/topic/issue-with-child-theme and it really helped me to find a solution.

    But since we had some old customizations done in the enfold admin settings, those css changes were overriding the child theme css file as well.

    I think it would make child theme customization a lot easier if the “style.css” from the child theme is registered last of all css files, ie if you could update functions.php so that:

    if($child_theme_url != $template_url)

    {

    wp_enqueue_style( ‘avia-style’);

    }

    is placed after

    wp_enqueue_style( ‘avia-dynamic’);

    wp_enqueue_style( ‘avia-custom’);

    since the child theme file “style.css” sort of does what “custom.css” does in the main theme…

    BR /Hugo

    #123901

    Hi,

    If you are interested I wrote yesterday some deep stuff about css media queries and the cascade .. counterfeiting and the cascade. https://kriesi.at/support/topic/responsive-problem#post-120098

    You can have, and if gallery has a unique id assigned to it as some advanced elements do, then its a piece of cake, if it doesn’t than it takes a bit more trickery to target them. Basically you will need to look at each one in relation to the html tags in front of each of them, and see if there is any differentiation you grasp and use. You can always go into the code and manually add an extra css tag via php. However if in some situations its almost impossible to do, there are really complex css selector targeting like .. target 3rd paragraph after 2nd div that comes after an image class for which you have a class name. stuff like…ul li:nth-child(3) { }

    You can examine some low level advances targeting here http://devsnippets.com/article/5-advanced-css-pseudo-class.html

    The page is called like that because you took too long to give it a title, so since wordpress auto-saves revisions, it saved itself under that name so when you added a title the slug itself remained the page ID. To change it , you need to change the slug since there is no law that your page slugs must match page titles. To turn on slugs, http://www.clipular.com/c?8102009=detVhaytfA8MCcl1vMBSHRGYFek&f=.png just open the top panel in pages and posts and portfolio items and click the slug check box. Just remember rules of slugs: no spaces, only small letters, and can use minus sign – and underscore _ (minus sign is standard in place of spaces). And slug should not be more than 60 characters long. 0-9 a-z _ + only.

    —-

    Damnn. I think u can win best enfold site , i know best one i seen, and I look at em all day and twice on Sunday (thats today). I should have copied your css from your previous attempts, what a waste.

    —-

    any reason you got a white vertical line separating the sidebar i guess on the page you linked from last post?

    I don’t think the calendar works. Somethings wrong with it.

    I just looked and you are in luck. avia-gallery-1 and avia-gallery-2 are in play. Here is css for avia gallery 1 already changed and an identical set would be needed for gallery to so just change 1 to 2 in each selector. You may have some selectors from avia-gallery though that you wont be able to kill since their specificity may be higher, so those will require aditional css, though try this.

    #top div .avia-gallery-1 {
    overflow: hidden;
    padding-bottom: 2px;
    clear: both;
    }
    #top .avia-gallery-1 .avia-gallery-thumb a {
    float: left;
    width: 20%;
    opacity: 1;
    display: block;
    }
    .main_color .avia-gallery-1 img {
    background-color: #24444E;
    color: #E6D9CF;
    }
    #top div .avia-gallery-1 img {
    float: left;
    border-style: solid;
    border-width: 1px;
    padding: 7px;
    width: 100%;
    border-radius: 0;
    }
    #top .avia-gallery-1 .avia-gallery-thumb a:hover {
    opacity: 0.5;
    }
    .avia_transform .avia-gallery-1 img.avia_start_animation {
    -webkit-animation: avia_appear 0.9s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -moz-animation: avia_appear 0.9s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -o-animation: avia_appear 0.9s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    animation: avia_appear 0.9s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    opacity: 1;
    }
    .alternate_color .avia-gallery-1 img{
    background-color: #305F72;
    color: #E6D9CF;
    }

    don’t forget, make 2nd copy with -2 instead of -1 if you want the 2 gallerys different.

    i thought before u wrote u are in late 60s , u 3 years older than me and not 70.

    Nick

    #126086

    OK, Here is what I tried.

    First: Enable DEBUG mode (https://kriesi.at/support/topic/export-theme-settings-and-templates)

    Install NextGen Gallery (http://wordpress.org/plugins/nextgen-gallery/)

    Nextgen allows for folders in the media uploads.

    Insert a text block in ALB (Avia Layout Builder)

    Add media – Select NextGen Gallery and add your media by inserting into post and Save

    Now you can copy the scr path of the image from the debug window.

    Insert an image block.

    Now you can copy the original source path into the image block path.

    This is a lot of work for bunch of images but you at least can manage all your media assets.

    Let me know if this is helpful! (I can do some screenshots)

    Kriesi, Bitte mach das das wir die NextGen Gallery verwenden koennen.

    Danke

    Michael

    #125827

    In reply to: Mobile Tables

    Hi,

    Ahh.. but there was a solution. https://kriesi.at/support/topic/problem-with-table-layout-in-mobile-devices#post-115677 Then near end of my response in that thread, though a bit hard to find. Just need line numbers updated. Please open up /css/shortcodes.css and take out lines 1059-1064 and 959-977.

    Please let us know how it looks now on mobile devices.

    Thanks,

    Nick

    #123899

    Hi,

    You normally use #top first (unless you want to target using classes found in the html tag) , then you add any class found in <body> specific to the page to target it then you just add the rest.

    #top.page-id-1739 div .avia-gallery img{ float: left; border-style: solid; border-width: 0 !important;
    padding: 2px; width: 100%; border-radius: 0;}

    if the above dont work, take out the div

    Thanks,

    Nick

    #25223
    doremus
    Participant

    Hi,

    this is my contact form: http://mafo.doremus.us/kontakt/

    I would like to make the input fields thinner (the padding seems to be very large). So I tried it with this code in my custom.css:

    #top .text_input, #top .select, #top .text_area{

    padding: 8px !important;

    }

    This works pretty well, except that if you now want to enter the solution of the captcha equation, the input then is written right under the equation. It looks pretty messy.

    Any help apprechiated.

    Cheers

    Doremus

    mcmahon_pt
    Participant

    Hi There. Enjoying the theme very much, but having a simple problem.

    I’ve searched and followed the other threads here on the forum, but am having no luck with the css snippets:

    .single .big-preview.single-big {

    display: none;

    }

    .single-portfolio .page-thumb {

    display: none;

    }

    Is there any other way I could remove the featured image from the top of posts and portfolio items?

    any help on this topic?=?

    #25204
    happinessplunge
    Participant

    How do I remove breadcrumbs from search results? I’ve seen how to remove them from specific pages that have a Page ID, but I don’t think search results have a page ID.

    The only other related thread I could find was this, which didn’t help.

    https://kriesi.at/support/topic/remove-breadcrumbs-and-search-area-from-no-sidebar-template

    Thanks!

    #25203

    Topic: Form unfillable?

    in forum Enfold
    abortolotti
    Participant

    I just found out that a pretty important form I made for an important client stopped working.

    When I did it 10 days ago it worked just fine, I tested it and sent it over to my client. Today he says he sent it yet I don’t receive anything.

    So I go check the page to make a new test and see if it’s working and to my surprise I can’t fill in anything in any field.

    I hope it has to do with the latest release of Enfold, which may have broken something, although my other forms on the site, i.e. the contact form in the contact page seems to work fine.

    Any clue?

    here is the page:

    http://www.vacationrentalsecrets.com/la-foce

    Thanks for your help!

    #25202
    andypeck
    Participant

    Hi there,

    Ive worked out in the shortcodes.css file how to stop the hatched strobe effect within the included shortcode (Teal, Blue, Black etc.) by deleting the background image code but how do I stop the strobe effect for my own custom hex color?

    Cheers

    Andy

    #125332

    Hi!

    I sent Kriesi a mail and asked him to comment on this topic. Maybe he can make a screenr video, etc. which shows all settings.

    Regards,

    Peter

    #125696

    Hey!

    You need to install a plugin http://wordpress.org/plugins/bbpress-do-short-codes/ – otherwise bbpress won’t support shortcodes.

    Best regards,

    Peter

    #125709

    You can add a margin to the top with:

    .avia_sortable_active .isotope .isotope-item {
    margin-top: 10px;
    }

    but it’s not easily possible to add it on the left/right side because this would break the grid layout.

    #123898

    Ta,

    It was very simple but somehow I couldnt see the huge neon sign-post to the maze saying “exit here’!!

    As I have your attention….. I want to remove borders, spacing of a gallery but just for one part of my website. How do I write the CSS code?

    I know the page ID is 1739 (.page-id-1739) & I know the code to remove borders etc………

    #top div .avia-gallery img { float: left; border-style: solid; border-width: 0 !important;

    padding: 2px; width: 100%; border-radius: 0;}

    How do I put them together soo it only effects that page ID number section? I want the gallery to be normal everywhere else. I managed to do it with a tiled png on the home page but cant make it work with this

    Cheers

    Andy

    #125971

    Hi,

    If you on windows, download and install the free http://www.winmerge.org tool. Then you can compare any two folders on a character by character basis side by side. So I just download the update to my desktop, then download the live site (or rather I have a copy of it). And then I compare the two folders. Its easy to see what was changed and to move the changes you want while ignoring the rest. Easy to use and it is Free.

    Nick

    #124876

    Hi,

    Your menu is too big. I am on a laptop 1360×768, and i can only see the top 2 menu items – API & Authentication – on your bottom most menu on the right. What’s worse is that because your menu immediately scrolls down as i scroll down , I never have an opportunity to click all the links below the first two

    ===

    Create an array of id’s that you put in the order you want and use the array instead. Here is

    global $post_ids;

    $post_ids = array(56, 4, 66, 34, 56, 6);

    $args = array(

    'post__in' => $post_ids // should be an array

    'numberposts' => 6

    );

    add_filter('posts_orderby', 'you_best_be_keepin_order'); // add the filter function to order posts in our given order

    $posts = get_posts($args);

    remove_filter('posts_orderby', 'you_best_be_keepin_order'); // remove the filter as we get our posts

    // filter function
    function you_best_be_keepin_order() {

    global $post_ids, $wpdb;

    $post_ids = implode(',', $post_ids); // we made the post ids a string where post ids are separated by comma

    return "FIND_IN_SET(".$wpdb->posts.".ID, '".$post_ids."') ASC"; // FIND_IN_SET is used to get posts in proper order
    }

    Thanks,

    Nick

    #124461

    Hi,

    Please check the Screen Options on top of Add New Page, that the Avia Layout Builder check box is checked ( see image http://www.clipular.com/c?7803713=XY6hHvNqhmEFb8GGM8qxpRriUME&f=.png )

    Please increase your wordpress memory to 96megs or 128megs . This issue almost always is caused by low wordpress memory allocation by your host.

    Thanks,

    Nick

    #125698

    Hi,

    Comments are not supposed to show up in pages , but only in posts. They need to be activated to work in pages or portfolio items.

    Here is the code to have the comments work for portfolio items. https://kriesi.at/support/topic/comments-dont-show-up-on-portfolio-pages#post-117921

    Thanks,

    Nick

    #125281

    Hi,

    Are you using Layout builder for posts?

    What do you have defined on top of Settings > Reading .. it should look like this http://www.clipular.com/c?7958741=FGXIlfgdnQ9LVpNjooXHyOvjIas&f=.png

    How about settings on this page, http://www.clipular.com/c?7959783=hSlBywMb7V1_7zmmtkPMyC2VfOw&f=.png

    Thanks,

    Nick

Viewing 30 results - 141,721 through 141,750 (of 142,823 total)