Forum Replies Created

Viewing 30 posts - 61 through 90 (of 171 total)
  • Author
    Posts
  • in reply to: Resize Portfolio and Blog Thumbs #977382

    Thanks for looking into that Victoria,

    I installed and ran the “Regenerate Thumbnail” plugin that was mentioned in Yigit’s post, but this didn’t do anything. Based on the Regeneration log, the thumbnails in question were regenerated, but they didn’t change on any of the pages. Even cleaning the cache in Chrome didn’t make a difference.

    As you can see, the thumbs or featured images I uploaded to the portfolio items measure 1030 x 585px, but they are still seemingly resized and displayed in this square like 505 x 400px.

    What’s more, on the designated blog page, thumbs are displayed in the same 505 x 400px dimmension, while others – using the same blog post content element – are seemingly displayed in a more rectangular format. It’s weird.

    Would you mind taking a look. Access credentials are included in my previous request.

    Many thanks for your time and help with this.

    in reply to: Resize Portfolio and Blog Thumbs #976488

    Awesome. Thanks for getting back to me Jordan.

    Please find the link and corresponding admin access credentials below.

    It’s the “Work” section and “Thinking” section I’m struggling with. As you can see, the “Work” section shows more of a rectangular overlay already, but the corresponding images are cropped to the 505×400 parameters no matter what I try or in which format I supply them.

    Many thanks for looking into that.

    Best,

    I’m terribly sorry Basilis, but supporting problems with custom post types and custom taxonomies seems common practice here. I also don’t think that addressing an issue, where merely a custom taxonomy is missing in the drop-down window of corresponding content elements would require “quite some time and customization of the theme”.

    Enfold has changed a lot lately; hence, many existing tips to troubleshoot and fix issues like this simply no longer apply. Naturally, this will cause users to struggle with problems like this.

    That said, it seems that your response above is just a canned standard response you use whenever you’re not motivated to address an issue. So, why bother responding in the first place? Maybe there’s another moderator or participant out there who is willing to lend a helping hand and who wants to help that customers get the most out of working with Enfold.

    in reply to: Color Section to overlap LayerSlider #975212

    Thanks for looking into this Victoria: I appreciate it.

    I checked the login credentials and they seem to work. As you can see from previous responses from Rikard, he was able to login as well. Either way, the issue has been resolved in the mean time.

    Many thanks again.

    in reply to: Color Section to overlap LayerSlider #974457

    Just a quick note to let you know that working with a percentage-based negative top margin did do the trick for me, Rikard.

    Many thanks for that.

    in reply to: Color Section to overlap LayerSlider #972210

    Thanks for babysitting this issue and helping to find a solution.

    As a matter of fact, you have been looking at the wrong color section.

    The color section I want to overlap layer slider is the one right underneath of the layer slider on the services page. You can see it already has the slideroverlap_2 class assigned to it. You can find the corresponding styling in the Quick CSS section of the Enfold General Styling section.

    The effect I’m trying to achieve is the exact same as on the welcome page – with the only distinction that the negative margin on the services page and all other secondary pages should be -200px.

    Simply put, I want the color section (slideroverlap_2) on the services page to overlap layer slider by -200px (link). It’s already working, if the page is viewed on a smaller screen size, but on larger screens it’s off and positioned below. It’s driving me crazy because none of these issues occur on the welcome page. It’s the exact same effect I want to achieve – just with a larger negative margin – on secondary pages.

    I hope this makes it clearer now. Again, many thanks for looking into this.

    in reply to: Color Section to overlap LayerSlider #971618

    Thanks Rikard,

    I see what you are saying.

    So, knowing now that all Layer Sliders seemingly all have the same global id (#layer_slider_1), I followed your lead and went with:

    #layer_slider_1 {
    z-index:0;
    }

    Following this rational, this should apply a z-index:0 to all Layer Sliders?

    So, as far as this concerns my welcome page, working with

    #slideroverlap {
    padding-top: 0;
    margin-top: -100px;
    z-index: 10000 !important;
    }

    is working just fine.

    Now here is what I’m struggling with: On secondary pages, such as services, legal, etc. I’m using another smaller Layer Slider with a canvas height of only 400px. Now applying the following code

    #slideroverlap_2 {
    padding-top: 0;
    margin-top: -200px;
    z-index: 10000 !important;
    }

    won’t do anything. If I increase the negative top margin to -300px, it would create the desired effect; however, since, it’s a response site layout, it will cause the Color Section below to move up almost to same level as the main menu.

    Why is that? Since the the Color Section below has no padding applied, shouldn’t any negative margin cause the Color Section to overlap Layer Slider. Why is that working perfectly on the index page and here it doesn’t?

    Many thanks for helping me get through this. It’s vital to my overall design and layout; so, I appreciate your help and patience with me.

    Best,

    in reply to: Color Section to overlap LayerSlider #971182

    Hello Rikard,

    I was just trying to duplicate the effect with the Color Section overlapping the Layer Slider on a secondary page, but I keep running into the same problem with Layer Slider covering the content of the color section.

    I already created another class (because the negative margin will be greater for that color section) and I tried modifying the code you supplied above, but to no avail. :-(

    So, how would I need to go about modifying the z-index of this Layer Slider, let’s say on the services page I just created? And, in addition to that, on other secondary pages?

    Many thanks for looking into that again. I sincerely appreciate it.

    Best,

    I understand what you’re saying Rikard, but your code will put me in the exact same position as if I were using a grid row element. Making the entire section full width would naturally cause the header in the left column to no longer be aligned with the headers above and below the color section. Do you see the dilemma?

    Isn’t there a way to use the same padding that you guys use in the color section – but just on the left cell of a grid row? Just thinking out loud …

    Many thanks for your help

    in reply to: Color Section to overlap LayerSlider #970848

    Thanks Rikard. That works. You rock!

    Karl

    Sure. No problem Rikkard. The site is not public as of yet; so, you will need to login with the admin login credentials provided below.

    The section in question is the “In Motion” section with the orange background and the Easy Slider to the right. As I’m sure you will agree, this would look much more contemporary and sleek if the Easy Slider would line up flush against the right edge of the page.

    Again, I know that this can easily be done using a grid row instead of the color section page element; however, it’s next to impossible to align the content of the grid row in the left cell with the ones of the color section above and below the grid row. I also find the grid rows not react as smoothly with the responsive site layout. See the dilemma?

    Many thanks for looking into that.

    Best,

    Karl

    in reply to: Color Section to overlap LayerSlider #970382

    Sure. No problem Rikkard. The site is not public as of yet; so, you will need to login with the admin login credentials provided below.

    As you can see on the welcome page, the image underneath of the LayerSlider is moved up, as it should be, but it’s still covered by the LayerSlider. And this is despite having used a Z index of 10000 along with !important.

    Many thanks for looking into that.

    Best,

    Karl

    in reply to: Adding Custom CSS wrapper element to LayerSlider #967494

    I’m sorry Jordan. There was a space where there shouldn’t be any.

    Many thanks for looking into that.

    in reply to: Change Overlay Color of Burger Menu #940281

    Works!

    Thank you very much Rikard.

    in reply to: Change Overlay Color of Burger Menu #939213

    Absolutely Rikard. Many thanks

    Thanks Rikard. That did it.

    I tried this before, but I used post-id instead of postid, which kept it from working;

    Many thanks

    Listen, Ismael,

    I’m very disappointed! Except for changing the home page of my public site and assigning a picture from another post to the test post of my new custom post type, you have done nothing to address the problem I outlined. Moreover, it was you who created the “Article” and “Article1” custom taxonomies, and it’s evident that neither one works, as intended, with my “Editorial” Custom Post Type.

    I will remove the Toolset-Types plugin altogether now. It just doesn’t seem to work for me. Sadly so.

    Please advise as to what changes you did to my functions file (see post I linked), so removing the plugin won’t cause any problems to my site.

    Frankly, I’m beginning to wonder if you are the same “Ismael”, who used to provide top level support on behalf of Kriesi and his team. This guys was sharp and on top of his game. He would have never changed the home page of a live site, although my post clearly included a link to a designated page containing my blog posts.

    in reply to: Mobile Menu or Burger Menu Style on all screen sizes #911617

    Thanks Rikard, I can see that you copied and pasted your CSS code into the Quick CSS section, but it doesn’t have any effect. I’m on a Mac and on neither Chrome, Safari or Firefox is the new menu visible? Sending you a link to a screenshot below.

    Any thoughts? Thanks for looking into this again.

    in reply to: Mobile Menu or Burger Menu Style on all screen sizes #911101
    This reply has been marked as private.
    in reply to: Mobile Menu or Burger Menu Style on all screen sizes #910960

    Thank you Rikard, but no luck. Like I said, I have tried most solutions that can be found in the forum. It’s either my main menu disappears altogether or there’s no change at all.

    Many thanks for looking into this. Please see my site below

    Karl

    Thanks Ismael. It works now.

    I’m sorry, but I didn’t see the post you mentioned in your reply. There are so many and, naturally, I was focusing on later posts in my research. Thanks. I appreciate your patience and hands-on help with this.

    @Chris.

    No, you’re not blind Chris. They’re just rather cryptic about pointing to a solution for this issue. Don’t know why this is either. Ismael got my Advanced Layout Builder to work, but I don’t know how. At this point, I’m still struggling with the corresponding custom taxonomy. I thought that I set it up correctly, but it’s still a no show in the Masonry grid element. I reckon that this is more Toolset Types related.

    Thinking about moving to a multisite install now

    Thank you Ismael, I can see that the Advanced Layout Builder works now.

    The problem that remains is that I still can’t incorporate any posts from this new custom post type (Editorial) into content elements such as the Masonry grid.

    I thought that I created the required custom taxonomy (articles), but it won’t show under available Categories, when working with the Masonry grid.

    Would you mind looking into that for me please? Many thanks.

    Hey, @Ygit, @Ismael,

    I have to admit that I’m disappointed over your support on this issue.

    Although it’s quite obvious that this problem concerns more than just a single user, your responses have been somewhat indifferent and not really helpful to find a solution. For instance, what’s with this ominous NicWeb, who allegedly fixed the problem, but his fix is nowhere to be found? Or your unsuccessful logins to my site? It’s a bit strange to be honest.

    Anyways, if the Toolset Types plugin is at fault here, then, it’s probably evidence that they’re not off to a good start setting the stage for their paid plugin. If that’s the case and they’re dragging their feet, I would have expected to hear this from you, perhaps along with being pointed to a workable alternative. Otherwise, everybody is just wasting time while the folks over at Toolset Types are trying to reinvent the wheel.

    At this point, I’m inclined to uninstall the Toolset Types plugin again, because it’s not working.

    Maybe you have a few thoughts on this?


    @Ismael

    I tried looking up NicWeb’s solution, but the link you provided only points to his profile, where there’s nothing to be found that resembles “custom post type “veranstaltung”. All I can see is the 3 non-descript replies he created in connection with my forum post.

    Where am I going wrong here?

    Good morning Ismael, thanks for getting back to me.

    Thanks for sharing Nikko’s solution, Ismael. I’ll be happy to check it out.

    It’s strange with the login information because I’ve been notified that somebody using that account has logged in twice and, just a few days ago, that the password has been changed.

    Either way, I’d appreciate it, if you could give it another try. I listed new login credentials below. I cut and paste them directly from the user account, so, if you do the same, it should work. I tried it and it worked.

    Many thanks for looking into this again, Ismael. I appreciate your help.

    Thanks for the update Yigit. Truly appreciate it.

    Just for you to know, I updated to Enfold 4.2.2 a few days and as of now, there’s still no sign of the Advanced Layer Builder on my installation.

    Thoughts?

    @NicWeb, how? If you would share your fix, then everybody, including future readers of this thread could benefit from it.

    Many thanks

    That’s a great idea, Ismael. Will be happy to give it a try.

    Many thanks for sharing; You guys rock;

    This reply has been marked as private.
Viewing 30 posts - 61 through 90 (of 171 total)