Forum Replies Created
-
AuthorPosts
-
October 27, 2017 at 6:04 pm in reply to: Color text / titles of active tabs on mobile devices #869697
Hi Jordan …
Sorry for my late reply …
If I deactivate all plugins, the problems is still there
Yes!!
I works indeed!
Thanks Yigit!Hi Yigit! Sure.
Login credentials in Private ContentEdit: that site is a test site we are building, but it all should work normally
- This reply was modified 7 years, 1 month ago by jurgen1979.
Hi Victoria
I found this thread before and I did it like discribed, but the problems stays, so I thought I didn’t do it correct …
Ok, thanks for the help. I’ll go back to the plugin-developer.
June 29, 2017 at 9:27 pm in reply to: Custom post type not appearing in posts dropdown in Portfolio Grid element #814685Hello
I have the exact same question … Can somebody make a short summary what I have to do to makes this work?
Because I think I’m doing something wrong here … It does not work like it should.
Thank you.Hi. Thank you.
I know about certain plugins that do the job … But it would be cool is it was possible to integrate it with the Enfold widgets …
Any idea?
June 7, 2017 at 3:46 pm in reply to: Saving didn't work! Please reload the page and try again #805130Ok. I was able to do a workaround.
I forgot that some plugins were only active on subsite level. Before I only deactivated the plugins that were active on network level.
When I disabled plugins on subsite level I found out that it was the plugin “Really Simple SSL” that caused the problems …
Which is a bit strange because on other websites + on subsites in the same network that plugin is also active and there are never problems …Either way: problem solved.
May 11, 2017 at 4:54 pm in reply to: Site (and Theme Options) not visible after switch to https #791732Hi Nikko
Thanks. That plugin makes no difference …
But … While searching for FTP credentials I re-uploaded the theme files. Don’t know why but that was something that I wanted to try. And … It worked! Partly. The site showed up, also the Theme Options in Dashboard.
However: all site settings are gone now … So for the moment we are switching back to the old hosting, so that I can retrieve the Enfold settings by exporting them form the Theme Options, then we switch back to the new ssl hosting and import the theme settings. And hopefully it all wil work by then.
I’ll let you know if there still are problems or not.
May 11, 2017 at 2:23 pm in reply to: Site (and Theme Options) not visible after switch to https #791645In the meantime I changed all “http://” with “https://” in the database … Thinking that that maybe could be a possible solution … But no.
I think I found a solution …
Lightbox uses images that are scaled (to 1030 pixels) … that’s the problem.I really think that Kriesi should take a look at this issue. High resolution images (and full HD screens) will come up more and more …
Enfold is the best theme in the world. This is something that can be a key thing in the future.
Hello
Thank you … However … This is not helping me a lot.What we notice is that when we place an image in the default editor, the image looks good / sharp enough.
But if we want to show that image by using a widget from the Avia Builder, the image looks less sharp …So in fact the info you provided is not very usefull.
I just uploaded another image. On the same pages that I’ve send before. Can you check those on for example an iPad? Then you really see the difference around the eye. The small hairs look very sharp on the page that is build with the default editor, but a bit smudgy on the page that is build with the Avia Builder.
There is something in the Avia Builder widgets that makes images a bit blurry … Question is what? I would love to convince this client to work with Enfold because of so many reasons, but if I can’t solve this it’s a no go for him …
In fact the question that I have is this: is there something (some code) that “optimizes” images when shown in a Enfold-widget like the masonry gallery lightbox?
And when I say “optimizes” I mean: make it better for web (= compress image, make it less big, etc …). Because for us, web-people, that’s what optimizing images means. For my client the photographer on the other hand “optimizing” means that you make a photo better/sharper. In his eyes/world compressing an image (= “our” way of optimizing) is ruining a photo. :-)
I know this is a silly discussion … Before this I never ever thought of it. (Maybe also because of the fact that I don’t own such an expensive, high res screen. It all looks the same for me.)
Sure. But this is not something that is only on this website. I mean: you can check it everywhere.
Also remember: you can’t see the difference on a ‘normal’ screen. You must compare images on a high res screen.I’m using a plugin for adding css on each page. But it’s the same thing.
Clever thinking. It worked.
Thanks for the help!!So you mean put css code on that specific child page …
That’s a clever way of thinking :-) … I’ll try that.April 20, 2017 at 4:11 pm in reply to: How to use Avia Layout Builder in custom post types (made with Toolset-plugin)? #780613Never mind, i figured it out! :-)
Looked that I was using the right code but there was something with the quote-symbols ( ‘ ) that were in the code that I copy-pasted. Didn’t know there are different symbols for that …
For what it’s worth: this is the code you need (replace the ##### by the slug of your custom post type:
add_filter(‘avf_builder_boxes’,’custom_post_types_options’);
function custom_post_types_options($boxes)
{
$boxes[] = array( ‘title’ =>__(‘Avia Layout Builder’,’avia_framework’ ), ‘id’=>’avia_builder’, ‘page’=>array(‘#####’, ‘#####’, ‘#####’), ‘context’=>’normal’, ‘expandable’=>true );
$boxes[] = array( ‘title’ =>__(‘Layout’,’avia_framework’ ), ‘id’=>’layout’, ‘page’=>array(‘#####’, ‘#####’, ‘#####’), ‘context’=>’side’, ‘priority’=>’low’);
return $boxes;
}Hi. Please check this video where I show what happens …
Any idea when this issue will be solved? Because it turns out that more and more people start using Edge … (God knows why).
Thank you for the support!FYI
adresses like (Email address hidden if logged out) still don’t work.Hmmm
I have resaved it (without doing any changes) and now it seems to work …May 26, 2016 at 12:24 pm in reply to: Two menu's on each page (one on the right + one under the logo) #638658Hi Vinay! Thanks for the super fast reply.
I know about the fullwitdth submenu but that something that I need to add to each page … Now: in theory that is doable for normal pages, but then what about blog-posts or archive pages?
April 20, 2016 at 5:20 pm in reply to: How to Add Scroll Down Button Capability to full width Easy Slider? #618507Baucks, this solution is just briljant … Thanks man!
You can delete this thread. I just solved it myself with css.
March 4, 2016 at 5:35 pm in reply to: Magazine widget: arrange list of articles alphabetically #593398Hi Yigit
This is fantastic!!!
Thanks. (You should make this a default option!)Well I can’t show it any more because I had to solve this problem with a workaround. (The site is live.)
In stead of filling in a number, visitors now must use a dropdown-checkbox and I replaced the “0” in there with “none” … And now it all works fine. (Because people can’t fill in “0” any more.)But I’m 100% sure that you will have the same issue I you set up a test site yourself.
January 7, 2016 at 1:17 pm in reply to: Youtube control buttons on video in Fullscreen slider #561162Ok. So you mean I can’t use the video element that is in the visual builder, right?
I will try this.
January 6, 2016 at 5:35 pm in reply to: Youtube control buttons on video in Fullscreen slider #560660Hi Andy!
I deactivated the only plugin that is active already, but that’s not solving anything.
Be my guest to take a look around! You can test and try as much as you want!
Thank you!
Hello
Please find the login details below
Thank you for the fast reply!
Hi. Thank you for the quick reply!
The page is on http://www.mijnemens.be/archief/
What I want is that the first portfolio-item is “open” when I go to this page …
Thanks!
Jurgen
November 20, 2014 at 11:22 pm in reply to: Since WordPress 4.0.1 Update all my slideshows are gone #354579Uploading 4.0 works for me …
-
AuthorPosts