Viewing 30 results - 137,551 through 137,580 (of 142,511 total)
  • Author
    Search Results
  • #180430

    In reply to: Tabs in Tabs in Tabs

    Hi Superbobrik!

    It’s possible, but a little buggy, please take a look: https://kriesi.at/support/topic/avia-builder-nesting-inside-tabs-possible/

    Best regards,
    Josue

    #180414

    In reply to: Header menu button

    Hi Guy!

    Try adding this too:

    .header-scrolled li#menu-item-3512 a {
    margin-top: 23px;
    }
    

    Best regards,
    Josue

    #180413
    artspbseo
    Participant

    Hello!
    I have similar problem to https://kriesi.at/support/topic/wordpress-seo-yoast-breaks-page-editing/
    I cant edit page after activating plugin, nor edit meta-fields.
    Help, please.

    http://kino-casting.ru/

    • This topic was modified 12 years, 2 months ago by Devin. Reason: Removed login data - Only post login data as a private reply to your topic
    #180403

    Topic: permalinks

    in forum Enfold
    ELEM
    Participant

    I installed Enfold.
    When i use postnames as permalinks, It eventually stops working.
    If I put It back to default (I don’t want that), everything works.

    Please help.
    my language switcher issue is solved.

    Thanks

    #180402

    Hey mariocarabotta!

    Open js/avia.js.

    Go to line 696:
    sublist.stop().animate({opacity:0}, function()

    Replace it by this:
    sublist.stop().delay(300).animate({opacity:0}, function()

    That will add a delay of 300 milliseconds before disappearing. You can change that number if you want it slower or faster.

    Best regards,
    Josue

    #180383

    It fixed it.

    Thanks.

    #180379

    Topic: Menu Widget Bullets

    in forum Enfold
    frankster1234
    Participant

    I have custom menu in a widget area in the left column on my pages and I can’t seem to remove the bullets, I searched the forum and tried the code below.

    #top .widget_nav_menu ul ul li:before {
    content: “”;
    }

    Can I change the colors for different menu widgets?

    Thanks
    Frank

    #180372

    Hey JRUp!

    Please refer to this post https://kriesi.at/support/topic/back-to-top-button-broken/#post-179730
    and let us know if issue remains

    Cheers!
    Yigit

    #180371

    Hi supervga!

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

    #top .fullsize .template-blog .blog-meta, .related_posts { display: none, }

    I am not familiar with Portfolio Slideshow plugin, you may need to hire a freelance developer to achieve what you would like to achieve if you really need it :)

    Cheers!
    Yigit

    BuffyO
    Participant

    Blog image for single author small preview now shows image at the top of the the blog post when viewing the single post. Is there a way to stop this? Previously it did not show and my blogs are created were created with that in mind…I would rather not have to edit a couple of hundred of posts.

    #180361

    In reply to: Masonry load times

    The images are optimized for web but with say 100 images at 500kb it is still 50mb total per say on the page at once. It is curious how if the same images load super fast on page as static images all at once, they are so much slower in the masonry script.

    Oh well I will play with the images and see if I can get it faster. The trouble for everyone wanting to display large images, if you want to open 1500 pixel images in light box you have to upload them that large so its available. I just wish the masonry script only loaded smaller thumbnail images like your gallery script does, and then feeds the full size image upon request from the lightbox. that would presumably fix the issue, maybe. But that is only an uneducated observation/assumption.

    ————————————-

    On another note. when I inspect my page with the masonry gallery an look under resources I see 1 of each image that is in the gallery. The full size image. And if I drag and drop on any of the thumbnails visible in the gallery the image that is copied to the desktop is the full size image. you can also open the lightbox and drag and drop that image to and it is the full size image.

    The behavior on your demo is different. If you go to kriesi-shortcodes-masonry gallery and inspect that page and look at the resources there are 2 of each image loaded one full size at 1030 px for example and then a thumbnail at 705px for example. and if you simply inspect the code of the gallery you see that the smaller thumbnail is being loaded in the gallery by default. If you drag and drop this image off you get the smaller thumbnail as expected. But the big difference on your sample is that if you open the lightbox you get the full res image, great. It however is not drag and dropable.

    So big questions.
    1. Why is your lightbox image not drag/drop compatible and the one in the them is?
    2. Your sample is the optimal behavior and why it is likely faster. presenting thumbnails and only full res upon request from the lightbox. How do we get this same behavior in our themes. your masonry script must be different than the one loaded in the theme pack for 2.4.1

    Can this be addressed please. thankyou

    #180338

    Hi Yigit

    Thanks, that fixed it. The issue was that I was using a child theme and hadn’t updated footer.php since a few updates a go.

    Regards,
    Rob

    #180326
    This reply has been marked as private.

    Hi!

    You need to target that #map and then the container inside of it as well:

    #map .container {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    #top #main #map.avia-section .template-page {
        padding: 0;
    }

    Best regards,
    Devin

    #180320

    In reply to: Spacing Between Tabs

    Actually, when I put #top before the css it works ok so I guess something is stopping it unless I put top. Anyway, all ok now, thanks again

    Andrew

    #180274

    Hey, please close this topic.

    If anybody have the same problem, I found the following method.

    Open your 404.php (inside Enfold) and insert the following code on top:

    <?php
    header(“HTTP/1.1 301 Moved Permanently”);
    header(“Location: “.get_bloginfo(‘url’));
    exit();
    ?>

    Now it redirects every 404 to http://domain.com

    Erase it after Maintenance is finished…

    #180269

    Hi websitegurus!

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

    .av-masonry-container { background-color: red; }

    2) You can request it here https://kriesi.at/support/topic/enfold-feature-requests/
    Someone recently requested that as well

    Best regards,
    Yigit

    #180264
    JRUp
    Participant

    Hi. I think after an update the arrow that appears when you scroll down and allows you to go to the top of the page, disappeared. I can see the square that contains the arrow, but not the arrow.

    May I have missed a file or something? I just replaced the whole thing.

    The url of my site is: http://www.uptimedia.com

    Thanks.

    #180248

    Hi!

    Right, you are now using LayerSlider instead. I have Enfold on my localhost, therefore unfortunately i am not able to check it on my mobile phone. Shall i mark this topic as resolved?

    Regards,
    Yigit

    #180244

    Hey!


    @jordieste
    please refer to Dude’s post here https://kriesi.at/support/topic/adding-custom-social-icons/#post-170356

    Regards,
    Yigit

    #180240
    sere
    Participant

    I find a code to add a new portfolio thumbnail size in the forum (https://kriesi.at/support/topic/how-to-fix-image-sizes/)
    I add a portrait size, but if I choose a landscape image i’d like that it is cropped in a portrait size.

    sample

    Is it possible?

    #180224

    p.s. I’m not using LayerSlider but the Fullscreen Slider; And furthermore – the Bar stops working (only the label and the background are seen) for the same reason.

    • This reply was modified 12 years, 2 months ago by eliuserman.
    #180198
    Enfolduser
    Participant

    Hi – tried Kreatura support – I want to keep text static and switch the image behind using slides in the slider – however it seems you can’t – you have to transition all layers in a slide in and out whether you like it or not…!

    They mentioned you can position static layers over the top of the slider area.

    Are you able to help?

    Thanks,
    Mark

    LA_BREVA
    Participant

    Hello,
    please, I have 2 Question:
    1)I create a page with name Blog. I define in theme Option the “blog” page to display the blog.
    then i went to general setting and choice the blog style. In this case, Grid.
    Now I have the problem that is not possible to add at the Blog page any kind of content; cannot make different footer, can’t add a single text as title and so on. The other problem is that for example is not possible to hide the header trough the page option, but only via css.
    Now i guess that if the blog page is defined in theme option, this has nothing to do with the page i create with name “blog”.
    But, where can I find the page Blog from Enfold to make change or add content? Or is not possibile at all, becouse if the blog page is defined, then is a fix layout with no possibility to add or change content?

    2) If is not possible, i have the permalink problem as from this post:
    https://kriesi.at/support/topic/h1-permalink-takes-to-home-page-not-archive-page-for-posts/
    is it possible to make the change in the child template? If yes, how?

    thank you
    Antonio

    #180195

    Yes, that’s the right URL Kriesi.

    I installed the latest version of Enfold by FTP, copying the entire new Enfold folder over the old installation in the site’s Themes directory.

    This morning, on Chrome (Mac and Windows) I see:

    As each new image appears in the slider, it makes text and images below, in the main content area of the page, nudge very slightly to left and then back. All of the text lightens in colour slightly for a second. This only happens to content in the second (and greater) columns – first column content on the left border does not seem to be affected. Once all of the images in EasySlider have run through once, this problem stops. But if I refresh the page, then it all happens again.

    #180156

    In reply to: Product page layout

    Hi artspbseo!

    You can’t enable a right sidebar on the single product page. It will always be below the product image. You can choose not to show it using this on your custom.css or Quick CSS:

    #top #main .single-product-main-image .sidebar, #top #main .single-product-main-image .inner_sidebar {
    display: none;
    }

    Best regards,
    Ismael

    #180146

    Topic: Styling

    in forum Enfold
    mensmaximus
    Participant

    Hi,
    unfortunately the topic https://kriesi.at/support/topic/debug/?login_error#post-179438 has been closed so i have to open a new one.
    I use a child theme as recommended in a multisite installation. I have modified a color scheme to meet my demands. If i click on the button of this color scheme in the styling section the original values are applied. As far as you say there is no ‘undo’ this is not correct. Changing multiple color schemes is not possible this way because if you select one of the modified schemes to apply a new color (e.g. to make a contrast lighter or darker) the initial theme values get loaded and you loose the custom settings.

    You should load the stored values first to avoid this issue. And maybe you should just add 5 empty color schemes (custom 1 to 5) to allow customers to build there own.

    Regards

    Michael

    IndikatorDesign
    Participant

    Hey sorry,

    this topic is closed, but the problem is still there:

    https://kriesi.at/support/topic/white-space-between-navbar-and-layerslider-ipad-landscape-enfold/

    1. White Space between the Navigation and the Layerslider on iPad

    2. Fixed Backgroundpictures in Color-sections work not right on iPad

    Regards

    #180122

    Hey!

    Please try this:

    #top .avia-logo-element-container img {
    width: auto;
    }

    I tested it on IE8 – IE10 and it works fine. This is the screenshot of my test installation.

    Best regards,
    Ismael

    #180116
    This reply has been marked as private.
Viewing 30 results - 137,551 through 137,580 (of 142,511 total)